@charset "utf-8";

/* 通常のメインコンテンツ用CSS */

#productlist {
	width			: 680px;
}
#productlist .category  {
	clear			: both;
	margin			: 0 0 20px 0;
	float			: left;
}

#productlist .product {
	clear			: both;
	margin			: 20px 10px;
	float			: left;
	width: 640px;
}
#productlist .product a {
	float			: left;
	width: 320px;
}
#productlist .product h3 {
	float			: right;
	color			: #FFE0E0;
	margin			: 0;
	width: 320px;
}
#productlist .product p {
	float			: right;
	margin			: 0;
	width: 320px;
}

#productlist span span.price {
	color				: #CC6666;
	font-weight			: bold;
	text-decoration		: underline;
	font-size			: 1.1em;
}

/* 個別商品情報 */
#catalog {
	width			: 680px;
}

#catalog .image img{
	border				: 2px solid #FFFFFF;
	vertical-align		: bottom;
	margin				: 0 0 4px 0;
}
#catalog .text {
	width				: 680px;
	margin				: 0 0 30px 0;
}
#catalog .text .description {
	clear				: both;
	width				: 680px;
	margin				: 0 0 30px 0;
	min-height			: 240px;
}
/*
#catalog .text ol {
}
#catalog .text ol li {
	list-style-type		: decimal;
	font-size			: 85%;
	margin				: 0 0 0 40px;
}*/

#catalog .text .description blockquote.reference {
	color				: #99CCFF;
	font-weight			: bold;
	margin				: 5px 30px 5px 30px;
	font-size			: 85%;
}
#catalog .text .description span.keyword {
	color				: #CCFF99;
	font-weight			: bold;
}
#catalog .text p {
	font-size			: 85%;
}
#catalog .text img {
	float				: right;
	margin				: 0 0 10px 10px;
}
#catalog .text h3 {
	width				: 420px;
	border-bottom		: 1px solid #FFCCCC;
	color				: #CCAAAA;
}
#catalog .text h3.l {
	width				: 680px;
}
#catalog .box {
	width				: 680px;
	float				: left;
	margin				: 0 0 20px 0;
}
#catalog .box .remarks {
	width				: 360px;
	padding				: 0px 20px 0 20px;
	float				: left;
	font-size			: 80%;
}
#catalog .box .remarks dl {
	width				: 346px;
	border				: 2px solid #DDEEFF;
	float				: left;
	padding				: 5px 5px 5px 5px;
	margin				: 5px 0 5px 0;
}
#catalog .box .remarks dt {
	clear				: both;
	width				: 32px;
	float				: left;
	text-align			: right;
	padding				: 0 4px 0 0;
	margin				: 0;
}
#catalog .box .remarks dd {
	width				: 310px;
	float				: left;
	margin				: 0;
}
#catalog .box .spec {
	width				: 400px;
	float				: left;
}
#catalog .box .spec thead td {
	border-bottom		: 1px solid #FFFFFF;
	padding				: 4px 0 4px 0;
	font-weight			: bold;
	text-align			: center;
}
#catalog .box .spec tbody th {
	width				: 150px;
	border-bottom		: 1px solid #FFFFFF;
	padding				: 4px 0 4px 0;
	font-size			: 85%;
	text-align			: center;
}
#catalog .box .spec tbody td {
	width				: 250px;
	border-bottom		: 1px solid #FFFFFF;
	padding				: 4px 0 4px 0;
	font-size			: 85%;
}
#catalog .box .spec .allergen img {
	margin				: 1px 1px 1px 1px;
	float				: left;
}
#catalog .box .cart {
	width				: 280px;
	float				: right;
}
#catalog .box .cart .condition {
	text-align			: right;
}
#catalog .box .cart .condition img {
	border				: 4px double #999999;
}
#catalog .box .cart .info {
	text-align			: right;
}
#catalog .box .cart .info .disable {
	text-decoration		: line-through;
	color				: #999999;
}
#catalog .box .cart .info .disable .price {
	text-decoration		: line-through;
	color				: #aa9999;
}
#catalog .box .cart .info h2 {
	color: #FFE0E0;
}
#catalog span.price {
	color				: #CC6666;
	font-weight			: bold;
	text-decoration		: underline;
	font-size			: 1.1em;
}
.imagebox img {
	clear:both;
	float:right;
}
#catalog .media {
	clear				: both;
	width				: 646px;
	border				: 2px solid #99CCCC;
	padding				: 5px 5px 5px 5px;
	margin				: 0 10px 30px 10px;
	float				: left;
}
#catalog .media h3 {
	border-left			: 20px solid #99CCCC;
	padding				: 0 0 0 5px;
	margin				: 0 0 10px 0;
}
#catalog .media div.material1 {
	width				: 130px;
	float				: left;
	text-align			: center;
}
#catalog .media div.text1 {
	width				: 516px;
	float				: right;
}
#catalog .media div.info {
	font-size			: 85%;
	margin				: 4px 0 0 0;
	border-top			: 1px solid #99CCCC;
	border-bottom		: 1px solid #99CCCC;
}

#catalog .impression {
	clear				: both;
	width				: 666px;
	border				: 2px solid #EEFFFF;
	padding				: 5px 5px 5px 5px;
	margin				: 0 0 20px 0;
	overflow-y			: auto;
	float				: left;
}
#catalog .impression2 {
	width				: 666px;
	background-color	: #FFFFFF;
	float				: left;
}
#catalog .impression .summary {
	padding				: 0 5px 0 5px;
	color				: #111111;
}
#catalog .impression .summary h4 {
	color				: #662211;
	margin				: 0;
	font-size			: 85%;
}
#catalog .impression .summary p {
	margin				: 0 10px 0 10px;
	font-size			: 85%;
}
#catalog .impression hr {
	width				: 626px;
	margin				: 5px 20px 15px 20px;
	border				: 1px solid #402028;
}


#catalog hr {
	clear				: both;
	width				: 640px;
	margin				: 15px 20px 15px 20px;
}