@charset "utf-8";
/* CSS Document */
#store h2 {
	border-bottom:3px solid #3cbb8c;
	background-image: url(../images/h2.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:0 0 0 45px;
}
#store .clearfix {
	margin:20px 0 70px 0;
}
#store_left {
	width:570px;
	float:left;
}
#store_left img {
	padding:2px;
	border:1px solid #c6c6c6;
}
#store_left ul {
	margin:10px auto;
}
#store_left li {
	float:left;
	margin:0 0 0 5px;
}
#store_left li:first-child {
	margin:0;
}
#store_right {
	margin:0 0 0 20px;
	width:400px;
	float:left;
}
#store_right h3 {
	height:45px;
	border-bottom:1px solid #ffcd80;
}
#store_right table {
	width:100%;
}
#store_right table th {
	width:90px;
	font-weight:normal;
}
#store_right table th,td {
	border-bottom:1px dotted #d5d5d5;
	padding:15px 0;
}