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


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

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


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

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

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

.uv_column{
  margin:0px 20px;
}

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


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

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


.column2{
  font-weight: bold;
  border-left: 6px solid #FF8C00;
  background:#FFD700;
  padding:5px;
  margin:10px 0px;
}

.column3{
  color:#FF8C00;
  font-weight: bold;
  padding:5px;
}



/* 商品リスト */

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

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;
}