/* CSS Document */
/* 商品ページ */
#box2 .item{
	width: 305px;
	font-size: 12px;
	float:left;
	margin-bottom: 20px;
}
#box2 div.leftitem{
	padding-right:30px;
	background-image: url(../item/img/line_indiv.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#box2 h4 {
	border-bottom:2px solid #CC0000;
	margin-bottom: 5px;
}
.item p{
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 12px;
}
.item div {
	margin:0;
	float:left;
	padding: 0 0 10px 0;
}
.item .leftph {
	padding-right:9px;
	clear: left;
}
#box2 .item a.ph img {
	border: 2px solid #FFFFFF;
}
#box2 .item a:hover.ph img {
	border: 2px solid #CC0000;
}
#box2 .itemdetail {
	margin:0;
	padding:0;
	width: 205px;
	float: none;
}
.itemdetail table{
	border-collapse:collapse;
	width: 205px;
}
.itemdetail table th,
.itemdetail table td{
	border-bottom:1px solid #CC0000;
	padding:6px 3px 3px 3px;
}
.itemdetail table th{
	text-align: center;
}
.itemdetail table td{
	text-align:right;
}
.itemdetail span.contents strong{
	font-size:14px;
}


/* 注文テーブル */
.order_waku{
	padding:8px;
	border-right:2px solid #CC3300;
	border-bottom:2px solid #CC3300;
	border-left:2px solid #CC3300;
	width: 610px;
	margin: 0 0 20px 0;
}
.order_waku_1{
	width: 620px;
}
table.order{
	border-collapse:collapse;
	width: 610px;
	margin: 0;
	font-size: 12px;
	text-align: left;
}
table.order caption{
	text-align:left;
	margin: 0 auto;
}
table.order td,
table.order th{
	line-height:1.2em;
	padding:4px;
	margin: 0;
	border:1px solid #666666;
}
table.order td td{
	padding:0;
	border:none;
}
table.order th{
	background-color:#C60000;
	width:72px;
	text-align: right;
	color: #FFFFFF;
}
table.order th strong{
	font-size:14px;
	color:#FFFF00;
}
table.order th.name{
	font-size:14px;
}
table.order th.th0{
	width:auto;
	text-align: center;
}
table.order td.td0{
	background-color:#000000;
}
table.order td.price{
	width: 230px;
}
.item div.kaibun {
	float:none;
	text-align: center;
	padding:10px 0 0 0;
}
