/*坂井編集*/

p{
    line-height: 1.6em;
  }
  
  .main_contents{
  text-align:center
  }
  
  .main_contents img {
  margin: 0 auto 20px;
  }
  
  .main_tittle{
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto 20px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    color: #ab8046;
  }
  
  .osi {
      background-color: #fff8f8;
      color: #cc0000;
      font-weight: bold;
      padding: 9px;
      font-size: 1rem;
      display: block;
      text-align: center;  
     width: 100%;  
      margin: 0 auto;
    }
  
  /*　画面サイズが480px以下の場合ここの記述が適用される　*/
  @media screen and (max-width:480px) {
    .main_tittle{
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
    p{
      font-size: 15px;
    line-height: 1.6em;
  }
    .kona {
     width: 70%;  
      margin: 10px auto 20px;
  }
    .era {
     width: 90%;  
      margin: 0 auto;
  }
  }

/*永渕編集*/
.news_heading {
    text-align: left!important;
}

.main_contents ul#newslist {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
    text-align: left!important;
}

.main_contents ul#newslist li {
    padding: 1.0rem 0;
    border-bottom: 1px solid #cccccc;
}

.main_contents ul#newslist li:first-child {
    border-top: 1px solid #cccccc;
}

.main_contents ul#newslist li a {
    color: #333333;
    text-decoration: none;
}

.main_contents ul#newslist li a:hover {
    text-decoration: underline;
}