@charset "utf-8";
/* ===================================================================
CSS information

 file name  :base_shop.css
 author     :yourName (admin)
 style info :shopディレクトリ内ページのスタイル
=================================================================== */

.text_caution {
	text-indent: -1em;
	margin-left: 1em!important;
}
/*　メニューが5つの場合 */
#shopNavi ul{
	padding: 0px;
	list-style-type: none;
	margin: 0 0 6px 0;
	clear: both;
	width: 640px;
	}
#shopNavi ul li{
	background-image: url(../images/btn_sub_3_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 193px;
	padding-top: 4px;
	padding-left: 10px;
	margin-left: 16px;
	}
#shopNavi ul li a{
	font-weight: bold;
	color: #FFFFFF;
}

#shopNavi ul li.subboxnavi_left{
	background-image: url(../images/btn_sub_3_2_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 192px;
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
}
/*　メニューが4つの場合
ul#shop_headerNavi {
	width: 640px;
	margin: 0 0 20px 0;
}
ul#shop_headerNavi li {
	width: 164px;
	height: 28px;
	float: left;
	
	background: url( ../../shop/images/shop_bg_navi.gif ) left top no-repeat;
}
ul#shop_headerNavi li.shop_hNavi_last {
	width: 148px;
}
ul#shop_headerNavi li a {
	display: block;
	margin: 5px 0 0 8px;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
}*/

ul.shop_shopList {
	width: 630px;
	margin: 0 0 20px 0;
}
ul.shop_shopList li {
	width: 210px;
	float: left;
}
ul.shop_shopList li div.shop_shopListUnit {
	margin: 20px 0 0 20px;
	border: 10px solid #CCD8DF;
	padding: 0 14px 10px;
	width: 142px;
}
ul.shop_shopList li div.shop_shopListUnit_kikan {
	margin: 20px 0 0 20px;
	border: 10px solid #A8D8F4;
	padding: 0 14px 10px;
	width: 142px;
}
ul.shop_shopList li div p {
	border-bottom: 1px dotted #006FC5;
	margin: 0 0 7px 0;
}

ul.shop_shopList li div h4 {
	background: url( ../images/common_arrow01.gif ) left 0.6ex no-repeat;
	margin: 0 0 0 2px;
	padding: 0 0 0 9px;
	line-height: 1.3;
}
ul.shop_shopList li div p a {
	font-weight: bold;
}
ul.shop_shopList li div dl {
	margin: 10px 0 0 2px;
}
ul.shop_shopList li div dl dt {
	margin: 8px 0 0 0;
}
ul.shop_shopList li div dl dd {
	margin: 2px 0 0 0;
	font-size: 90%;
}

/* shop サブページ */
p.shop_btnRight {
	text-align: right;
}

p.shop_btnRight img {
	display: inline;
}

#shop_shopInfo {
	padding: 0 10px 0;
	width: 620px;
}
#shop_shopInfo h4 {
	/*margin: 0 9px 0 0;*/
	/*padding: 5px 0 4px 10px;*/
}

#shop_shopInfo h5 {
	clear: both;
	margin: 20px 0 0 -10px;
}

.shop_infoBox_border {
	clear: both;
	margin: 20px 0 0 0;
	border: 1px solid #006FC5;
	padding: 9px 0 9px 9px;
}

.shop_infoBox_wrapper {
	clear: both;
	background: url( ../images/h4_back05.gif ) left top no-repeat;
	padding: 8px 10px 0 10px;
	margin: 0 0 0 0;
	width: 580px;
}
.shop_infoBox {
	clear: both;
	padding: 10px 0 0 0;
}
.shop_infoBox .shop_infoBox_img {
	width: 230px;
	float: left;
	text-align: center;
}
.shop_infoBox .shop_infoBox_img img {
	display: inline;
}

.shop_infoBox .shop_infoBox_img img.shop_infoBox_logo {
	padding: 10px 0 0 0;
}
.shop_infoBox .shop_infoBox_txt {
	width: 330px;
	float: right;
}
.shop_infoBox .shop_infoBox_txt p {
	margin: 10px 0 0 0;
}
.shop_infoBox .shop_infoBox_txt strong {
	color: #006FC5;
}

.shop_infoBox .shop_infoBox_txt dl {
}
.shop_infoBox .shop_infoBox_txt dl dt {
	clear: both;
	border-right: 1px solid #CCD8DF;
	margin: 4px 0;
	width: 7em;
	float: left;
	color: #006FC5;
	font-weight: bold;
}
.shop_infoBox .shop_infoBox_txt dl dd {
	padding: 4px 0 4px 8em;
}
.shop_infoBox .shop_infoBox_txt dl dd img {
	display: inline;
}

#shop_shopInfo h6 {
	clear: both;
	font-weight: bold;
	color: #006FC5;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006FC5;
	font-size: 120%;
	float: left;
	width: 590px;
	margin-left: -10px;
	padding-left: 10px;
}
.shop_food_box {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
}
.shop_infoBox .shop_food_box_left{
	float: left;
	width: 190px;
}
.shop_infoBox .shop_food_box_right{
	float: left;
	width: 390px;
}
#shop_shopInfo .shop_infoBox .shop_food_box_right .shop_food_tit {
	font-weight: bold;
	color: #006FC5;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006FC5;
}.shop_infoBox .shop_infoBox_captain {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006FC5;
	padding-right: 30px;
	padding-left: 30px;
}
#main_area #sub_box .font_s {
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	margin-top: 5px;
}
