@charset "utf-8";
/* CSS Document */

/* 右のmain内　商品情報
--------------------------------------------------------*/
#photos{
	width:402px;
	float:left;
}
#photos img{
	margin-bottom:10px;
}
#details{
	width:266px;
	margin-bottom:90px;
	margin-right:17px;
	float:right;
}
#details h1{
	margin:5px 0 3px 0;
	font:bold 20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#price{
	font:bold 20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#ff0000;
}
#note{
	font-size:14px;
	margin:8px 0px 3px 0px;
}
#manyprices{
	font-size:12px;
	margin:8px 0 15px 0;
}
#details hr{
	width:295px;
	height:1px;
	margin-left:-15px;
	background-color:#cc0000;
	font-size:12px;
}
#details img{
	margin:3px 0px;
}
#optkaztable{
	width:264px;
	margin:3px 0px;
}
#details td {
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	padding:3px 8px 3px 8px;
}
#details td .opt {
	border-right:#cccccc solid 1px;
}
.opt {
	border-right:#cccccc solid 1px;
}
#kaz1, #kaz2{
	border-bottom:#cccccc solid 1px;
}
#details select{
	border:#cccccc solid 1px;
	font-size:12px;
}
#add2cart{
	background-image:url(/images/detail_cart.gif);
	margin:3px 0px 105px 55px;
	width:156px;
	height:48px;
	display:block;
}
#add2cart:hover{
	background-image:url(/images/detail_cart_r.gif);
}
/* カートの中身を表示する画面
--------------------------------------------------------*/
#largebox {
	margin:15px 5px 15px 5px;
	text-align:center;
}
#largebox table{
	margin:0 auto;
}
#largebox td{
	text-align:left;
}
.smallbox {
	margin:20px 100px 20px 100px;
	padding:10px;
	border:#ccc solid 1px;
	text-align:center;
}
.smallbox h2 {
	font-size:16px;
	font-weight:bold;
}
.smallbox p {
	line-height:1.4;
}
.smallbox dl {
	margin:20px 0 20px 0;
}
.smallbox dt {
	float:left;
	margin-left:30px;
	width:150px;
	text-align:left;
}
.smallbox dd {
	text-align:left;
}
#logout {
	font-size:small;
	float:right;
}