@charset "utf-8";
/*
=========================================

店舗案内用定義

=========================================
*/

/* import
---------------------------------------------------------------------------- */
@import "../../css/default.css";
@import "../../css/shared_class.css";
@import "../../css/header.css";
@import "../../css/footer.css";
@import "../../css/pankuzu.css";


/* javascript無効時のアラート
---------------------------------------------------------------------------- */
#jsNGBox {
	line-height: 1.5;
	border: 3px solid #ff0000;
	padding: 20px;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}

/* 店舗が見つからなかったときのアラート
---------------------------------------------------------------------------- */
#noResult {
	display: none;
	line-height: 1.5;
	border: 3px solid #ff0000;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 40px 0;
}

.SpryHiddenRegion {
	visibility: hidden;
}

/* ローディング
---------------------------------------------------------------------------- */
.loading {
	text-align: center;
	padding: 40px 0 40px 0;
}

/* GoogleMap
---------------------------------------------------------------------------- */
#map {
	width: 560px;
	margin: 0 0 15px 0;
}
.maponList {
	height: 320px;
}
.maponShop {
	height: 230px;
}

/* 店舗リスト
---------------------------------------------------------------------------- */
.shopListTbl {
	width: 100%;
	margin: 0 0 0 0;
}
.shopListTbl th ,
.shopListTbl td {
	line-height: 1.5;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dotted #aaaaaa;
}
.shopListTbl th {
	width: 14em;
}
.shopListTbl .address {
}
.shopListTbl .tel {
	width: 7em;
}
.shopListTbl .business_type {
	width: 55px;
}
.list_lTbl {
	margin: 0 0 40px 0;
}

/* 店舗詳細
---------------------------------------------------------------------------- */
.shopDetailTbl {
	margin: 0 0 10px 0;
}
.shopDetailTbl th ,
.shopDetailTbl td {
	line-height: 1.5;
	padding: 5px;
	vertical-align: top;
}
.shopDetailTbl th {
	white-space: nowrap;
}
#businessType {
	margin: 0 0 40px 0;
}

/* GoogleMapウィンドウ
---------------------------------------------------------------------------- */
.mapWin {

}
.mapWin img {
	float: left;
	margin: 0 5px 5px 0;
}
.mapWin h6 {
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 1.2;
}
.mapWin p {
	line-height: 1.2;
}
.shop_fla {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 20px;
}
