/* list.css */
div#searchdetail {
	width: 704px;
	margin: 10px auto;
}

div#searchdetail h2 {
	background: url("/img/search_tenpo.png") no-repeat left top;
	text-indent: -9999px;
	height: 44px;
	width: 704px;
}

div#searchdetail ul {
	width: 640px;
	margin: 10px auto;
	list-style: url("/img/icom_cursor.png") disc outside;
}

div#searchdetail ul li {
	margin-left: 20px;
}

div#searchdetail form {
	width: 640px;
	margin: 5px auto;

}

div#searchdetail form h3 {
	height: 23px;
	width: 640px;
	text-indent: -9999px;
	margin: 10px 0 2px 0;

}

div#searchdetail form h3.type {
	background: url("/img/shop_gyotai.png") no-repeat left top;
}

div#searchdetail form h3.area {
	background: url("/img/shop_area.png") no-repeat left top;
}

div#searchdetail form h3.genre {
	background: url("/img/shop_genre.png") no-repeat left top;
}

div#searchdetail form h3.category {
	background: url("/img/shop_type.png") no-repeat left top;
}

div#searchdetail form h3.rate {
	background: url("/img/shop_rate.png") no-repeat left top;
}

div#searchdetail form h3.other {
	background: url("/img/shop_others.png") no-repeat left top;
}


div#searchdetail form h3.playtype {
	background: url("/img/shop_play.png") no-repeat left top;
}

div#searchdetail form div.searchbox,div#searchdetail form div.searchbox2 {
	background-color: #F3F3F3;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

div#searchdetail form div.searchbox input, div#searchdetail form div.searchbox label{
	vertical-align: middle;
	padding-left: 0px;
}
div#searchdetail form div.searchbox2 input, div#searchdetail form div.searchbox2 label{
	vertical-align: middle;
	padding-left: 0px;
}

div#searchdetail form div.searchbox label{
	width: 153px;
	/width: 132px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}
div#searchdetail form div.searchbox2 label{
	width: 205px;
	/width: 132px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}

/* ボタン */

div#searchdetail p {
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	background: url("/img/shop_search_btn.gif") no-repeat left -40px;
	margin: 10px auto;
}

div#searchdetail p a {
	display: block;
	width: 150px;
	height: 40px;
	background: url("/img/shop_search_btn.gif") no-repeat left top;
}

div#searchdetail p a:hover {
  background-image: none;
}

