@charset "utf-8";
/* メイン部分
-------------------------------------------------------------------------------------*/
#list_top {
	float:left;
	width:985px;
	height: auto;
	background-image: url(../../list/img/list_top_bg.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 15px 0px;
}
#list_top #detail {
	float:left;
	width:720px;
	height: auto;
}
#list_top #detail .left {
	float:left;
	width: 360px;
	display: block;
	height: auto;
}

#list_top #detail .right {
	width:360px;
	display: block;
	height: auto;
	float: left;
}

#list_top #detail .easy {
	float:left;
	width:320px;
	display: block;
	background-image: url(../../list/img/easy_bg.png);
	background-repeat: no-repeat;
	background-position: 15px top;
	padding-right: 15px;
	padding-left: 25px;
	height: auto;
	padding-bottom: 25px;
	margin-top: 10px;
}

#list_top #detail h2 {
	float:left;
	height: auto;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
}

#list_top #detail h3 {
	float:left;
	padding-top: 5px;
	display: block;
	width: auto;
	padding-bottom: 5px;
}

#list_top #detail h4 {
	height: auto;
	display: block;
	float: left;
}

#list_top #detail ul {
	float:left;
	margin-bottom: 5px;
	width: auto;
	padding-left: 10px;
	margin-top: 10px;
}

#list_top #detail li {
	padding-bottom: 5px;
	background-image: url(../../list/img/list_top_detail_li_bg.png);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-position: left;
}

#list_top #detail p {
	float:left;
	height: auto;
	display: block;
	width: 200px;
}
#list_top #blow {
	float:left;
	width:265px;
	height: auto;
}
#list_top #blow .division {
	float:left;
	width:265px;
	height: auto;
	padding-bottom: 10px;
}
#list_top #blow h2 {
	float:left;
	width: 265px;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}
#list_top #blow ul {
	width:auto;
	height: auto;
	text-align: center;
}
#list_top #blow li {
	padding-left: 8px;
	display: inline;
	height: auto;
	width: auto;
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
}
#list {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#list #shoplist {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}
#list #shoplist h2 {
	float:left;
	width:655px;
	height: 45px;
	display: block;
	background-image: url(../../list/img/shoplist_h2.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	font-size: 120%;
	font-weight: bolder;
	color: #FFFFFF;
}
#list #shoplist table {
	float:left;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#list #shoplist th {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 140px;
	padding: 5px;
}
#list #shoplist td {
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 240px;
	padding: 5px;
}
#list #shoplist ul {
	float:left;
	height: auto;
	width: 640px;
	display: block;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#list #shoplist li {
	height: auto;
	display: inline;
	width: auto;
	padding-right: 5px;
}
