@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	basetemplate / contents.css
   
	・全テーマに共通
	・ここを変更すると全テーマに反映されます。
	
	※追加のCSSは、最下欄にまとめて記載してください。
	
	コンテンツ  #Contents
   
	最終更新：2012.08.17
						2012.09.04	menu_block（ H ）メニューリスト（一括・二列）の記述を変更
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ #Contents　（body要素の直下）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pageTOP{
	clear: both;
	width:950px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: right;
	}	


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ Visual Box（メインビジュアル）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -----------------------------------------------

	Visual A

-------------------------------------------------- */
#VisualA {
	width: 950px;
	margin: 0 auto 10px auto;	
	padding: 0;
	overflow: hidden;
	}
#VisualA .visual {
	padding: 0 0 10px 0;
	}
#VisualA .leadBox {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	}
#VisualA .leadBox h3 {
	float: left;
	width: 110px;
	}
#VisualA .lead_inner {
	float: right;
	width: 830px;
	}
#VisualA .lead02 {
	font-size: 14px;
	line-height: 160%;
	/* 文字位置と背景色：customize.css */
	}

/*現在読み出し不可
#VisualA .lead01 {
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	}*/

/* -----------------------------------------------

	Visual B

-------------------------------------------------- */
/*現在読み出し不可
#VisualB .lead01 {
	padding: 5px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	}*/
#VisualB {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	overflow: hidden;
	}
#VisualB .visual {
	float: left;
	width: 640px;
	}
#VisualB .leadBox {
	float: right;
	width: 310px;
	height: 294px;	
	/* 上下ライン色指定：customize.css */
	}
#VisualB .leadBox h3 {
	padding: 9px 0 8px 8px;
	}
#VisualB .lead_inner {
	height: 244px;
	overflow: hidden; /*文字オーバー禁止用*/
	}
#VisualB .lead02 {
	padding: 0 8px;
	font-size: 14px;
	line-height: 160%;
	/* 文字色：customize.css */
	}


/* -----------------------------------------------

	Visual C

-------------------------------------------------- */
#VisualC {
	width: 950px;
	margin: 0 auto;	
	padding: 0 0 20px 0;
	overflow: hidden;
	}
#VisualC .visual {
	float: left;
	width: 420px;
	text-align: center;
	border: 1px solid #C2C2C2;
	}
#VisualC .visual img {
	padding: 5px 0;
	/*width: 300px;*/
	/*width: 240px;*/
	}
#VisualC .leadBox {
	float: right;
	width: 500px;
	height: 231px;
	/* 上下ライン色指定：customize.css */
	}
#VisualC .leadBox h3 {
	padding: 12px 0 11px 12px;
	}
#VisualC .lead_inner {
	height: 170px;
	overflow: hidden; /*文字オーバー禁止用*/
	}

#VisualC .lead02 {
	padding: 0 12px;
	font-size: 14px;
	line-height: 175%;
	/* 文字色：customize.css */
	}

/*現在読み出し不可
#VisualC .lead01 {
	padding: 5px 15px 10px 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	}*/

/* -----------------------------------------------

	Visual D

-------------------------------------------------- */
#VisualD {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	overflow: hidden;
	}
#VisualD .visual {
	float: left;
	width: 640px;
	}
#VisualD .leadBox {
	float: right;
	width: 310px;
	height: 294px;	
	/* 上下ライン色指定：customize.css */
	}
#VisualD .leadBox h3 {
	padding: 9px 0 8px 8px;
	}
#VisualD .lead_inner {
	height: 244px;
	overflow: hidden; /*文字オーバー禁止用*/
	}
#VisualD .lead02 {
	padding: 0 8px;
	font-size: 14px;
	line-height: 160%;
	/* 文字色：customize.css */
	}
/*現在読み出し不可
#VisualD .lead01 {
	padding: 5px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	}*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ Box（ボックス）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -----------------------------------------------

	Box A  新着ニュース

-------------------------------------------------- */
.BoxA {
	width: 900px;
	margin: 0 auto 20px auto;
	/*background:url(../images/box_a_bg.jpg) repeat-y top left;*/
	}
.BoxA .inner {
	/* 枠線指定：customize.css */
	}

.BoxA .boxtit {
	width: 900px;
	height: 65px;
	/* background: url(../images/box_a_title.jpg) no-repeat; */
	/* 背景画像：customize.css */
	}
.BoxA .boxtit h3 {
	padding: 16px 0 0 35px;
	font-size: 18px;
	/* font-weight: bold; */
	/* 文字色：customize.css */
	}
.BoxA .TypeA {
	clear: both;
	width: 830px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	overflow: hidden;
	}
.BoxA .TypeA .phot {
	float: left;
	width: 240px;
	height: 240px;
	border:1px solid #C2C2C2;
	}
.BoxA .TypeA .txtbox {
	float: right;
	width: 575px;
	}
/* 記事タイトルの背景枠 */
.BoxA .TypeA .sub {
	/* 全指定：customize.css */
	}
/* 記事タイトルの文字 */
.BoxA .TypeA .sub h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 130%;
	/* 文字色は、customize.cssで設定可能 */
	}
.BoxA .TypeA .txt {
	padding: 10px 15px 0 15px;
	line-height: 150%;
	}
/*
.BoxA .TypeA p {
	padding: 10px 0 0 10px;
	line-height: 140%;
	}
*/

/* -----------------------------------------------

	SubTitBar

-------------------------------------------------- */
.SubTitBar {
	clear: both;
	width: 900px;
	margin: 0 auto;
	height: 38px;
	padding: 0 0 10px 0;
	/* background: url(../images/subtitbg.jpg) no-repeat; */
	/* 背景画像：customize.css */
	}
.SubTitBar h3 {
	/* 全指定：customize.css */
	}


/* -----------------------------------------------

	Box B  写真1枚とテキスト

-------------------------------------------------- */
.BoxB {
	}

.BoxB_L,
.BoxB_R {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	}
.BoxB_L .phot,
.BoxB_R .phot {
	width: 240px;
	height: 240px;
	border: 1px solid #C2C2C2;
	}
.BoxB_L .txtbox,
.BoxB_R .txtbox {
	width: 625px;
	}
/* 記事タイトルの背景枠 */
.BoxB_L .sub,
.BoxB_R .sub {
	/* 全指定：customize.css */
	}
/* 記事タイトルの文字 */
.BoxB_L .sub h4,
.BoxB_R .sub h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 130%;
	/* 文字色：customize.css */
	}

.BoxB_L .txt,
.BoxB_R .txt {
	padding: 10px 16px 0 16px;
	line-height: 150%;
	}
/*
.BoxB_L p,
.BoxB_R p {
	padding: 15px 0 0 10px;
	line-height: 140%;
	}
*/

.BoxB_L .phot { float: left;}
.BoxB_R .phot { float: right;}

.BoxB_L .txtbox { float: right;}
.BoxB_R .txtbox { float: left;}


/* -----------------------------------------------

	Box C  写真2枚とテキスト

-------------------------------------------------- */
.BoxC_L,
.BoxC_R {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	}
.BoxC_L .phot,
.BoxC_R .phot {
	width: 240px;
	height: 240px;
	border:1px solid #C2C2C2;
	}
.BoxC_L .txtbox,
.BoxC_R .txtbox {
	width: 384px;
	}
/* 記事タイトルの背景枠 */
.BoxC_L .sub,
.BoxC_R .sub {
	/* 全指定：customize.css */
	}
/* 記事タイトルの文字 */
.BoxC_L .sub h4,
.BoxC_R .sub h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 130%;
	/* 文字色：customize.css */
	}
.BoxC_L .txt,
.BoxC_R .txt {
	padding: 10px 16px 0 16px;
	line-height: 150%;
	}
/*
.BoxC_L p,
.BoxC_R p {
	padding: 15px 0 0 10px;
	line-height: 140%;
	}
*/

.BoxC_L .phot { float: left;}
.BoxC_R .phot { float: right;}

.BoxC_L .txtbox { float: right;}
.BoxC_R .txtbox { float: left;}


/* -----------------------------------------------

	Box D  写真3枚並び

-------------------------------------------------- */	
.BoxD {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0px 0;
	overflow: hidden;
	}

.BoxD .D_inner {
	width: 242px;
	margin: 0 0 40px 0;
	padding: 0 27px;	
	vertical-align: top;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	}

/*
.BoxD .D_inner {
	float: left;
	width: 242px;
	padding: 0 28px 0 28px;
	}
*/

.BoxD .phot {
	width: 240px;
	height: 240px;
	border:1px solid #C2C2C2;
	}
.BoxD .txtbox {
	width: 242px;
	}

/* 商品名 */
.BoxD h4 {
	padding: 8px 9px 6px 9px;
	font-size: 14px;
	line-height: 130%;
	/* 文字と下線指定：customize.css */
	}

/* ??? */
.BoxD h4.bar {
	border-bottom: 3px solid #F42040;
	}

.BoxD .txt {
	padding: 6px 2px;
	line-height: 140%;
	font-size: 13px;
	word-wrap: break-word;
	/* 文字色：customize.css */
	}
.BoxD .price {
	width: 240px;
	/* 枠と文字色：customize.css */
	}
.BoxD .price p {
	padding: 6px 8px;
	line-height: 130%;
	/* 文字指定：customize.css */
	}
	
.BoxD .btn a {
	display:block;
	width:226px;
	height: 47px;
	margin: 7px 0 0 6px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	}

/*	customize.css
.BoxD .btn .shop a{ background:url(../images/btn_shop.jpg) no-repeat;}
.BoxD .btn .hotel a{ background:url(../images/btn_hotel.jpg) no-repeat;}

.BoxD .btn .shop a:hover{ background:url(../images/btn_shop.jpg) 0 -47px no-repeat;}
.BoxD .btn .hotel a:hover{ background:url(../images/btn_hotel.jpg) 0 -47px no-repeat;}
*/


/* -----------------------------------------------

	Box E  メニューリスト写真あり（個別・一括）

-------------------------------------------------- */
.BoxE {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	}
.BoxE .photBox {
	float: right;
	width: 242px;
	}
.BoxE .photBox img {
	width: 240px;
	height: 240px;
	margin-bottom: 5px;
	border: 1px solid #C2C2C2;
	}
.BoxE .photBox p {
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	}
.BoxE .txtbox {
	float: left;
	width: 625px;
	}
/* カテゴリーの背景枠 */
.BoxE .sub {
	/* 全指定：customize.css */
	}
/* カテゴリーの文字 */
.BoxE .sub h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	/* 文字色：customize.css */
	}

.BoxE .ListBox {
	float: left;
	overflow: hidden;
	width: 625px;
	/* paddingと区切り線：customize.css */	
	}
.BoxE .L_inner {
	float: left;
	width: 460px;
	}
/* 品名 */
.BoxE .L_inner .list {
	/* 全指定：customize.css */
	}
/* 説明文 */
.BoxE .L_inner .capt {
	/* 全指定：customize.css */
	}

/* 価格 */
.BoxE .ListBox .price {
	float: right;
	width: 140px;
	/* paddingと文字指定：customize.css */
	}


/* -----------------------------------------------

	Box E2（ G ）メニューリスト写真無し（個別・一括）

-------------------------------------------------- */
.BoxE2 {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	}
.BoxE2 .txtbox {
	width: 880px;
	overflow: hidden;
	}
	
/* カテゴリーの背景枠 */	
.BoxE2 .sub {
	/* 全指定：customize.css */
	}
/* カテゴリーの文字 */
.BoxE2 .sub h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	/* 文字色：customize.css */
	}

.BoxE2 .ListBox {
	float: left;
	overflow: hidden;
	/* paddingと区切り線：customize.css */
	}
.BoxE2 .L_inner {
	float: left;
	width: 550px;
	}
/* 品名 */
.BoxE2 .L_inner .list {
	/* 全指定：customize.css */
	}
/* 説明文 */
.BoxE2 .L_inner .capt {
	/* 全指定：customize.css */
	}

/* 価格 */
.BoxE2 .ListBox .price {
	float: right;
	width: 310px;
	/* paddingと文字指定：customize.css */
	} 


/* -----------------------------------------------

	Box F  テキストのみ

-------------------------------------------------- */
.BoxF {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	}
.BoxF .txtbox {
	width: 880px;
	}
/* 記事タイトルは表示されない。
.BoxF .sub {
	height: 43px;
	background: url(../images/box_f_sub.gif) no-repeat;
	}
.BoxF .sub h4 {
	padding: 14px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #F42040;
	}
*/
.BoxF .txt {
	padding: 5px 15px 0 15px;
	line-height: 160%;
	/* 文字色：customize.css */
	}
/*
.BoxF p {
	padding: 15px 20px 0 20px;
	line-height: 150%;
	}
*/





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■  Box（ボックス）内のテーブル

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -----------------------------------------------

	boxTBL01（グレー）

-------------------------------------------------- */
table.boxTBL01 {
	border-collapse: collapse;
	font-size: 13px;
	}
table.boxTBL01 tr {
	}
table.boxTBL01 th {
	padding: 5px 8px;
	color: #0066CC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #F5F5F6;
	border: 1px solid #B8BBBF;
	}
table.boxTBL01 td {
	padding: 5px 8px;
	vertical-align: top;
	border: 1px solid #B8BBBF;
	}

/* -----------------------------------------------

	boxTBL02（グレー）

-------------------------------------------------- */
table.boxTBL02 {
	border-collapse: collapse;
	font-size: 13px;
	}
table.boxTBL02 tr {
	}
table.boxTBL02 th {
	padding: 5px 8px;
	color: #0066CC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #F5F5F6;
	border: 1px solid #B8BBBF;
	}
table.boxTBL02 td {
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #B8BBBF;
	}

/* -----------------------------------------------

	共通　文字位置

-------------------------------------------------- */	
table.boxTBL01 .cen,
table.boxTBL02 .cen,
table.boxTBL03 .cen {
	text-align: center;
	}
table.boxTBL01 .left,
table.boxTBL02 .left{
	text-align: left;
	}
table.boxTBL01 .right,
table.boxTBL02 .right,
table.boxTBL03 .right {
	text-align: right;
	}
table.boxTBL01 .nowrap,
table.boxTBL02 .nowrap,
table.boxTBL03 .nowrap {
	white-space: nowrap;
	}
table.boxTBL01 .none,
table.boxTBL02 .none,
table.boxTBL03 .none {
	border: none;
	}

table.boxTBL01 .size13,
table.boxTBL02 .size13,
table.boxTBL03 .size13 {
	font-size: 13px;
	}
table.boxTBL01 .size12,
table.boxTBL02 .size12,
table.boxTBL03 .size12 {
	font-size: 12px;
	}

/* -----------------------------------------------

	boxTBL03（枠無し）

-------------------------------------------------- */
table.boxTBL03 {
	border-collapse: collapse;
	font-size: 14px;
	}
table.boxTBL03 tr {
	}
table.boxTBL03 th {
	padding: 5px 5px;
	color: #0066CC;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	}
table.boxTBL03 td {
	padding: 5px 5px;
	line-height: 140%;
	vertical-align: top;
	/*border: 1px solid #B8BBBF;*/
	}

/* -----------------------------------------------

	boxTBL04（枠無し スペース狭め）

-------------------------------------------------- */
table.boxTBL04 {
	border-collapse: collapse;
	font-size: 14px;
	}
table.boxTBL04 tr {
	}
table.boxTBL04 th {
	padding: 4px 8px 4px 0;
	color: #0066CC;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	}
table.boxTBL04 td {
	padding: 4px 8px 4px 0;
	line-height: 140%;
	vertical-align: top;
	/*border: 1px solid #B8BBBF;*/
	}









/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ DetailInfo（店舗詳細情報）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -----------------------------------------------

	DetailInfo（トップ）

-------------------------------------------------- */
.detailInfo {
	width: 900px;
	margin: 0 auto;
	}

/* メインテーブル */
.dinfoTBL {
	width: 880px;
	margin: 0 auto;
	}
.dinfoTBL th,
.dinfoTBL td {
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	}
.dinfoTBL .tbl01 {
	width: 880px;
	margin: 0 0 15px 0;
	border-collapse: collapse;
	}
.dinfoTBL .tbl01 th {
	width: 180px;
	padding: 8px 10px;
	/* 枠色と背景色：customize.css */
	}
.dinfoTBL .tbl01 td {
	width: 700px;
	padding: 8px 10px;
	/* 枠色と背景色：customize.css */
	}

/* 二段目　左テーブル */
.dinfoTBL .tbl02 {
	float: left;
	width: 430px;
	border-collapse: collapse;
	}
.dinfoTBL .tbl02 th {
	width: 180px;
	padding: 8px 10px;
	/* 枠色と背景色：customize.css */
	}
.dinfoTBL .tbl02 td {
	width: 250px;
	padding: 8px 10px;
	/* 枠色と背景色：customize.css */
	}

/* 二段目　右テーブル */
.dinfoTBL .tbl03 {
	float: right;
	width: 430px;
	border-collapse: collapse;
	}
.dinfoTBL .tbl03 th {
	width: 180px;
	padding: 8px 10px;
	/* 枠色と背景色：customize.css */
	}
.dinfoTBL .tbl03 td {
	width: 250px;
	padding: 8px 10px;
	/* 枠色と背景色：customize.css */
	}

.detailInfo h2,
.detailSubInfo h2 {
	font-weight: bold;
	letter-spacing: 0.2em;
	}
.detailInfo h4,
.detailSubInfo h4 {
	font-weight: bold;
	letter-spacing: 0.2em;
	}
/* 電話番号横の文字 */
.detailInfo h4 span,
.detailSubInfo h4 span {
	font-weight: normal;
	letter-spacing: normal;
	/* 文字色：customize.css */
	}

/* -----------------------------------------------

	DetailSubInfo（クーポン・求人）

-------------------------------------------------- */
.detailSubInfo {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	}
.dsinfoTitBar {
	clear: both;
	width: 800px;
	margin: 0 auto;
	height: 34px;
	padding: 0 0 15px 0;
	/* 背景画像：customize.css */
	/* background: url(../images/dsinfotitbarbg.jpg) no-repeat; */
	}
.dsinfoTitBar h3 {
	text-indent:-9999px;
	}

.detailSubInfo .dsinfoTBL {
	width: 780px;
	margin: 0 auto ;
	border-collapse: collapse;
	}
.detailSubInfo .dsinfoTBL th {
	width: 180px;
	padding: 8px 10px;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	/* 枠色と背景色：customize.css */
	}
.detailSubInfo .dsinfoTBL td {
	width: 600px;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 130%;
	/* 枠色：customize.css */
	}

.detailSubInfo .comm {
	padding: 0 0 15px 70px;
	font-size: 12px;
	}
.detailSubInfo .comm span {
	color: #F42040;
	}

/* -----------------------------------------------

	minibBox

-------------------------------------------------- */
.dinfoTBL .minibBox01 th,
.dinfoTBL .minibBox01 td {
	padding: 0;
	border: none;
	background-color: #FFFFFF;
	}
.dinfoTBL .minibBox01 th {
	width: 590px;
	}
.dinfoTBL .minibBox01 td {
	width: 88px;
	}
.dinfoTBL .minibBox01 address,
.dinfoTBL .minibBox01 p {
	width: 520px;
	line-height: 130%;
	}

.dinfoTBL .minibBox02 th,
.dinfoTBL .minibBox02 td {
	padding: 0;
	border: none;
	background-color: #FFFFFF;
	}
.dinfoTBL .minibBox02 th {
	width: 155px;
	}
.dinfoTBL .minibBox02 td {
	width: 88px;
	}
.dinfoTBL .minibBox02 p {
	line-height: 130%;
	}

/* -----------------------------------------------

	miniBTN

-------------------------------------------------- */
.minib_map a,
.minib_menu a,
.minib_goods a,
.minib_coupon a,
.minib_service a {
	display: block;
	width: 88px;
	height: 21px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	}

/* customize.css	
.minib_map a{ background:url(../images/minibtn_map.gif) no-repeat;}
.minib_menu a{ background:url(../images/minibtn_menu.gif) no-repeat;}
.minib_goods a{ background:url(../images/minibtn_goods.gif) no-repeat;}
.minib_coupon a{ background:url(../images/minibtn_coupon.gif) no-repeat;}
.minib_service a{ background:url(../images/minibtn_service.gif) no-repeat;}

.minib_map a:hover{ background:url(../images/minibtn_map.gif) -88px 0 no-repeat;}
.minib_menu a:hover{ background:url(../images/minibtn_menu.gif) -88px 0 no-repeat;}
.minib_goods a:hover{ background:url(../images/minibtn_goods.gif) -88px 0 no-repeat;}
.minib_coupon a:hover{ background:url(../images/minibtn_coupon.gif) -88px 0 no-repeat;}
.minib_service a:hover{ background:url(../images/minibtn_service.gif) -88px 0 no-repeat;}
*/



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ PRcorner（無料店舗の広告枠）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.PRcorner {
	width: 900px;
	margin: 30px auto 30px auto;
	border: 1px solid #C2C2C2;
	}

.PRcorner .inner {
	padding: 20px 0;
	text-align: center;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ メニューページ

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -----------------------------------------------

	itemMenu

-------------------------------------------------- */
.itemMenu {
	clear: both;
	width: 898px;
	margin: 0 auto 15px auto;
	/* 枠色：customize.css */
	}
.itemMenu ul {
	padding: 5px 0 5px 20px;
	overflow: hidden;
	text-align: center;
	}
.itemMenu li {
	float:left;
	margin: 5px 0 5px 0;
	padding:0 10px 0 10px;
	display:block;
	font-size: 12px;
	line-height:120%;
	border-right:1px solid #999999;
	word-break: keep-all;
	}
.itemMenu li.first {
	border-left:1px solid #999999;
	}

/* -----------------------------------------------

	SpotTitBar　※ちょっとバグぽいです。

-------------------------------------------------- */

.SpotTitBar {
	width: 900px;
	height: 32px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(../images/spottitbg.jpg) no-repeat;
	}
.SpotTitBar h3 {
	padding: 8px 0 0 15px;
	font-size: 16px;
	color: #F42040;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	■ クーポン・求人情報ページ

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -----------------------------------------------

	Coupon

-------------------------------------------------- */
.CouponBox {
	padding: 0 0 20px 0;
	overflow: hidden;
	}

.CouponTitBar {
	width: 800px;
	height: 74px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	/* 背景画像：customize.css */
	/* background: url(../images/coupontitbg.jpg) no-repeat; */
	}
.CouponTitBar h3 {
	padding: 14px 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	/* 文字色：customize.css */
	}
.CouponTitBar h4 {
	padding: 15px 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	/* 文字色：customize.css */
	}

.couponTBL {
	width: 780px;
	margin: 0 auto;
	}
.tbl_cou {
	margin: 0 0 15px 0;
	border-collapse: collapse;
	}
.tbl_cou th {
	width: 780px;
	padding: 20px 20px;
	text-align: left;
	border: 1px solid #C2C2C2;
	background-color: #FEF4F5;
	}
.tbl_cou th#special_coupon{
	/*border: 2px solid #F6D661;*/
	border: 1px solid #999999;
	background-color: #FFFF66;
	}
.tbl_cou h4 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #F42040;
	}
.tbl_cou h5 {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 140%;
	}
.tbl_cou h6 {
	font-size: 12px;
	font-weight: bold;
	color: #F42040;
	text-align: right; 
	}
.tbl_cou td {
	padding: 15px 20px;
	font-size: 12px;
	line-height: 150%;
	border: 1px solid #C2C2C2;
	}

.couponTxt {
	width: 760px;
	margin: 0 auto 0 auto;
	}
.couponTxt p {
	float: left;
	width: 550px;
	font-size: 12px;
	line-height: 140%;
	}
.couponTxt .couponQR {
	float: right;
	width: 187px;
	height: 99px;
	background: url(../images/qr_coupon_bg.gif) no-repeat;
	}
.couponTxt .couponQR img {
	padding: 3px 0 0 91px;
	}

.CouponNone {
	margin: 10px 0;
	font-size: 14px;
	text-align: center;
	}

/* -----------------------------------------------

	LinkMobile

-------------------------------------------------- */
.LinkMobile a {
	float: left;
	width: 200px;
	font-size: 12px;
	margin: 10px;
	text-decoration: none;
	}

/* -----------------------------------------------

	MAPBox

-------------------------------------------------- */
.MAPBox {
	padding: 0 0 50px 0;
	overflow: hidden;
	}

.mapTitBar {
	clear: both;
	width: 800px;
	margin: 0 auto;
	height: 34px;
	padding: 0 0 20px 0;
	/* 背景画像：customize.css */
	/* background: url(../images/maptitbarbg.jpg) no-repeat; */
	} 
.mapTitBar h3 {
	text-indent:-9999px;
	}
	
#MAP {
	width: 702px;
	height: 462px;
	margin: 0 auto;
	background-color: #CCCCCC;
	} 	

.mapTxt {
	width: 780px;
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	border-top: 1px solid #C2C2C2;
	}
.mapTxt p {
	float: left;
	width: 450px;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 140%;
	}
.mapTxt p span {
	color: #F42040;
	}
.mapTxt .mapQR {
	float: right;
	padding: 0 10px 0 0;
	width: 187px;
	height: 99px;
	background: url(../images/qr_map_bg.gif) no-repeat;
	}
.mapTxt .mapQR img {
	padding: 3px 0 0 91px;
	}

/* -----------------------------------------------

	Job

-------------------------------------------------- */
.JobBox {
	padding: 0 0 50px 0;
	overflow: hidden;
	}

.JobTitBar {
	width: 800px;
	height: 74px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	/* 背景画像：customize.css */
	/* background: url(../images/jobtitbg.jpg) no-repeat; */
	}
.JobTitBar h3 {
	padding: 14px 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	/* 文字色：customize.css */
	}
.JobTitBar h4 {
	padding: 15px 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	/* 文字色：customize.css */
	}


.jobTBL {
	width: 780px;
	margin: 0 auto;
	}
.tbl_job {
	margin: 0 0 0 0;
	border-collapse: collapse;
	}
.tbl_job th {
	width: 150px;
	padding: 20px 20px;
	text-align: left;
	border: 1px solid #C2C2C2;
	background-color: #F0F8FF;
	}
.tbl_job td {
	width: 630px;
	padding: 15px 20px;
	line-height: 140%;
	border: 1px solid #C2C2C2;
	}

/* -----------------------------------------------

	PrintBTN

-------------------------------------------------- */
.PrintBTN a {
	display: block;
	width: 280px;
	height: 54px;
	margin: 0 auto 40px auto;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	}

/* customize.css	
.PrintBTN a{ background:url(../images/btn_print.jpg) no-repeat;}
.PrintBTN a:hover{ background:url(../images/btn_print.jpg) 0 -54px no-repeat;}
*/





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	● 追加のCSSは、ここから下に記載してください。

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* -----------------------------------------
   menu_block（ H ）  メニューリスト（一括・二列）
-------------------------------------------- */
.menu_block {
	font: 80%/160% Arial, Helvetica, sans-serif;
	padding: 0 1em;
}
.menu_block h2{
	font: bold 180%/100% Georgia, "Times New Roman", Times, serif;
	padding-top:30px;
}
.menu_left {
	float:left;
}
.menu_right {
	float:right;
}
.menu_new_list {
	list-style: none;
	padding: 0;
	font: 130%/100% Arial, Helvetica, sans-serif;
}
.menu_new_list .Box {
	width: 400px !important;
	border-bottom: 1px dashed #9A9EA4;
	padding: 12px 0 5px 0;
}
.menu_new_list .list {
	float:left;
}
.menu_new_list .price {
	width:200px !important;
	float:right;
	text-align:right;
}
.menu_new_list .capt {
	clear:right;
	padding: 3px 15px 0 15px;
	font-size: 12px;
	line-height: 130%;
	color: #777777; /* default #777777 */
}
.menu_phote {
	text-align:center;
	width: 100%;
	padding-top: 20px;
}
.menu_phote img{
	padding: 0 90px;
}
