@charset "utf-8";
#mainContentProduct {
	float: left;
	width: 640px;
	margin-top: 22px;
}
#ProductPhoto {
	float: left;
	width: 640px;
	margin-top: 22px;
}
#mainContentProduct #productList {
	float: left;
	background-color: #EFF0F1;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#productSize li {
	float: left;
	width: 290px;
	display: block;
	margin-right: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 6px;
	margin-bottom: 22px;
}
#productSize ul {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
}
#productSize {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#productSize dl {
	float: left;
	margin-left: 8px;
	width: 180px;
}
#productSize dt {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EFF0F1;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
#productSize dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFF0F1;
	line-height: 18px;
}
/*--------------------------------------------------*/
#productAll {
	float: left;
	list-style-type: none;
}
#productAll li {
	float: left;
	height: 186px;
	width: 156px;
	margin-right: 20px;
	margin-left: 8px;
	margin-bottom: 40px;
}
#productAll img {
	float: left;
	display: block;
	padding: 7px;
	background-color: #EFF0F1;
	border: 1px solid #CCCCCC;
}
.sizeProductAll {
	float: left;
	width: 155px;
	margin-top: 3px;
}
.sizeProductAll a {
	line-height: 23px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFF0F1;
	border-bottom-color: #CCCCCC;
	clear: both;
	display: block;
	background-image: url(../img/face/ProductMark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	width: 135px;
}
.sizeProductAll a:hover {
	background-image: url(../img/face/ProductMark_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*---------------------------------------------------------------*/
#product {
	float: left;
	list-style-type: none;
}
#product img {
    float: left;
	display: block;
	padding: 7px;
	background-color: #EFF0F1;
	border: 1px solid #CCCCCC;
}
#product dl {
	float: left;
	width: 620px;
	clear: both;
}
#product dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/face/ProductMark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFF0F1;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#product dd {
	line-height: 23px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFF0F1;
	padding-left: 20px;
	background-image: url(../img/face/ProductMark_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
