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

/* itemCont
------------------------------*/

div#itemDetail{
	padding-bottom:60px;
}

div#itemInfo{
	overflow:hidden;
}

div#itemImage{
	float:left;
	width:400px;
}

div#itemSpec{
	float:right;
	width:308px;
	padding-right:20px;
	color:#333;
}

div#itemSpec h4,
div#itemSpec h5{
	background:url(http://img15.shop-pro.jp/PA01241/879/etc/h4.png) 0 center no-repeat;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #7e7350;
	color:#afa277;
	line-height:1.8;
	padding-left:25px;
	font-size:100%;
}
div#itemSpec h5{
	margin-top:15px;
}

div#itemSpec span.itemPrice{
	font-size:150%;
	font-weight:bold;
}
div#itemSpec span.teikaPrice{
  	text-decoration: line-through;
	font-weight:normal; 
  	font-size:120%;
}
div#itemSpec span.itemTeika{
	color:#666;
}
div#itemSpec span.red{
	color:#C33
}

div#itemSpec div#specNote table{
	width:100%;
}
div#itemSpec div#specNote th,
div#itemSpec div#specNote td{
	border:none;
	text-align:center;
}
div#itemSpec div#specNote th.lh,
div#itemSpec div#specNote td.lh{
	text-align:left;
}

div#itemImage ul{
	oveflow:hidden;
	margin-top:12px;
}
div#itemImage li{
	float:left;
	margin:0 12px 10px 0;
}

div#itemImage li.lastIndex{
	margin:0 0 10px 0;
}

p#itemDetailPrice{
	border-top:#7e7350 1px dotted;
	clear:both;
	font-size:130%;
	font-weight:bold;
	color:#C33;
	padding:15px 0 15px 5px;
}

p#itemDetailPrice s{
	color:#666;
	font-size:80%;
	font-weight:normal;
}

p#itemDetailPrice span.offRate{
	color:#F90;
}


div#itemShopping{
	overflow:hidden;
	padding:30px 0;
}

div#itemShopping div#itemCart{
	float:left;
	width:300px;
}

div#itemShopping div#itemCart button{
	margin:0 0 20px;
	padding:0;
	background:none;
	border:none;
}
div#itemShopping div#itemCart table{
	width:100%;
	border-collapse:collapse;
	text-align:left;
}

div#itemShopping div#itemCart th{
	font-weight:bold;
	color:#ccc;
	border:1px solid #7e7350;
	background:#524a31;
	width:80px;
	padding:5px;
}
div#itemShopping div#itemCart td{
	border:1px solid #7e7350;
	padding:5px;
}

div#itemShopping div#itemCart table.buyNum{
	width:auto;
}
div#itemShopping div#itemCart table.buyNum td{
	border:none;
	padding:0;
}

div#itemShopping div#itemLinks{
	float:right;
	width:250px;
}

div#itemLinks{
	border-top:#666 1px dotted;
	overflow:hidden;
	width:728px;
}

div#itemLinks li{
	float:left;
	background:url(http://img15.shop-pro.jp/PA01241/879/etc/list_arr.png) 0 center no-repeat;
	padding-left:16px;
	margin-top:10px;
	margin-right:15px;
}
button{
	cursor:pointer;
	text-align:left;
}







