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


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

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

.red{
 color:#FF0000;
  font-weight: bold;
}

.other_r{
  text-decoration: underline;
  float: right;
}

#contents .head {
  background: #2C88B4;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

#contents #maincontents .clearRight { 
  clear:right; 
}

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


.column2{
  font-weight: bold;
  font-size: 16px;
  border-left: 6px solid #2D767F;
  background:#B4F1F1;
  padding:10px;
  margin:30px 0px 10px 0px;
}


/* 商品リスト */


.item_title{
  color:#2D767F;
  background:#ECFFFB;
  font-weight: bold;
  margin-top:10px;
  padding:5px;
}

.item_area{
  padding:10px 20px 30px 20px;

}

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

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

.item_img2{
  width:600px;
  height:200px;
}

.item_click{
  width:150px;
  height:34px;
  margin: 5px 10px;
  float: left;
}

p.kouka{
  width:500px;
  font-size: 12px;
  margin: 10px 5px;
  float: left;
}

p.kouka2{
  font-size: 12px;
  margin: 10px 5px;
}


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

.b{
  font-weight:bold;
  padding-left:5px;
}

.clearB{
  clear:both;
}

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

.kaitou{
  padding:0px 35px 10px 35px;
}


@media screen and (max-width: 767px) {

.item_img2{
  width:100%;
  height:100%;
}

p.kouka{
  width:100%;
  font-size: 12px;
  margin: 10px 5px;
  float: left;
}

}

.ji_main{
  border: thin #A9A9A9 solid;
  padding:10px;
  margin:0px 20px 30px 20px;
}

.ji_title{
  color:#FF8C00;
  font-weight: bold;
  font-size: 115%;
  margin:4px 0px;
}

.ji_title2{
  color:#1E90FF;
  font-weight: bold;
  font-size: 100%;
  margin:4px 20px;
}

.ji_column2{
  margin:0px 20px;
}

.ji_column1{
  margin:20px;
}
