@charset "UTF-8";
/***************************************************************/
/********************* 製品ページ　専用************************/
/***************************************************************/
#contents_header {
background-position:center;
}

#main{ margin-left:0;}

#gallery{
	text-align:center;
	margin:10px;
}
#gallery .thumb{
padding:2px;
width:120px;
}

.thumb:hover {
 filter:alpha(opacity=60);
 moz-opacity: 0.6;
  opacity: 0.6;
}
#mainImg{ 
padding:5px;
background-color:#FFF;
max-width:640px;
}

#imgAlt{color:#000; text-align:center;}

.del_box{
margin-top:20px;
width:640px;
height:200px;
float:left;
padding-left:0px;
}


.product_catalog_file,
.product_dl_file,
.product_qanda{
float:left;
padding:2px;
}

.product_catalog_file img,
.product_dl_file img,
.product_qanda img{
width:209px;
}

#qanda{
padding-top:100px;
}
.product_form{
}

.Product_Text{
float:left;
width:640px;
padding:10px;
margin-top:20px;
}

#main .contentsbox05 h3{
width:600px;
}

/*製品カテゴリ*/
ul{
margin:0;
padding:0;
}

.Cate_Text{ margin:10px;}

/*製品カテゴリ　大カテゴリ*/
.Product_Cate{
list-style:none;

}

.Product_Cate li{
width:200px;
display:inline;
text-align:center;
float:left;
margin-right:20px;
margin-bottom:20px;
}

.Product_Cate li img{
width:200px;
}

/*製品カテゴリ　中カテゴリ*/
.Product_Cate_2{
list-style:none;
margin:0;
float:left;
width:675px;
}

.Product_Cate_2 li{
width:320px;
min-height:280px;
text-align:center;
float:left;
margin-bottom:40px;
}

.Product_Cate_2 li:nth-child(2n) {
   /* 偶数番目(2,4,6……番目)だけに適用されるCSS */
float:right;
}

.Product_Cate_2 li img{
width:320px;
}

#side_prod{
list-style:none;
}

#side_prod li{
float:left;
width:280px;
margin-bottom:10px;
margin-top:10px;
}

.prod_thumb{
max-width:100px;
float: left;
padding-right:10px;
}