@charset "UTF-8";
/* CSS Document */

#maincontents p{
  margin:0 0 15px 0;
}
.right_c {
  float:right;
  margin:0px 10px;
}


.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

ul.list-01{
  margin:20px 10px;
  border: solid 1px #3f72af;
  padding: 0.5em 0.5em 0.5em 2.5em;
  height:240px;
}

ul.list-01 li{
  list-style-type: square;
  padding:6px 10px;
  font-weight:bold;
}
img.nayami-img{
  margin:20px 10px;
  width: 70%;
  height:70%;
}

/* マーカー線・青 */
.marker1{
  background: linear-gradient(transparent 60%, #ffd6ff 0%);
  font-weight: bold; 
}

/* 比較表 */
table{
 width: 100%;
 border: 1px solid;
}

tr{
 border: 1px solid;
 padding: 1px;
}

th{
 width: 10%;
 padding: 1px;
 border: 1px solid;
 text-align: center;
 font-weight: bold;
}

td{
 width: 30%;
 padding: 1px;
 border: 1px solid;
}


/* 比較表SP */
table.sp{
 border: 1px solid;
}

tr.sp{
 border: 1px solid;
 padding: 1px;
}

th.sp{
 width: 50%;
 padding: 1px;
 border: 1px solid;
 float: left;
}

td.sp{
 width: 50%;
 padding: 1px;
 border: 1px solid;
 float: right;
}

.reset_style {
  table {
    width: initial;
    border-collapse: initial;
    border-spacing: initial;
    border-width: initial;
    border-color: initial;
  }
  tr {
    width: initial;
    border-bottom: initial;
  }
  td {
    width: initial;
    vertical-align: initial;
    padding: initial;
  }

}


/* widthが以上になったらPCテーブルを非表示 */
@media screen and (max-width: 767px) {
.Smart_view_PC{
  display:none;
}
}

/* widthが以下になったらSPテーブルを非表示 */
@media screen and (min-width: 767px) {
.Smart_view_SP{
  display:none;
}
}


#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: ##2D76CC;
  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: 18px;
  font-weight: bold;
}
#contents #maincontents h5{
  font-weight: bold;
}
#contents #maincontents a {
  color: #0489B1;
}
#contents #maincontents p {
  margin;0 ;
}

#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;
}
#contents #maincontents table tr td a{
  color: #25B5AA;
}

/* コメント */

.comment_area{
  margin:10px;
  line-height: 2;

}
.clear_B{
  clear:both;
}

/*　右寄せ　*/

.float_r{
  text-align:right;
}


.item_area{
  margin:10px 10px 0px;
}

.font_title{
  color:#7c7575;
  font-weight:bold;
}

.font_01{
  color:#cd5555;
  font-weight:bold;
}

.font_02{
  color:#87a8d0;
  font-weight:bold;
}

.font_b{
  font-weight:bold;
}

.title_h5{
  font-size:1.1em;
  border-bottom: dashed 2px #6594e0;
  font-weight: bold;
  margin:20px 0px 10px 0px;
  display:inline-block;
}

.title_h6{
  font-size:1em;
  margin:10px 0px 0px;
  color:#f6416c;
  font-weight:bold;
}

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}
 
.toc_title {
    font-weight: 700;
    text-align: center;
    margin-bottom:.5em;
}
 
#toc_container li, #toc_container ul, #toc_container ul li{
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
    /* リストの記号を付けない場合は   
     list-style: outside none none !important;
    */
}

h4 {
  position: relative;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #3498db;
  margin:30px 0 20px 0;
}
h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}

.item_img {
  width:200px;
  height:200px;
  margin-right:20px;
  float:left;
}

.item_right {
  margin:10px 20px;
  width:95%;
  background-color:#fff;
}

h6 {
  font-weight:bold;
  font-size:medium;
}

.media {
    background: #FFF;
    padding: 10px;
    overflow: hidden;
}
.media__image {
    float: left;
    margin-right: 10px;
}
.media__summary {
    overflow: hidden;
}
.media__heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #contents #maincontents .head {
    margin-bottom: 10px;
  }
  #contents #maincontents h4,
  #contents #maincontents h5{
    margin: 30px 5px 15px;
  }
  #contents #maincontents p {
    margin: 10px 10px 15px;
  }
  #contents #maincontents table {
    width: 97%;
    margin-left: 5px;
  }
  #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;
    border: 1px solid;
    padding: 3px;
 }
  #contents #maincontents table tr td p span {
    display: block;
  }
.media__image {
    float:none;
}

.media__summary {
    overflow: visible;
    float:left;
    margin-top:15px;
}
.right_c {
   float:none;
   margin-bottom:15px;
}

ul.list-01{
  height:100%;
}

}

.form_area .form_contents .comment_area table.basic tr th, #contents #maincontents table.basic tr td {
  padding: 15px;
  border: 1px solid #ddd;
  width: 50%;
  text-align: center;
}
.form_area .form_contents .comment_area table.basic tr th {
  background: #eee;
}
