@charset "utf-8";

/* ------------------------
      検索条件-基本
------------------------ */

#searchMaster {
	margin-top: 10px;
}

#searchArea {
	margin-top: 10px;
	background: url(../img/back_master_area.gif) no-repeat;
	width: 800px;
	height: 330px;
}

#searchEnsen {
	margin-top: 10px;
	background: url(../img/back_master_ensen.gif) no-repeat;
	width: 800px;
	height: 330px;
}

#searchMap {
	margin-top: 10px;
	background: url(../img/back_master_map.gif) no-repeat;
	width: 800px;
	height: 330px;
}

#searchTime {
	margin-top: 10px;
	background: url(../img/back_master_time.gif) no-repeat;
	width: 800px;
	height: 330px;
}

#searchNeeds {
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../img/back_master_needs.gif) no-repeat;
	width: 800px;
	height: 250px;
}

#searchShopArea {
	margin-top: 10px;
	background: url(../img/back_master_shoparea.gif) no-repeat;
	width: 800px;
	height: 300px;
}

#searchShopToriArea {
	margin-top: 10px;
	background: url(../img/back_master_shoptoriarea.gif) no-repeat;
	width: 800px;
	height: 300px;
}

#searchShopEnsen {
	margin-top: 10px;
	background: url(../img/back_master_shopensen.gif) no-repeat;
	width: 800px;
	height: 300px;
}

#searchShopMap {
	margin-top: 10px;
	background: url(../img/back_master_shopmap.gif) no-repeat;
	width: 800px;
	height: 300px;
}

#searchShopName {
	margin-top: 10px;
	background: url(../img/back_master_shopname.gif) no-repeat;
	width: 800px;
	height: 140px;
}

#searchShopName table {
	position:relative;
	top: 65px;	
}

ul.category {
	position:relative;
	top: 33px;
	left: 270px;
	zoom: 1;
}

ul.category:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

ul.category li {
	font-size: 80%;
	float: left;
}

table {
	position:relative;
	top: 45px;
	left: 4px;
	border-top: #D7D7D7 solid 1px;
	border-left: #D7D7D7 solid 1px;
	width: 792px;
}

table th,
table td {
	padding: 4px;
	border-bottom: #D7D7D7 solid 1px;
	border-right: #D7D7D7 solid 1px;
	background-color: #FFF;
	font-size: 80%;
}

table th {
	white-space: nowrap;
}

table th.colored,
table td.colored {
	background-color: #F5F5E5;
}

table ul li {
	line-height: 1.3;
	float: left;
	width: 70px;
}

#searchArea table ul li a,
#searchEnsen table ul li a,
#searchMap table ul li a {
	padding-left: 10px;
	background: url(../img/arrow_green.gif) no-repeat;
	background-position: left center;
	line-height: 1.3;
}

table ul li.long {
	width: 120px;
}

#searchTime table {
	line-height: 1.5;
}

#searchTime p.linkTsukin a {
	position: relative;
	top: 35px;
	left: 280px;
	padding-left: 8px;
	font-size: 80%;
}

#searchTime table {
	top: 50px;
}

#searchTime table td {
	padding: 10px;
}

#searchTime table h3 {
	font-size: 100%;
}

#searchTime table h3.top10 {
	font-size: 100%;
	margin-top: 5px;
}

#searchTime table ul li {
	width: 150px;
}

#searchTime table div.btn {
	clear: both;
	text-align: center;
	width: 100%;
}

#searchTime table div.btn img {
	margin-top: 10px;
}

#searchNeeds table td {
	padding: 10px;
	width: 50%;
}

span.tyukoMansion {
	margin-left: 1px;
	padding: 2px;
	background-color: #333366;
	color: #FFF;
	white-space: nowrap;
}

span.tyukoIkkodate {
	margin-left: 1px;
	padding: 2px;
	background-color: #006666;
	color: #FFF;
	white-space: nowrap;
}

#searchNeeds table td ul.needs {
	margin-top: 5px;
	margin-left: 5px;
}

#searchNeeds table td ul.needs li {
	padding-left: 10px;
	background: url(../img/arrow_green.gif) no-repeat;
	background-position: left center;
	float: none;
	width: auto;
}

/* ------------------------
      検索条件-50音表
------------------------ */

table ul.on50 li {
	width: 70px;
}

table ul.on50 li a {
	background: url(../img/arrow_blue_r.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#jouken div.on50 ul li {
	width: 32%;
}

#jouken div.on50 ul li a {
	background: url(../img/arrow_blue_r_2.gif) no-repeat;
	background-position: left center;
}

