@charset "utf-8";

/*
  File Name   : info.css
*/


/* PC Layout ******************************************************************************************* */

/* list
============================================================ */
body.list .list-all {
  margin: 0 0 40px;
}

body.list .list-all li {
  padding: 18px 0;
  border-bottom: solid 1px #ccc;
}

body.list .list-all li:first-child {
  border-top: solid 1px #ccc;
}

body.list .list-all li .date {
  float: right;
  font-size: 14px;
}

body.list .list-all li a {
  max-width: 680px;
}

body#info .category {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ccac61;
  padding: 5px auto;
  margin-right: 30px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #ccac61;
  font-family: YuGothic, '游ゴシック', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

body.list .list-all li a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

body.list .list-all li a:hover {
  text-decoration: none;
}

body.info-detail .text-block {
  width: 580px;
  float: left;
}

body.info-detail .img-block {
  width: 340px;
  float: right;
  height: auto;
  padding: 0 0 10px 40px;
}

body.info-detail .img-block img {
  width: 100%;
  height: auto;
}


body.info-detail .text-block a {
  text-decoration: underline;
}

body.info-detail .text-block a:hover {
  text-decoration: none;
}

.paging-area {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 22px;
}
.paging-area .paging {
  display: table-cell;
  padding-right: 20px;
  display: inline-block;
}
.paging-area .paging span {
  margin: 0 3px;
}
.paging-area .paging a {
  color: #414141;
  text-decoration: underline;
}
.paging-area .paging a:hover {
  text-decoration: none;
}
.paging-area .paging .prev, .paging-area .paging .next {
  border: 1px solid #999999;
  padding: 3px 20px;
  text-decoration: none;
}
.paging-area .paging .prev {
  margin-right: 7px;
}
.paging-area .paging .next {
  margin-left: 7px;
}
.paging-area .paging .prev:hover, .paging-area .paging .next:hover {
  text-decoration: underline;
}
.paging-area .number-current {
  display: table-cell;
}

body.info-detail .paging .prev,
body.info-detail .paging .next {
  background: #383838;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  width: 170px;
  display: block;
}

body.info-detail .paging .prev a,
body.info-detail .paging .next a {
  display: block;
  color: #fff;
  padding: 13px 0;
}

body.info-detail .paging .prev a:hover,
body.info-detail .paging .next a:hover {
  text-decoration: none;
}

body.info-detail .paging .prev {
  float: left;
}

body.info-detail .paging .next {
  float: right;
}

body.info-detail .paging {
  margin: 0 0 0;
}

body.info-detail .category-wrap {
  margin-bottom: 15px;
}

body.info-detail .category-wrap .category,
body.info-detail .category-wrap .date {
  display: inline-block;
  vertical-align: middle;
}

body.info-detail .category-wrap .category {
  margin-right: 15px !important;
}

body.info-detail .category-wrap .date {
  font-size: 14px;
}

body.info-detail h3.title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.detail-body {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.detail-body:after {
  clear: both;
  padding-top: 30px;
}

.detail-body p {
  margin-bottom: 30px;
  font-size: 16px;
}

.page-link {
  margin-bottom: 30px;
}

.page-link a:last-child {
  float: right;
}

.table-block  {
  margin-top: 30px;
}

.table-block h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}
.table-block table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.table-block th,
.table-block td {

  font-size: 16px;
  padding: 12px 1px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
}

.table-block th {
  background: #eee;
  font-weight: normal;
}

.table-block td {
  background: #fff;
}


.table-block td:first-child {
  background: #f0f0e1;
}

.table-block td:nth-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}


/* SP Layout ******************************************************************************************* */

/* Index
============================================================ */
@media screen and (max-width: 768px) {
  body.list .list-all li a {
    display: block;
    padding-bottom: 5px;
  }
  body#info .category {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
  }
  body.list .list-all li {
    padding-bottom: 30px;
    font-size: 15px;
  }
  body.info-detail h3.title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  body.info-detail .text-block {
    float: none;
    width: 100%;
  }
  body.info-detail .img-block {
    float: none;
    width: 100%;
    padding: 0 0 10px 0;
  }
  body.info-detail .img-block img {
    width: 100%;
    height: auto;
  }
  body.info-detail .paging .prev, body.info-detail .paging .next {
    width: 140px;
  }
  body.info-detail .paging .prev a, body.info-detail .paging .next a {
    padding: 8px 0;
    font-size: 12px;
  }
  .detail-body p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .paging-area {
  padding: 0 10px;
  }
  .paging-area p {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 35px;
  }
  .paging-area a {
    margin-top: 8px;
    display: inline-block;
  }

  .paging-area a,
  .paging-area span {
    margin: 0 5px;
    font-size: 16px;
  }
  .paging-area a.prev,
  .paging-area a.next {
    position: absolute;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
  }
  .paging-area a.prev {
    left: 0;
  }
  .paging-area a.next {
    right: 0;
  }
  .bnr-contents {
    padding: 20px 10px;
  }
  .paging-area .number-current {
    margin-bottom: 0;
    text-align: center;
    margin-top: -45px;
  }

  .table-block th,
  .table-block td {
    font-size: 12px;
    padding: 8px 5px;
  }
  .table-block td:nth-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* End media screen */