@charset "UTF-8";
/* CSS Document */
#white {
	width:860px;}
#white h2 {
	text-indent: -9999px;
}
#white img {
	margin-left: -33px;
	margin-bottom:10px;
}
#overGreen {
	color:#333;
	text-align:left;
}
#overGreen h3 {
	font-size: 20px;
	border-bottom: 1px solid #333333;
}
#overGreen .sales {
	font-size: 16px;
	margin-bottom: 10px;
}
#overGreen .name {
	font-size: 14px;
	line-height:16px;
}
#overGreen .price {
	font-size: 14px;
	color: #F00;
}

#overGreen #product {
	width: 860px;
	margin: 0px auto;
	padding-top: 30px;
}
#overGreen #product:last-child {
	padding-bottom:30px;
}
#product .list {
	display: -moz-box;
	display: -ms-box;
	display: -webkit-box;
	width:250px;
}
#product .list article {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	margin-left:10px;
}
#product .list article:first-child {
	margin-left:70px;
}
.list article .menu {
	width: 120px;
	margin-top: 30px;
	margin-left: 10px;
}
