@charset "UTF-8";
@import "common.css";
@import "base.css";

/*header--------------------*/

#header_menu {
	background:url(../img/menu_bg_store.jpg) bottom right no-repeat;
}

/*基本設定変更分--------------------*/

a:link,
a:visited,
a:hover,
a:active {
	color: #e20000;
	text-decoration:underline;
}


/*contents--------------------*/

#contents_w_bg {
	width: 970px;
	padding: 0 23px 0 23px;
}

/*index--------------------*/

/*検索*/
.index_search_block {
	clear: both;
	width: 890px;
	margin: 0 auto;
	padding-bottom: 20px;
	background:url(../store/img/index_sttl_btm.gif) bottom left no-repeat;
}

.index_search_block_bg {
	width: 890px;
	background:url(../store/img/index_sttl_bg.gif) left repeat-y;
}

.index_search_box {
	float: left;
	width: 445px;
	color:#ffffff;
}

.index_search_box h2 {
	margin-bottom: 15px;
}

.index_search_box .form_box {
	width: 395px;
	margin: 0 auto 15px auto;
}

.index_search_box .form_box select {
	width: 395px;
	margin-bottom: 3px;
}

.index_search_box .form_box .txtbox {
	width: 395px;
	margin-top: 3px;
}

.index_search_box .btn_box {
	width: 395px;
	margin: 0 auto;
	text-align: center;
}

/*map FLASH*/
#store_map {
	clear: both;
	width: 900px;
	margin: 20px auto 15px auto;
}



/*一覧--------------------*/

.store_search {
	width: 925px;
	margin: 15px auto 10px auto;
	padding-bottom: 12px;
	background:url(../img/line_maru_x.gif) 1px bottom repeat-x;
	text-align: right;
}

.store_search input {
	margin-left: 10px;
}

.store_betsu {
	width: 925px;
	margin: 0 auto 20px auto;
}

.store_list_block {
	clear: both;
	width: 925px;
	margin:0 auto 5px auto;
}

.store_list_block h3 {
	font-size: 131%;
	margin-bottom: 3px;
}

.store_list_block table{
	width: 925px;
	margin-bottom: 30px;
	border-top: 1px solid #bba6a6;
	border-right: 1px solid #bba6a6;
	background:url(../store/img/store_name_bg.gif) 1px 0 repeat-y;
}


.store_list_block th {
	padding: 5px 7px;
	background-color: #560000;
	color:#ffffff;
	font-weight: bold;
	border-bottom: 1px solid #bba6a6;
	border-left: 1px solid #bba6a6;
}

.store_list_block td {
	padding: 5px 7px;
	border-bottom: 1px solid #bba6a6;
	border-left: 1px solid #bba6a6;
	vertical-align: top;
}

.store_list_block .shop_name {
	width: 131px;
	font-weight: bold;
	border-top: 2px solid #ffffff;
	background:url(../store/img/store_name_btm.gif) left bottom no-repeat;
}

.store_list_block .shop_address {
	width: 250px;
}

.store_list_block .shop_address img {
	margin-right: 2px;
}

.store_list_block .shop_time {
	width: 100px;
}

.store_list_block .shop_info {
	width: 299px;
}

.store_list_block .shop_info p {
	float: left;
	width: 218px;
	color: #ff5a00;
	font-size: 85%;
	*font-size: x-small;
    *font: x-small;
}

.map_btn {
	float: right;
	width: 72px;
}


.store_list_caution {
	width: 925px;
	margin: 0 auto 20px auto;
	color: #621600;
	font-size: 85%;
	*font-size: x-small;
    *font: x-small;
}

/*マピオン検索結果--------------------*/

/*県名*/
.mapion_list_kekka {
	width: 935px;
	margin: 0 auto 13px auto;
	padding-bottom: 8px;
	background:url(../img/line_maru_x.gif) bottom left repeat-x;
	font-weight: normal;
}

.mapion_list_kekka span {
	font-size: 116%;
	font-weight: bold;
}


/*検索block*/
.mapion_search_block {
	clear: both;
	width: 926px;
	margin: 0 auto 15px auto;
	padding-top: 12px;
	color:#ffffff;
	background:url(../store/img/search_box_top.gif) top left no-repeat;
}

.mapion_search_block_btm {
	padding-bottom: 12px;
	background:url(../store/img/search_box_btm.gif) bottom left no-repeat;
}

.mapion_search_block_bg {
	background:url(../store/img/search_box_bg.gif) left repeat-y;
}

.mapion_search_block h3 {
	width: 165px;
	text-align: center;
}

.mapion_search_block .address{
	width: 247px;
	padding-left: 16px;
}

.mapion_search_block .address div {
	margin-bottom: 5px;
}

.mapion_search_block .address select {
	margin: 0 0 0 10px;
}

.mapion_search_block .time{
	width: 315px;
	padding-left: 51px;
}

.mapion_search_block .search_btn {
	width: 132px;
	text-align: center;
}

/*本部*/
.honbu {
	width: 925px;
	margin: 0 auto 15px auto;
}

/*ページリンクボタン*/
.page_btn_block {
	width: 925px;
	height: 28px;
	margin: 0 auto 5px auto;
	background:#dfdfdf url(../store/img/page_btn_bg.gif) left repeat-y;
}

.page_btn_block p {
	float: left;
	width: 764px;
	margin: 5px 0 0 10px;
}

.page_btn_block ul {
	float: right;
	width: 136px;
}

.page_btn_block li {
	float: left;
	line-height: 0;
	font-size: 0;
	margin-left: 1px;
	display:inline;
}

.mapion_list_caution {
	clear: both;
	width: 925px;
	margin: 10px auto 20px auto;
	color: #621600;
	font-size: 85%;
	*font-size: x-small;
    *font: x-small;
}

/*マピオン検索結果[ランドマーク]--------------------*/

.mapion_mark_list {
	clear: both;
	width: 925px;
	margin:0 auto 5px auto;
}

.mapion_mark_list table{
	width: 925px;
	border-top: 1px solid #bba6a6;
	border-right: 1px solid #bba6a6;
}

.mapion_mark_list th {
	padding: 5px 7px;
	background-color: #560000;
	color:#ffffff;
	font-weight: bold;
	border-bottom: 1px solid #bba6a6;
	border-left: 1px solid #bba6a6;
	text-align: left;
}

.mapion_mark_list td {
	padding: 5px 7px;
	border-bottom: 1px solid #bba6a6;
	border-left: 1px solid #bba6a6;
	vertical-align: top;
}

/*マピオン検索結果[地図]--------------------*/

/*検索block*/
.shop_condition_block {
	width: 926px;
	margin: 0 auto 15px auto;
	padding-top: 12px;
	color:#ffffff;
	background:url(../store/img/shop_condition_top.gif) top left no-repeat;
}

.shop_condition_block_btm {
	padding-bottom: 12px;
	background:url(../store/img/shop_condition_btm.gif) bottom left no-repeat;
}

.shop_condition_block_bg {
	background:url(../store/img/shop_condition_bg.gif) left repeat-y;
}

.shop_condition_block h3 {
	width: 165px;
	text-align: center;
}

.shop_condition_block .check_block {
	width: 731px;
	padding: 0 15px;
}

/*map表示block*/
.page_link {
	clear: both;
	width: 926px;
	text-align: right;
	margin: 0 auto 5px auto;
}


.shop_search_map_block {
	clear: both;
	width: 926px;
	height: 436px;
	margin: 0 auto 30px auto;
}

.shop_search_map_block .map_box {
	float: left;
	width: 708px;
	height: 436px;
}

.shop_search_map_block .shop_list_box {
	float: right;
	width: 188px;
	height: 426px;
	margin: 5px 0;
	overflow-y:auto;
}

.shop_search_map_block .shop_list_box p {
	margin-bottom: 15px;
}

.shop_search_map_block .shop_list_box p span {
	font-size: 85%;
	*font-size: x-small;
    *font: x-small;
}

/*マピオン検索結果エラー--------------------*/

.mapion_search_error {
	margin-bottom: 50px;
}

/*駅・ランドマークエラー*/

.sta_search_block {
	clear: both;
	width: 926px;
	margin: 0 auto 50px auto;
	padding-top: 12px;
	color:#ffffff;
	background:url(../store/img/sta_search_box_top.gif) top left no-repeat;
}

.sta_search_block_btm {
	padding-bottom: 12px;
	background:url(../store/img/sta_search_box_btm.gif) bottom left no-repeat;
}

.sta_search_block_bg {
	background:url(../store/img/sta_search_box_bg.gif) left repeat-y;
}

.sta_search_block h3 {
	width: 165px;
	text-align: center;
}

.sta_search_block .time{
	width: 599px;
	padding: 0 15px;
}

.sta_search_block .time input {
	margin-top: 5px;
}

.sta_search_block .search_btn {
	width: 132px;
	text-align: center;
}

/*マピオン詳細--------------------*/

.mapion_block {
	width: 922px;
	margin: 0 auto 30px auto;
}

.mapion_block .back_box {
	width: 922px;
	margin: 20px 0 3px 0;
	padding-bottom: 12px;
	background:url(../img/line_maru_x.gif) bottom left repeat-x;
}

.mapion_block .back_box a:link,
.mapion_block .back_box a:visited,
.mapion_block .back_box a:hover,
.mapion_block .back_box a:active {
	color: #e60012;
	text-decoration: underline;
}

.mapion_block  .shop_name {
	width: 922px;
	margin-bottom: 5px;
}

.mapion_block .shop_name th {
	width: 564px;
	font-weight: bold;
	font-size: 146.5%;
	text-align: left;
	vertical-align: bottom;
}

.mapion_block .shop_name td {
	width: 179px;
	text-align: right;
}

.mapion_block .main_block {
	width: 892px;
	padding: 20px 15px;
	border: 1px solid #bba6a6;
}

.mapion_block .mapion_txt {
	float: left;
	width: 527px;
}

.mapion_block .btm_line {
	margin-bottom: 12px;
	padding: 0 10px 15px 10px;
	border-bottom: 3px solid #dddddd;
}

.mapion_block .tel_icon {
	margin-right: 3px;
}

.mapion_block .fax_icon {
	margin: 0 3px 0 0;
}

.mapion_block .shop_message {
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #ffdba2;
	color: #3d0000;
	font-weight: bold;
}

.mapion_block .mapion_map {
	float: right;
	width: 350px;
	text-align: right;
}

.mapion_block .mapion_map .map {
	width: 350px;
	height: 316px;
	margin-bottom: 10px;
}

.mapion_block .caution {
	clear: both;
	width: 912px;
	margin: 15px auto 0 auto;
	color: #621600;
	font-size: 85%;
	*font-size: x-small;
    *font: x-small;
}

.mapion_block .caution p {
	margin-bottom: 2px;
}

