@charset "euc-jp";
/* CSS Document */
/* カスタマイズ用のCSS定義をここに記述してください */

/* -------------------------------------------- *
 * 共通項目
 *--------------------------------------------- */

/* 見出し
------------------------------------------ */
.z_srch_title {
	padding: 30px 0 30px 10px; /* 上右下左 */
	border-top: 3px solid #31bd3d;
	border-bottom: 1px solid #ced6d2;
	font-size: 150%;
	font-weight:bold;
	color: #31bd3d;
	background-color: #ffffff;
}
.z_srch_sub_title {
	margin: 10px 5px;
	border-left: 6px solid #31bd3d;
	color: #31bd3d;
	font-size: 100%;
	background-color: #ffffff;
}

/* ヘッダー
------------------------------------------ */
#header01 {
	height:43px;
}


/* 駐車場絞込みラジオボタン
------------------------------------------ */
.parkingRadioBtn {
	height:50px;
}
.parkingRadioBtn ul {
	list-style: none;
}
.parkingRadioBtn ul li {
	display: inline; 
	float:left;
	width:50%;
	line-height:1.4;
	text-align:justify;
}
.parkingRadioBtn ul li input {
	display:inline-block;
	/display:inline;/*IE7以下*/
	vertical-align:top;
	text-align:left;
}
.parkingRadioBtn ul li label {
	display:inline-block;
	/display:inline;/*IE7以下*/
	font-size: 90%;
	margin-top:3px;
	text-align:left;
}

/* -------------------------------------------- *
 * 店舗詳細
 *--------------------------------------------- */
/* 地図で表示 */
.z_btn_map_a{
	width:135px;
}

/*  「google mapアプリで見る」 */
.z_btn_map_g{
	display:table-cell;
	float: right;
	padding:5px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	vertical-align:middle;
	font-size:80%;
	width:135px;
}


/* 店舗名
------------------------------------------ */
.z_inf_name {
	padding: 30px 0 30px 10px; /* 上右下左 */
	border-top: 3px solid #31bd3d;
	border-bottom: 1px solid #ced6d2;
	font-size: 150%;
	font-weight:bold;
	color: #31bd3d;
	background-color: #ffffff;
}

/* 店舗詳細
------------------------------------------ */
#shopDtl {
	padding: 10px; /* 上右下左 */
}

#shopDtlTable {
	border: 1px solid #e5e5e5;
}

#shopDtlTable tr{
	padding: 15px 0;
}

/* 項目名 */
#shopDtlTable th{
	padding: 15px 0px 15px 10px;  /* 上右下左 */
	border: 1px solid #e5e5e5;
	width: 100px;
	background-color: #e8ffe0;
	color: #5a5a5a;
	font-size: 90%;
	text-align: left;
	vertical-align: middle;
}

/* 内容 */
#shopDtlTable td{
	padding: 15px 10px 15px 10px;  /* 上右下左 */
	border: 1px solid #e5e5e5;
	color: #5a5a5a;
	font-size: 90%;
	vertical-align: middle;
	text-align: left;
}

/* 項目(住所) */
#shopDtlTableAddr {
	border: 0px;
}
#shopDtlTableAddr tr{
	padding: 0;
}
#shopDtlTableAddr td{
	padding: 0px 0px 5px 0px;  /* 上右下左 */
	border: 0px solid #e5e5e5;
	color: #5a5a5a;
	font-size: 90%;
	vertical-align: middle;
	text-align: left;
}

/* インデント */
.inf_indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* 検索TOPへ */
.z_img_toparrow{
	display:inline-block;
	margin-right:3px;
	width:15px;
	height:24px;
	align:center;
	background:url(../img/icon_toparrow.png) no-repeat;
	vertical-align:middle;
}

.z_loc{
	font-size: 100%;
}


/* 店舗地図
------------------------------------------ */
.z_map_btn_neki {
	top: 4px;
	bottom: auto;
	left: auto;
	right: 4px;
}
.z_map_btn_locroute {
	top: 34px;
	left: auto;
	right: 4px;
}
.z_map_lvl_scaleP {
	top: auto;
	bottom: 106px;
}
.z_map_lvl_scaleM {
	top: auto;
	bottom: 54px;
}
.z_map_btn_reset {
	/*bottom: 168px;*/
	/* right: 4px; */
	bottom: 84px;
	left: 4px;
}
.z_map_btn_inf {
	bottom: 114px;
	right: auto;
	left: 4px;
}
.z_map_btn_kiyaku {
	bottom: 54px;
	left: 4px;
	font-size: 100%;
	position: absolute;
	z-index: 9999;
}
.z_map_btn_neki input, .z_map_btn_locroute input, .z_map_btn_reset input, .z_map_btn_inf input, .z_map_btn_kiyaku input, .z_map_btn_searchroute input, .z_map_btn_top input, .z_map_btn_nlist input, .z_map_btn_nstation input {
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border: 1px #252525 solid;
	color: #252525;
}
.z_map_btn_neki input, .z_map_btn_locroute input, .z_map_btn_nlist input, .z_map_btn_nstation input {
	font-size: 12px;
	width: 150px;
	color: #252525;
}
.z_map_btn_reset input, .z_map_btn_inf input, .z_map_btn_kiyaku input, .z_map_btn_top input {
	font-size: 12px;
	width: 100px;
	color: #252525;
}
.z_map_btn_searchroute {
	width: 165px;
}
.z_map_btn_searchroute {
	top: 64px;
	left: auto;
	right: 4px;
}
.z_map_btn_top {
	bottom: 24px;
	left: 4px;
}
.z_map_btn_nlist {	
	top: 4px;
	bottom: auto;
	right: 4px;
}
.z_map_btn_nstation {	
	top: 4px;
	bottom: auto;
	right: 4px;
}
#content #list #result_2, #content #list #result_3 {
	display: block;
	visibility: visible;
}
#content .more {
	margin: 0;
}
.z_map_icon_description {
	left: 4px;
	top: 4px;
	position: absolute;
	z-index: 9999;
	width: 173px;
	height: auto;
}
#content .searchSelect {
	margin: 0;
	padding: 18px 0;
}

#z_map_msg_icon {
    padding-top: 5px;
}

