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


#contents .product {
	clear: both;
}
#contents #sale {
	text-align: center;
	font-size: 90%;
}
#contents .product .image {
	float: left;
	width: 200px;
	font-size: 90%;
	text-align: center;
}
#contents .product .copy {
	line-height: 1.5;
	font-size: 95%;
	float: right;
	width: 420px;
}
#contents .product .copy .to_detail {
	text-align: right;
}
#contents .result {
	text-align: center;
}
#contents .result h3 {
	text-align: left;
}
#contents #graphic {
	text-align: center;
}
#contents .product .copy ol {
	margin-bottom: 15px;
	list-style: circle;
}
#contents .sub li {
	background: url(../common/li_sub.gif) no-repeat 5px 4px;
	font-size: 100%;
}
#contents .product .image #products_link {
	font: bold 110%/1.7 Arial, Helvetica, sans-serif;
}

