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


#contents {
  /* .pickup .special共通 */
}

a:hover img{
	opacity:0.6; /* opera firefox safari */
	filter: alpha(opacity=60); /* ie */
}


#contents #maincontents .clearLeft { 
  clear:left; 
}

#contents #maincontents .contentspace {
   padding:10px;
}

h4{
  height:50px;
  color:#FFFFFF;
  margin:25px 0px;
  padding-top:25px;
  font-size:large;
  padding-left: 110px;
}

.title1{
  background:#8BC34A;
  background-image: url(https://cache.natural-pharmacy.jp/npic/files/img/sod/Q_01.png );
  background-repeat: no-repeat;
  background-position: left center;
}

.title2{
  background:#6088BB;
  background-image: url(https://cache.natural-pharmacy.jp/npic/files/img/sod/Q_02.png );
  background-repeat: no-repeat;
  background-position: left center;
}

.title3{
  background:#EE5A5A;
  background-image: url(https://cache.natural-pharmacy.jp/npic/files/img/sod/Q_03.png );
  background-repeat: no-repeat;
  background-position: left center;
}

.title4{
  background:#8BC34A;
  background-image: url(https://cache.natural-pharmacy.jp/npic/files/img/sod/Q_04.png );
  background-repeat: no-repeat;
  background-position: left center;
}

.column{
  background:#FFEED0;
  margin:5px 15px 10px 15px;
  padding:10px 15px;
}

.midashi{
  color:#a52a2a;
  font-weight: bold;
  padding:5px;
}

.fukidashi_1{

}




/* 商品リスト */

.item_area{

  margin:10px;
  padding:20px;

}

.item_list{
  margin:7px 10px;
  width:180px;
  height:280px;
  float: left;

}
.item_img{
  width:180px;
  height:180px;
}

.item_list a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

p.item_title{
  width:180px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0px;
  background:#FFEED0;
}

p.kouka{
  width:180px;
  font-size: 12px;
  text-align: center;
  margin: 0px 5px 10px 5px;
}

#contents #maincontents h6{
  margin:0px 15px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-left: 10px solid #ccc;
  
}

.midashi3{
  background: rgba(44, 154, 219, 0.8);
  color:#FFFFFF;
  margin:10px 0px;
  padding:5px;
  width:200px;
}

.b{
  font-weight:bold;
}

.clearB{
  clear:both;
}

.underline{
  border-bottom: 1px solid #ccc;
}

.kanren{
  float: right;
}