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

.clearLeft {
  clear: left;
}


ul.sample{
    width:100%;
    margin-top:10px;
    margin-left:40px;
}

ul.sample li{
    list-style-type: square;
    padding:3px 10px;
}



#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: 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;
}
@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: 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;
  }
}


/* コメント */

.comment_area{
  margin:10px;
}


.std_table{
  width:100%;
  margin:20px;

}

.clear_B{
  clear:both;
}

/*　右寄せ　*/

.float_r{
  text-align:right;
}

/* 薄いピンクの背景 */

.pink_area{
  background-color:#fbf0f0;
  margin:10px 10px 0px;
  padding:20px;
}

.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.2em;
  padding-bottom: .5em;
  padding-left: .5em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin:15px 0px 10px 0px;
}

.title_h6{
  margin:10px 5px;
  clear:float;
  color:#FFF;
  font-weight:bold;
  background: #27577e;
  padding: 0.5em;
}



table.std {
  width: 95%;
}

table.std tr td {
  padding:10px 15px;
  vertical-align: top;
  border: 1px solid #ddd;
}

table.std tr th {
  padding:10px 15px;
  vertical-align: top;
  background: #eee;
  border: 1px solid #ddd;
  white-space: nowrap;
}

/* PCでは消しておく領域*/
@media screen and (min-width: 767px) {
.Smart_view{
  display:none;
}
}
@media screen and (max-width: 767px) {
.PC_view{
  display:none;
}

.std_table{
  width:90%;
  margin:20px;

}

}

