@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: #2C88B4;
  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: #25B5AA;
}
#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 {

  background: #eee;
}
#contents #maincontents table tr td {
}
#contents #maincontents table.basic tr td {

}
#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;
}
#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 10px 15px;
  }
  #contents #maincontents p {
    margin: 10px 10px 15px;
  }
  #contents #maincontents table {
    width: 100%;
  }
  #contents #maincontents table.influ tr th, #contents #maincontents table.influ tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td p span {
    display: block;
  }
}


/*　右寄せ　*/

.float_r{
  text-align:right;
}

/*ステロイドの使い方*/

#contents #maincontents table.steroidal_howto tr th, #contents #maincontents table.steroidal_howto tr td {
  padding: 10px 0;
  vertical-align: top;
  padding: 15px;
  border: 1px solid #BBB6B6;
  text-align: center;
}

table.steroidal_howto th{
  background-color:#FCDCD8;
}

/*薄い緑の背景*/

.green_area{
  background-color:#E0F8E6;
  margin:10px;
  padding:20px;
}

/*赤文字強調*/

.font_red{
  color:#FF0000;
  font-weight:bold;
}

.title_h4{
  margin-top:20px;
}

.title_h5{
  margin-top:20px;
}

/* -- 商品詳細分類 商品一覧 -- */  
  
#contents .ul-list-02 {  
  list-style-type: none;  
  width: 100%; 
  margin:20px 10px;  
}  
  
#contents .ul-list-02 li {  
  float: left;  
  width: 250px; /* 幅調節 */  
  margin-bottom: 4em;
  margin-right:3em;  
}  
  
#contents .ul-list-02 dl { height: 300px; } /* 高さ調節 */  
  
#contents .ul-list-02 dt { margin-bottom: 1em; }  
  
#contents .ul-list-02 dd { margin-bottom: 0.5em; }


#contents .clearLeft {
clear: left;
}

/* PCでは消しておく領域*/
@media screen and (min-width: 767px) {
.Smart_view{
  display:none;
}
}
@media screen and (max-width: 767px) {
.PC_view{
  display:none;
}
}


/* 一番下のtableのcssの領域*/
.text_1{
		background-color:#DCDCFC;
		border-bottom:dashed 1px #888886;
		text-align:center;
		}

.text_2{
		background-color:#FFFFCC;
		border-bottom:dashed 1px #888886;
		text-align:center;
		}
.text_3{
		background-color:#CCFFFF;
		border-bottom:dashed 1px #888886;
		text-align:center;
		}
.text_4{
		background-color:#DAF6C9;
		border-bottom:dashed 1px #888886;
		text-align:center;
		}
.text_5{
		background-color:#F9E1F4;
		border-bottom:dashed 1px #888886;
		text-align:center;
		}
.text_6{
		color:#CC3333;
		font-weight:bold;
		}