@charset "utf-8";

html {
	color: #333;
	height: 100%;
	line-height: 1;
	font-size: 10px;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
	background-color: #fcf2d2;
	font-size: 120%;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1;
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p {
	margin: 0 0 0.4em;
}
img {
	border-style: none;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
em {
	font-weight: normal;
	font-style: normal;
}
a:link {
	color: #a85e21;
	text-decoration: none;
}
a:visited {
	color: #9a624c;
	text-decoration: none;
}
a:active,
a:hover {
	color: #d0803f;
	text-decoration: underline;
}
.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	overflow:hidden;
}
.clearfix {
	zoom: 1;/*forIE6*/
	overflow:hidden;
}
#contentsWrap {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
}
/*---------------------------------*/
/*ヘッダー*/
/*---------------------------------*/
#header {
/*	background-color: #EFFFFF;
*/	padding-bottom: 10px;
}
#header .headerButton {
	background-color:#dda842;
	padding: 6px;
}
#header .headerButton ul {
	list-style-type: none;
	margin: 0;
/*	height: 30px;*/
}
#header .headerButton li {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	color: #cc3333;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
	border-radius: 3px;
}
#header .headerButton li a,#header .headerButton li a:link {
	padding: 6px;
	border-radius: 3px;
	display: inline-block;
}
#header .headerButton li a,#header .headerButton li a:link,#header .headerButton li a:visited {
	background:url(../images/bg_headerButton_off.png) repeat-x 0 bottom;
	color: #cc3333;
}
#header .headerButton li a:hover,#header .headerButton li a:active {
	text-decoration: none;
	background:url(../images/bg_headerButton_on.png) repeat-x 0 0;
}
#header ul.header_text {
	list-style-type: none;
	margin: 10px 15px 5px;
}
#header ul.header_text li {
	color: #333;
	padding-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
#header ul.header_text li strong {
	color: #CC3333;
	font-size: 116.7%;
	font-weight: bold;
}
#header ul.header_text li em {
	color: #CC3333;
	font-weight: bold;
}
#header p.cardApplication {
	margin: 0 80px;
	padding: 0px;
	text-align: center;
	font-size: 116.7%;
	font-weight: bold;
}
#header p.cardApplication a {
	text-decoration: none;
	border-radius: 5px;
}
#header p.cardApplication a:link,
#header p.cardApplication a:visited {
	display: block;
	background-color: #cc244f;
	color: #FFF;
	padding: 8px;
	box-shadow: 0 0 3px 3px #bc143f inset;
}
#header p.cardApplication a:hover,
#header p.cardApplication a:active {
	background-color: #ec2a5c;
	box-shadow: 0 0 3px 3px #dc1a4c inset;
}
/*---------------------------------*/
/*ナビゲーション*/
/*---------------------------------*/
#localNavi {
	padding: 5px 5px 0;
	background-color: #fcf2d2;
}
#localNavi ul {
	list-style-type: none;
}
#localNavi li {
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 116.7%;
}
#localNavi li a {
	margin: 0;
	padding: 18px 12px;
	display: block;
	/*box-shadow: 0 0 3px 3px #f3f3f3 inset;*/
}
/*丸ビル、新丸ビルの幅*/
#localNavi li.tab01 a,#localNavi li.tab02 a {
	padding: 18px 22px;
}
#localNavi li a,#localNavi li a:link,#localNavi li a:visited{
	background-color: #FFF;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	/*border-radius: 5px 5px 0 0;*/
	color: #444;
}
#localNavi li a:hover {
	text-decoration: none;
	color: #FFF;
}
#localNavi li a.selected {
/*	margin-top: 0;
	padding: 12px 25px;*/
	color: #FFF;
}
#localNavi li.tab01 a.selected{
	background-color: #00688f;
	border-top: 1px solid #00688f;
	border-left: 1px solid #00688f;
	border-right: 1px solid #00688f;
	color: #FFF;
	box-shadow: 0 0 3px 3px #00587f inset;
}
#localNavi li.tab02 a.selected{
	background-color: #780026;
	border-top: 1px solid #780026;
	border-left: 1px solid #780026;
	border-right: 1px solid #780026;
	color: #FFF;
	box-shadow: 0 0 3px 3px #680016 inset;
}

/* iiyo!! tab
#localNavi li.tab03 a.selected{
	background-color: #00A000;
	border-top: 1px solid #00A000;
	border-left: 1px solid #00A000;
	border-right: 1px solid #00A000;
	color: #FFF;
	box-shadow: 0 0 3px 3px #009000 inset;
}*/

#localNavi li.tab03 a.selected{
	background-color: #3399cc;
	border-top: 1px solid #3399cc;
	border-left: 1px solid #3399cc;
	border-right: 1px solid #3399cc;
	color: #FFF;
	box-shadow: 0 0 3px 3px #0099cc inset;
}

#localNavi li.tab04 a.selected{
	background-color: #952214;
	border-top: 1px solid #952214;
	border-left: 1px solid #952214;
	border-right: 1px solid #952214;
	color: #FFF;
	box-shadow: 0 0 3px 3px #851204 inset;
}
#localNavi li.tab01 a:hover{
	background-color: #00688f;
	border-top: 1px solid #00688f;
	border-left: 1px solid #00688f;
	border-right: 1px solid #00688f;
	color: #FFF;
	box-shadow: 0 0 3px 3px #00587f inset;
}
#localNavi li.tab02 a:hover{
	background-color: #780026;
	border-top: 1px solid #780026;
	border-left: 1px solid #780026;
	border-right: 1px solid #780026;
	color: #FFF;
	box-shadow: 0 0 3px 3px #680016 inset;
}

/* iiyo!! tab
#localNavi li.tab03 a:hover{
	background-color: #00A000;
	border-top: 1px solid #00A000;
	border-left: 1px solid #00A000;
	border-right: 1px solid #00A000;
	color: #FFF;
	box-shadow: 0 0 3px 3px #009000 inset;
}*/

#localNavi li.tab03 a:hover{
	background-color: #3399cc;
	border-top: 1px solid #3399cc;
	border-left: 1px solid #3399cc;
	border-right: 1px solid #3399cc;
	color: #FFF;
	box-shadow: 0 0 3px 3px #0099cc inset;
}

#localNavi li.tab04 a:hover{
	background-color: #952214;
	border-top: 1px solid #952214;
	border-left: 1px solid #952214;
	border-right: 1px solid #952214;
	color: #FFF;
	box-shadow: 0 0 3px 3px #851204 inset;
}
/*---------------------------------*/
/*メインコンテンツ：特典リスト*/
/*---------------------------------*/
#mainContens {
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 15px;
}
/*ページ別border色*/
#id01 #mainContens {
	border: 1px solid #bababa;
}
#id02 #mainContens {
	border: 1px solid #bababa;
}
#id03 #mainContens {
	border: 1px solid #bababa;
}
#id04 #mainContens {
	border: 1px solid #bababa;
}
#mainContens h3 {
	margin-bottom: 18px;
/*	background: url(../images/bg_contentsMainTtl.gif) repeat-x 0;
*/	height: 29px;
}
#mainContens .pointList {
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #5a3705;
}
#mainContens .pointList li {
	border-top: 1px solid #5a3705;
	background: #f9ebc2;
	padding: 8px;
}
#mainContens .pointList li.area_name {
	color: #FFF;
	padding: 4px 4px;
	background-color: #5a3705;
	font-size: 100%;
}
/*
#mainContens .pointList li.bg_acolor {
	background: #e0fbf7;
}*/
#mainContens dl {
}
#mainContens .shopPhoto {
	float: left;
	width: 18.84%;
}
/*--店舗ロゴ--*/
#mainContens .shopPhoto p{
	margin: 0;
}
#mainContens .shopPhoto .shopLogo {
	border: 1px solid #ccc;
	width: 18.84%;
	height:93px;
	background-color: #FFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
/*--店舗情報--*/
#mainContens .shopInfo {
	float: left;
	padding: 0 0.77%;
	width: 22.17%;
}
#mainContens .shopInfo h4 {
	line-height: 1.4;
	margin-bottom: 2px;
	font-size: 125%;
}
#mainContens .shopInfo p {
	line-height: 1.6;
	margin-bottom: 2px;
	font-size: 100%;
}
#mainContens .shopInfo em {
	line-height: 1.2;
	margin-bottom: 2px;
}
#mainContens .shopInfo em span{
	font-size: 83.3%;
}
/*--特典内容--*/
#mainContens .serviceInfo {
	background-color: #FFFFFF;
	border-left: 2px solid #5a3705;
	float: left;
	padding: 0.55%;
	width: 55.43%;
	min-height: 60px;
}
#mainContens .serviceInfo p {
	line-height: 1.2;
}
#mainContens .serviceInfo span {
	margin: 0 5px 0 0;
	outline-style: none;
	vertical-align: middle;
	display: inline-block;
	height:14px;
}



#mainContens .serviceInfo .icn_service {
	background-color: #f08200;
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	border-radius: 0.3em;	

}
#mainContens .serviceInfo .icn_present {
	background-color: #e9536b;
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	border-radius: 0.3em;	

}
#mainContens .serviceInfo .icn_off {
	background-color: #e60012;
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	border-radius: 0.3em;	

}
#mainContens .serviceInfo .icn_shoppoint {
	background-color: #0068b7;
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	border-radius: 0.3em;	
}

/*
#mainContens .serviceInfo .icn_service {
	background: url(../images/icn_service.png) no-repeat scroll 0;
	width: 60px;
}
#mainContens .serviceInfo .icn_present {
	background: url(../images/icn_present.png) no-repeat scroll 0;
	width: 68px;
}
#mainContens .serviceInfo .icn_off {
	background: url(../images/icn_off.png) no-repeat scroll 0;
	width: 43px;
}
#mainContens .serviceInfo .icn_shoppoint {
	background: url(../images/icn_shoppoint.png) no-repeat scroll 0;
	width: 94px;
}*/
* html #mainContens .serviceInfo span {
	display:inline;
	zoom:1;
	float:left;
	overflow: hidden;
}
*:first-child+html #mainContens .serviceInfo span {
	display: inline;
	zoom:1;
	float:left;
	overflow: hidden;
}
#mainContens .serviceInfo .serviceText{
	margin-bottom: 2px;
}

#mainContens .serviceInfo .attentionText{
	font-size: 83.3%;
	margin-bottom: 0.2em;
}

#mainContens .serviceInfo .serviceText .em_service {
	color: #f08200;
}

#mainContens .serviceInfo .serviceText .em_present {
	color: #e9536b;
}

#mainContens .serviceInfo .serviceText .em_off {
	color: #e60012;
}

#mainContens .serviceInfo .serviceText .em_shoppoint {
	color: #0068b7;
}

/*---------------------------------*/
/*トップへ戻るボタン*/
/*---------------------------------*/

.btn_toTop {
	text-align: right;
}
.btn_toTop a {
	background: url(../images/img_arrowTop.gif) no-repeat 0;
	padding-left: 18px;
}


/*---------------------------------*/
/*閉じるボタン*/
/*---------------------------------*/
.btn_close {
}
.btn_close p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 7em;
}
.btn_close p a {
	padding: 6px 10px;
	color: #FFF;
	display: block;
	border: 1px solid #7a7f91;
}
.btn_close p a:link,.btn_close p a:visited {
	background:url(../images/bg_closeButton_off.png) repeat-x 0 0;
	color: #FFF;
}
.btn_close p a:hover,.btn_close p a:active {
	background:url(../images/bg_closeButton_on.png) repeat-x 0 0;
	text-decoration: none;
}


/*--追加　リニューアル後ロゴサイズ調整--*/
.shopLogo img{
	width: 75%;
	}
	
.mb_qr img {
	text-align: left;
	vertical-align:middle;
}

.mb_qr_tx{
}

/*--追加　コピーライト--*/
.copy{
	font-size:10px;
	text-align:right;
	padding-top:10px;
	margin-right:0px;
}
