@charset "utf-8";


/*-------------------------------------
section
---------------------------------------*/
#list{
	width: 373px;
	border-left-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-top-color: #E9E9E9;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	float: left;
}
/* photo
---------------------*/
#list div.photo{
	border-bottom:1px solid #E5E5E5;
	background:url(/images/common/bg_pattern.gif);
}
#list div.photo p{
	padding: 10px;
	text-align: center;
}
#list div.photo ul{
	background-color: #F6F6F6;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 34px;
	height: 82px;
}
#list div.photo ul li{
	float: left;
	padding: 2px;
	border: 1px solid #E3E1E1;
	cursor: pointer;
	width: 80px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	height: 58px;
}
#list div.photo ul li img{
	margin-left: auto;
	margin-right: auto;
	height: 58px;
	width: auto;
}
