@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
strong { display: block; }

#main { margin: 0 auto 50px; }

.news h3 { margin: 30px 0; }

.box_news_01 {
  width: 100%;
  margin-top: 20px;
}

.box_news_01 .content {
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 10px 0;
}

.box_news_01 .content p {
  display: inline-block;
  vertical-align: middle;
}

.box_news_01 .content p:first-child {
  width: 90px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8em;
  background-color: #AF8843;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 7px 5px;
}

.box_news_01 .content p:last-child {
  color: #757575;
  line-height:26px;
}

.paging {
  margin-top: 60px;
}







@media only screen and (max-width: 768px) {

  .box_news_01 {
    margin-top: 0;
  }

  .box_news_01 .content p:first-child {
    width: auto;
    font-size: 12px;
    line-height: 1.8em;
    background: none;
    color: #AF8843;
    text-align: left;
    padding: 0 0;
  }

  .box_news_01 .content p { display: block; }

  .box_news_01 .content p:last-child { font-size: 12px;  line-height: 1.6em;}

  .paging {
  margin-top: 40px;
}


}
