@charset "UTF-8";

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

【1】トップページ
【2】ショップ詳細ページ（物販）

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


/*-------------------------------------------
【1】トップページ
--------------------------------------------*/

/*-- h1 --*/
#home #header h1 {
	position: absolute;
	left: 0;
	top: 0;

	width: 261px;
	height: 81px;
	display:inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



/*-- メインイメージ --*/

.top_main {
	width: 986px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 24px;
	background: url(/images/top/top_bg01.gif) no-repeat left bottom;
	clear: both;
}

.top_main2 {
	width: 986px;
	height: 378px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(/images/top/top_bg01.jpg) no-repeat left bottom;
	clear: both;
	position: relative;
}

.top_main2 img {
	position: absolute;
	left: 0;
	top: 0;
}


/*-- フロアガイド --*/

#home .floor {
	width: 715px;
	margin-bottom: 15px;
	background: url(/images/top/top_bg02.gif) no-repeat center bottom;
	border-bottom: solid 1px #ddd;
	clear: both;
	overflow: hidden;
	position: relative;
}

/*--　フロアガイドボタン --*/

#home ul#tab {
	padding-left: 49px;
	list-style: none;
	position: absolute;
	top: 8px;
	left: 188px;
}

#home ul#tab li {
	height: 49px;
	float: left;
}

#home ul#tab li a {
	width: 49px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}


#home ul#tab li#home_tabb1 {
	background: url(/images/top/top_tabb1_o.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	float: none;
}
#home ul#tab li#home_tabb1 a {
	background: url(/images/top/top_tabb1.gif) no-repeat;
}
#home ul#tab li#home_tabb1 a:hover {
	background: url(/images/top/top_tabb1_o.gif) no-repeat;
}
#home ul#tab li.present a.pageb1 {
	background: url(/images/top/top_tabb1_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab01 {
	background: url(/images/top/top_tab01_o.gif) no-repeat;
}
#home ul#tab li#home_tab01 a {
	background: url(/images/top/top_tab01.gif) no-repeat;
}
#home ul#tab li#home_tab01 a:hover {
	background: url(/images/top/top_tab01_o.gif) no-repeat;
}
#home ul#tab li.present a.page1 {
	background: url(/images/top/top_tab01_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab02 {
	background: url(/images/top/top_tab02_o.gif) no-repeat;
}
#home ul#tab li#home_tab02 a {
	background: url(/images/top/top_tab02.gif) no-repeat;
}
#home ul#tab li#home_tab02 a:hover {
	background: url(/images/top/top_tab02_o.gif) no-repeat;
}
#home ul#tab li.present a.page2 {
	background: url(/images/top/top_tab02_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab03 {
	background: url(/images/top/top_tab03_o.gif) no-repeat;
}
#home ul#tab li#home_tab03 a {
	background: url(/images/top/top_tab03.gif) no-repeat;
}
#home ul#tab li#home_tab03 a:hover {
	background: url(/images/top/top_tab03_o.gif) no-repeat;
}
#home ul#tab li.present a.page3 {
	background: url(/images/top/top_tab03_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab04 {
	background: url(/images/top/top_tab04_o.gif) no-repeat;
}
#home ul#tab li#home_tab04 a {
	background: url(/images/top/top_tab04.gif) no-repeat;
}
#home ul#tab li#home_tab04 a:hover {
	background: url(/images/top/top_tab04_o.gif) no-repeat;
}
#home ul#tab li.present a.page4 {
	background: url(/images/top/top_tab04_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab05 {
	width: 77px;
	background: url(/images/top/top_tab05_o.gif) no-repeat;
}
#home ul#tab li#home_tab05 a {
	width: 77px;
	background: url(/images/top/top_tab05.gif) no-repeat;
}
#home ul#tab li#home_tab05 a:hover {
	background: url(/images/top/top_tab05_o.gif) no-repeat;
}
#home ul#tab li.present a.page5 {
	background: url(/images/top/top_tab05_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab07 {
	background: url(/images/top/top_tab07_o.gif) no-repeat;
}
#home ul#tab li#home_tab07 a {
	background: url(/images/top/top_tab07.gif) no-repeat;
}
#home ul#tab li#home_tab07 a:hover {
	background: url(/images/top/top_tab07_o.gif) no-repeat;
}
#home ul#tab li.present a.page7 {
	background: url(/images/top/top_tab07_f.gif) no-repeat !important;
}

#home ul#tab li#home_tab08 {
	width: 46px;
	background: url(/images/top/top_tab08_o.gif) no-repeat;
}
#home ul#tab li#home_tab08 a {
	width: 46px;
	background: url(/images/top/top_tab08.gif) no-repeat;
}
#home ul#tab li#home_tab08 a:hover {
	background: url(/images/top/top_tab08_o.gif) no-repeat;
}
#home ul#tab li.present a.page8 {
	background: url(/images/top/top_tab08_f.gif) no-repeat !important;
}


/*-- タブのボックス中身 --*/

#home .tab {
	padding: 0 0 17px 29px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	overflow: hidden;
}

#home .tab h3 {
	margin: 10px 0;
}

#home .tab ul {
	list-style: none;
}

#home .tab ul li {
	margin: 0 8px 10px 0;
	float: left;
}

#home .tab ul li a {
	width: 211px;
	height: 80px;
	border: solid 1px #ccc;
	display: block;
}

#home .tab ul li a:hover {
	border: solid 1px #9e66be;
}


/*-- ニュース --*/

#home .news dl {
	padding: 10px 19px 10px;
	background: url(/images/top/top_bg03.jpg) no-repeat center bottom;
	border: solid 1px #ddd;
	border-top: none;
}

#home .news dl dt {
	width: 68px;
	clear: left;
	float: left;
}

#home .news dl dt img {
	vertical-align: top;
}

#home .news dl dd {
	margin-bottom: 10px;
	padding: 0 0 10px 83px;
	border-bottom: dotted 1px #999;
}

/*-- バナー --*/

ul.top_ul {
	margin: 20px 0;
	list-style: none;
}

ul.top_ul li {
	margin-right: 10px;
	float: left;
}


/*-------------------------------------------
【2】ショップ詳細ページ
--------------------------------------------*/

#shop .shop_ttl, #rest .shop_ttl, #loft .shop_ttl {
	margin-bottom: 15px;
	padding: 10px 10px 10px 15px;
	background: url(/images/shop/shop_ttlbg01.gif) repeat-x left bottom #e3dacc;
	border-left: solid 5px #796243;
	border-bottom: solid 1px #796243;
}

#shop .shop_ttl:after, #rest .shop_ttl:after, #loft .shop_ttl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1em;
}

#shop .shop_ttl, #rest .shop_ttl, #loft .shop_ttl { display: inline-block; }
* html #shop .shop_ttl, * html #rest .shop_ttl, * html #loft .shop_ttl { height: 1%; }
#shop .shop_ttl, #rest .shop_ttl, #loft .shop_ttl { display: block; }

/*-- ショップ名 --*/
#shop .shop_ttl h1, #rest .shop_ttl h1, #loft .shop_ttl h1 {
	margin-right: 10px;
	font-size: 1.3em;
	line-height: 1.3;
	float: left;
}
#shop .shop_ttl h1 span, #rest .shop_ttl h1 span, #loft .shop_ttl h1 span {
	font-size: 0.8em;
	font-weight: normal;
}

/*-- ショップアイコン --*/

#shop .shop_ttl ul, #rest .shop_ttl ul, #loft .shop_ttl ul {
	list-style: none;
	float: right;
}

#shop .shop_ttl ul li, #rest .shop_ttl ul li, #loft .shop_ttl ul li {
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
}

#shop .shop_ttl ul li p, #rest .shop_ttl ul li p, #loft .shop_ttl ul li p {
	margin-right: 5px;
	line-height: 1.3;
	float: left;
}

#shop .shop_ttl ul li p span, #rest .shop_ttl ul li p span, #loft .shop_ttl ul li p span {
	font-size: 0.8em;
}

/*-- ショップ紹介 --*/

#shop .shopinfo_img, #rest .shopinfo_img, #loft .shopinfo_img {
	width: 340px;
	margin-bottom: 20px;
	float: left;
}

#shop .shopinfo_text, #rest .shopinfo_text, #loft .shopinfo_text {
	width: 360px;
	margin-bottom: 20px;
	float: right;
}

#shop .shopinfo_text p, #rest .shopinfo_text p, #loft .shopinfo_text p {
	margin-bottom: 10px;
}

#shop .shop_tel, #rest .shop_tel, #loft .shop_tel {
	min-height: 17px;
	height: auto !important;
	height: 17px;
	margin-top: 20px;
	padding-left: 27px;
	background: url(/images/shop/shoptel_ico01.gif) no-repeat left center;
	line-height: 1.2;
}

#shop .shop_time, #loft .shop_time {
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding-left: 27px;
	background: url(/images/shop/shoptime_ico01.gif) no-repeat left center;
	line-height: 1.2;
}

/*-- ショップニュース --*/

#shop h2.margin20, #rest h2.margin20, #loft h2.margin20 {
	clear: both;
}

#shop .shop_news, #rest .shop_news, #loft .shop_news {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	width: 715px;
	clear: both;
}

#shop .shop_news:after, #rest .shop_news:after, #loft .shop_news:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1em;
}

#shop .shop_news, #rest .shop_news, #loft .shop_news { display: inline-block; }
* html #shop .shop_news, * html #rest .shop_news, * html #loft .shop_news { height: 1%; }
#shop .shop_news { display: block; }

/*-- ショップニュース本文 --*/
#shop .shop_news p, #rest .shop_news p, #loft .shop_news p {
	display: inline;
}

/*-- 見出し --*/
#shop .shop_news p.news_ttl, #rest .shop_news p.news_ttl, #loft .shop_news p.news_ttl {
	margin-bottom: 10px;
	padding: 0 0 5px 18px;
	background: url(/images/shop/shop_newsico01.gif) no-repeat left 3px;
	border-bottom: dashed 1px #ddd;
	font-weight: bold;
	display: block;
	float: none;
}

/*-- 画像（最大3枚） --*/
#shop .shop_news ul, #rest .shop_news ul, #loft .shop_news ul {
	padding-left: 20px;
	list-style: none;
	float: right;
}
#shop .shop_news ul li, #rest .shop_news ul li, #loft .shop_news ul li {
	margin-right: 10px;
	float: left;
}


/*-------------------------------------------
【3】レストラン詳細（大部分は物販の方に書いてる。
ちょっとした違いの部分だけこっち。）
--------------------------------------------*/

#rest .shop_ttl {
	background: url(/images/shop/rest_ttlbg01.gif) repeat-x left bottom #f9f1b6;
	border-left: solid 5px #e89e00;
	border-bottom: solid 1px #e89e00;
}

/*-- ショップ名 --*/
#rest .shop_ttl h1 {
	color: #6b5034;
}

/*-- サービス --*/
.rest_service {
	clear: both;
}

.rest_service p.service_ttl {
	height: 19px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #7f7f7f;
	overflow: hidden;
}

.rest_service p.service_ttl img {
	float: left;
}

.rest_service p.service_ttl span {
	padding-left: 10px;
	line-height: 1;
	float: left;
}

.rest_service .yosan, .rest_service .seki, .rest_service .etc {
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
}

.rest_service .rest_time {
	clear: both;
}

/*-- 平均予算 --*/
.rest_service .yosan {
	width: 254px;
	margin-right: 15px;
}

.rest_service .yosan ul {
	list-style: none;
	overflow: hidden;
}

.rest_service .yosan ul li {
	margin-bottom: 5px;
	clear: both;
}

.rest_service .yosan li p {
	float: left;
	white-space: nowrap;
}

.rest_service .yosan li p.yosan_ttl {
	width: 70px;
	margin-right: 10px;
}


/*-- お席とサービスのアイコン --*/
.rest_service .seki ul, .rest_service .etc ul {
	list-style: none;
	overflow: hidden;
}

.rest_service .seki ul li, .rest_service .etc ul li {
	margin-bottom: 2px;
	padding: 0 1px;
	line-height: 1;
	float: left;
}


/*-- お席 --*/
.rest_service .seki {
	width: 200px;
}

/*-- その他のサービス --*/
.rest_service .etc {
	width: 228px;
	float: right;
}

/*-- 営業時間 --*/
.rest_service {
	margin-bottom: 20px;
	overflow: hidden;
}

.rest_service .resttime_box {
	margin-right: 20px;
	line-height: 1.3;
	float: left;
}

.rest_service .resttime_box p.ttl {
	margin: 5px 0;
	padding: 2px 5px;
	background: #ddd;
	color: #555;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

.rest_service .rest_time ul {
	list-style: none;
}

.rest_service .rest_time ul li {
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
}

.rest_service .rest_time ul li p {
	float: left;
}

.rest_service .rest_time ul li p.ttl02 {
	width: 100px;
	margin-right: 5px;
}

/*-- ニュースタイトル --*/

#rest .shop_news p.news_ttl {
	background: url(/images/shop/rest_newsico01.gif) no-repeat left 3px;
}
	

/*-------------------------------------------
【4】レストラン詳細（ロフト）
--------------------------------------------*/

#loft .shop_ttl ul.loft_ico {
	padding-right: 15px;
}

#loft .shop_ttl ul li {
	float: right;
}


#loft .shop_ttl table {
	border: none;
	float: right;
}

#loft .shop_ttl table td {
	padding: 2px 3px;
	vertical-align: top;
}

#loft .shop_ttl table td p span {
	font-size: 0.8em;
}




/*-------------------------------------------
【5】ショップ検索トップ
--------------------------------------------*/

/*-- カテゴリー --*/

ul.cate {
	width: 500px;
	margin-bottom: 30px;
	list-style: none;
	overflow: hidden;
}

ul.cate li {
	margin: 0 15px 10px 0;
	float: left;
}

/*-- 五十音順 --*/

ul.shop_namejp {
	margin-bottom: 15px;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.shop_namejp li {
	margin: 0 10px 10px 0;
	float: left;
}

/*-- 英語 --*/

ul.shop_nameen {
	width: 500px;
	margin-bottom: 15px;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.shop_nameen li {
	margin: 0 10px 10px 0;
	float: left;
}

/*-- 数字記号 --*/

ul.shop_namenum {
	margin-bottom: 40px;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.shop_namenum li {
	margin: 0 10px 10px 0;
	float: left;
}


/*-------------------------------------------
【6】カテゴリー検索
--------------------------------------------*/

.category, .category_no {
	margin-bottom: 18px;
	background: url(/images/shop/cate_bg01.gif) no-repeat left bottom;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

.category_no {
	background: none;
}

.cate_left, .cate_right {
	width: 330px;
	padding: 10px;
	border-top: solid 1px #999;
	float: left;
	overflow: hidden;
}

.category_no .cate_left {
	width: 329px;
	border: solid 1px #999;
}

.cate_right {
	float: right;
}

/*-- ロゴ --*/
.cate_logo {
	margin-right: 10px;
	float: left;
}

/*-- 右側の --*/
.cate_box {
	width: 187px;
	float: right;
}

/*-- 階数と種類 --*/

p.shurui {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999;
	line-height: 1.2;
	overflow: hidden;
}

p.shurui span {
	width: 141px;
	float: left;
}

p.shurui img {
	width: 36px;
	float: right;
}

/*-- 店名 --*/
.cate_box h2 {
	font-size: 1em;
	clear: both;
}

.cate_box p.kana {
	margin-bottom: 10px;
	font-size: 0.9em;
}

/*-- 詳細ボタン --*/
p.cate_btn {
	width: 107px;
	float: right;
}


/*-------------------------------------------
【7】頭文字検索
--------------------------------------------*/

p.search_name {
	margin: 15px 0 10px;
	padding: 5px 10px;
	background: #efefef;
	font-size: 1.1em;
	font-weight: bold;
}

table.name_tbl {
	width: 715px;
	margin: 20px 0;
	border-collapse: collapse;
	border-bottom: dotted 1px #ccc;
}

table.name_tbl th {
	width: 200px;
	padding: 10px;
	border-top: dotted 1px #ccc;
	text-align: left;
}

table.name_tbl td {
	padding: 10px;
	border-top: dotted 1px #ccc;
}

table.name_tbl tr.loft_tbl td, table.name_tbl tr.loft_tbl th {
	padding-top: 0;
	border: none;
}

table.name_tbl td.tbl_kana {
	width: 200px;
}
table.name_tbl td.tbl_icon {
	width: 52px;
	padding: 5px 0 10px;
}
table.name_tbl td.tbl_icon img {
	padding-right: 5px;
}

table.name_tbl td.tbl_kai {
	width: 36px;
	padding: 5px 0 10px;
}

/*-------------------------------------------
【8】施設サービスのご案内
--------------------------------------------*/

.about_main {
	margin-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.about_p {
	width: 440px;
	float: right;
}



/*-- 施設概要テーブル --*/

table.about_tbl {
	width: 715px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

table.about_tbl th, table.about_tbl td {
	padding: 5px 10px;
	background: #999;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

table.about_tbl td {
	background: #f3f3f3;
	color: #333;
}

table.about_tbl2 {
	width: 450px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

table.about_tbl2 th, table.about_tbl2 td {
	padding: 5px 10px;
	background: #999;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

table.about_tbl2 td {
	background: #f3f3f3;
	color: #333;
}


/*-- 2カラムのアイコンと紹介 --*/

.about_wrap {
	width: 715px;
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
}

.about_wrap ul {
	width: 730px;
	margin-right: -15px;
	list-style: none;
	overflow: hidden;
}

* html .about_wrap ul {
	zoom: 1;
}

.about_wrap ul li {
	width: 328px;
	margin: 0 12px 12px 0;
	padding: 10px;
	border: solid 1px #999;
	line-height: 1.2;
	float: left;
}

.about_wrap ul li ul {
	margin: 10px 0 0 37px;
}

.about_wrap ul li ul li {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	line-height: 1;
	float: left;
}

/*-- アイコン --*/

.about_wrap ul li p {
	margin-bottom: 10px;
	padding-left: 37px;
}

.about_wrap ul li p img {
	margin-right: 5px;
	float: left;
}

.about_wrap ul li p.about_ico01 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico01.gif) no-repeat left center;
	line-height: 32px;
}

.about_wrap ul li p.about_ico02 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico02.gif) no-repeat left center;
	line-height: 32px;
}

.about_wrap ul li p.about_ico03 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico03.gif) no-repeat left center;
	line-height: 32px;
}

.about_wrap ul li p.about_ico04 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico04.gif) no-repeat left center;
	line-height: 32px;
}

.about_wrap ul li p.about_ico05 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico05.gif) no-repeat left center;
	line-height: 32px;
}

.about_wrap ul li p.about_ico06 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico06.gif) no-repeat left center;
	line-height: 32px;
}


.about_wrap ul li p.about_ico07 {
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin-bottom: 5px;
	background: url(/images/about/about_ico07.gif) no-repeat left center;
	line-height: 32px;
}


/*-------------------------------------------
【9】アクセス
--------------------------------------------*/

ul.access_ul {
	margin: 0 0 20px;
	list-style: none;
}

ul.access_ul li {
	padding-left: 20px;
	background: url(/images/access/access_ico.gif) no-repeat left 5px;
	color: #AD7FAD;
	font-weight: bold;
}

ul.access_ul li ul {
	margin: 10px 0 10px -20px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.access_ul li ul li {
	width: 300px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
	margin: 0 15px 8px 0;
	padding: 0 0 0 24px;
	background: none;
	color: #444;
	font-weight: normal;
	line-height: 19px;
	float: left;
}

ul.access_ul li ul li.ac01 {
	background: url(/images/access/access_ico02.gif) no-repeat;
}

ul.access_ul li ul li.ac02 {
	background: url(/images/access/access_ico03.gif) no-repeat;
}

ul.access_ul li ul li.ac03 {
	background: url(/images/access/access_ico04.gif) no-repeat;
}

#access p.cap_text {
	margin-top: -10px;
	margin-bottom: 5px;
}


/*-- ボタン --*/
p.access_btn {
	margin: 10px 0 20px;
	float: right;
}

/*-- テーブル　--*/
table.access_tbl {
	margin: 0 0 20px -10px;
	border-collapse: collapse;
	clear: both;
}

table.access_tbl th, table.access_tbl td {
	padding: 3px 10px;
	text-align: left;
}

table.access_tbl th {
	color: #AD7FAD;
}

/*-------------------------------------------
【10】サイトのご利用にあたって
--------------------------------------------*/

dl.siteinfo_dl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999;
	font-weight: bold;
}

dl.siteinfo_dl dd {
	margin-bottom: 20px;
}

dl.siteinfo_dl dd p.text_right a {
	padding-left: 20px;
	background: url(/images/common/common_ico01.gif) no-repeat left center;
}

p.textbox_right {
	float: right;
}

/*-------------------------------------------
【11】404Error
--------------------------------------------*/

ul.error_ul {
	width: 715px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(/images/other/404_img02.jpg) no-repeat;
	list-style: none;
	position: relative;
}

ul.error_ul li {
	position: absolute;
	top: 18px;
	left: 56px;
}

/*-------------------------------------------
【12】フロアガイド
--------------------------------------------*/

#floor .about_tbl {
	border: none;
}

#floor .about_tbl th {
	width: 50px;
	padding: 10px;
	background: #afaccb;
	border: solid 1px #fff;
	border-top: solid 1px #999;
	text-align: center;
}

#floor .about_tbl td {
	padding: 10px;
	background: #fff;
	border: solid 1px #999;
}


#floor .about_tbl td p {
	clear: both;
}

#floor .about_tbl td p.font_bold {
	padding-right: 20px;
	float: left;
	clear: none;
}

#floor .about_tbl td p.floor_ico {
	margin-bottom: 5px;
	float: right;
	clear: none;
}

#floor .about_tbl td a {
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-right: -3px;
	padding: 0 10px 0 18px;
	background: url(/images/common/common_ico01.gif) no-repeat left center;
	white-space: nowrap;
	display: block;
	float: left;
}


/*-- フロアガイドリニュここから --*/

/*-- ページトップ --*/
p.page_top {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: dotted 1px #ccc;
	clear: both;
	overflow: hidden;
}

p.page_top img {
	display: block;
	float: right;
}

/*-- ページ内リンク --*/

#floor ul.page_link {
	margin-bottom: 20px;
	padding: 20px 0 20px 34px;
	background: #f0f1f2;
	overflow: hidden;
	list-style: none;
}

#floor ul.page_link li {
	width: 72px;
	margin-right: 10px;
	float: left;
}

/*-- 1フロア分 --*/

p.guide_img {
	width: 364px;
	margin-bottom: 20px;
	float: left;
}

.guide_right {
	width: 317px;
	margin-bottom: 20px;
	float: right;
}

.guide_right ul {
	margin: 20px 0;
	list-style: none;
}

.guide_right ul li {
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding: 0 10px 0 18px;
	background: url(/images/common/common_ico01.gif) no-repeat left center;
}



/*-------------------------------------------
【13】スペシャル
※ロゴはトップページで使っているロゴを
使い回しています。
※今後使用する場合のマージンなどの調整は
よろしくお願い致します。
--------------------------------------------*/

.special_wrap {
	width: 695px;
	margin: 0 auto;
}

.special_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1em;
}

.special_wrap { display: inline-block; }
* html .special_wrap { height: 1%; }
.special_wrap { display: block; }



/*-- 店舗の設定 --*/

.left_wrap, .right_wrap {
	width: 695px;
	padding-bottom: 20px;
	overflow: hidden;
}



/*-- 写真右の説明（ロゴとかボタンとか）部分 --*/

.store_box {
	width: 475px;
	overflow: hidden;
	float: left;
	position: relative;
}

.store_box ul {
	width: 450px;
	padding: 12px 0 10px 25px;
	overflow: hidden;
	list-style: none;
}

.store_box ul li {
	float: left;
}

.store_box ul li.sp_btn {
	margin-top: 20px;
	padding-right: 12px;
}

.store_img {
	width: 183px;
	margin-top: 12px;
	padding-right: 20px;
	float: right;
	display: block;
}

p.detail {
	width: 430px;
	margin: 0 0 10px 25px;
	padding: 10px;
	background: #fff;
}

p.menu {
	width: 450px;
	margin: 0 0 10px 25px;
	font-size: 0.9em;
}

/*-- 特典ある場合 --*/

p.menu02 {
	width: 165px;
	padding-left: 25px;
	font-size: 0.9em;
	float: left;
}

.tokuten {
	width: 274px;
	float: right;
}

.tokuten02 {
	width: 450px;
	margin: 0 0 10px 25px;
	float: left;
}

.tokuten03 {
	width: 450px;
	margin: 0px 0px 10px 0px;
	float: left;
}


/*-- 写真左の説明（ロゴとかボタンとか）部分 --*/

.right_wrap .store_box {
	width: 470px;
	float: right;
}

.right_wrap .store_box ul {
	padding: 12px 20px 10px 0;
}

.right_wrap .store_box ul li.sp_btn {
	padding: 0 0 0 12px;
}

.right_wrap .store_img {
	padding: 0 0 0 25px;
	float: left;
}

.right_wrap p.detail, .right_wrap p.menu {
	margin: 0 20px 10px 0;
}

span.disclaimer{
	font-size: 0.8em;
}

span.futoji {
    font-weight: bold;
}


/*-- 特典ある場合 --*/

.right_wrap p.menu02 {
	width: 165px;
	padding-left: 0;
	font-size: 0.9em;
	float: left;
}

.right_wrap .tokuten {
	padding-right: 20px;
}


/*-- バックナンバー --*/
div.backnumber {
	width: 665px;
	margin: 20px auto 0;
	background: #F8F8FF;
	padding: 15px;
	border: 1px solid #E6E6FA;
}

div.backnumber p.backnumber_title {
	font-weight: bold;
	padding-bottom: 5px;
}

div.backnumber ul {
	list-style-type: none;
	padding-bottom: 10px;
}

div.backnumber li {
	list-style-type: none;
}

div.backnumber li ul {
	padding-left: 15px;
}


/*-- 2011/06/23 夏のおすすめメニュー専用 --*/
/*-- 青いヤツ --*/
#special_110623 .left_wrap, #special_110623 .right_wrap {
	background: url(/images/special/110623/camp_bg01.gif) no-repeat left bottom;
}

#special_110623 .store_box ul {
	background: url(/images/special/110623/left_boxbg.gif) no-repeat left top;
}

#special_110623 .right_wrap .store_box ul {
	background: url(/images/special/110623/right_boxbg.gif) no-repeat right top;
}



/*-- 紫のヤツ --*/
#special_purple .left_wrap, #special_purple .right_wrap {
	background: url(/images/special/110623/camp_bg01_p.gif) no-repeat left bottom;
}

#special_purple .store_box ul {
	background: url(/images/special/110623/left_boxbg_p.gif) no-repeat left top;
}

#special_purple .right_wrap .store_box ul {
	background: url(/images/special/110623/right_boxbg_p.gif) no-repeat right top;
}


/*-- 2011秋のヤツ --*/
#special_110923 .left_wrap, #special_110923 .right_wrap {
	background: url(/images/special/110923/camp_bg01.gif) no-repeat left bottom;
}

#special_110923 .store_box ul {
	background: url(/images/special/110923/left_boxbg.gif) no-repeat left top;
}

#special_110923 .right_wrap .store_box ul {
	background: url(/images/special/110923/right_boxbg.gif) no-repeat right top;
}

#special_110923 h3.hanyo {
	margin-top: 20px;
	clear: both;
}
#special_110923 h2 {
	margin-bottom: -20px;
}


/*-- 2011冬のヤツ --*/
#special_111123 .left_wrap, #special_111123 .right_wrap {
	background: url(/images/special/111123/camp_bg01.gif) no-repeat left bottom;
}

#special_111123 .store_box ul {
	background: url(/images/special/111123/left_boxbg.gif) no-repeat left top;
}

#special_111123 .right_wrap .store_box ul {
	background: url(/images/special/111123/right_boxbg.gif) no-repeat right top;
}

#special_111123 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_111123 h2 {
	margin-bottom: -40px;
}

#special_111123 div.menu02 {
	width: 170px;
	padding-left: 25px;
	font-size: 0.9em;
	float: left;
}

#special_111123 div.menu02 p.dwn_space {
	margin-bottom: 5px;
}

#special_111123 .left_wrap p.menu02 {
	margin-right: 5px !important;
}

#special_111123 p.menu03 {
	width: 240px;
	padding-left: 25px;
	font-size: 0.9em;
	float: left;
}

#special_111123 .tokuten {
	width: 276px !important;
}

#special_111123 .tokuten02 {
	width: 201px;
	float: right;
	margin: 0 !important;
}

#special_111123 .winter_wrap .left_wrap, #special_111123 .winter_wrap .right_wrap {
	background: url(/images/special/111123/camp_bg02.gif) no-repeat left bottom;
}

#special_111123 .winter_wrap .store_box ul {
	background: url(/images/special/111123/left_boxbg_r.gif) no-repeat left top;
}

#special_111123 .winter_wrap .right_wrap .store_box ul {
	background: url(/images/special/111123/right_boxbg_r.gif) no-repeat right top;
}

#special_111123 .cap_text02 {
	font-size: 1.1em;
}
#special_111123 .cap_text03 {
	margin-left: 1em;
	margin-bottom: 10px;
	font-size: 1.1em;
}


/*--2012冬のやつ ---*/

#special_120102 .left_wrap, #special_120102 .right_wrap {
	background: url(/images/special/120102/camp_bg01.gif) no-repeat left bottom;
}

#special_120102 .store_box ul {
	background: url(/images/special/120102/left_boxbg.gif) no-repeat left top;
}

#special_120102 .right_wrap .store_box ul {
	background: url(/images/special/120102/right_boxbg.gif) no-repeat right top;
}

#special_120102 h3.hanyo {
	margin-top: 40px;
	clear: both;
}
#special_120102 h2 {
	margin-bottom: -20px;
}


/*--2012TeaTime ---*/

#special_120201 .left_wrap, #special_120201 .right_wrap {
	background: url(/images/special/120201/camp_bg01.gif) no-repeat left bottom;
}

#special_120201 .store_box ul {
	background: url(/images/special/120201/left_boxbg.gif) no-repeat left top;
}

#special_120201 .right_wrap .store_box ul {
	background: url(/images/special/120201/right_boxbg.gif) no-repeat right top;
}

#special_120201 h3.hanyo {
	margin-top: 40px;
	clear: both;
}
#special_120201 h2 {
	margin-bottom: -20px;
}

#special_120201 .tokuten2 {
	width: 205px;
	float: right;
}

#special_120201 p.menu03 {
	width: 230px;
	padding-left: 25px;
	font-size: 0.9em;
	float: left;
}


/*--2012・3月のやつ ---*/

#special_120315 .left_wrap, #special_120315 .right_wrap {
	background: url(/images/special/120315/camp_bg01.gif) no-repeat left bottom;
}

#special_120315 .store_box ul {
	background: url(/images/special/120315/left_boxbg.gif) no-repeat left top;
}

#special_120315 .right_wrap .store_box ul {
	background: url(/images/special/120315/right_boxbg.gif) no-repeat right top;
}

#special_120315 h3.hanyo {
	margin-top: 40px;
	clear: both;
}
#special_120315 h2 {
	margin-bottom: -20px;
}



/*--2012・4月のやつ ---*/

/*-- 1f --*/
#special_120427 .left_wrap, #special_120427 .right_wrap {
	background: url(/images/special/120427/camp_bg01.gif) no-repeat left bottom;
}

#special_120427 .store_box ul {
	background: url(/images/special/120427/left_boxbg.gif) no-repeat left top;
}

#special_120427 .right_wrap .store_box ul {
	background: url(/images/special/120427/right_boxbg.gif) no-repeat right top;
}

/*-- 7f --*/
#special_120427 .camp_7f .left_wrap, #special_120427 .camp_7f .right_wrap {
	background: url(/images/special/120427/camp_bg02.gif) no-repeat left bottom;
}

#special_120427 .camp_7f .store_box ul {
	background: url(/images/special/120427/left_boxbg02.gif) no-repeat left top;
}

#special_120427 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/120427/right_boxbg02.gif) no-repeat right top;
}

/*-- 8f --*/
#special_120427 .camp_8f .left_wrap, #special_120427 .camp_8f .right_wrap {
	background: url(/images/special/120427/camp_bg03.gif) no-repeat left bottom;
}

#special_120427 .camp_8f .store_box ul {
	background: url(/images/special/120427/left_boxbg03.gif) no-repeat left top;
}

#special_120427 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/120427/right_boxbg03.gif) no-repeat right top;
}



#special_120427 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

.camp_img {
	margin-top: 15px;
	clear: both;
	display: block;
}

.camp_wrap {
	margin-bottom: -10px;
	padding: 10px;
	border: solid 3px #ed6c01;
	border-top: none;
	color: #a84f25;
}


/*--2012・6月のやつ ---*/

/*-- 1f --*/
#special_120629 .left_wrap, #special_120629 .right_wrap {
	background: url(/images/special/120629/camp_bg01.gif) no-repeat left bottom;
}

#special_120629 .store_box ul {
	background: url(/images/special/120629/left_boxbg.gif) no-repeat left top;
}

#special_120629 .right_wrap .store_box ul {
	background: url(/images/special/120629/right_boxbg.gif) no-repeat right top;
}

/*-- 7f --*/
#special_120629 .camp_7f .left_wrap, #special_120629 .camp_7f .right_wrap {
	background: url(/images/special/120629/camp_bg02.gif) no-repeat left bottom;
}

#special_120629 .camp_7f .store_box ul {
	background: url(/images/special/120629/left_boxbg02.gif) no-repeat left top;
}

#special_120629 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/120629/right_boxbg02.gif) no-repeat right top;
}

/*-- 8f --*/
#special_120629 .camp_8f .left_wrap, #special_120629 .camp_8f .right_wrap {
	background: url(/images/special/120629/camp_bg03.gif) no-repeat left bottom;
}

#special_120629 .camp_8f .store_box ul {
	background: url(/images/special/120629/left_boxbg03.gif) no-repeat left top;
}

#special_120629 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/120629/right_boxbg03.gif) no-repeat right top;
}

#special_120629 p.detail, #special_120629 p.menu {
	width: 280px;
	padding-left: 150px;
}

#special_120629 p.menu {
	width: 300px;
}

#special_120629 .tencho {
	position: absolute;
	top: 96px;
	left: 20px;
}

#special_120629 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_120629 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/120629/tokuten_ico01.gif) no-repeat 10px 10px #796caf;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_120629 .tokuten_txt02 {
	line-height: 37px;
}

#special_120629 .right_wrap .tokuten_txt {
	margin-left: 0;
}



/*--2012・8月のやつ ---*/

/*-- 1f --*/
#special_120801 .left_wrap, #special_120801 .right_wrap {
	background: url(/images/special/120801/camp_bg01.gif) no-repeat left bottom;
}

#special_120801 .store_box ul {
	background: url(/images/special/120801/left_boxbg.gif) no-repeat left top;
}

#special_120801 .right_wrap .store_box ul {
	background: url(/images/special/120801/right_boxbg.gif) no-repeat right top;
}

/*-- 7f --*/
#special_120801 .camp_7f .left_wrap, #special_120801 .camp_7f .right_wrap {
	background: url(/images/special/120801/camp_bg02.gif) no-repeat left bottom;
}

#special_120801 .camp_7f .store_box ul {
	background: url(/images/special/120801/left_boxbg02.gif) no-repeat left top;
}

#special_120801 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/120801/right_boxbg02.gif) no-repeat right top;
}

/*-- 8f --*/
#special_120801 .camp_8f .left_wrap, #special_120801 .camp_8f .right_wrap {
	background: url(/images/special/120801/camp_bg03.gif) no-repeat left bottom;
}

#special_120801 .camp_8f .store_box ul {
	background: url(/images/special/120801/left_boxbg03.gif) no-repeat left top;
}

#special_120801 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/120801/right_boxbg03.gif) no-repeat right top;
}

/*#special_120801 .camp_1f p.detail,
#special_120801 .camp_7f p.detail {
	width: 405px;
	padding: 10px 10px 10px 35px;
	background: url(/images/special/120801/stamp_ico.png) no-repeat 10px 12px #fff;
}*/

/*#special_120801 p.menu {
	padding-right: 35px;
	background: url(/images/special/120801/stamp_ico.png) no-repeat 430px 2px;
}*/

#special_120801 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

p.drink {
	width: 360px;
	margin-bottom: 10px;
	padding: 35px 10px 15px 80px;
	background: url(/images/special/120801/tokuten_bg01.png) no-repeat left top #F90;
	color: #fff;
	font-weight: bold;
}

.camp_1f {
	overflow: hidden;
}

.camp_7f p.drink {
	background: url(/images/special/120801/tokuten_bg01.png) no-repeat left top #39F;
}

.right_wrap p.drink {
	margin-right: 25px;
}

.left_wrap p.drink {
	margin-left: 25px;
}

.center_img {
	margin: 0 auto 20px;
	display: block;
}


/*--2012・10月のやつ ---*/

#special_121007 .left_wrap, #special_121007 .right_wrap {
	background: url(/images/special/121007/camp_bg01.gif) no-repeat left bottom;
}

#special_121007 .store_box ul {
	background: url(/images/special/121007/left_boxbg.gif) no-repeat left top;
}

#special_121007 .right_wrap .store_box ul {
	background: url(/images/special/121007/right_boxbg.gif) no-repeat right top;
}

#special_121007 h3.hanyo {
	margin-top: 40px;
	clear: both;
}
#special_121007 h2 {
	margin-bottom: -20px;
}

.tokuten_box {
	margin: 0 0 10px 25px;
	padding: 10px;
	background: #ffe8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	position: relative;
	behavior: url(/pie/PIE.htc);
}

.right_wrap .tokuten_box {
	margin: 0 20px 10px 0;
}


/*--2012・11月のやつ ---*/

/*-- 1f --*/
#special_121117 .left_wrap, #special_121117 .right_wrap {
	background: url(/images/special/121117/camp_bg01.gif) no-repeat left bottom;
}

#special_121117 .store_box ul {
	background: url(/images/special/121117/left_boxbg.gif) no-repeat left top;
}

#special_121117 .right_wrap .store_box ul {
	background: url(/images/special/121117/right_boxbg.gif) no-repeat right top;
}

/*-- 7f --*/
#special_121117 .camp_7f .left_wrap, #special_121117 .camp_7f .right_wrap {
	background: url(/images/special/121117/camp_bg02.gif) no-repeat left bottom;
}

#special_121117 .camp_7f .store_box ul {
	background: url(/images/special/121117/left_boxbg02.gif) no-repeat left top;
}

#special_121117 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/121117/right_boxbg02.gif) no-repeat right top;
}

/*-- 8f --*/
#special_121117 .camp_8f .left_wrap, #special_121117 .camp_8f .right_wrap {
	background: url(/images/special/121117/camp_bg03.gif) no-repeat left bottom;
}

#special_121117 .camp_8f .store_box ul {
	background: url(/images/special/121117/left_boxbg03.gif) no-repeat left top;
}

#special_121117 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/121117/right_boxbg03.gif) no-repeat right top;
}


#special_121117 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_121117 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/121117/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_121117 .tokuten_txt02 {
	line-height: 37px;
}

#special_121117 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}


/*--2012・12月のやつ ---*/

/*-- 1f --*/
#special_130103 .left_wrap, #special_130103 .right_wrap {
	background: url(/images/special/130103/camp_bg01.gif) no-repeat left bottom;
}

#special_130103 .store_box ul {
	background: url(/images/special/130103/left_boxbg.gif) no-repeat left top;
}

#special_130103 .right_wrap .store_box ul {
	background: url(/images/special/130103/right_boxbg.gif) no-repeat right top;
}

/*-- 7f --*/
#special_130103 .camp_7f .left_wrap, #special_130103 .camp_7f .right_wrap {
	background: url(/images/special/130103/camp_bg01_p.gif) no-repeat left bottom;
}

#special_130103 .camp_7f .store_box ul {
	background: url(/images/special/130103/left_boxbg_p.gif) no-repeat left top;
}

#special_130103 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/130103/right_boxbg_p.gif) no-repeat right top;
}

/*-- 8f --*/
#special_130103 .camp_8f .left_wrap, #special_130103 .camp_8f .right_wrap {
	background: url(/images/special/130103/camp_bg03.gif) no-repeat left bottom;
}

#special_130103 .camp_8f .store_box ul {
	background: url(/images/special/130103/left_boxbg03.gif) no-repeat left top;
}

#special_130103 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/130103/right_boxbg03.gif) no-repeat right top;
}


#special_130103 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_130103 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130103/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_130103 .tokuten_txt02 {
	line-height: 37px;
}

#special_130103 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}


/*--2013・3月のやつ ---*/

/*-- 1f --*/
#special_130314 .left_wrap, #special_130314 .right_wrap {
	background: url(/images/special/130314/camp_bg.gif) no-repeat left bottom;
}

#special_130314 .store_box ul {
	background: url(/images/special/130314/left_boxbg.gif) no-repeat left top;
}

#special_130314 .right_wrap .store_box ul {
	background: url(/images/special/130314/right_boxbg.gif) no-repeat right top;
}

/*-- 2f --*/
#special_130314 .camp_2f .left_wrap, #special_130314 .camp_2f .right_wrap {
	background: url(/images/special/130314/camp_bg02.gif) no-repeat left bottom;
}

#special_130314 .camp_2f .store_box ul {
	background: url(/images/special/130314/left_boxbg02.gif) no-repeat left top;
}

#special_130314 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/130314/right_boxbg02.gif) no-repeat right top;
}

/*-- 7f --*/
#special_130314 .camp_7f .left_wrap, #special_130314 .camp_7f .right_wrap {
	background: url(/images/special/130314/camp_bg03.gif) no-repeat left bottom;
}

#special_130314 .camp_7f .store_box ul {
	background: url(/images/special/130314/left_boxbg03.gif) no-repeat left top;
}

#special_130314 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/130314/right_boxbg03.gif) no-repeat right top;
}

/*-- 8f --*/
#special_130314 .camp_8f .left_wrap, #special_130314 .camp_8f .right_wrap {
	background: url(/images/special/130314/camp_bg04.gif) no-repeat left bottom;
}

#special_130314 .camp_8f .store_box ul {
	background: url(/images/special/130314/left_boxbg04.gif) no-repeat left top;
}

#special_130314 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/130314/right_boxbg04.gif) no-repeat right top;
}


#special_130314 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_130314 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130314/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_130314 .tokuten_txt02 {
	line-height: 37px;
}

#special_130314 .right_wrap .tokuten_txt {
	margin-left: 0;
}


/*--2013・7月のやつ ---*/

/*-- 1f --*/
#special_130716 .left_wrap, #special_130716 .right_wrap {
	background: url(/images/special/130716/camp_bg.gif) no-repeat left bottom;
}

#special_130716 .store_box ul {
	background: url(/images/special/130716/left_boxbg.gif) no-repeat left top;
}

#special_130716 .right_wrap .store_box ul {
	background: url(/images/special/130716/right_boxbg.gif) no-repeat right top;
}

/*-- 2f --*/
#special_130716 .camp_2f .left_wrap, #special_130716 .camp_2f .right_wrap {
	background: url(/images/special/130716/camp_bg02.gif) no-repeat left bottom;
}

#special_130716 .camp_2f .store_box ul {
	background: url(/images/special/130716/left_boxbg02.gif) no-repeat left top;
}

#special_130716 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/130716/right_boxbg02.gif) no-repeat right top;
}

/*-- 7f --*/
#special_130716 .camp_7f .left_wrap, #special_130716 .camp_7f .right_wrap {
	background: url(/images/special/130716/camp_bg03.gif) no-repeat left bottom;
}

#special_130716 .camp_7f .store_box ul {
	background: url(/images/special/130716/left_boxbg03.gif) no-repeat left top;
}

#special_130716 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/130716/right_boxbg03.gif) no-repeat right top;
}

/*-- 8f --*/
#special_130716 .camp_8f .left_wrap, #special_130716 .camp_8f .right_wrap {
	background: url(/images/special/130716/camp_bg04.gif) no-repeat left bottom;
}

#special_130716 .camp_8f .store_box ul {
	background: url(/images/special/130716/left_boxbg04.gif) no-repeat left top;
}

#special_130716 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/130716/right_boxbg04.gif) no-repeat right top;
}


#special_130716 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_130716 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_130716 .tokuten_txt02 {
	line-height: 37px;
}

#special_130716 .right_wrap .tokuten_txt {
	margin-left: 0;
}

/*今回だけの*/
#special_130716 p.cap {
	min-height: 30px;
	margin-top: 5px;
	padding: 0 0 5px 30px;
	font-weight: bold;
}

#special_130716 .camp_1f p.cap {
	background: url(/images/special/130716/1f_bg01.png) no-repeat left bottom;
	color: #009eeb;
}

#special_130716 .camp_2f p.cap {
	background: url(/images/special/130716/2f_bg01.png) no-repeat left bottom;
	color: #6cb636;
}

#special_130716 .camp_7f p.cap {
	background: url(/images/special/130716/7f_bg01.png) no-repeat left bottom;
	color: #ff9000;
}

#special_130716 .camp_8f p.cap {
	background: url(/images/special/130716/8f_bg01.png) no-repeat left bottom;
	color: #ff75c3;
}




/*--2013・10月のやつ ---*/

/*-- 1f --*/
#special_131001 .left_wrap, #special_131001 .right_wrap {
	background: url(/images/special/131001/camp_bg01.gif) no-repeat left bottom;
}

#special_131001 .store_box ul {
	background: url(/images/special/131001/left_boxbg.gif) no-repeat left top;
}

#special_131001 .right_wrap .store_box ul {
	background: url(/images/special/131001/right_boxbg.gif) no-repeat right top;
}

/*-- 7f --*/
#special_131001 .camp_7f .left_wrap, #special_131001 .camp_7f .right_wrap {
	background: url(/images/special/131001/camp_bg01_p.gif) no-repeat left bottom;
}

#special_131001 .camp_7f .store_box ul {
	background: url(/images/special/131001/left_boxbg_p.gif) no-repeat left top;
}

#special_131001 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/131001/right_boxbg_p.gif) no-repeat right top;
}

/*-- 8f --*/
#special_131001 .camp_8f .left_wrap, #special_131001 .camp_8f .right_wrap {
	background: url(/images/special/131001/camp_bg03.gif) no-repeat left bottom;
}

#special_131001 .camp_8f .store_box ul {
	background: url(/images/special/131001/left_boxbg03.gif) no-repeat left top;
}

#special_131001 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/131001/right_boxbg03.gif) no-repeat right top;
}


#special_131001 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_131001 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130103/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_131001 .tokuten_txt02 {
	line-height: 37px;
}

#special_131001 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}




/*--2013・11月のやつ ---*/

/*-- 2f --*/
#special_131114 .left_wrap, #special_131114 .right_wrap {
	background: url(/images/special/131114/camp_bg02.gif) no-repeat left bottom;
}

#special_131114 .store_box ul {
	background: url(/images/special/131114/left_boxbg02.gif) no-repeat left top;
}

#special_131114 .right_wrap .store_box ul {
	background: url(/images/special/131114/right_boxbg02.gif) no-repeat right top;
}

/*-- 1f --*/
#special_131114 .camp_1f .left_wrap, #special_131114 .camp_1f .right_wrap {
	background: url(/images/special/131114/camp_bg04.gif) no-repeat left bottom;
}

#special_131114 .camp_1f .store_box ul {
	background: url(/images/special/131114/left_boxbg04.gif) no-repeat left top;
}

#special_131114 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/131114/right_boxbg04.gif) no-repeat right top;
}

/*-- 7f --*/
#special_131114 .camp_7f .left_wrap, #special_131114 .camp_7f .right_wrap {
	background: url(/images/special/131114/camp_bg01.gif) no-repeat left bottom;
}

#special_131114 .camp_7f .store_box ul {
	background: url(/images/special/131114/left_boxbg01.gif) no-repeat left top;
}

#special_131114 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/131114/right_boxbg01.gif) no-repeat right top;
}

/*-- 8f --*/
#special_131114 .camp_8f .left_wrap, #special_131114 .camp_8f .right_wrap {
	background: url(/images/special/131114/camp_bg03.gif) no-repeat left bottom;
}

#special_131114 .camp_8f .store_box ul {
	background: url(/images/special/131114/left_boxbg03.gif) no-repeat left top;
}

#special_131114 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/131114/right_boxbg03.gif) no-repeat right top;
}


#special_131114 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_131114 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_131114 .tokuten_txt02 {
	line-height: 37px;
}

#special_131114 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}



/*--2013・古川テストのやつ purple_box ---*/

/*-- 1f --*/
#special_1311test .camp_1f .left_wrap, #special_1311test .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_1311test .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_1311test .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_1311test .left_wrap, #special_1311test .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_1311test .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_1311test .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_1311test .camp_7f .left_wrap, #special_1311test .camp_7f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_1311test .camp_7f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_1311test .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}

/*-- 8f --*/
#special_1311test .camp_8f .left_wrap, #special_1311test .camp_8f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_1311test .camp_8f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_1311test .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}


#special_1311test h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_1311test .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}


#special_1311test .tokuten_txt02 {
	line-height: 37px;
}

#special_1311test .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}



/*--2014・3月のやつ ---*/

/*-- 1f --*/
#special_140315 .camp_1f .left_wrap, #special_140315 .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_140315 .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_140315 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_140315 .left_wrap, #special_140315 .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_140315 .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_140315 .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_140315 .camp_7f .left_wrap, #special_140315 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_140315 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_140315 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}

/*-- 8f --*/
#special_140315 .camp_8f .left_wrap, #special_140315 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_140315 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_140315 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_140315 h3.hanyo {
	margin-top: 40px;
	clear: both;
}

#special_140315 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140315/tokuten_ico02.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}


#special_140315 .tokuten_txt02 {
	line-height: 37px;
}

#special_140315 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}



/*--2014・7月のやつ ---*/

/*-- 1f --*/
#special_140718 .camp_1f .left_wrap, #special_140718 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_140718 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_140718 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_140718 .left_wrap, #special_140718 .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_140718 .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_140718 .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_140718 .camp_7f .left_wrap, #special_140718 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_140718 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_140718 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}

/*-- 8f --*/
#special_140718 .camp_8f .left_wrap, #special_140718 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_140718 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_140718 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_140718 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_140718 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_140718 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_140718 .tokuten_txt02 {
	line-height: 37px;
}

#special_140718 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}



/*--2014・11月のやつ ---*/

/*-- 1f --*/
#special_141113 .camp_1f .left_wrap, #special_141113 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_141113 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_141113 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_141113 .left_wrap, #special_141113 .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_141113 .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_141113 .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_141113 .camp_7f .left_wrap, #special_141113 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_141113 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_141113.camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 7f --*/
#special_141113 .camp_7f .left_wrap, #special_141113 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_141113 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_141113 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_141113 .camp_8f .left_wrap, #special_141113 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_141113 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_141113 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_141113 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_141113 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_141113 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_141113 .tokuten_txt02 {
	line-height: 37px;
}

#special_141113 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}





/*--2014・10月のやつ ---*/

/*-- 1f --*/
#special_141001 .camp_1f .left_wrap, #special_141001 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_141001 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_141001 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_141001 .left_wrap, #special_141001 .right_wrap {
	background: url(/images/special/beige_box/bg_line.gif) no-repeat left bottom;
}

#special_141001 .store_box ul {
	background: url(/images/special/beige_box/leftbox.gif) no-repeat left top;
}

#special_141001 .right_wrap .store_box ul {
	background: url(/images/special/beige_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_141001 .camp_7f .left_wrap, #special_141001 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_141001 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_141001.camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_141001 .camp_7f .left_wrap, #special_140718 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_141001 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_141001 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_141001 .camp_8f .left_wrap, #special_141001 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_141001 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_141001 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_141001 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_141001 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_141001 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_141001 .tokuten_txt02 {
	line-height: 37px;
}

#special_141001 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}


/*--2015・3月のやつ ---*/

/*-- 1f --*/
#special_150314 .camp_1f .left_wrap, #special_150314 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_150314 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_150314 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_150314 .camp_2f .left_wrap, #special_150314 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_150314 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_150314 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_150314 .camp_7f .left_wrap, #special_150314 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150314 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150314.camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_150314 .camp_7f .left_wrap, #special_150314 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150314 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150314 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_150314 .camp_8f .left_wrap, #special_150314 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_150314 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_150314 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_150314 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_150314 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150314 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150314 .tokuten_txt02 {
	line-height: 37px;
}

#special_150314 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}

/*--2015・4月のやつ ---*/

/*-- 1f --*/
#special_150531 .camp_1f .left_wrap, #special_150531 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_150531 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_150531 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_150531 .camp_2f .left_wrap, #special_150531 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_150531 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_150531 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_150531 .camp_7f .left_wrap, #special_150531 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150531 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150531.camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_150531 .camp_7f .left_wrap, #special_150531 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150531 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150531 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_150531 .camp_8f .left_wrap, #special_150531 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_150531 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_150531 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}





#special_150531 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_150531 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150531 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150531 .tokuten_txt02 {
	line-height: 37px;
}

#special_150531 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}





/*--2015・7月 ---*/

/*-- 1f --*/
#special_150717 .camp_1f .left_wrap, #special_150717 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_150717 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_150717 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_150717 .camp_2f .left_wrap, #special_150717 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_150717 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_150717 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_150717 .camp_7f .left_wrap, #special_150717 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150717 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150717.camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_150717 .camp_7f .left_wrap, #special_150717 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150717 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150717 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_150717 .camp_8f .left_wrap, #special_150717 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_150717 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_150717 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}



#special_150717 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_150717 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150717 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150717 .tokuten_txt02 {
	line-height: 37px;
}

#special_150717 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}


/*--2015・9月 ---*/

/*-- 1f --*/
#special_150916 .camp_1f .left_wrap, #special_150916 .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_150916 .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_150916 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_150916 .camp_2f .left_wrap, #special_150916 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_150916 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_150916 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_150916 .camp_7f .left_wrap, #special_150916 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150916 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150916 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_150916 .camp_7f .left_wrap, #special_150916 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_150916 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_150916 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_150916 .camp_8f .left_wrap, #special_150916 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_150916 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_150916 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_150916 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_150916 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150916 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_150916 .tokuten_txt02 {
	line-height: 37px;
}

#special_150916 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}


/*--2015・11月 ---*/

/*-- 1f --*/
#special_151111 .camp_1f .left_wrap, #special_151111 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_151111 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_151111 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_151111 .camp_2f .left_wrap, #special_151111 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_151111 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_151111 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_151111 .camp_7f .left_wrap, #special_151111 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_151111 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_151111 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_151111 .camp_7f .left_wrap, #special_151111 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_151111 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_151111 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_151111 .camp_8f .left_wrap, #special_151111 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_151111 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_151111 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_151111 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_151111 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_151111 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_151111 .tokuten_txt02 {
	line-height: 37px;
}

#special_151111 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}



/*--2016・3月 ---*/

/*-- 1f --*/
#special_160418 .camp_1f .left_wrap, #special_160418 .camp_1f .right_wrap {
	background: url(/images/special/orange_box/bg_line.gif) no-repeat left bottom;
}

#special_160418 .camp_1f .store_box ul {
	background: url(/images/special/orange_box/leftbox.gif) no-repeat left top;
}

#special_160418 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/orange_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_160418 .camp_2f .left_wrap, #special_160418 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_160418 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_160418 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_160418 .camp_7f .left_wrap, #special_160418 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_160418 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_160418 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_160418 .camp_7f .left_wrap, #special_160418 .camp_7f .right_wrap {
	background: url(/images/special/purple_box/bg_line.gif) no-repeat left bottom;
}

#special_160418 .camp_7f .store_box ul {
	background: url(/images/special/purple_box/leftbox.gif) no-repeat left top;
}

#special_160418 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/purple_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_160418 .camp_8f .left_wrap, #special_160418 .camp_8f .right_wrap {
	background: url(/images/special/renga_box/bg_line.gif) no-repeat left bottom;
}

#special_160418 .camp_8f .store_box ul {
	background: url(/images/special/renga_box/leftbox.gif) no-repeat left top;
}

#special_160418 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/renga_box/rightbox.gif) no-repeat right top;
}


#special_160418 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_160418 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_160418 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_160418 .tokuten_txt02 {
	line-height: 37px;
}

#special_160418 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}




/*--2016・7月 ---*/

/*-- 1f --*/
#special_160715 .camp_1f .left_wrap, #special_160715 .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_160715 .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_160715 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_160715 .camp_2f .left_wrap, #special_160715 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_160715 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_160715 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_160715 .camp_7f .left_wrap, #special_160715 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_160715 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_160715 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_160715 .camp_7f .left_wrap, #special_160715 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_160715 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_160715 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_160715 .camp_8f .left_wrap, #special_160715 .camp_8f .right_wrap {
	background: url(/images/special/lightblue_box/bg_line.gif) no-repeat left bottom;
}

#special_160715 .camp_8f .store_box ul {
	background: url(/images/special/lightblue_box/leftbox.gif) no-repeat left top;
}

#special_160715 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/lightblue_box/rightbox.gif) no-repeat right top;
}


#special_160715 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_160715 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_160715 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_160715 .tokuten_txt02 {
	line-height: 37px;
}

#special_160715 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}




/*--2016・10月 ---*/

/*-- 1f --*/
#special_161003 .camp_1f .left_wrap, #special_161003 .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_161003 .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_161003 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_161003 .camp_2f .left_wrap, #special_161003 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_161003 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_161003 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_161003 .camp_7f .left_wrap, #special_161003 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_161003 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_161003 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_161003 .camp_7f .left_wrap, #special_161003 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_161003 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_161003 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_161003 .camp_8f .left_wrap, #special_161003 .camp_8f .right_wrap {
	background: url(/images/special/lightblue_box/bg_line.gif) no-repeat left bottom;
}

#special_161003 .camp_8f .store_box ul {
	background: url(/images/special/lightblue_box/leftbox.gif) no-repeat left top;
}

#special_161003 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/lightblue_box/rightbox.gif) no-repeat right top;
}


#special_161003 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_161003 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_161003 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_161003 .tokuten_txt02 {
	line-height: 37px;
}

#special_161003 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}




/*--2016・11月 ---*/

/*-- 1f --*/
#special_161111 .camp_1f .left_wrap, #special_161111 .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_161111 .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_161111 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_161111 .camp_2f .left_wrap, #special_161111 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_161111 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_161111 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_161111 .camp_7f .left_wrap, #special_161111 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_161111 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_161111 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_161111 .camp_7f .left_wrap, #special_161111 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_161111 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_161111 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_161111 .camp_8f .left_wrap, #special_161111 .camp_8f .right_wrap {
	background: url(/images/special/lightblue_box/bg_line.gif) no-repeat left bottom;
}

#special_161111 .camp_8f .store_box ul {
	background: url(/images/special/lightblue_box/leftbox.gif) no-repeat left top;
}

#special_161111 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/lightblue_box/rightbox.gif) no-repeat right top;
}


#special_161111 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_161111 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_161111 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_161111 .tokuten_txt02 {
	line-height: 37px;
}

#special_161111 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}





/*--2017・3月 ---*/

/*-- 1f --*/
#special_170315 .camp_1f .left_wrap, #special_170315 .camp_1f .right_wrap {
	background: url(/images/special/green_box/bg_line.gif) no-repeat left bottom;
}

#special_170315 .camp_1f .store_box ul {
	background: url(/images/special/green_box/leftbox.gif) no-repeat left top;
}

#special_170315 .camp_1f .right_wrap .store_box ul {
	background: url(/images/special/green_box/rightbox.gif) no-repeat right top;
}

/*-- 2f --*/
#special_170315 .camp_2f .left_wrap, #special_170315 .camp_2f .right_wrap {
	background: url(/images/special/pink_box/bg_line.gif) no-repeat left bottom;
}

#special_170315 .camp_2f .store_box ul {
	background: url(/images/special/pink_box/leftbox.gif) no-repeat left top;
}

#special_170315 .camp_2f .right_wrap .store_box ul {
	background: url(/images/special/pink_box/rightbox.gif) no-repeat right top;
}

/*-- 7f --*/
#special_170315 .camp_7f .left_wrap, #special_170315 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_170315 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_170315 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}



/*-- 7f --*/
#special_170315 .camp_7f .left_wrap, #special_170315 .camp_7f .right_wrap {
	background: url(/images/special/blue_box/bg_line.gif) no-repeat left bottom;
}

#special_170315 .camp_7f .store_box ul {
	background: url(/images/special/blue_box/leftbox.gif) no-repeat left top;
}

#special_170315 .camp_7f .right_wrap .store_box ul {
	background: url(/images/special/blue_box/rightbox.gif) no-repeat right top;
}




/*-- 8f --*/
#special_170315 .camp_8f .left_wrap, #special_170315 .camp_8f .right_wrap {
	background: url(/images/special/lightblue_box/bg_line.gif) no-repeat left bottom;
}

#special_170315 .camp_8f .store_box ul {
	background: url(/images/special/lightblue_box/leftbox.gif) no-repeat left top;
}

#special_170315 .camp_8f .right_wrap .store_box ul {
	background: url(/images/special/lightblue_box/rightbox.gif) no-repeat right top;
}


#special_170315 h3.hanyo {
	margin-top: 40px;
	clear: both;
}


#special_170315 .tokuten_txt {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/130716/tokuten_ico01.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_170315 .tokuten_txt5 {
	width: 280px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	margin-left: 25px;
	padding: 15px 10px 10px 72px;
	background: url(/images/special/140718/tokuten_ico05.gif) no-repeat 10px 10px #ef7c00;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 99;
}

#special_170315 .tokuten_txt02 {
	line-height: 37px;
}

#special_170315 .right_wrap .tokuten_txt {
	margin-left: 0;
}

.txt_line {
	text-decoration: line-through;
}





/*-------------------------------------------
【14】福袋
※ロゴはトップページで使っているロゴを
使い回しています。
--------------------------------------------*/

/*--階　--*/
p.fuku_p {
	margin: 20px 0;
	clear: both;
}


.fuku_wrap {
	width: 735px;
	margin-right: -20px;
	overflow: hidden;
	clear: both;
}

.fuku_box {
	width: 221px;
	margin: 0 20px 20px 0;
	border: solid 2px #f096b6;
	float: left;
}

.fuku_box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1em;
}

.fuku_box { display: inline-block; }
* html .fuku_box { height: 1%; }
.fuku_box { display: block; }


/*--ロゴ--*/

.fuku_logo img {
	margin: 5px auto 0;
	display: block;
}

/*-- 店名リンク --*/

.fuku_link a {
	margin: 0 10px 10px;
	padding: 3px 10px 3px 28px;
	background: url(/images/other/fukubukuro2011/store_ico_off.gif) no-repeat 10px 8px #efefef;
	display: block;
}

.fuku_link a:hover {
	background: url(/images/other/fukubukuro2011/store_ico_on.gif) no-repeat 10px 8px #f7e3f4;
	color: #751485;
}

/*-- 値段 --*/

.fuku_box dl {
	margin: 0 10px;
	padding-top: 20px;
	background: url(/images/other/fukubukuro2011/line.gif) no-repeat left top;
	overflow: hidden;
	clear: both;
}

.fuku_box dl dt {
	width: 70px;
	margin: -5px 0 10px;
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
	clear: left;
	float: left;
}

.fuku_box dl dd {
	margin: -5px 0 10px;
	padding-left: 90px;
	font-weight: bold;
}

.fuku_box dl dd span {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin-top: 3px;
	padding: 3px 5px 2px 33px;
	background: url(/images/other/fukubukuro2011/vol.gif) no-repeat left center #e60012;
	color: #fff;
	display: block;
	overflow: hidden;
}

/*--　文 
.fuku_read {
	margin: 0 10px 10px;
	padding: 10px;
	background: #ecd7e9;
	clear: both;
}--*/

/*-- 文←NEW！--*/
.fuku_read {
	margin: 0 10px 10px;
	padding-top: 13px;
	background: url(/images/other/fukubukuro2011/line.gif) no-repeat left top;
	clear: both;
}


/*-- 特典 --*/
.fuku_box .fuku_tokuten {
	margin: 0 10px 10px;
	padding-left: 39px;
	background: url(/images/other/fukubukuro2011/tokuten.gif) no-repeat left top;
	font-size: 0.9em;
	clear: both;
}



/*-------------------------------------------
【15】トップリニュ用1205
--------------------------------------------*/

.main_jswrap {
	width: 986px;
	height: 369px;
	margin: 0 auto;
	padding-top: 12px;
	padding-left: 2px;
	padding-bottom: 24px;
	background: url(/images/top/top_bg01.gif) no-repeat left bottom;
	clear: both;
	position: relative;
}

.ui-tabs-panel {
	width: 980px;
	height: 300px;
	position: relative;
}

.ui-tabs-hide {
	display: none;
}

#featured ul {
	width: 990px;
	margin: 5px -10px 0 0;
	list-style: none;
	overflow: hidden;
}

#featured ul li {
	width: 188px;
	margin-right: 10px;
	float: left;
}

#featured ul li a {
	width: 186px;
	height: 60px;
	border: solid 2px #9e66be;
	display: block;
}

#featured ul li a:hover {
	border: solid 2px #666;
}


/*-- info --*/
.top_info {
	width: 715px;
	margin: 0 0 10px;
	padding-bottom: 30px;
	background: url(/images/top/topinfo_bg01.gif) no-repeat left bottom;
	overflow: hidden;
	clear: both;
}

.topinfo_news01, .topinfo_news01_noimg {
	margin: 15px;
	border-bottom: dotted 1px #ccc;
	clear: both;
	overflow: hidden;
}

p.topinfo_sale, p.topinfo_emergency, p.topinfo_info, p.topinfo_shopinfo {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #ff7800;
	font-weight: bold;
}

p.topinfo_sale a {
	color: #ff7800;
}

p.topinfo_emergency, p.topinfo_emergency a {
	color: #C03;
}

p.topinfo_info, p.topinfo_info a {
	color: #733aa3;
}

p.topinfo_shopinfo, p.topinfo_shopinfo a {
	color: #007197;
}

.topinfo_img01 {
	width: 215px;
	margin: 0 20px 20px 0;
	border: solid 1px #999;
	display: block;
	float: left;
}

.topinfo_news01 .topinfo_txt01 {
	width: 445px;
	float: right;
}

.topinfo_news01 .topinfo_txt01 p, .topinfo_news01_noimg .topinfo_txt01 p {
	margin-bottom: 15px;
}

p.topinfo_day01 {
	margin-bottom: 15px;
	font-size: 0.9em;
	text-align: right;
}

/*-- shop info --*/
#home .shop_info {
	width: 726px;
	margin-right: -11px;
	clear: both;
}
	#home .shop_info:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		line-height: 0;
		font-size: 1em;
	}
	#home .shop_info { display: inline-block; }
	* html #home .shop_info { height: 1%; }
	#home .shop_info { display: block; }

.topinfo_news02 {
	width: 231px;
	margin-right: 11px;
	padding-bottom: 30px;
	background: url(/images/top/topinfo_bg02.gif) no-repeat left bottom;
	float: left;
}

.topinfo_news02 p {
	margin: 5px 15px;
	padding-left: 20px;
	line-height: 1.2;
}

.topinfo_news02 p.topinfo_day01 {
	margin: 0 10px 30px 0;
	padding-left: 0;
}

.topinfo_img02 {
	margin: 0 0 10px 7px;
	border: solid 1px #999;
	display: block;
}

.topinfo_txt02 {
	margin-bottom: 10px;
	background: url(/images/top/topinfo_ico01.gif) no-repeat left 2px;
}






/*-------------------------------------------
【16】トップリニュ用1206
--------------------------------------------*/

h4.top_ttl01 {
	margin-bottom: 10px;
}

/*-- サイドメニュー用（ほんとはcommon.cssに入れたい）--*/

ul.side_sp {
	margin-bottom: 10px;
	padding: 9px 15px 0;
	background: #fef7d9;
	border: solid 1px #ccc;
	border-top: none;
	
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottom-left: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	behavior: url(/pie/PIE.htc);
}

ul.side_sp li {
	margin-bottom: 10px;
}

ul.side_sp li a {
	border: solid 1px #9e66be;
	display: block;
}

ul.side_sp li a:hover {
	border: solid 1px #ccc;
}



/*-------------------------------------------
【17】企画？ページ用
--------------------------------------------*/

h2.buppan_h2 {
	margin-bottom: 10px;
}

.buppan_wrap {
	width: 695px;
	margin: 0 auto;
}
	.buppan_wrap:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		line-height: 0;
		font-size: 1em;
	}
	
	.buppan_wrap { display: inline-block; }
	* html .buppan_wrap { height: 1%; }
	.buppan_wrap { display: block; }

.buppan_contents {
	/*角丸*/
	-moz-border-radius: 5px;	/*FireFox*/
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, IE */
	
	position: relative;
	z-index: 2;
	
	behavior: url(/pie/PIE.htc);
}

/*
#kikaku120601 .buppan_contents {
	background: #9de0e9;
}

#kikaku121003 .buppan_contents {
	background: #fddfad;
}

#kikaku121207 .buppan_contents {
	background: #ffe5e6;
}

#kikaku130121 .buppan_contents {
	background: #FFDBC9;
}

#kikaku130201 .buppan_contents {
	background: #FFEEFF;
}

#kikaku130415_1 .buppan_contents {
	background: #f0e68c;
}
#kikaku130415_2 .buppan_contents {
	background: #ffcccc;
}

#kikaku130601 .buppan_contents {
	background: #d0eeee;
}
*/


.buppan_contents table {
	width: 670px;
	border-collapse: separate;
	table-layout: fixed;
}

.buppan_contents table td {
	width: 285px;
	padding: 20px;
	background: #fff;
	vertical-align: top;
	/*角丸*/
	-moz-border-radius: 5px;	/*FireFox*/
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, IE */
	/*シャドウ*/
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	
	position: relative;
	z-index: 3;
	
	behavior: url(/pie/PIE.htc);
}

.buppan_contents table td.null_td {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.buppan_img {
	border: solid 1px #ccc;
}

p.buppan_ttl {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1em;
}

.buppan_txt {
	width: 138px;
	font-size: 0.9em;
	float: left;
}

.buppan_logo {
	width: 129px;
	border: solid 1px #ccc;
	float: right;
}

.buppan_logo img {
	width: 129px;
}

.buppan_logo p {
	padding: 1px;
	background: #b8b8b8;
	border-bottom: solid 1px #ccc;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
}

.buppan_wrap p.text_right {
	margin: -10px 0 0;
	padding-bottom: 10px;
}


/*
2012年8月の企画ページ用
#kikaku120801 .buppan_contents {
	background: #92ded4;
}
*/




/*-------------------------------------------
【18】column中
--------------------------------------------*/

.column_wrap02 p {
	font-family: "Hiragino Maru Gothic Pro" ,"HG丸ゴシックM-PRO" ,verdana ,arial ,sans-serif;
	clear: both;
}


h1.column_h1 {
	margin-bottom: 37px;
}

h2.column_days {
	margin-bottom: 9px;
}

.column_wrap01 {
	padding: 29px 12px 9px;
	background: #eef8fc;
	position: relative;
	
	/*角丸*/
	-moz-border-radius: 5px;	/*FireFox*/
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, IE */
	
	behavior: url(/pie/PIE.htc);
}

.column_wrap02 {
	padding: 0 83px;
	background: url(/images/column/column_bg01.gif) repeat-y;
}

.column_wrap02 p {
	margin-bottom: 30px;
}

.column_wrap02 p.column_ico01 {
	margin: 30px 0 8px;
	padding-top: 17px;
	border-top: dashed 1px #7b7b74;
	display: block;
}

ul.column_ul01 {
	margin: 0 0 30px 20px;
}

	ul.column_ul01 li {
		margin-bottom: 5px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
		ul.column_ul01 li a {
			padding-left: 5px;
/*
			padding-left: 27px;
			background: url(/images/column/column_ico02.gif) no-repeat 10px center;
*/
		}

img.column_txt01 {
	margin-bottom: 10px;
	display: block;
}

.column_wrap02 p.column_txt02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img.column_left {
	margin:0 20px 20px 0;
	float: left;
}

img.column_left02 {
	margin:0 20px 20px 0;
	width: 201px;
	float: left;
}

p.column_left {
	width: 312px;
	float: left;
	clear: none;
}

img.column_right {
	width: 201px;
	float: right;
}

p.column_right {
	width: 300px;
	float: right;
	clear: none;
}

.column_wrap02 p.back_to_index {
	margin: 30px 0 8px;
	padding-top: 17px;
	border-top: dashed 1px #7b7b74;
	display: block;
	text-align:center;
}

.column_wrap02 p.back_to_index img {
	margin-bottom: 40px;
}

.coltop_wrap01 {
    background: none repeat scroll 0 0 #F6F6E9;
    height: auto !important;
    min-height: 500px;
    padding: 25px;
}
.coltop_wrap01 h2 {
    margin: 5px 0 13px;
}
.coltop_wrap01 ul {
    list-style: none outside none;
}
.coltop_wrap01 ul li {
    margin-bottom: 4px;
}



/*-------------------------------------------
【20】Autumn2012
--------------------------------------------*/
.autumn_wrap {
	margin-bottom: 30px;
	padding: 16px;
	background: #faf9f2;
}

table.autumn_tbl01, table.autumn_tbl02 {
	border-collapse: collapse;
	border-top: solid 2px #542180;
	border-left: solid 2px #542180;
}

table.autumn_tbl02 {
	border-top: solid 2px #6b3b0f;
	border-left: solid 2px #6b3b0f;
}

table.autumn_tbl01 td, table.autumn_tbl02 td {
	width: 225px;
	padding: 6px;
	background: #fff;
}

table.autumn_tbl01 td {
	border-bottom: solid 2px #542180;
	border-right: solid 2px #542180;
}

table.autumn_tbl02 td {
	border-bottom: solid 2px #6b3b0f;
	border-right: solid 2px #6b3b0f;
}

.autumn_wrap p {
	margin-bottom: 10px;
}

table.autumn_tbl01 td p a, table.autumn_tbl02 td p a {
	border: solid 1px #ccc;
	display: block;
}

table.autumn_tbl01 td p a:hover, table.autumn_tbl02 td p a:hover {
	border: solid 1px #66C;
}

table.autumn_tbl01 td ul, table.autumn_tbl02 td ul {
	list-style: none;
}

table.autumn_tbl01 td ul li, table.autumn_tbl02 td ul li {
	margin-bottom: 6px;
	padding: 8px 8px 8px 30px;
	background: url(/images/other/autumn2012/autumn_ico01.gif) no-repeat 8px center #f2f2f2;
	font-size: 1.3em;
	font-weight: bold;
	color: #6b3b0f;
}

.autumn_att2012 {
	padding: 15px;
	background: #F8F8FF;
	border: 1px solid #E6E6FA;
}

.autumn_att2012 p {
	margin-bottom: 15px;
}

.autumn_att2012 p.font_bold {
	margin-bottom: 2px;
}

.autumn_att2012 ul {
	margin: 0 0 15px 26px;
}

.autumn_att2012 ul li {
	margin-bottom: 2px;
}




/*-------------------------------------------
【21】recruit
--------------------------------------------*/

#recruit div.recruit_box {
	margin-bottom: 20px;
	border: solid 2px #D5C2D7;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}



#recruit table.about_tbl {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px !important;
}


table.about_tbl th.recruit_th_title {
	padding: 0 0 10px;
	background: #fff;
	vertical-align: middle;
	color: #444;
}

table.about_tbl th.recruit_th_title a {
	text-decoration: none;
}

table.about_tbl th.recruit_th_title a img {
	border: solid 1px #ccc;
	vertical-align: middle !important;
}

table.about_tbl th.recruit_th_title a:hover img {
	border: solid 1px #9E66BE;
}

table.about_tbl th.recruit_th_title a span {
	padding-left: 10px;
}

table.about_tbl th.recruit_th {
	width: 80px;
}

#recruit table.about_tbl td {
	width: 550px;
}


/*-------------------------------------------
【22】振り分けボタンだよ。
--------------------------------------------*/

/*-- 端末選択 --*/
.furiwake {
	margin: 10px 0;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ddd), color-stop(0.23, #fff));
	background: -webkit-linear-gradient(top, #fff 23%, #ddd 100%);
	background: -moz-linear-gradient(top, #fff 23%, #ddd 100%);
	background: -o-linear-gradient(top, #fff 23%, #ddd 100%);
	background: -ms-linear-gradient(top, #fff 23%, #ddd 100%);
	background: linear-gradient(to bottom, #fff 23%, #ddd 100%);
	
	border: solid 1px #999;
	clear: both;
	list-style: none;
	overflow: hidden;
}

.furiwake li {
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
}


.furiwake li a {
	color: #444 !important;
	text-decoration: none !important;
	display: block;
	box-sizing: border-box;
}



/*-------------------------------------------
【99】店舗削除ページ用
--------------------------------------------*/
#shop_delete p.info {
	background: url(/images/other/404_img01_shop.jpg) no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 61px;
	padding: 100px 30px 0 60px !important;
	text-indent: 0;
	font-weight: bold;
/*
	margin-bottom: 10px !important;
	line-height: 1.2 !important;
*/
}

/* 2015/02/17 飲食店リニューアルオープン用 */
#shop_delete p.renewal {
	background: url(/images/other/404_img02_shop.jpg) no-repeat scroll 0 0 transparent !important;
}


/*-- 重要なお知らせ --*/

.topinfo_news01 .topinfo_txt03 {
	width: 445px;
	float: left;
}


.topinfo_img03 {
	width: 215px;
	margin: 0 0 20px 20px;
	border: solid 1px #999;
	display: block;
	float: right;
}

.topinfo_news01 .topinfo_txt03 p, .topinfo_news01_noimg .topinfo_txt03 p {
	margin-bottom: 15px;
}

p.top_notice{
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #eb4424;
	font-weight: bold;
}
p.top_notice a{
	color: #eb4424;
}

.top_noticettl{
	width:715px;
}
.top_noticettl img{
	float:left;
}
.top_noticettl a{
	width:100px;
	float:right !important;
}

img.notice_ico01{
	margin-bottom:10px;
}

/*-- お知らせページ --*/

.notice_box {
	margin-bottom: 20px;
	border: solid 2px #e9b4e3;
}

#notice div.notice_box {
	margin-bottom: 20px;
	border: solid 2px #e9b4e3;
	padding: 20px 31px  !important;
}
div.notice_box p.notice_link a {
	display:inline-block;
	margin-top:2em;
	padding-left: 10px;
	background: url(/images/s/common/ico07.png) no-repeat left 5px;
}

#notice div.notice_box p.topinfo_day01{
	margin-bottom: 0 !important;
}

#notice div.notice_box p.top_notice{
	margin-top:10px;
	border-bottom:1px dotted #e9b4e3;
	padding-bottom:10px;
}

p.notice_img{
	text-align:center;
	margin-bottom:10px;
}


/*-------------------------------------------
【100】他言語化（CSSが4000行になりそうですが、CSS分けませんか）
--------------------------------------------*/

.lang_wrap {
	margin-bottom: 100px;
	padding: 30px;
	border: solid 1px #ccc;
}



/*-- フロアガイドのアイコン用CSS追加 --*/
.guide_right ul.floor_num li {
  background-position: left 4px;
  background-repeat: no-repeat;
}
.guide_right ul.floor_num li.floor_num1 {
  background-image: url(/images/floor/floor_no1.gif);
}
.guide_right ul.floor_num li.floor_num2 {
  background-image: url(/images/floor/floor_no2.gif);
}
.guide_right ul.floor_num li.floor_num3 {
  background-image: url(/images/floor/floor_no3.gif);
}
.guide_right ul.floor_num li.floor_num4 {
  background-image: url(/images/floor/floor_no4.gif);
}
.guide_right ul.floor_num li.floor_num5 {
  background-image: url(/images/floor/floor_no5.gif);
}
.guide_right ul.floor_num li.floor_num6 {
  background-image: url(/images/floor/floor_no6.gif);
}
.guide_right ul.floor_num li.floor_num7 {
  background-image: url(/images/floor/floor_no7.gif);
}
.guide_right ul.floor_num li.floor_num8 {
  background-image: url(/images/floor/floor_no8.gif);
}
.guide_right ul.floor_num li.floor_num9 {
  background-image: url(/images/floor/floor_no9.gif);
}
.guide_right ul.floor_num li.floor_num10 {
  background-image: url(/images/floor/floor_no10.gif);
}
.guide_right ul.floor_num li.floor_num11 {
  background-image: url(/images/floor/floor_no11.gif);
}
.guide_right ul.floor_num li.floor_num12 {
  background-image: url(/images/floor/floor_no12.gif);
}
.guide_right ul.floor_alphabet li {
  background-position: left 4px;
  background-repeat: no-repeat;
}
.guide_right ul.floor_alphabet li.floor_al1 {
  background-image: url(/images/floor/floor_a.gif);
}
.guide_right ul.floor_alphabet li.floor_al2 {
  background-image: url(/images/floor/floor_b.gif);
}


/*-------------------------------------------
【】メルマガページ
--------------------------------------------*/
/* line 8, ../scss/magazine.scss */
.center_img img {
  margin: 0 auto;
  display: block;
}

/* line 13, ../scss/magazine.scss */
.mag_wrap {
  padding: 0 29px 30px;
  background: url(/images/magazine/mag_bg01.gif);
  overflow: hidden;
}
/* line 23, ../scss/magazine.scss */
.mag_wrap img {
  max-width: 100%;
}

/* line 29, ../scss/magazine.scss */
.mag_main {
  margin: 0 -29px 20px;
}

/* line 33, ../scss/magazine.scss */
.mag_ttl01 {
  margin: 0 -29px 20px 0;
}

/* line 37, ../scss/magazine.scss */
ul.mag_list01 {
  width: 684px;
  margin: 0 -27px 20px 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
/* line 44, ../scss/magazine.scss */
ul.mag_list01 li {
  width: 200px;
  margin-right: 27px;
  float: left;
}

/* line 51, ../scss/magazine.scss */
.mag_box01 {
  margin-bottom: 20px;
  padding: 20px 14px 0;
  background: url(/images/magazine/mag_bg02.gif);
  border: solid 1px #d3d3d3;
  overflow: hidden;
}
/* line 58, ../scss/magazine.scss */
.mag_box01 h3 {
  margin-bottom: 20px;
}
/* line 62, ../scss/magazine.scss */
.mag_box01 p {
  margin-bottom: 20px;
}

/* line 67, ../scss/magazine.scss */
.mag_ttl03 {
  margin-bottom: 20px;
  clear: both;
}

/* line 73, ../scss/magazine.scss */
p.mag_ttl04 {
  margin-bottom: 10px;
  padding-left: 17px;
  background: url(/images/magazine/mag_ico01.png) no-repeat left center;
  font-size: 1.1em;
  font-weight: bold;
  color: #db77d8;
  clear: both;
}

/* line 83, ../scss/magazine.scss */
dl.mag_dl01 {
  margin: 20px 0;
  padding: 10px;
  background: #f7f7f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/pie/PIE.htc);
  position: relative;
}
/* line 92, ../scss/magazine.scss */
dl.mag_dl01 dt {
  width: 105px;
  padding: 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: #ff6000;
  clear: left;
  float: left;
}
/* line 102, ../scss/magazine.scss */
dl.mag_dl01 dd {
  padding: 10px 10px 10px 145px;
  border-top: solid 1px #b7b7b6;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 109, ../scss/magazine.scss */
dl.mag_dl01 dt:first-child + dd {
  border: none;
}

/* line 116, ../scss/magazine.scss */
dl.mag_dl02 dt, dl.mag_dl02 dd {
  margin-bottom: 10px;
  padding-left: 27px;
}
/* line 121, ../scss/magazine.scss */
dl.mag_dl02 dt {
  background: url(/images/magazine/mag_ico02.png) no-repeat left top;
  font-weight: bold;
  color: #733aa3;
}
/* line 127, ../scss/magazine.scss */
dl.mag_dl02 dd {
  margin-bottom: 20px;
  background: url(/images/magazine/mag_ico03.png) no-repeat left top;
}

/*-------------------------------------------
youtube
--------------------------------------------*/

.youtube3 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}







