@charset "UTF-8";
/* CSS Document */
#contents {
  /* .pickup .special共通 */
}
#contents #sidenav .category_menu {
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}
#contents #sidenav .category_menu p {
  margin: 10px 0;
}
#contents #sidenav .category_menu ul li.current {
  background-color: #f1f9f8;
}
#contents #sidenav .category_menu ul li a {
  color: #25B5AA;
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#contents #maincontents .head {
  background: #25b5aa;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contents #maincontents .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
#contents #maincontents h4{
  font-size: 16px;
  font-weight: bold;
}
#contents #maincontents h5{
  font-weight: bold;
}
#contents #maincontents a {
  color: #086A87;
}

#contents #maincontents a:hover {
  color: #04B4AE;
}

#contents #maincontents p {
  margin;0 ;
}
#contents #maincontents table {
  width: 100%;
}
#contents #maincontents table tr th, #contents #maincontents table tr td {
  padding: 10px 0;
  vertical-align: top;
}
#contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
  padding: 15px;
  border: 1px solid #ddd;
}
#contents #maincontents table tr th {
  text-align: left;
}
#contents #maincontents table.basic tr th {
  width: 26%;
  background: #eee;
}
#contents #maincontents table tr td {
}
#contents #maincontents table.basic tr td {
  width: 74%;
}
#contents #maincontents table tr td p {
  margin: 0;
}
#contents #maincontents table tr td p.last {
  margin: 0 0 10px;
}
#contents #maincontents table tr td p span {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}
#contents #maincontents table tr td p span.last {
  margin-right: 41px;
}

@media screen and (max-width: 767px) {
  #contents #maincontents .head {
    margin-bottom: 10px;
  }
  #contents #maincontents h4,
  #contents #maincontents h5{
    margin: 30px 10px 15px;
  }
  #contents #maincontents p {
    margin: 10px 10px 15px;
  }
  #contents #maincontents table {
    width: 100%;
  }
  #contents #maincontents table tr th, #contents #maincontents table tr td, 
  #contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td p span {
    display: block;
  }
}

.feature_box{
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  width: 250px;
  height: 280px;
  float: left;
}
img.feature_img{
  border: 1px #999 solid;
  width: 200px;
  height: 116px;
  margin: 5px 10px;
}
p.feature_title{
  font-size: large;
  text-decoration: underline;
  margin-bottom: 10px;
}
.feature_memo{
  margin-top:5px;
}
@media screen and (max-width: 767px) {
.feature_box{
  padding: 10px;
  width: 160px;
  max-width: 40%;
  height: 250px;
}
img.feature_img{
  width: 140px;
  height: 81px;
  margin: 5px;
}
.feature_memo{
  margin-top: 5px;
  font-size: small;
}
p.feature_title{
  font-size:medium;
  text-decoration: underline;
  margin-bottom:10px;
}
}
.font_red{
  color:#FF0000;
  font-weight:bold;
}