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



/* TOPインフォメーション
=============================================================*/

ul#info{
	width:755px;
	height:auto;
	margin:10px 0 10px 0;
	}

ul#info li{
	width:735px;
	height:20px;
	margin:15px 0 15px 0;
	padding:5px 0 0 20px;
	font-size:0.7em;
	border-bottom: dotted 1px #999;
	background:url(../images/icon_maru.png) no-repeat left center;
	}






/* 商品
=============================================================*/

/* テーブル*/

.item_box{
	width:745px;
	border:solid 1px #CCC;
	padding:1px;
}

table.item{
    width:744px;
	border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size:12px;
}

.item td{
	border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    padding:2px;
    text-align:center;
    vertical-align:middle;
	background-color: #e0e0e0;
}



.item td.or{
	border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    padding:2px;
    text-align:center;
    vertical-align:middle;
	background-color: #FFBF31;
}

.item td.grl{
	background-color: #FFBF31;
}
.item td.gr{
	background-color: #e0e0e0;
}
.item td.detail{
	border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    padding:2px;
    text-align:left;
    vertical-align:middle;
	background-color: #FFF;
	font-size:12px;
}


/* 枚数*/

#sheets{
	width:748px;
	border:solid 1px #CCC;
	padding:2px;
	height:auto;
	font-size:12px;
	}

#sheets ul{
	float:left;
	width:744px;
	border-top:2px solid #fff;
    border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	}

#sheets ul li{
	float:left;
	width:100px;
	background-color: #e0e0e0;
	text-align:center;
	margin:1px;
	padding:2px 2px 2px 2px;
	display: inline
	}

#sheets ul li.or{
	background-color: #FFBF31;
	}

#sheets ul li.grl{
	background-color: #FFBF31;
	}

#sheets ul li.gr{
	background-color: #e0e0e0;
	}

.yajirushi{
	width:742px;
	margin:5px 0 0 0;
	text-align: center;
}

#price{
	width:742px;
	height:auto;
	border:solid 3px #F90;
	padding:5px;
	text-align:left;
	overflow:hidden;
}

#price .t{
	float:left;
	width:720px;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:underline;
	margin:10px 0 10px 0;
	}

#price .left{
	float:left;
	margin-left:10px;
	width:400px;
	}

#price .right{
	float:right;
	width:230px;
	margin-top:80px;
	color:#63C;
	font-size:1.4em;
	}

#price table{
	font-size:90%;
}

