@charset "UTF-8";

/*//////////////　商品リスト　///////////////*/
dl.pro_list{
	width:150px;
	height:180px;
	background:url(img/product/l_bg.jpg) no-repeat;
	padding:25px 25px 15px 25px;
	float:left;
	margin:10px 10px 0px 0px;
}
dl.pro_list dt{
	width:150px;
	height:160px;
}
dl.pro_list dd{
	width:150px;
	height:20px;
	text-align:center;
}
dl.pro_list dt img{
	width:150px;
	height:150px;
}


/*//////////////　商品詳細ページ　///////////////*/
table {



border-top:1px solid #ccc;

border-left:1px solid #ccc;

border-collapse:separate;

border-spacing:0;

margin-bottom:10px;
}

th,td {

border-right:1px solid #ccc;

border-bottom:1px solid #ccc;

	font-weight:normal;
}

/*///////　イメージ部　////////*/
dl.pr-img,dl.pr-img dt,dl.pr-img dd{
	margin:0px;
	padding:0px;
	line-height:0px;
}
dl.pr-img{
	width:270px;
	height:350px;
	float:left;
	}
dl.pr-img img{
	border:#CCC 1px solid;
	}
dl.pr-img dt img{
	width:260px;
	height:260px;
	}
dl.pr-img dd {
	width:270px;
	height:80px;
	margin-top:10px;
	}
dl.pr-img dd ul li{
	width:90px;
	height:80px;
	float:left;
	}
dl.pr-img dd ul li img{
	width:80px;
	height:80px;
	}


/*///////　商品名＆販売価格　////////*/
h2{
	color:#333333;	
	}

dl.pr-info1{
	width:350px;
	float:right;
	padding-right:10px;
	margin-bottom:20px;
	}
dl.pr-info1 dd img{
	margin-bottom:10px;
	float:right;
	}
dl.pr-info1 dd table.ptable,dl.pr-info1 dd table.ptable2{
	width:350px;
	margin-top:0px;
	text-align:center;
	}
dl.pr-info1 dd table.ptable caption,dl.pr-info1 dd table.ptable2 caption{
	width:350px;
	height:35px;
	background:url(img/product/cap.gif) no-repeat;
	line-height:35px;
	color:#333333;
	}

dl.pr-info1 dd table.ptable tr th{
	width:138px;
	height:25px;
	padding-top:10px;
	background:white;
	text-align:center;
	
	}
dl.pr-info1 dd table.ptable tr th img{
	float:none;
}
dl.pr-info1 dd table.ptable tr td{
	
	}
	
/*///////　保証サービス　////////*/	

dl.pr-info1 dd table.ptable2 tr th{
	width:138px;
	height:25px;
	padding-top:10px;
	background:white;
	text-align:center;
	}
dl.pr-info1 dd table.ptable2 tr td{
	height:35px;
	text-align:center;	
	}

/*///////　商品機能　////////*/	
table.ptable3,table.ptable4,table.ptable5,table.ptable6{
	width:620px;
	margin-top:0px;
	}
table.ptable3 caption,table.ptable4 caption,table.ptable5 caption{
	width:620px;
	height:35px;
	background:url(img/product/cap2.gif) no-repeat;
	line-height:35px;
	color:#333333;
	}
table.ptable3 tr th{
	height:35px;
	line-height:35px;
	background:white;
	text-align:center;
	}
table.ptable3 tr td{
	height:55px;
	padding-top:10px;
	text-align:center;
	line-height:55px;
	}
	
/*///////　商品詳細　////////*/	

table.ptable4 tr td{
	height:auto;
	text-align:left;
	padding:10px;
	}
	
/*///////　商品情報　////////*/	
table.ptable5 tr th{
	width:138px;
	height:35px;
	line-height:35px;
	background:white;
	text-align:left;
	text-indent:10px;
	font-size:95%;
	}
table.ptable5 tr td{
	line-height:1.5em;
	text-align:left;
	text-indent:10px;
	font-size:95%;
	}
/*///////　購入フォーム　////////*/	
form table.ptable5 tr td{
	height:35px;
	line-height:35px;
	padding-top:1px;
	text-align:left;
	text-indent:10px;
	font-size:95%;
	}

