@charset "UTF-8";
html {
	overflow-y: scroll;
}
* {
	word-break: break-all;
}
html, body, div,
span, h1, h2, h3, h4,
h5, h6, p, a,
address, em, img, dl,
dt, dd, ol, ul, li,
form, label, table,
caption, tbody,
tfoot, thead, tr, th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5,
h6, p, li, dt, dd,
th, td, caption,
address {
	color: #35363F;
}
li {
	list-style: none;
}
img, input, select {
	vertical-align: middle;
}
article, aside,
figure, footer,
header, hgroup, nav,
section {
	display: block;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	word-wrap: break-word;
}
@media only screen and (max-device-width: 480px) {
	body {
	 -webkit-text-size-adjust: none;
	}
}
table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input {
	background: transparent;
}
a, img {
	border: none;
}
a:link, a:hover,
a:active {
	color: #1470CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #802680;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.cFix, .cf {
	*zoom: 1;
}
.cFix:after,
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.shopSeatSelectResultStockNotes,
.sceneNav,
.pickUpContents,
.tabNav, .locator,
.checkArea,
.usualAreaInner,
.couponArea,
.columnExB, .itemsB,
.recommendReportMenuDetail > li,
#footer > .inner {
	*zoom: 1;
}
.inner:after,
.shopSeatSelectResultStockNotes:after,
.sceneNav:after,
.pickUpContents:after,
.tabNav:after,
.locator:after,
.checkArea:after,
.usualAreaInner:after,
.couponArea:after,
.columnExB:after,
.itemsB:after,
.recommendReportMenuDetail > li:after,
#footer > .inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.dn, .jscDN {
	display: none;
}
.pr, .pR {
	position: relative !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mT3 {
	margin-top: 3px !important;
}
.mT4 {
	margin-top: 4px !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mR5 {
	margin-right: 5px !important;
}
.mR10 {
	margin-right: 10px !important;
}
.mL5 {
	margin-left: 5px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fgRed {
	color: #D0111B;
}
.fcLiteRed {
	color: #E73820;
}
.fcColOrigin {
	color: #CC0000;
}
.fcBlue {
	color: #1470CC;
}
.fcLGray {
	color: #999999;
}
strong, .strong,
.bold {
	font-weight: bold;
}
.vaT {
	vertical-align: top;
}
.zm1 {
	zoom: 1;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background-image: url(/SYS/cmn/images/common/bg_hack.png);
	background-repeat: repeat;
}
.TBImages_overlayMacFFBGHack {
	background-image: url(/SYS/cmn/images/common/bg_hack02.png);
	background-repeat: repeat;
}
.TB_overlayBG {
	background-color: #FFF;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	     opacity: 0.75;
}
.TBImages_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	     opacity: 0.75;
}
* html #TB_overlay {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window_calender {
	position: fixed;
	display: none;
	background: #FFFFFF;
	z-index: 1020;
	color: #000000;
	border: 4px solid #EBEBED;
	text-align: left;
	top: 50%;
	left: 50%;
}
#TB_window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	overflow: hidden;
	padding-left: 15px;
	background-color: #F4F2EE;
	border: 1px solid #707070;
	color: #000000;
	text-align: left;
	z-index: 1020;
}
* html #TB_window,
* html #TB_window_calender {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window #TB_dummy {
	height: 100px;
	width: 100px;
}
#TB_window img#TB_Image {
	display: block;
	margin-left: 15px;
	border: none;
}
#TB_caption {
	margin: 5px 15px 0 15px;
	padding-bottom: 9px;
	border-bottom: 1px solid #D4D2CD;
	font-size: 120%;
	line-height: 1.33;
}
#TB_secondLine {
	position: relative;
	height: 40px;
	margin: 0 15px 5px 15px;
	padding: 5px 0 0 0;
	border-top: 1px solid #FFF;
	font-size: 120%;
	text-align: center;
	color: #666;
}
span#TB_next,
span#TB_prev {
	position: absolute;
	width: 33%;
	z-index: 99;
}
span#TB_prev {
	left: 0;
	margin-right: 25px;
	text-align: right;
}
span#TB_prev a {
	padding-left: 12px;
	background: url(/SYS/cmn/images/common/mark_links_prev.gif) left center no-repeat;
}
span#TB_next {
	right: 0;
	margin-left: 25px;
	text-align: left;
}
span#TB_next a {
	padding-right: 12px;
	background: url(/SYS/cmn/images/common/mark_links.gif) right center no-repeat;
}
span#TB_count {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 0;
}
#TB_closeWindow {
	height: auto;
	margin: 2px 10px 0 10px;
	padding: 3px;
	text-align: right;
	line-height: 1;
}
#TB_closeWindow a {
	padding: 0 0 0 13px;
	background: url(/SYS/cmn/images/common/dialog/btn_close.gif) left center no-repeat;
}
#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title {
	background-color: #E8E8E8;
	height: 27px;
}
#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	/*	line-height:1.4em;*/
}
#TB_ajaxContent.TB_modal {
	padding: 0;
}
#TB_ajaxContent p {
	padding: 5px 0 5px 0;
}
#TB_ajaxContent_calender {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}
#TB_load {
	position: fixed;
	height: 13px;
	width: 208px;
	z-index: 1030;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
	/* -height/2 0 0 -width/2 */
}
* html #TB_load {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index: 990;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	     opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
.inner {
	width: 950px;
	margin: 0 auto;
}
.userName {
	word-wrap: normal;
}
.checkArea > .links > li,
.usualAreaInner > .links > li,
.couponArea > .links > li,
.linkArwTbl,
.shopInner .links > li {
	padding-left: 8px;
	background: url("/SYS/cmn/images/common/mark_links.gif") no-repeat -5px center;
}
#utilities {
	padding-top: 3px;
	padding-bottom: 5px;
}
#grumetSearch + #utilities {
	margin-top: 7px;
}
.back {
	float: left;
	margin-right: 15px;
}
.back > a {
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url("/SYS/cmn/images/common/mark_links_back.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.shopTopBreadcrumbList {
	overflow: hidden;
}
.shopTopBreadcrumbList > li {
	float: left;
	white-space: nowrap;
}
.shopTopBreadcrumbList > li + li {
	margin-left: 6px;
	padding-left: 13px;
	background-image: url("/SYS/cmn/images/common/bg_chevron.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
.shopTopBreadcrumbList > li > .strong {
	color: #666666;
}
.shopHeaderLead {
	padding-right: 11px;
	padding-left: 13px;
}
.shopHeaderGenreCatch {
	float: left;
}
.shopHeaderGenreCatchInner {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}
.shopHeaderLeadBtn {
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
.shopHeaderLeadBtn > li {
	float: left;
	width: 95px;
	height: 18px;
}
.shopHeaderLeadBtn > li + li {
	margin-left: 1px;
}
.btnShopHeaderDiary {
	background-image: url("/SYS/cmn/images/front_002/btn_ico_add_bookmark_off.png");
}
.btnShopHeaderKeeplist {
	background-image: url("/SYS/cmn/images/front_002/btn_ico_add_keeplist_off.png");
}
.shopHeaderContents {
	padding: 16px 11px 15px 20px;
}
.shopHeaderContentsInner {
	display: table;
	width: 100%;
	min-height: 75px;
}
.shopHeaderLogo {
	display: table-cell;
	width: 75px;
	padding-right: 10px;
	vertical-align: top;
}
.shopHeaderLogo > a {
	display: block;
	width: 69px;
	height: 69px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	text-align: center;
}
.resizeImg {
	max-width: 69px;
	max-height: 69px;
}
.shopHeaderContentsBtn {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding-left: 10px;
	padding-top: 5px;
}
.shopHeaderContentsBtnList > li {
	position: relative;
}
.shopHeaderContentsBtnList > li + li {
	margin-top: 4px;
}
.icnPoint {
	position: absolute;
	top: -18px;
	left: 54px;
}
.shopHeaderContentsBtnList + .getTicketBtn {
	margin-top: 10px;
}
.shopTitle {
	display: table-cell;
	vertical-align: top;
}
.shopInfoInnerSectionBlock > dd {
	display: inline-block;
	position: relative;
}
.shopInfoInnerSectionBlock > .shopInfoInnerItem + .shopInfoInnerItem {
	margin-left: 6px;
}
.shopInfoInnerItemTitle {
	display: inline-block;
}
.shopInfoInnerItemTitle > a {
	color: #35363F;
}
.shopInfoInnerItem .shopInfoInnerItemTitle:hover,
.shopInfoInnerItemArea .shopInfoInnerItemTitle:hover {
	cursor: pointer;
}
.shopInfoInnerItemList {
	display: none;
	position: absolute;
	left: 0;
	top: 18px;
	background: #FFFFFF;
	z-index: 100;
	border: 1px solid #CCCCCC;
}
.shopInfoInnerItemList > li > a {
	display: block;
	padding-top: 2px;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
	line-height: 1.5;
	white-space: nowrap;
}
.shopInfoInnerItemList > li > a:hover {
	background-color: #EDEDED;
}
.shopInfoInnerItemList > li:first-child > a {
	padding-top: 4px;
}
.shopInfoInnerItemList > li:last-child > a {
	padding-bottom: 4px;
}
.shopInfoListOpen > .shopInfoInnerItemTitle > a {
	text-decoration: underline;
}
.shopInfoListOpen > .shopInfoInnerItemList {
	display: block;
}
.crown {
	font-weight: bold;
}
.shopNameBlock {
	margin-top: 5px;
}
.shopState {
	display: inline;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #35363F;
}
.shopName {
	display: inline;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.crown + .shopName {
	margin-top: 5px;
}
.shopNameRuby {
	font-size: 10px;
	color: #666666;
}
.tel {
	font-weight: bold;
	line-height: 1;
	color: #35363F;
}
.explain {
	color: #666666;
}
.icnShopHeaderContentsTel {
	vertical-align: baseline;
}
.shopInfoInnerSection {
	margin-top: 8px;
	margin-left: -18px;
	font-size: 12px;
}
.shopInfoInnerSection > li {
	float: left;
	margin-left: 18px;
	color: #666666;
}
.shopInfoInnerSectionBlock > dt {
	font-weight: bold;
	display: inline-block;
}
.shopInfoInnerSectionBlock > dt:after {
	content: "：";
}
.linkArw {
	margin-top: 3px;
}
.linkArw > a {
	padding-left: 8px;
	background: url("/SYS/cmn/images/front_002/icn_header_dot_arrow.gif") no-repeat left 6px;
	font-size: 12px;
}
.shopHeaderInnerWrap .shopHeaderLead {
	padding-right: 20px;
	padding-left: 20px;
}
.shopHeaderInnerWrap .shopHeaderGenreCatch {
	float: left;
}
.shopHeaderInnerWrap .shopHeaderGenreCatchInner {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 28px;
}
.shopHeaderInnerWrap .shopHeaderLeadBtn {
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
.shopHeaderInnerWrap .shopHeaderLeadBtn > li {
	float: left;
	width: 130px;
	height: 20px;
	border-radius: 5px;
}
.shopHeaderInnerWrap .shopHeaderLeadBtn > li + li {
	margin-left: 5px;
}
.shopHeaderInnerWrap .btnShopHeaderDiary {
	background-image: url("/SYS/cmn/images/front_002/btn_add_bookmark_done.png");
}
.shopHeaderInnerWrap .btnShopHeaderKeeplist {
	background-image: url("/SYS/cmn/images/front_002/btn_add_keeplist_done.png");
}
.shopHeaderInnerWrap .shopHeaderContents {
	padding: 25px 30px;
}
.shopHeaderInnerWrap .shopHeaderContentsInner {
	display: table;
	width: 100%;
	min-height: 75px;
}
.shopHeaderInnerWrap .shopHeaderContentsInfo {
	width: 610px;
}
.shopHeaderInnerWrap .shopHeaderLogo {
	display: table-cell;
	width: 75px;
	padding-right: 15px;
	vertical-align: middle;
}
.shopHeaderInnerWrap .shopHeaderLogo > a {
	display: block;
	width: 69px;
	height: 69px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	text-align: center;
}
.shopHeaderInnerWrap .shopHeaderLogo .resizeImg {
	max-width: 69px;
	max-height: 69px;
	position: relative;
	top: 50%;
	/* autoprefixer: off */
	-ms-transform: translateY(-50%);
	/* autoprefixer: on */
	    transform: translateY(-50%);
}
.shopHeaderInnerWrap .shopHeaderContentsBtn {
	display: table-cell;
	vertical-align: top;
	width: 240px;
	padding-left: 40px;
	padding-top: 0;
}
.shopHeaderInnerWrap .shopHeaderContentsBtnList {
	margin: 0;
}
.shopHeaderInnerWrap .shopHeaderContentsBtnList > li {
	margin-top: 0;
}
.shopHeaderInnerWrap .shopHeaderContentsBtnList li + li {
	margin-top: 5px;
}
.shopHeaderInnerWrap .seatConfirmReserveBtn {
	display: inline-block;
	position: relative;
	width: 240px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #12A1C5;
	padding: 17px 0 17px 70px;
	text-align: left;
	line-height: 1;
	background: #34B6EB;
	background: linear-gradient(to bottom, #34B6EB, #20A7DE);
	box-shadow: 0px 0px 1px 1px #00C1F2 inset;
	border-radius: 2px;
	box-sizing: border-box;
}
.shopHeaderInnerWrap .seatConfirmReserveBtn:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 41px;
	width: 18px;
	height: 18px;
	background-image: url("/SYS/cmn/images/front_002/icn_seat_confirm_reserve.png");
	background-size: 18px 18px;
}
.shopHeaderInnerWrap .seatConfirmReserveBtn:hover {
	border: solid 1px #129DBF;
	background: #22AEE6;
	background: linear-gradient(to bottom, #22AEE6, #0A92CC);
}
.shopHeaderInnerWrap .viewCouponBtn {
	display: inline-block;
	position: relative;
	width: 240px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	border: solid 1px #FF9200;
	padding: 8px 0;
	text-align: center;
	line-height: 1;
	background: #F7C643;
	background: linear-gradient(to bottom, #F7C643, #FF9710);
	box-shadow: 0px 0px 1px 1px #FFBE66 inset;
	border-radius: 2px;
	box-sizing: border-box;
}
.shopHeaderInnerWrap .viewCouponBtn:hover {
	border: solid 1px #FF9200;
	background: #F0B414;
	background: linear-gradient(to bottom, #F0B414, #F58C00);
}
.shopHeaderInnerWrap .disableCouponBtn {
	display: inline-block;
	position: relative;
	width: 240px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	border: solid 1px #BBBBBB;
	padding: 8px 0;
	text-align: center;
	line-height: 1;
	background: #BBBBBB;
	border-radius: 2px;
	box-sizing: border-box;
}
.shopHeaderInnerWrap .viewTicketBtn {
	display: inline-block;
	position: relative;
	width: 240px;
	color: #4E4E4E;
	font-size: 12px;
	text-decoration: none;
	border: solid 1px #CCCCCC;
	padding: 8px 0;
	text-align: center;
	line-height: 1;
	background: #FEFEFE;
	background: linear-gradient(to bottom, #FEFEFE, #EDEDED);
	box-shadow: 0px 0px 1px 0px #FFFFFF inset;
	border-radius: 2px;
	box-sizing: border-box;
}
.shopHeaderInnerWrap .viewTicketBtn:hover {
	border: solid 1px #CCCCCC;
	background: #EDEDED;
	background: linear-gradient(to bottom, #EDEDED, #E7E7E7);
}
#shopHeaderWrapper .shopHeaderInnerWrap .getTicketBtn {
	margin: 0;
}
#shopHeaderWrapper .shopHeaderInnerWrap .shopHeaderContentsBtnList + .getTicketBtn {
	margin-top: 5px;
}
.shopHeaderInnerWrap .shopTitle {
	display: table-cell;
	vertical-align: middle;
}
.shopHeaderInnerWrap .shopInfoInnerSectionBlock > dd {
	float: left;
	position: relative;
	padding: 3px 0;
	margin: 0;
}
.shopHeaderInnerWrap .shopInfoInnerSectionBlock > .shopInfoInnerItem + .shopInfoInnerItem {
	margin-left: 10px;
}
.shopHeaderInnerWrap .shopInfoInnerItemTitle > a {
	color: #35363F;
}
.shopHeaderInnerWrap .shopInfoInnerItem .shopInfoInnerItemTitle:hover,
.shopHeaderInnerWrap .shopInfoInnerItemArea .shopInfoInnerItemTitle:hover {
	cursor: pointer;
}
.shopHeaderInnerWrap .shopInfoInnerItemList {
	display: none;
	position: absolute;
	left: 0;
	top: 18px;
	background: #FFFFFF;
	z-index: 100;
	border: 1px solid #CCCCCC;
}
.shopHeaderInnerWrap .shopInfoInnerItemList > li > a {
	display: block;
	padding-top: 2px;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
	line-height: 1.5;
	white-space: nowrap;
}
.shopHeaderInnerWrap .shopInfoInnerItemList > li > a:hover {
	background-color: #EDEDED;
}
.shopHeaderInnerWrap .shopInfoInnerItemList > li:first-child > a {
	padding-top: 4px;
}
.shopHeaderInnerWrap .shopInfoInnerItemList > li:last-child > a {
	padding-bottom: 4px;
}
.shopHeaderInnerWrap .shopInfoListOpen > .shopInfoInnerItemTitle > a {
	text-decoration: underline;
}
.shopHeaderInnerWrap .shopInfoListOpen > .shopInfoInnerItemList {
	display: block;
}
.shopHeaderInnerWrap .crown {
	color: #4E4E4E;
	font-weight: normal;
}
.shopHeaderInnerWrap .shopNameBlock {
	margin-top: 5px;
}
.shopHeaderInnerWrap .shopState {
	display: inline;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #35363F;
}
.shopHeaderInnerWrap .shopName {
	display: inline;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.shopHeaderInnerWrap .crown + .shopName {
	margin-top: 5px;
}
.shopHeaderInnerWrap .shopNameRuby {
	font-size: 10px;
	color: #666666;
}
.shopHeaderInnerWrap .tel {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #35363F;
	margin-top: 10px;
}
.shopHeaderInnerWrap .icnShopHeaderContentsTel {
	vertical-align: middle;
	margin-right: 10px;
}
.shopHeaderInnerWrap .tel .telNumber {
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.shopHeaderInnerWrap .explain {
	color: #666666;
}
.shopHeaderInnerWrap .shopInfoInnerSectionWrap {
	padding-top: 10px;
	margin-top: 15px;
	position: relative;
}
.shopHeaderInnerWrap .shopInfoInnerSection {
	font-size: 12px;
	margin-top: -5px;
	margin-left: -20px;
	padding-bottom: 5px;
}
.shopHeaderInnerWrap .shopInfoInnerSection > li {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	color: #35363F;
}
.shopHeaderInnerWrap .shopInfoInnerSection > li.shopInfoBudgetWrap {
	width: 100%;
}
.shopHeaderInnerWrap .shopInfoInnerSectionBlock > dt {
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #4E4E4E;
	line-height: 1;
	border: 1px solid #979797;
	padding: 6px 0;
	margin-right: 10px;
	width: 58px;
	box-sizing: border-box;
}
.shopHeaderInnerWrap .shopInfoInnerSectionBlock dt:after {
	content: "";
}
.shopHeaderInnerWrap .linkArw {
	margin-top: 10px;
}
.shopHeaderInnerWrap .linkArw > a {
	padding-left: 8px;
	background: url("/SYS/cmn/images/front_002/icn_header_dot_arrow.gif") no-repeat left 6px;
	font-size: 12px;
}
.shopHeaderInnerWrap .shopInfoInnerBudget > span {
	height: 18px;
	padding: 3px 0 3px 20px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0;
	box-sizing: border-box;
}
.shopHeaderInnerWrap .shopInfoInnerBudget > .shopInfoBudgetLunch {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAI1QTFRF/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogd/ogdAAAA/sCO/+nW/r6L/pIz/pU6/ruF//38//37/ppF/pAx/pEy/phC/+XQ//z6/////pdA/pAv/o8t/ogf/pI0/rN3/ogdZUO8VwAAABl0Uk5T3PbY2tb1v/qOKsGZCY+WK5UskPnZ/f4GAMKoX9QAAACVSURBVBjTbY/XDsJADARNTQKkt6NDernb//88bCIhFJin0ers9ZFiHDuJ46XtiJNSeZDhTbY/SJBv8WGXc+Dhi0CRnwJjAWMwjEDqk8v5cNJddakLVpcSeVndmsfxKkYUA73pmra9P00PWPNgMY1oHjlrsWRaWvNSXQ+sEYVSW0ptKbXh7DDv3+k/n2P8aGVt1lEo/gId5CIfQ/8tjwAAAABJRU5ErkJggg==);
}
.shopHeaderInnerWrap .shopInfoInnerBudget > .shopInfoBudgetDinner {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAFo9M/3AAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACK0lEQVR42mJgAALz2q0/QMTnzece/wcIIBBDCyTKBMRXgZz/AAHECCS0gZwrfTGmDEVLTjMwgqQt67b952ZnYfj84zcDQAAxQE25BsR9IDZIy38QQ5CLleH9t99/mRigYHWBA4hiBgsIM39jcGnbDWJOAwggRqgZe4GUEwMmYGcCSl5HljRSFGbYUGQP4/5kARI7gViDiYmRIc5GiSHDRZ0huP8A3AiYFZxA6gvUhzAw9WSzdw5AADHCeFB/ZAHxfSAOBkpeg/mLDWQXFgfuASpyBRn5DVm03EudgRFirgsoHEEKmJEVeBvJMghwscG4a5jQzWVmZgaaAHeaElyBjBAXw6YSJ4YHrz8zfPj6CyY8DeTIqSDXC3GzMrCysDC8/vSD4d9/cHwwAB3JyAQksoHsme++/mZ4+fE7TPIfKJhBDIAAQw4HUGD1A3EqWoAhA5DG6UBcBDT4F3JITwFS2dh0aEjzM7x4/53h4/dfDFCXwd0Pch0zUDPI1jwcNjKYKosyTE8wYeBmZWK48vQTw++//+BSMvbRAkzQ6MMJvv78A7T5P0O0nRoDy+8v6NJZIANuY9PIBIwLZQk+hvYwfQY2NjaGdSfuMfxl5UFXdg+UHCOA+AIsxnk5WBmKvTQYrFUEGb7+ZWZYdugmw8ZLrxieA8Ph7z+UQPgLxKGwQASlje04cgU2sAeUqkAxwYguAzRMB0ilgBIjECsAMcjwe0C8A4hnAzVdRVYPAMFJsjiP6vEYAAAAAElFTkSuQmCC);
}
.shopHeaderInnerWrap .shopInfoInnerBudget > span + span {
	margin-left: 10px;
}
.shopHeaderLogoTitleWrap {
	position: relative;
}
.ratingInfo {
	margin-top: 10px;
}
.ratingInfo:after {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	bottom: -14px;
	left: 0;
}
.ratingInfo p {
	display: inline-block;
	vertical-align: middle;
}
.ratingInfo .rating {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 4px 4px 3px 4px;
	border-radius: 2px;
	margin-right: 6px;
}
.ratingInfo .rating:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 99%;
	margin-top: -4px;
	border: 4px solid transparent;
}
.ratingInfo .rating .star {
	vertical-align: baseline;
	padding-right: 4px;
}
.ratingInfo .rating.rating1 {
	background-color: #BEA030;
}
.ratingInfo .rating.rating2 {
	background-color: #94A0BA;
}
.ratingInfo .rating.rating3 {
	background-color: #B89872;
}
.ratingInfo .rating.rating1:after {
	border-left: 6px solid #BEA030;
}
.ratingInfo .rating.rating2:after {
	border-left: 6px solid #94A0BA;
}
.ratingInfo .rating.rating3:after {
	border-left: 6px solid #B89872;
}
.ratingInfo .evaluation {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
}
.ratingInfo .review {
	font-size: 10px;
	color: #4E4E4E;
	margin-right: 12px;
}
.ratingInfo .logo {
	font-size: 10px;
	color: #969696;
	margin-right: 5px;
}
.ratingInfo .ratingInfoLink {
	font-size: 10px;
	color: #1770CB;
}
.ratingInfo .ratingInfoLink a:visited {
	color: #1770CB;
}
.ratingInfo .ratingInfoLink a img {
	margin-right: 2px;
}
.ratingInfo .logo span,
.ratingInfo .ratingInfoLink a span {
	vertical-align: middle;
}
.usePointBannerTextWrap {
	display: inline-block;
	margin-top: 10px;
	margin-right: 8px;
}
.usePointBannerText {
	display: inline-block;
	position: relative;
	height: 20px;
	padding: 2px 25px 2px 10px;
	border: 1px solid #BBB;
	border-radius: 5px;
	background-color: #FFF;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	color: #35363F;
	box-sizing: border-box;
}
.usePointBannerText:hover {
	background-color: #EEE;
}
.usePointBannerText:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 8px;
	width: 13px;
	height: 13px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAzklEQVR42k1QOwrCQBR8iBBIayN6ghTeQPAGSWEpaOMNvMFeIcWCdc6QXGJmYyMWgXRbi60WK7vZRF/33pthPiJxmLUFVFswk/9xc2ha1lCsaaGRxgdSOPRuPsJYwcUNmpVIl7BEy7JLRNBDBw1aj8GFTx7wwikwLTMxOZvA3WBr9viYXTBVt4VAQQ0qZoU3zlHfX0eWyH3J6xTFs0Ytkdua3WMRXdqQDxr9cDBHNwucKjgMgR2rXy70cP+hfRsNFBvfxgibOjQ5lMl/HX4B4oKC4EfH80IAAAAASUVORK5CYII=") no-repeat center center;
	background-size: 13px 13px;
}
.emphasisText {
	font-weight: bold;
	color: #D0111B;
}
.useablePoints {
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #D0111B;
}
.storeRatingModal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1010;
	opacity: 0;
	font-size: 12px;
}
.storeRatingModalOverlay {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1020;
}
.storeRatingModalBody {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 503px;
	height: 547px;
	margin: auto;
	background-color: #FFFFFF;
	z-index: 1030;
	padding-bottom: 20px;
	border-radius: 5px;
}
.storeRatingModalBody .ratingUpdate {
	text-align: right;
	margin-left: 10px;
	font-size: 12px;
	color: #969696;
}
.storeRatingModalBody.noRatingData {
	height: 367px;
}
.storeRatingModalContents {
	margin-top: 20px;
	padding: 0 25px;
}
.storeRatingModalContents + .storeRatingModalContents {
	margin-top: 30px;
}
.storeRatingModalContents .title {
	font-size: 16px;
	padding-left: 14px;
	font-weight: bold;
	position: relative;
}
.storeRatingModalContents .title::before {
	content: "";
	width: 4px;
	height: 16px;
	background-color: #CCCCCC;
	position: absolute;
	top: 4px;
	left: 0;
}
.storeRatingModalContents .text {
	margin-top: 5px;
	color: #4E4E4E;
}
.storeRatingModalContents .note {
	margin-top: 10px;
	border: #CCCCCC solid 1px;
	border-radius: 5px;
	padding: 10px;
}
.storeRatingModalContents .noteText {
	margin-top: 5px;
	color: #4E4E4E;
}
.storeRatingModalContents .ratingData {
	margin-top: 20px;
}
.storeRatingModalContents .ratingDataTable {
	margin-top: 5px;
	width: 100%;
}
.storeRatingModalContents .ratingDataTable th {
	background-color: #F7F5F2;
	width: 36%;
	text-align: left;
	padding: 5px 25px;
	color: #4E4E4E;
}
.storeRatingModalContents .ratingDataTable th:last-child {
	text-align: right;
	width: 28%;
	padding: 5px 25px 5px 0;
}
.storeRatingModalContents .ratingDataTable td {
	border-bottom: #CCCCCC solid 1px;
	text-align: left;
	padding: 7px 0 6px 25px;
}
.storeRatingModalContents .ratingDataTable td:last-child {
	text-align: right;
	padding: 7px 25px 6px 0;
}
.storeRatingModalContents .ratingDataTable .rating {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
.storeRatingModalContents .ratingDataTable .rating .ratingStar {
	display: block;
	float: left;
	margin-right: 5px;
}
.storeRatingModalContents .ratingDataTable .rating .ratingRange {
	display: block;
	float: left;
	padding: 2px 0;
	font-weight: bold;
}
.storeRatingModalContents .ratingDataTable .ratingLabel {
	font-weight: bold;
	color: #4E4E4E;
	font-size: 16px;
}
.storeRatingModalContents .ratingDataTable .ratingNumber {
	font-size: 16px;
	font-weight: bold;
}
.storeRatingModalContents .ratingDataTable .ratingItem1 .rating {
	color: #BEA030;
}
.storeRatingModalContents .ratingDataTable .ratingItem1 .ratingNumber {
	color: #BEA030;
}
.storeRatingModalContents .ratingDataTable .ratingItem2 .rating {
	color: #94A0BA;
}
.storeRatingModalContents .ratingDataTable .ratingItem2 .ratingNumber {
	color: #94A0BA;
}
.storeRatingModalContents .ratingDataTable .ratingItem3 .rating {
	color: #B89872;
}
.storeRatingModalContents .ratingDataTable .ratingItem3 .ratingNumber {
	color: #B89872;
}
.storeRatingModalLink {
	margin-top: 20px;
	text-align: right;
	padding-right: 25px;
}
.storeRatingModalLink .linkText {
	margin-right: 5px;
}
.storeRatingModalLink .ratingModalLinkIcon img {
	margin-top: -1px;
}
.storeRatingModalTrigger {
	width: 100px;
	height: 100px;
	background: #CCCCCC;
}
.storeRatingModalHeader {
	position: relative;
	height: 47px;
	border-bottom: #DFDFDF solid 1px;
}
.storeRatingModalHeader .storeRatingModalCloseBtn {
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 18px;
}
.navMenu {
	padding-right: 5px;
	padding-left: 5px;
	background: url("/SYS/cmn/images/front_002/bg_shopnav.png") repeat-x left bottom;
}
.navMenuList {
	display: table;
	width: 100%;
	table-layout: fixed;
	z-index: 70;
}
.navMenuList > li {
	display: table-cell;
	position: relative;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	vertical-align: middle;
	z-index: 50;
}
.navMenuList > li:first-child {
	border-top-left-radius: 3px;
}
.navMenuList > li:last-child {
	border-right: 1px solid #BEBEBE;
	border-top-right-radius: 3px;
}
.navMenuList > .current {
	padding-top: 20px;
	padding-bottom: 15px;
	background: #FFFFFF;
	border: none !important;
}
.navMenuList > .current:before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	height: 48px;
	border-width: 6px 2px 0px;
	border-color: #E8452F;
	border-style: solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index: -25;
}
.navMenuList > .current + li {
	border-left: none;
}
.navMenuList > li > a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 5px solid #EDEDED;
}
.navMenuList > .recommendReport > a,
.navMenuList > .recommendReport > span {
	padding-left: 5px;
}
.navMenuList > li > a:hover {
	background: rgba(0, 0, 0, 0.03);
	border-top: 5px solid #E6E6E6;
	text-decoration: none;
}
.shopNavReserveOkTop {
	position: absolute;
	top: -12px;
	left: 59%;
	z-index: 150;
}
.navPullDownMenu {
	position: absolute;
	top: 50px;
	right: -1px;
	left: -1px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 50;
	cursor: pointer;
}
.navPullDownMenuList {
	border: 1px solid #E3E3E3;
}
.navPullDownMenuList > li + li {
	border-top: 1px solid #E3E3E3;
}
.navPullDownMenuList > li > a {
	display: block;
	padding: 10px 0;
	background: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.navPullDownMenuList > li > a:hover {
	background: #F8F8F8;
}
.navMenuList .recommendReportNum {
	display: inline-block;
	margin-left: 3px;
}
.shopNavCheckTop {
	position: absolute;
	top: -1px;
	right: 0px;
	z-index: 150;
}
.current .shopNavCheckTop {
	top: -3px;
}
.globalNavList {
	display: table;
	width: 100%;
	table-layout: fixed;
	z-index: 70;
}
.globalNavList > li {
	display: table-cell;
	position: relative;
	background: #FFF;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	z-index: 50;
	box-sizing: border-box;
}
.globalNavList > li a,
.globalNavList > li span {
	color: #4E4E4E;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.globalNavList > li > a:visited {
	color: #4E4E4E;
}
.globalNavList > li:not(.current) > a:hover {
	background: #F8F8F8;
	color: #D0111B;
}
.globalNavList > li:last-child {
	border-right: 1px solid #E0E0E0;
}
.globalNavList > .current:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	height: 48px;
	border-bottom: 4px solid #E8452F;
	z-index: -25;
}
.globalNavList > li.current > a:hover::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	left: 0;
	height: 48px;
	color: #4E4E4E;
	border-bottom: 4px solid #E8452F;
	z-index: 10;
}
.globalNavList > li > a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.globalNavList > .recommendReport > a,
.globalNavList > .recommendReport > span {
	padding-left: 5px;
}
.globalNavList > .couponMap > a,
.globalNavList > .couponMap > span {
	color: #F47900;
}
.globalNavList > .couponMap > a:visited {
	color: #F47900;
}
.globalNavList > li:not(.current).couponMap > a:hover {
	color: #F47900;
}
.globalNavList .navPullDownMenu {
	position: absolute;
	top: 55px;
	right: -1px;
	left: -1px;
	padding: 0;
	z-index: 50;
	cursor: pointer;
	border-bottom: 1px solid #E3E3E3;
	border-radius: 0;
}
.globalNavList .navPullDownMenuList {
	border: none;
}
.globalNavList .navPullDownMenuList > li {
	width: auto;
	border-top: 1px solid #E3E3E3;
}
.globalNavList .navPullDownMenuList > li > a {
	display: block;
	padding: 10px 0;
	background: #FFFFFF;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	line-height: 1;
	color: #4E4E4E;
	text-align: center;
	text-decoration: none;
}
.globalNavList .navPullDownMenuList > li > a:visited {
	color: #4E4E4E;
}
.globalNavList .navPullDownMenuList > li > a:hover {
	background: #F8F8F8;
	color: #D0111B;
	text-decoration: none;
}
.globalNavList .recommendReportNum {
	position: static;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #4E4E4E;
}
.globalNavList > li > a:hover > .recommendReportNum,
.globalNavList > li > a:hover > .recommendReportNum span {
	color: #D0111B;
}
.globalNavList .shopNavCheckTop {
	position: absolute;
	top: -1px;
	right: 0px;
	z-index: 150;
}
.reserveCalendarSlideContents {
	position: absolute;
	top: 39px;
	left: 0;
	padding: 5px 10px 20px 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
	z-index: 5;
}
.reservePullDownCloseBtn {
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: right;
}
.icnCloseBtn {
	display: inline-block;
	padding-left: 15px;
	background: url("/SYS/cmn/images/front_002/icn_x_mark_gray_11x11.png") no-repeat left center;
	font-size: 12px;
	line-height: 14px;
}
.reserveCalendarSlideBody {
	width: 770px;
	margin-top: 5px;
}
.reserveCalendarSlideBody > li {
	float: left;
	width: 250px;
}
.reserveCalendarSlideBody > li + li {
	margin-left: 10px;
}
.calendarTitle {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #9A9DA0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.week td + td,
.number td + td {
	border-left: 2px solid #FFFFFF;
}
.week td {
	width: 34px;
	height: 20px;
	background: #BCBFC2;
	border-top: 2px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.number td {
	width: 34px;
	height: 34px;
	border-top: 2px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: url("/SYS/cmn/images/front_002/bg_calendar_gray.png") no-repeat left top;
	text-align: center;
	color: #1570CB;
	cursor: pointer;
}
.number .not {
	background: #F5F5F5;
	cursor: default;
}
.number .dim {
	background: #F4F4F4;
	color: #CCCCCC;
	cursor: default;
}
.number .sat {
	background: url("/SYS/cmn/images/front_002/bg_calendar_blue.png") no-repeat left top;
}
.number .sun,
.number .holiday {
	background: url("/SYS/cmn/images/front_002/bg_calendar_pink.png") no-repeat left top;
}
.number .crt {
	background: #E73820 !important;
	color: #FFFFFF;
}
.number td:hover {
	background: #FFE5E4;
}
.number td > span {
	display: block;
	font-weight: bold;
	line-height: 34px;
}
.shopRecommendList {
	margin: 28px -12px 0 -11px;
}
.recommendTitle {
	position: relative;
	margin: 0;
	padding: 8px 60px;
	background: #D52C2C;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.recommendTitleIcn {
	display: block;
	position: absolute;
	top: -12px;
	left: 10px;
}
.shopRecommendWrap {
	margin-top: 10px;
	padding: 10px 16px 10px 17px;
	background: #EEEEEE;
}
.shopRecommendContent + .shopRecommendContent {
	margin-top: 20px;
}
.shopRecommendContent > li {
	float: left;
	width: 230px;
}
.shopRecommendContent > li + li {
	margin-left: 10px;
}
.shopRecommendFigure {
	width: 223px;
	height: 167px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
	text-align: center;
}
.shopRecommendFigure > a {
	display: block;
	vertical-align: top;
	text-align: center;
}
.shopRecommendFigure > a > img {
	max-width: 100%;
	max-height: 100%;
}
.shopRecommendDetail {
	margin-top: 6px;
}
.shopRecommendDetail > dt > a {
	font-weight: bold;
}
.shopRecommendCaption > li {
	font-size: 10px;
}
.shopRecommendDetailBtn {
	margin-top: 4px;
	text-align: right;
}
.shopNavPointsTimesTop,
.shopNavPointsTimesBottom {
	position: absolute;
	left: 50%;
	margin-left: -59px;
}
.shopNavPointsTimesTop {
	top: -8px;
}
.shopNavPointsTimesBottom {
	bottom: -8px;
}
#shopNavBottom {
	padding-right: 5px;
	padding-left: 4px;
	background: url("/SYS/cmn/images/front_002/bg_shopnav_bottom.png") repeat-x left top;
	border-top: 1px solid #E3E3E3;
}
.shopNavList > li {
	position: relative;
	float: left;
}
.shopNavList > .current {
	top: -1px;
}
.shopNavReserveOkBottom {
	position: absolute;
	right: 3px;
	bottom: -8px;
}
.shopNavList .recommendReportNum {
	position: absolute;
	top: 19px;
	left: 102px;
	color: #999999;
}
.shopInner > h2 {
	position: relative;
	margin-top: 20px;
	padding: 4px 22px 2px;
	background: #F4F2EE;
	border: 1px solid #D4D2CD;
	border-radius: 3px;
	font-size: 14px;
	box-shadow: 0 0 0 1px #FFFFFF inset;
}
.shopInner > h2:first-child {
	margin-top: 0;
}
.shopInner > h2 > span {
	font-weight: bold;
}
.shopInner > h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	width: 5px;
	height: 18px;
	background: #FAC786;
}
.infoTable {
	width: 100%;
	font-size: 12px;
}
.infoTable th,
.infoTable td {
	padding: 6px 8px 5px 8px;
	border: 1px solid #D6D5D1;
}
.infoTable th {
	width: 169px;
	background: #F3F2EE;
	font-weight: bold;
	text-align: left;
	color: #666;
	box-shadow: 1px 1px 0 0 #FFFFFF inset;
}
.infoTable th > span {
	display: block;
	margin-top: 2px;
}
.qualificationTel {
	float: left;
	margin-right: 20px;
}
.qualificationTxt {
	overflow: hidden;
	font-size: 10px;
}
.linkArwTbl {
	margin-top: 5px;
	padding-left: 8px;
}
.webReserveTimeWarningTxt {
	margin-left: 5px;
	font-size: 10px;
}
.recommendMenuReport {
	margin-top: 10px;
}
.recommendMenuReport + .recommendMenuReport {
	margin-top: 20px;
}
.recommendMenuReportTitle {
	float: left;
}
.recommendMenuReportLinkList {
	float: right;
}
.recommendMenuReportLinkList > li {
	display: inline-block;
	vertical-align: middle;
}
.recommendMenuReportLinkList > li + li {
	margin-left: 5px;
}
.recommendMenuIconArrow {
	padding: 4px 0 3px 8px;
	background: url("/SYS/cmn/images/front_002/icn_link_arrow.png") no-repeat left center;
	font-size: 12px;
}
.notFound {
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 12px;
	text-align: center;
}
.notFound > p + p {
	margin-top: 10px;
}
.notFound .strong {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.impressionBaseMenuSectionWrapper,
.nameBaseMenuSectionWrapper {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.impressionBaseMenuSection,
.nameBaseMenuSection {
	border: 2px solid #EDEDED;
	border-radius: 4px;
}
.impressionBaseMenuSection + .impressionBaseMenuSection,
.nameBaseMenuSection + .nameBaseMenuSection {
	margin-top: 10px;
}
.impressionBaseMenuTitle,
.nameBaseMenuTitle {
	margin-bottom: 0;
	margin-left: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}
.impressionBaseMenuEntryDate,
.nameBaseMenuEntryDate {
	margin-bottom: 0;
	font-size: 11px;
	color: #666666;
}
.impressionBaseMenuTitle > a {
	font-weight: bold;
}
.recommendMenuReportMoreLink {
	margin-top: 3px;
	text-align: right;
}
.impressionBaseMenuSection {
	padding: 10px;
}
.impressionBaseMenuTitle {
	float: left;
	width: 550px;
}
.impressionBaseMenuEntryDate {
	float: right;
}
.impressionBaseMenuText {
	margin-top: 5px;
	font-size: 12px;
}
.impressionBaseMenuAuther {
	margin-top: 10px;
	font-size: 11px;
	color: #666666;
}
.nameBaseMenuTitleWrapper {
	display: table;
	padding: 10px;
}
.nameBaseMenuTitle,
.nameBaseMenuTitleIcon {
	display: table-cell;
	width: 700px;
	vertical-align: middle;
}
.nameBaseMenuMoreLink {
	display: table-cell;
	width: 145px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}
.nameBaseMenuMoreLink a {
	background: url("/SYS/cmn/images/front_002/icn_link_arrow.png") no-repeat left 7px;
	padding-left: 8px;
}
.nameBaseMenuTitleIcon {
	padding-left: 10px;
}
.nameBaseMenuImgList {
	padding: 10px 36px;
	border-top: 2px solid #EDEDED;
}
.nameBaseMenuImgList > li {
	float: left;
	width: 98px;
	height: 98px;
	border: 1px solid #EDEDED;
	text-align: center;
}
.nameBaseMenuImgList > li + li {
	margin-left: 36px;
}
.nameBaseMenuImgList > li > img {
	max-width: 98px;
	max-height: 98px;
}
.nameBaseMenuReportDetailWrapper {
	padding: 10px;
	border-top: 2px solid #EDEDED;
}
.nameBaseMenuReportDetail + .nameBaseMenuReportDetail {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #EDEDED;
}
.nameBaseMenuTextShopTop {
	float: left;
	width: 550px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
}
.nameBaseMenuEntry {
	float: right;
}
.totop {
	margin-top: 20px;
	text-align: right;
}
.totop > a {
	display: block;
	padding: 5px;
}
.totop > a:hover {
	background: #DBF1FF;
}
.totop > a > span {
	padding-left: 15px;
	background: url("/SYS/cmn/images/common/mark_totop.gif") no-repeat left center;
}
.sideColumn {
	float: right;
	width: 176px;
}
.banner {
	margin-bottom: 12px;
	text-align: center;
}
.sideRoundSectionCampaignArea {
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #F7F7F7;
	border-radius: 5px;
}
.sideRoundSectionCampaignAreaInner {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
}
.shopInfoArea {
	width: 160px;
	margin: 10px auto 0;
	padding: 7px 4px 2px;
	background-color: #F0F0EE;
	border: solid 1px #DFDFDF;
	border-radius: 3px;
	line-height: 1;
}
.shopInfoTitle {
	padding: 6px 0 6px 42px;
	background: url("/SYS/cmn/images/front_002/icn_shop_etc_red.png") no-repeat left top;
}
.shopInfoContents {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	border-radius: 4px;
}
.shopInfoTitle + .shopInfoContents {
	margin-top: 6px;
}
.shopInfoContents + .shopInfoContents {
	margin-top: 4px;
}
.shopInfoShare {
	padding-right: 10px;
	padding-left: 10px;
}
.shopInfoShareTitle,
.shopInfoQRTitle,
.shopInfoMailTile,
.shopMagazineTitleMain {
	text-align: center;
}
.shopInfoShareToSocial {
	display: table;
	width: 100%;
	margin-top: 10px;
	box-sizing: border-box;
}
.shopInfoShareToSocial > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.shopInfoShareToSocial > li + li {
	padding-left: 9px;
}
.btnShopInfoShareToSocial {
	color: #383836;
	display: block;
	width: 41px;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
}
.btnShopInfoShareToSocial:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.shopInfoShareToSocial > li > a:before {
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
}
.btnShareToTwitter:before {
	background-image: url(/SYS/cmn/images/front_002/icn_social_twitter.png);
}
.btnShareToFacebook:before {
	background-image: url(/SYS/cmn/images/front_002/icn_social_facebook.png);
}
.btnShareToMixi:before {
	background-image: url(/SYS/cmn/images/front_002/icn_social_mixi.png);
}
.shopInfoQRImg {
	margin-top: 5px;
	text-align: center;
}
.shopInfoMailContents,
.shopMagazineContents {
	margin-top: 10px;
	text-align: center;
}
.shopMagazineTitleSub {
	margin-top: 4px;
	text-align: center;
}
.userDataArea {
	width: 160px;
	margin: 10px auto 0;
	padding: 5px 5px;
	background: #E0E0E0;
	border-radius: 3px;
	line-height: 1;
}
.userRecommendTitle {
	margin-top: 3px;
	text-align: center;
}
.userRecommendTop {
	margin-top: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	line-height: 1.4;
}
.userRecommendInner > li {
	padding: 10px;
}
.userRecommendInner > li + li {
	border-top: 1px solid #E0E0E0;
}
.userRecommendList > dd {
	margin-top: 10px;
}
.userRecommendList > dd > a {
	float: left;
	margin-right: 10px;
}
.userRecommendCaption {
	overflow: hidden;
}
.userDataInnerArea {
	background: #FFFFFF;
	border-radius: 4px;
}
.userDataInnerArea + .userDataInnerArea {
	margin-top: 3px;
}
.examinationListTitle {
	background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
	border-bottom: solid 1px #E5E6E7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 -1px 0 0 #FFFFFF inset;
}
.icnWindowBlue {
	display: block;
	background: url("/SYS/cmn/images/front_002/icn_window_blue.png") no-repeat 144px 18px;
}
.icnBooksBlue {
	padding: 11px 7px 11px 27px;
	background: url("/SYS/cmn/images/front_002/icn_books_blue.png") no-repeat 7px 14px;
}
.userDataStatusClose {
	padding: 15px 8px;
}
.userDataSwitch {
	padding: 8px 7px 6px;
	border-top: dotted 1px #E0E0E0;
	text-align: right;
}
.iconPlusCircleGray {
	padding-left: 19px;
	background: url("/SYS/cmn/images/front_002/icn_plus_gray.png") no-repeat left center;
}
.shopHistoryTitle {
	position: relative;
	padding: 12px 9px 10px;
}
.udAllDeleteBtn {
	position: absolute;
	top: 10px;
	right: 6px;
}
.shopPickUpArea {
	width: 170px;
	margin: 10px auto 0;
	border-radius: 3px;
}
.shopPickUpTitle {
	padding: 10px 6px 8px;
	background: #FFF5D8;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.spuTitleMain {
	margin-left: 4px;
}
.shopPickUpList {
	padding: 7px 12px 7px;
	background: #F1F1F1;
	border-top: solid 1px #FFFFFF;
	line-height: 1.4;
}
.shopPickUpList > li + li {
	margin-top: 6px;
	padding-top: 10px;
	border-top: dotted 1px #CCCCCC;
}
.spuSectionTitle {
	font-size: 12px;
}
.spuSectionArea {
	margin-left: 5px;
	word-break: break-word;
}
.shopPickUpSection > dd {
	margin-top: 5px;
}
.thoseLooking {
	width: 170px;
	margin: 15px auto 0;
}
.thoseLooking > ul {
	padding: 10px 9px;
	background: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.thoseLooking > ul > li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
}
.lookingImage {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	text-align: center;
}
.lookingLinkTitle > a {
	font-size: 12px;
	text-decoration: underline;
}
.lookingText {
	overflow: hidden;
}
.couponBtn {
	display: block;
	margin-top: 5px;
}
#footer {
	margin-top: 10px;
}
#footer .links {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #DFDFDF;
}
#footer .links > a {
	color: #555555;
}
#footer ul {
	float: right;
	margin-top: 5px;
}
#footer ul > li {
	float: left;
	line-height: 1;
}
#footer ul > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #999;
}
#grumetSearch {
	margin-top: 15px;
}
#grumetSearch table {
	width: 950px;
	background: none;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
#grumetSearch th {
	width: 110px;
	padding: 0;
	background: #F0F0EE;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#grumetSearch td {
	padding: 7px 10px;
	vertical-align: middle;
}
.lineR {
	width: 400px;
	border-right: 1px solid #D6D5D1;
	white-space: nowrap;
}
#grumetSearch dt {
	font-weight: bold;
	color: #666666;
	line-height: 1.2;
}
.searchWord {
	width: 260px;
	margin: 2px;
	padding: 3px 3px 3px 2px;
	border: 1px solid #91ABC5;
}
#grumetSearch select {
	margin: 2px;
	padding: 2px 3px 2px 2px;
	border: 1px solid #91ABC5;
}
.grumetSrcShop2 {
	margin-top: 6px;
}
.grumetSrcShop > dt,
.grumetSrcShop2 > dt {
	float: left;
	width: 57px;
}
.grumetSrcShop > dd,
.grumetSrcShop2 > dd {
	float: left;
}
.searchAreaList > li {
	float: left;
	line-height: 1.2;
	white-space: nowrap;
}
.searchAreaList > li + li {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #999999;
}
.searchAreaList > li > a {
	font-weight: bold;
}
.scrollArea {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 200;
}
.scrollAreaInner {
	width: 950px;
	margin: 0 auto;
}
/* お食事券_ライトボックス
--------------------------------------------------*/
/* general */
.fs15 {
	font-size: 15px;
}
.padB5 {
	padding-bottom: 5px;
}
/* wrap */
#TB_window.lightBoxMealTk {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lightBoxMealTk,
.lightBoxMealTk #TB_title {
	background-color: #FFFFFF !important;
	border: 2px solid #CCCCCC !important;
	position: fixed !important;
}
.lightBoxMealTk #TB_ajaxContent {
	overflow: hidden !important;
	height: 100% !important;
	margin: 0 auto;
}
.lightBoxMealTk p.closeBtn {
	float: right;
	background: url(/SYS/cmn/images/common/dialog/btn_close.gif) no-repeat scroll left center transparent;
	cursor: pointer;
	margin: 0;
	padding-left: 13px !important;
	font-size: 12px;
}
.ticketSpLimitedTitle {
	margin-top: 10px;
	border: 3px solid #E41A12;
	background-color: #FFFFFF;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	color: #E41A12;
	font-weight: bold;
}
.wTxtArea {
	width: 98%;
}
.questionnaireTable input {
	width: 1em;
	margin: -2px 1px 2px 0;
	padding: 0;
	vertical-align: middle;
}
*:first-child + html .questionnaireTable input {
	margin: 0;
}
/* inner */
.shopMealTicketTitle {
	float: left;
	padding: 5px 0 2px 32px;
	font-size: 15px;
	font-weight: bold;
	background: url(/SYS/ticket/images/icon/icon_shop_meal_title.png) no-repeat left center;
}
.shopMealTickets {
	margin-top: 20px;
	margin-left: -9px;
}
.shopMealTickets > li {
	float: left;
	width: 173px;
	margin-left: 9px;
}
.shopMealTickets > li > a {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	zoom: 1;
}
.shopMealTickets > li > a:hover {
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(to bottom, #FFF8D1, #FFFCF2);
	background: -webkit-linear-gradient(top, #FFF8D1, #FFFCF2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFF8D1, endcolorstr=#FFFCF2, gradienttype=0);
}
.shopMealTickets > li > a:hover .forDetail {
	text-decoration: underline;
}
.bgShopMealCoupon {
	position: relative;
	height: 142px;
	padding-top: 2px;
	background: url(/SYS/ticket/images/bg/bg_shop_meal_ticket.png) no-repeat left center;
}
.shopMealCouponTitle {
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.shopMealCouponText {
	line-height: 1;
	padding: 10px 0 7px 0 !important;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
.shopMealCouponText + div {
	padding-bottom: 4px;
}
.discountPer {
	float: left;
	width: 70px;
	padding: 2px 0 2px 10px !important;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
}
.discountOff {
	padding: 0 0 0 2px !important;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.discountValue {
	float: right;
	padding: 4px 5px 0 0 !important;
	line-height: 1;
	font-size: 23px;
	font-weight: bold;
	color: #BC2225;
	white-space: nowrap;
}
.pointImage {
	float: left;
	padding: 0 0 0 10px !important;
	line-height: 1;
}
.pointCount {
	float: right;
	padding: 0 5px 2px 0 !important;
	font-size: 10px;
	color: #333333;
}
.forDetail {
	position: absolute;
	right: 5px;
	bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url("/SYS/cmn/images/front_002/icn_link_arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
.yourChoicePrice {
	float: left;
	width: 70px;
	margin-right: 1px;
	padding: 0 0 0 8px !important;
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.sectionTitle {
	background: url(/SYS/ticket/images/bg/bg_title.gif) repeat-x scroll center bottom transparent;
	padding-bottom: 2px;
}
p.seoText,
p.seoTextRight {
	color: #666666;
	font-size: 10px;
}
p.seoTextRight {
	text-align: right;
}
.section p.seoText,
.section p.seoTextRight {
	color: #555555;
}
#shopInfo {
	margin-top: 25px;
}
#mainVisual {
	float: left;
	margin-right: 34px;
}
.mainView {
	position: relative;
	width: 540px;
	height: 360px;
	background: linear-gradient(to bottom, #000000, #2F2C2C);
	background: -webkit-linear-gradient(top, #000000, #2F2C2C);
	    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#000000', endColorstr='#2f2c2c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000',EndColorStr='#2f2c2c')";
}
.mainView img {
	margin: 0 auto;
	display: block;
	max-height: 360px;
	max-width: 480px;
}
.mainShowImg > img {
	display: block;
	max-height: 360px;
	max-width: 480px;
	margin: 0 auto;
}
.imgCaptionWrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.7;
}
.shopSlideshowImgCaption {
	position: relative;
	padding: 8px 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.mainViewUnder {
	position: relative;
	height: 43px;
	background: url("/SYS/cmn/images/front_002/bg_photo.png") repeat-x left top;
}
.imgListPrevBtn,
.imgListNextBtn {
	position: relative;
	top: 0;
	float: left;
	-webkit-tap-highlight-color: transparent;
	z-index: 100;
}
.imgListPrevDimBtn,
.imgListNextDimBtn {
	position: relative;
	float: left;
}
.hoverBorder:hover {
	cursor: pointer;
}
.slideImgListWrap {
	position: relative;
	overflow: hidden;
	float: left;
	width: 325px;
	height: 42px;
}
.slideImgList {
	position: absolute;
	left: 0;
	min-width: 286px;
	margin: 0;
	background: linear-gradient(to bottom, #D4D4D4, #B2B2B2);
	background: -webkit-linear-gradient(top, #D4D4D4, #B2B2B2);
	    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D4D4D4', endColorstr='#B2B2B2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#D4D4D4',EndColorStr='#B2B2B2')";
}
.slideImgList > li {
	float: left;
	margin: 4px 0 4px 5px;
	-webkit-tap-highlight-color: transparent;
}
.hoverBorder {
	position: absolute;
	width: 31px;
	height: 31px;
	margin: 4px 0 4px 5px;
	border: 3px solid #FF9B11;
	z-index: 10;
	-webkit-tap-highlight-color: transparent;
}
.shopSlideshowExternal {
	float: right;
	padding: 8px 5px 5px;
}
.xmlErrorMessage {
	padding-top: 170px;
	text-align: center;
	color: #FFFFFF;
}
.topShopInfoWrap {
	overflow: hidden;
}
.topShopInfo > dt {
	border-radius: 4px;
}
.topShopInfoTitle {
	display: block;
	padding: 5px 5px 6px 35px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.topShopInfoTitleNote {
	position: relative;
	top: 1px;
}
.topShopInfo > dd {
	margin-top: 8px;
	font-size: 12px;
}
.topShopInfo > dd + dt {
	margin-top: 15px;
}
.topShopInfo .topShopInfoTitleWebReserve {
	float: left;
}
.topShopInfo .netReservePoint {
	display: block;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	font-size: 12px;
}
.topShopInfo .bonusPoints {
	font-weight: bold;
	color: #D0111B;
}
.topShopInfo .bonusPointNum {
	font-weight: bold;
	font-size: 14px;
}
.topShopInfoTitleFeature {
	margin-bottom: 10px;
}
.shopMeterBox {
	width: 100%;
	max-width: 540px;
	margin-top: 10px;
}
.shopMeterBox .featureMeter {
	margin-bottom: 5px;
}
.shopMeterBox .featureMeter dt {
	float: left;
	margin-right: 18px;
	font-size: 12px;
	width: 100px;
	text-align: right;
}
.shopMeterBox .featureMeter .featureMeterPart {
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	height: 22px;
	overflow: hidden;
	font-size: 10px;
	color: #444;
	background: linear-gradient(180deg, #FFF, #E6E6E6, #FFF);
	width: calc(100% - 118px);
	box-sizing: border-box;
	float: left;
}
.shopMeterBox .featureMeter .featureMeterPart span + span {
	border-left: 1px solid #D9D9D9;
}
.shopMeterBox .featureMeter .featureMeterPart span {
	text-align: center;
	float: left;
	width: 84px;
	line-height: 20px;
	height: 20px;
	box-sizing: border-box;
}
.shopMeterBox .featureMeter .featureMeterPart .meterActive {
	background: linear-gradient(180deg, #FFD95E, #FFC11A, #FFD95E);
}
.shopSpecialNotationBoxWrap dt {
	float: left;
	font-size: 12px;
	width: 100px;
	margin-right: 18px;
	text-align: right;
	line-height: 23px;
}
.shopSpecialNotationBoxWrap .shopSpecialNotationBox {
	float: left;
	background: #F2DE9D;
	width: 84px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #35363F;
	border-radius: 15px;
	font-size: 12px;
}
.shopSpecialNotationBoxWrap .shopSpecialNotationBox + .shopSpecialNotationBox {
	margin-left: 2px;
}
dd.topShopInfoCalendarContents {
	margin-top: 0;
}
.topShopInfoCalendarContents .topShopCalendarPastDate {
	background-color: #FAFAFA;
}
.topShopInfoCalendarContents .calendarInner {
	min-height: 325px;
}
.topShopInfoCalendarContents .topShopCalendarBody,
.topShopInfoCalendarContents .topShopCalendarBody td {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.topShopInfoCalendarContents .topShopCalendarBody td {
	color: #AAAAAA;
	text-align: center;
}
.topShopInfoCalendarContents .calendarSaturday {
	background-color: #F5FDFF;
}
.topShopInfoCalendarContents .calendarSunday {
	background-color: #FFF1F6;
}
.topShopInfoCalendarContents td {
	text-decoration: none;
	zoom: 1;
	background-color: #FFF;
	height: 49px;
	width: 48px;
	padding: 0;
}
.topShopInfoCalendarContents .cellMarkDim {
	color: #888888;
}
.topShopInfoCalendarContents .multiLineList {
	height: 45px;
}
.topShopInfoCalendarContents td:not(.topShopCalendarToday) {
	border: 1px solid #F2F2F2;
}
.topShopInfoCalendarContents .topShopCalendarItemInfo {
	position: absolute;
	top: -27px;
	left: 50%;
	width: 45px;
	margin-left: -31px;
	padding: 2px 8px;
	border-radius: 15px;
	box-shadow: 0 2px #C6C6C4;
	background-color: #FFFFFF;
	white-space: nowrap;
}
.topShopInfoCalendarContents .topShopCalendarItemInfo:after,
.topShopInfoCalendarContents .topShopCalendarItemInfo:before {
	display: block;
	position: absolute;
	left: 50%;
	content: "";
	padding: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.topShopInfoCalendarContents .topShopCalendarItemInfo:before {
	margin-left: -7px;
	bottom: -10px;
	border-width: 10px 7px 0;
	border-color: #C6C6C4 transparent transparent;
}
.topShopInfoCalendarContents .topShopCalendarItemInfo:after {
	margin-left: -5px;
	bottom: -8px;
	border-width: 8px 5px 0;
	border-color: #FFFFFF transparent transparent;
}
.topShopInfoCalendarContents .cellMark {
	color: #1470CC;
	font-size: 14px;
	margin-left: 1px;
}
.topShopInfoCalendarContents .cellNumber {
	color: #4D4D4D;
	font-size: 12px;
}
.topShopInfoCalendarContents .calendarTitle {
	position: relative;
	background: #FFFFFF;
	padding: 8px 0 4px;
}
.topShopInfoCalendarContents .calendarTitle .calendarTitleDay {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
}
.topShopInfoCalendarContents .calendarWeek {
	font-weight: bold;
}
.topShopInfoCalendarContents .calendarWeek td {
	width: 48px;
	height: 30px;
	font-size: 14px;
	background-color: #F0F0EE;
	border: 1px solid #F2F2F2;
	padding: 0;
}
.topShopInfoCalendarContents .calendarWeek .topShopCalendarWeekday {
	color: #4D4D4D;
}
.topShopInfoCalendarContents .calendarWeek .topShopCalendarSaturday {
	color: #24B3FF;
	background-color: #E6FAFF;
}
.topShopInfoCalendarContents .calendarWeek .topShopCalendarSunday {
	color: #FF669C;
	background-color: #FFE3ED;
}
.topShopInfoCalendarContents .dayName {
	font-weight: bold;
}
.topShopInfoCalendarContents .prevDaySell {
	color: #E6E6E6;
}
.topShopInfoCalendarContents .showAfterDateLink {
	text-align: right;
	margin: 8px 15px 0;
}
.topShopInfoCalendarContents .markNoteArea {
	margin-top: 8px;
	font-size: 10px;
}
.topShopInfoCalendarContents .markNoteArea li {
	display: inline-block;
	margin-right: 5px;
	color: #888888;
}
.topShopInfoCalendarContents .markNoteArea .markNoteSign {
	color: #1470CC;
}
.calendarActiveDay:hover .cellNumber {
	text-decoration: none;
	font-weight: bold;
}
.calendarActiveDay:hover .cellMark {
	text-decoration: underline;
}
a.calendarActiveDay {
	text-decoration: none;
}
.topShopCalendarToday {
	position: relative;
}
.topShopCalendarToday .multiLineList {
	padding: 0;
	border: 2px solid #FFD2B3;
	background-color: #FFF7F1;
}
.calendarActiveDay .multiLineList:hover {
	border: 2px solid #FFD2B3;
	background-color: #FFF7F1;
}
.imgReserveClassification {
	float: left;
}
.reserveLimit {
	display: block;
	overflow: hidden;
	font-size: 11px;
}
.mainContentsWrap {
	margin-top: 25px;
}
.typeD #mainContents {
	float: left;
	width: 760px;
}
.articleBox ~ .articleBox {
	margin-top: 30px;
}
.articleBoxCalendarHead + .shopSeatSelectWrap {
	margin-top: 15px;
}
.articleBoxProfitCoupon {
	margin-bottom: 15px;
}
.articleBoxCalendarHeadInner,
.articleBoxProfitCouponInner {
	width: 700px;
	min-height: 36px;
	padding: 0px 10px 0px 50px;
	font-weight: bold;
}
.ttlCalendarHeadInner,
.ttlProfitCouponInner {
	display: table-cell;
	width: 191px;
	padding-top: 11px;
	background: none;
	vertical-align: top;
}
.ttlCalendarHeadInner > img,
.ttlProfitCouponInner > img {
	vertical-align: top;
}
.articleBoxCalendarHeadNote,
.articleBoxProfitCouponNote {
	display: table-cell;
	padding: 3px 0 1px 12px;
	font-size: 12px;
	vertical-align: middle;
}
.articleBoxCalendarHeadNote {
	position: relative;
	top: 1px;
	margin-left: 27px;
	line-height: 1.1;
}
.articleBoxProfitCouponNote {
	margin-left: 12px;
	line-height: 1.4;
}
.couponContentList {
	border: 4px solid #FFC375;
	border-radius: 4px;
}
.couponContentList > li + li {
	border-top: 1px dotted #FFC375;
}
.couponContentList > li > a {
	display: block;
	padding: 9px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.couponContentList > li > a:hover {
	background-color: #F8F8F8;
}
.couponContentUnder {
	margin-top: 10px;
}
.couponContentUnderBtn {
	float: right;
}
.balloon {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}
.balloonWrap {
	padding-left: 3px;
	background: url("/SYS/cmn/images/front_002/icn_request_balloon_before.png") no-repeat left top;
}
.balloonWrapSecond {
	padding-right: 7px;
	background: url("/SYS/cmn/images/front_002/icn_request_balloon_after.png") no-repeat right top;
}
.balloonWrapInner {
	padding: 3px 10px;
	border-top: 1px solid #FFC375;
	border-bottom: 1px solid #FFC375;
	font-size: 12px;
	color: #666666;
}
.balloonWrapInnerTicketNum {
	font-weight: bold;
	color: #FF9900;
}
.shopInfoResetDatePt9 {
	float: left;
}
.calendarWrap {
	position: relative;
}
.calendarContainer {
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 66px;
	margin: 0 auto;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.calendarConteinerInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 66px;
	background: #FFFFFF;
}
.vacantCalendarList {
	position: absolute;
	top: 0;
	width: 720px;
}
.vacantCalendarList.thisWeeks {
	left: 0;
}
.vacantCalendarList.thisWeeks > .last-child {
	border-right: 1px solid #CFCFCF;
}
.vacantCalendarList.nextWeeks {
	left: 720px;
}
.vacantCalendarList > li {
	float: left;
	width: 90px;
	text-align: center;
}
.vacantCalendarList > li * {
	cursor: pointer;
}
.vacantCalendarList > li + li {
	width: 89px;
	border-left: 1px solid #CFCFCF;
}
.vacantCalendarList > li > a {
	display: block;
	position: relative;
	height: 64px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.vacantCalendarList > li > p {
	position: relative;
	height: 64px;
	border: 1px solid #FFFFFF;
}
.vacantCalendarList > li > a > .calendarDaysTop,
.vacantCalendarList > li > p > .calendarDaysTop {
	height: 18px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.vacantCalendarList > li > a > .calendarDaysTop .dayOfTheWeek,
.vacantCalendarList > li > p > .calendarDaysTop .dayOfTheWeek {
	margin-left: 2px;
	font-size: 10px;
	font-weight: bold;
}
.vacantCalendarList > li > a > .calendarDaysMiddle,
.vacantCalendarList > li > p > .calendarDaysMiddle {
	height: 19px;
	font-size: 10px;
}
.vacantCalendarList > li > a > .calendarDaysBottom,
.vacantCalendarList > li > p > .calendarDaysBottom,
.vacantCalendarList > li > p > .calendarDaysBottomHoliday {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.vacantCalendarList > li > a > .calendarDaysBottom.calendarSymbol {
	font-size: 16px;
}
.vacantCalendarList > li > a > span,
.vacantCalendarList > li > p > span {
	display: block;
}
.vacantCalendarList > li > a {
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #EDEDED);
	background: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED', GradientType=0);
}
.vacantCalendarList > li > a:hover {
	background: #FEE6A3;
	background: linear-gradient(to bottom, #FEE6A3, #FEE3A7);
	background: -webkit-linear-gradient(top, #FEE6A3, #FEE3A7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE6A3', endColorstr='#FEE3A7', GradientType=0);
}
.vacantCalendarList > .sat > a {
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #D8F0FF);
	background: -webkit-linear-gradient(top, #FFFFFF, #D8F0FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D8F0FF', GradientType=0);
}
.vacantCalendarList > .sun > a {
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #FFE2DE);
	background: -webkit-linear-gradient(top, #FFFFFF, #FFE2DE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFE2DE', GradientType=0);
}
.vacantCalendarList > .dim > p {
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
}
.vacantCalendarList > li > a {
	color: #333333 !important;
}
.vacantCalendarList > li > p {
	color: #999999;
}
.vacantCalendarList > .sat > a > .calendarDaysTop,
.vacantCalendarList > .sat > a > .calendarDaysMiddle {
	color: #0066FF;
}
.vacantCalendarList > .sun > a > .calendarDaysTop,
.vacantCalendarList > .holiday > a > .calendarDaysTop {
	color: #E41A12;
}
.vacantCalendarList > .sun > a > .calendarDaysMiddle,
.vacantCalendarList > .holiday > a > .calendarDaysMiddle {
	color: #E41A12;
}
.vacantCalendarList > li > a > .calendarDaysBottom {
	font-weight: bold;
	color: #1470CC;
}
.vacantCalendarList > li > a:hover > .calendarDaysBottom {
	color: #1470CC;
	text-decoration: underline;
}
.vacantCalendarList > .dim * {
	cursor: default;
}
.vacantCalendarList > .dim > p {
	color: #999999 !important;
}
.calendarScrollLeft,
.calendarScrollRight {
	position: absolute;
	width: 20px;
	height: 68px;
	z-index: 200;
	cursor: pointer;
}
.calendarScrollLeft {
	top: 0;
	left: 0;
}
.calendarScrollRight {
	top: 0;
	right: 0;
}
.calendarScrollLeft .jscDisabled,
.calendarScrollRight .jscDisabled {
	cursor: default;
}
.calendarListInfo {
	display: table;
	margin: 5px 0 0 auto;
	text-align: right;
}
.calendarListInfo > li {
	display: table-cell;
	line-height: 1;
}
.calendarListInfo > li > span {
	margin-right: 2px;
	font-weight: bold;
	color: #1470CC;
}
.calendarListInfo > li > span:after {
	content: ":";
	display: inline-block;
	width: 4px;
}
.calendarListInfo > li > img {
	margin-right: 3px;
}
.calendarListInfo > li + li {
	padding-left: 8px;
}
.calendarListInfo > li > .dim {
	color: #999999;
}
.calendarBtnGroupRight {
	margin-top: 10px;
	text-align: right;
}
.calendarStockToday {
	margin-top: 4px;
	padding-left: 20px;
}
.calendarBalloonRight {
	display: inline-block;
	height: 23px;
	padding-right: 4px;
	background: url("/SYS/sokuyoyaku/images/icn/balloon_right.png") no-repeat right top;
	vertical-align: top;
}
.calendarBalloonInner {
	display: inline-block;
	background: url("/SYS/sokuyoyaku/images/icn/balloon_inner.png") repeat-x left center;
	height: 23px;
	padding-right: 5px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: top;
	color: #FFFFFF;
}
.shopSeatSelectWrap {
	padding-left: 40px;
	padding-right: 30px;
}
.shopSeatSelectTitle {
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.shopSeatSelectPullDownWrap {
	margin-top: 6px;
}
.shopSeatSelectVacancyBtn {
	float: right;
	cursor: pointer;
}
.shopSeatSelectList > li {
	position: relative;
	float: left;
	width: 160px;
}
.shopSeatSelectList > li:first-child {
	width: 200px;
}
.shopSeatSelectList > li + li {
	margin-left: 5px;
}
.shopSeatSelectBox {
	display: block;
	position: relative;
	border: 1px solid #DFDFDF;
}
.shopSeatSelectBox:hover {
	text-decoration: none;
}
.shopSeatSelectBox:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 5px;
	top: 17px;
	right: 8px;
	background: url("/SYS/cmn/images/front_002/ico_selectbox_arrow_gray.png") no-repeat left top;
}
.shopSeatSelectBox > span {
	display: block;
	overflow: hidden;
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 1;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shopSeatSelectCalendarIcon {
	padding-left: 34px;
	background: url("/SYS/cmn/images/front_002/ico_calendar.png") no-repeat 9px 11px;
}
.shopSeatSelectTimeIcon {
	padding-left: 32px;
	background: url("/SYS/cmn/images/front_002/ico_time.png") no-repeat 8px 11px;
}
.shopSeatSelectHumanIcon {
	padding-left: 32px;
	background: url("/SYS/cmn/images/front_002/ico_human.png") no-repeat 8px 11px;
}
.shopSeatSelectChildList {
	position: absolute;
	overflow-y: auto;
	top: 39px;
	left: 0px;
	width: 100%;
	max-height: 340px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.shopSeatSelectChildList > li {
	font-size: 12px;
	color: #9A9DA0;
}
.shopSeatSelectChildList > .disabled,
.shopSeatSelectChildList > .disabled.selected {
	background-color: #F4F4F4;
	cursor: default;
	pointer-events: none;
}
.shopSeatSelectChildList > .selected {
	background-color: #FFE5E4;
}
.shopSeatSelectChildList > li > span {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}
.shopSeatSelectChildList > li > span:hover {
	background-color: #FFE5E4;
	text-decoration: underline;
}
.shopSeatSelectResult {
	margin-top: 15px;
	padding-right: 13px;
	padding-left: 2px;
}
.shopSeatSelectResultStockMessage {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.shopSeatSelectResultStockDetail {
	margin-top: 10px;
}
.shopSeatSelectResultStockTime > li {
	display: table;
	float: left;
	width: 126px;
	height: 44px;
	text-align: center;
}
.shopSeatSelectResultStockTime > li + li {
	margin-left: 10px;
}
.shopSeatSelectResultStockTime > li > a,
.shopSeatSelectResultStockTime > li > span {
	display: table-cell;
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
.shopSeatSelectResultStockTime > li > a {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_btn.png");
}
.shopSeatSelectResultStockTime > li > a:hover {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_btn_on.png?1");
	color: #EDEDED;
}
.shopSeatSelectResultStockTime > li > a.reqTime {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_req_btn.png");
	color: #22A9DF;
}
.shopSeatSelectResultStockTime > li > a.reqTime:hover {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_req_btn_on.png");
}
.shopSeatSelectResultStockTime > li > span {
	background-image: url("/SYS/cmn/images/front_002/bg_time_list_btn_dim.png");
}
.shopSeatSelectResultStockNotes {
	margin-top: 12px;
	text-align: right;
}
.shopSeatSelectResultStockNotes > dt,
.shopSeatSelectResultStockNotes > dd {
	display: inline-block;
	line-height: 16px;
}
.shopSeatSelectResultStockNotes > dd {
	margin-left: 2px;
	color: #666666;
}
.shopSeatSelectResultStockNotes > dd ~ dt {
	margin-left: 16px;
}
.shopSeatSelectResultRequestBtn {
	margin-top: 6px;
	font-size: 12px;
	text-align: right;
}
.requestReserveBtn {
	font-size: 14px;
}
.shopSeatSelectResultStockTimeErrorMessage {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #FF0A0A;
}
.shopSeatSelectErrorMessage {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #FF0A0A;
}
.shopSeatSelectLoading {
	margin-top: 20px;
	text-align: center;
}
.sceneNav {
	margin-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.sceneNavPrivate,
.sceneNavParty {
	float: left;
}
.sceneNavParty {
	margin-left: 3px;
}
.sceneNavShopDetail {
	float: right;
}
.tabNav {
	padding-right: 10px;
	padding-left: 10px;
}
.tabNav > li {
	float: left;
}
.tabNav > li + li {
	margin-left: 3px;
}
#private {
	padding: 10px 19px 50px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
}
#private > *:first-child {
	margin-top: 0;
}
#private h4 {
	font-weight: bold;
}
.slideShow > a {
	display: block;
}
.columnPssA {
	float: left;
	margin-right: 10px;
}
.columnPssB {
	overflow: hidden;
}
.pickUpContents > .column3A {
	float: left;
}
.pickUpContents > .column3A + .column3A {
	margin-left: 10px;
}
.pickUpContents .photoSS > a {
	width: 98px;
	height: 98px;
}
.pickUpContents .photoSS > a > img {
	max-width: 98px;
	max-height: 98px;
}
.pickUpContents .columnPssB > h4 > span {
	font-weight: bold;
}
.pickUpContents .columnPssB > p {
	margin-top: 7px;
}
.messageArea {
	position: relative;
	width: 690px;
	margin-top: 40px;
}
.btFollow {
	position: absolute;
	top: 7px;
	right: 15px;
	margin: 0;
}
.messageWrap {
	margin-top: 5px;
	padding: 5px 10px;
}
.messageWrap > ol > li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #E0E0E0;
}
.twDate {
	margin-top: 3px;
	font-size: 10px;
}
.twDate > a {
	color: #666666;
}
.messageWrap > ul > li {
	text-align: right;
}
.messageArea > p {
	margin-top: 3px;
	font-size: 10px;
	text-align: right;
}
.vacantTitle {
	margin-top: 40px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.vacantTitleNotes {
	float: left;
	margin-top: 5px;
	font-size: 10px;
}
.vacantTime {
	float: right;
	margin-top: 5px;
	font-size: 10px;
}
.vacant {
	width: 100%;
	margin-top: 5px;
	font-size: 8px;
}
.vacant th {
	width: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.vacant .mo {
	width: 70px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.vacant td {
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.vacant .status {
	padding: 4px 0;
	font-size: 12px;
}
.vacantInfo,
.vacantAttention {
	line-height: 1.2;
}
.vacantInfo {
	margin-top: 7px;
	font-size: 10px;
}
.vacantInfo > dt,
.vacantInfo > dd {
	float: left;
}
.vacantInfo > dd + dt {
	margin-left: 10px;
}
.vacantAttention {
	margin-top: 5px;
	font-size: 10px;
}
.ownerRecommend {
	margin-top: 40px;
}
.ownerA {
	position: relative;
	float: left;
	width: 341px;
}
.shopInfoResetDatePt1 {
	position: absolute;
	top: 160px;
	font-size: 10px;
	color: #666666;
}
.ownerA > .inBox {
	margin-top: 20px;
	margin-left: 106px;
}
.ownerA > .inBox > p {
	margin-top: 5px;
}
.ownerB {
	float: right;
}
.photoLL > a {
	width: 368px;
	height: 368px;
}
.ownerRecommend + .locator {
	margin-top: 28px;
}
.column4B {
	float: left;
	width: 49%;
}
.column4B + .column4B {
	margin-left: 2%;
}
.photo {
	float: left;
	margin-right: 10px;
}
.photo a {
	width: 168px;
	height: 168px;
}
.text {
	overflow: hidden;
}
.text > p {
	margin-top: 5px;
}
.siblingA {
	margin-top: 40px;
}
.siblingA + .locator {
	margin-top: 17px;
}
.column5A {
	float: left;
	width: 122px;
}
.column5A + .column5A {
	margin-left: 22px;
}
.photoS > a {
	width: 120px;
	height: 120px;
}
.column5A > h4 {
	margin-top: 10px;
}
.column5A > h4 + p {
	margin-top: 13px;
}
.column5A > .price {
	margin-top: 5px;
}
.shopInfoResetDatePt8 {
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}
.sticking {
	margin-top: 33px;
}
.sticking .slideShow > a {
	width: 198px;
	height: 198px;
}
.sticking h4 + p {
	margin-top: 8px;
}
.checkArea,
.usualArea,
.couponArea {
	margin-top: 30px;
}
.checkArea > p:first-child,
.usualAreaInner > p:first-child,
.couponArea > p:first-child {
	float: left;
	margin-top: 6px;
}
.checkArea > .links,
.usualAreaInner > .links,
.couponArea > .links {
	float: left;
	margin-top: 5px;
}
.checkArea > .links > li,
.usualAreaInner > .links > li,
.couponArea > .links > li {
	display: inline;
	padding-left: 8px;
}
.checkArea > .links > li + li,
.usualAreaInner > .links > li + li,
.couponArea > .links > li + li {
	margin-left: 2px;
}
.checkArea > .links > li > a,
.usualAreaInner > .links > li > a,
.couponArea > .links > li > a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.checkArea > .btn,
.usualAreaInner > .btn,
.couponArea > .btn {
	float: right;
}
.usualAreaInner > p:first-child {
	font-weight: bold;
}
.couponArea > p:first-child {
	font-weight: bold;
}
.particularSituation {
	margin-top: 28px;
}
.senceB {
	float: right;
	width: 333px;
	padding-bottom: 17px;
}
.senceB > h3 {
	text-align: right;
}
.senceB > .icon {
	margin-top: 27px;
}
.senceB > .icon > li,
.text02 > .icon > li {
	display: inline;
}
.senceB > p {
	margin-top: 14px;
}
.senceA {
	float: left;
}
.particularSituation + .locator {
	margin-top: 28px;
}
.text02 {
	overflow: hidden;
}
.text02 > .icon + p {
	margin-top: 10px;
}
.seatsPhotoWrap {
	margin-top: 40px;
}
.photoExtra {
	margin-top: 17px;
}
.columnPlex {
	float: left;
	width: 240px;
}
.columnPlex > .photoL {
	margin-bottom: 5px;
}
.photoL > a {
	width: 238px;
	height: 238px;
}
.columnPlex > .place {
	float: left;
	margin: 0 10px 5px;
	font-weight: bold;
}
.columnPlex > .people {
	float: right;
	clear: none !important;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.columnPlex > .place + p,
.columnPlex > .people + p {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.photoExtra ~ .column5A {
	width: 120px;
	margin-top: 5px;
}
.photoExtra ~ .column5A + .column5A {
	margin-left: 25px;
}
.photoExtra ~ .column5A > .photoS {
	margin-bottom: 10px;
}
.photoExtra ~ .column5A > .photoS > a {
	width: 118px;
	height: 118px;
}
.photoExtra ~ .column5A .place {
	float: left;
	margin-top: 0;
	margin-bottom: 5px;
}
.photoExtra ~ .column5A .people {
	float: right;
	clear: none !important;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
.photoExtra ~ .column5A .place + p,
.photoExtra ~ .column5A .people + p {
	clear: both;
}
.facilitiesPhotoWrap > .column5A {
	width: 120px;
	margin-top: 17px;
}
.facilitiesPhotoWrap > .column5A + .column5A {
	margin-left: 25px;
}
.facilitiesPhotoWrap > .column5A > .photoS > a {
	width: 118px;
	height: 118px;
}
.facilitiesPhotoWrap > .column5A > .photoS + p {
	margin-top: 10px;
}
.hospitalityArea {
	margin-top: 28px;
}
.columnExA {
	float: left;
	width: 250px;
	margin-right: 43px;
}
.hospitalityArea .text {
	float: left;
	width: 218px;
	margin-top: 110px;
}
.hospitalityArea .text > p {
	margin-top: 10px;
}
.hospitalityArea .photo {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 0;
}
.hospitalityArea .photo a {
	width: 198px;
	height: 198px;
}
.firstLocator > .columnExB {
	overflow: hidden;
}
.firstLocator .text {
	margin-right: 7px;
}
.firstLocator .text > h4 {
	text-align: right;
}
.secondLocator {
	margin-top: 10px;
	margin-left: 260px;
}
.secondLocator .text {
	margin-left: 17px;
}
.shopInfoDetail {
	margin-top: 10px;
	padding-left: 10px;
}
.shopInfoDetail + .shopInfoDetail {
	margin-top: 20px;
}
.shopInfoDetail > h3,
.recommendMenuReportTitle {
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.shopInfoDetail > h3:before,
.recommendMenuReportTitle:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 17px;
}
.shopInfoUpdateDate {
	text-align: right;
	margin-top: 5px;
}
.shopInfoUpdateDate + .shopInfoDetail {
	margin-top: 5px;
}
.shopInner .links > li > a {
	font-size: 12px;
}
.shopInner > h2 + .links {
	margin-top: 10px;
	padding-left: 10px;
}
.infoTable {
	margin-top: 10px;
}
.tdu > a {
	font-weight: bold;
	text-decoration: underline;
}
.tdu > a:hover {
	text-decoration: none;
}
.shopInfoDetail > .cardNotes {
	margin-top: 10px;
}
.shopInfoDetail > .cardNotes + p {
	margin-top: 3px;
}
.topShopInfo > dt {
	background: #F0F0EE;
}
.ttlFeature {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_feature.png");
}
.ttlAccess {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_access.png");
}
.ttlShopHour {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_business_hours.png");
}
.ttlReserve {
	background-image: url("/SYS/cmn/images/front_002/icn_shop_reserve_s.png");
}
.articleBoxCalendarHead,
.articleBoxProfitCoupon {
	background: #F0F0EE;
	border-radius: 4px;
}
.articleBoxCalendarHeadInner {
	background: url("/SYS/cmn/images/front_002/icn_shop_reserve.png") no-repeat left top;
}
.articleBoxProfitCouponInner {
	background: url("/SYS/cmn/images/front_002/icn_shop_coupon.png") no-repeat left top;
}
.sceneNav {
	border-bottom: 1px solid #CCCCCC;
	background: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
}
.sceneNavPrivate,
.sceneNavParty {
	position: relative;
	top: 1px;
}
.sceneNavShopDetail {
	position: relative;
	top: 1px;
}
.tabNav {
	border-top: 1px solid #CCCCCC;
	background: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
	background: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0);
}
.tabNav > li {
	position: relative;
	top: -1px;
}
.slideShow {
	background-image: url("/SYS/cmn/images/common/icon_zoom.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border: solid 1px #ECECEC;
	text-align: center;
}
.pickUpArea {
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_pickUp_body.gif") repeat-y left top;
}
.pickUpContents {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_pickUp_bottom.gif") no-repeat left bottom;
}
.pickUpContents > .column3A {
	width: 225px;
}
.columnPssA > .slideShow {
	background-color: #FFFFFF;
}
.messageArea {
	padding: 10px 15px 3px;
	background: #DDEEF6;
}
.messageWrap {
	background: #FFFFFF;
}
.vacantTitle {
	border-left: 5px solid #D4D2CD;
}
.vacant {
	background: #F0EDE8;
	border: 3px solid #DFD8CE;
}
.vacant th {
	border: 1px solid #DFD8CE;
	color: #666666;
}
.vacant .mo {
	border-right: 2px solid #DFD8CE;
}
.vacant td {
	border: 1px solid #DFD9CF;
}
.vacant .status {
	background: #FFFFFF;
	border-bottom: 3px solid #DFD8CE;
}
.bdBTbl02 {
	border-bottom: 2px solid #DFD8CE !important;
}
.bdBTbl03 {
	border-bottom: 3px solid #DFD8CE !important;
}
.fgLGrayCal {
	color: #BABABA;
}
.fgBlueCal {
	color: #94B2BE;
}
.fgRedCal {
	color: #C3A1A1;
}
.bgGrayCal {
	background: #F4F3F1 !important;
}
.bgBlueCal {
	background: #D7F1FE !important;
}
.bgRedCal {
	background: #FCE6E7 !important;
}
.bgDGrayCal {
	background: #DFD8CE !important;
}
.vacantAttention {
	color: #BC2225;
}
.shopInfoResetDatePt1 {
	left: 25px;
}
.shopInfoResetDatePt8 {
	color: #666666;
}
.sticking > .locator {
	padding: 3px 15px 13px;
	border-right: 1px solid #D6D5D1;
	border-bottom: 1px solid #D6D5D1;
	border-left: 1px solid #D6D5D1;
	background: #F4F2EE;
}
.checkArea {
	padding: 6px 5px 6px 52px;
	border: 1px solid #CFCFCF;
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_check.jpg") no-repeat left top;
}
.checkArea > .links,
.usualAreaInner > .links,
.couponArea > .links {
	margin-left: 19px;
}
.usualArea {
	padding: 5px 5px 5px 19px;
	border-top: 1px dotted #D4D4D4;
	border-bottom: 1px dotted #D4D4D4;
}
.usualAreaInner > p:first-child {
	background: url("/SYS/cmn/images/common/shop/bg_shoptop_exclamation_mark.gif") no-repeat left center;
	padding-left: 32px;
}
.couponArea {
	padding: 6px 5px 5px 52px;
	background-image: url("/SYS/cmn/images/common/shop/bg_shoptop_check_coupon.gif");
}
.facilitiesPhotoWrap {
	margin-top: 15px;
}
.shopInner {
	padding: 40px 20px 10px;
}
.shopInfoDetail > h3:before,
.recommendMenuReportTitle:before {
	background: #D4D2CD;
}
.shopInfoCancelList > li {
	word-break: break-word;
}
/* 姉妹店リンク */
ul.links > li.headShop {
	margin-bottom: 1em;
	background-position: -5px 3px;
}
ul.links > li.headShop span.headShop {
	font-size: 14px;
	font-weight: bold;
}
ul.links + ul.linkRel {
	margin-top: 10px;
}
ul.linkRel {
	text-align: right;
}
ul.linkRel a {
	padding-left: 13px;
	background: url(/SYS/cmn/images/common/mark_links.gif) 0 50% no-repeat;
	font-size: 12px;
}
#TB_window.TB_window_postReport,
#TB_window.TB_window_addList {
	border: none;
	background-color: transparent;
}
.TB_window_postReport .addListPopupTop,
.TB_window_addList .addListPopupTop {
	background: url(/SYS/cmn/images/front_002/bg_addlist_popup_top.png) no-repeat 0 0;
	padding-top: 6px;
	margin: 0 3px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.TB_window_postReport .addListPopupBottom,
.TB_window_addList .addListPopupBottom {
	background: url(/SYS/cmn/images/front_002/bg_addlist_popup_bottom.png) no-repeat 0 bottom;
	background-color: rgba(0, 0, 0, 0.2);
	padding-bottom: 6px;
}
.TB_window_postReport .addListPopupInner,
.TB_window_addList .addListPopupInner {
	position: relative;
	border-right: 3px solid #A3A8AF;
	border-left: 3px solid #A3A8AF;
}
.TB_window_postReport .addListHeaderWrapper,
.TB_window_addList .addListHeaderWrapper {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px 14px;
	background: #EFEFED;
}
.TB_window_postReport .addListHeader,
.TB_window_addList .addListHeader {
	font-size: 16px;
	font-weight: bold;
}
.TB_window_postReport .addListContent,
.TB_window_addList .addListContent {
	background-color: #FFFFFF;
	padding: 0 12px 0 10px;
}
.TB_window_postReport .addListContentTextWrapper,
.TB_window_addList .addListContentTextWrapper {
	padding: 9px 0 9px 3px;
}
.TB_window_postReport .addListContentText,
.TB_window_addList .addListContentText {
	font-size: 14px;
	color: #D2232A;
	line-height: 20px;
	margin-left: 8px;
}
.TB_window_postReport .addListContentList > li,
.TB_window_addList .addListContentList > li {
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
}
.TB_window_postReport .addListContentListReg,
.TB_window_addList .addListContentListReg {
	padding: 10px 2px 11px 4px;
}
.TB_window_postReport .addListContentListLogin,
.TB_window_addList .addListContentListLogin {
	padding: 10px 2px 5px 4px;
}
.TB_window_postReport #TB_ajaxContent p,
.TB_window_addList #TB_ajaxContent p {
	padding: 0;
}
.TB_window_postReport .fl,
.TB_window_addList .fl {
	float: left;
}
.TB_window_postReport .fr,
.TB_window_addList .fr {
	float: right;
}
.TB_window_postReport .mT2,
.TB_window_addList .mT2 {
	margin-top: 2px;
}
.TB_window_postReport .closeBtn,
.TB_window_addList .closeBtn {
	position: absolute;
	right: 2px;
	bottom: -32px;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.airWaitDisplay {
	border: 3px solid #B3D7E6;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333333;
	height: 70px;
	position: relative;
	padding: 0 200px 0 10px;
}
.airWaitDetail {
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
.airWaitDetail > dt {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 130px;
}
.airWaitDetail > dd {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.airWaitLatency {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.airWaitLatency + .airWaitLatency {
	margin-left: 30px;
}
.airWaitJustification {
	font-size: 40px;
	padding: 0 5px;
}
.airWaitTxt {
	font-size: 13px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.airWaitLink {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 180px;
}
.airWaitNotes {
	color: #999999;
	font-size: 10px;
	margin-top: 2px;
	text-align: right;
}
.airWaitWrap + .articleWrap {
	padding-top: 30px;
}
.updateDateText {
	color: #666666;
}
.inputReserveConditionModal {
	position: fixed;
	top: 5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 770px;
	height: 90%;
	min-height: 550px;
	max-height: 624px;
	z-index: 5000;
	background: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
}
.inputReserveConditionModal a {
	cursor: pointer;
}
.inputReserveConditionModal > .modalBody {
	width: inherit;
	position: relative;
	height: 100%;
}
.inputReserveConditionModal > .modalBody > .header {
	position: relative;
	padding: 15px 10px 15px 0;
	box-sizing: border-box;
	border-bottom: #CCCCCC solid 1px;
	overflow: hidden;
}
.inputReserveConditionModal > .modalBody > .header .storeName {
	display: inline-block;
	border-left: 4px solid #999999;
	padding-left: 15px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	max-width: 581px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}
.inputReserveConditionModal > .modalBody > .header .storeText {
	display: inline-block;
	padding-left: 4px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: bottom;
}
.inputReserveConditionModal > .modalBody .conditionsContentWrap {
	height: calc(100% - 47px - 85px);
	position: relative;
	margin-right: 4px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.inputReserveConditionModal > .modalBody .conditionsContentWrap > .overlay {
	top: 120px;
	bottom: 30px;
}
.inputReserveConditionModal > .modalBody .conditionsContentWrap.opened {
	height: calc(100% - 47px);
}
.inputReserveConditionModal > .modalBody .conditionsContentWrap.opened > .overlay {
	bottom: 85px;
}
.inputReserveConditionModal > .modalBody .conditionsContentWrap::-webkit-scrollbar {
	width: 8px;
	background: none;
}
.inputReserveConditionModal > .modalBody .conditionsContentWrap::-webkit-scrollbar-thumb {
	background: #C1C1C1;
	border-radius: 5px;
}
.inputReserveConditionModal > .modalBody .conditionsContent {
	margin-right: 4px;
	padding: 25px 20px 30px;
}
.inputReserveConditionModal > .modalBody .footer {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 85px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background-color: #FFFFFF;
	z-index: 1100;
}
.inputReserveConditionModal .closeButtonWrap {
	position: absolute;
	top: 16px;
	right: 16px;
	background: url("/SYS/cmn/images/front_002/icn_modal_close_on.png");
}
.inputReserveConditionModal .closeButton {
	display: block;
	width: 13px;
	height: 13px;
	background: url("/SYS/cmn/images/front_002/icn_modal_close.png");
}
.inputReserveConditionModal .closeButton:hover {
	background: none;
}
.inputReserveConditionModal .errorText {
	color: #E83A24;
	font-size: 14px;
	font-weight: bold;
	white-space: pre-wrap;
}
.inputReserveConditionModal .errorSubText {
	margin-top: 3px;
	color: #787878;
	font-size: 12px;
}
.inputReserveConditionModal .errorModal {
	display: block;
	position: absolute;
	top: 33%;
	right: 0;
	left: 0;
	width: 364px;
	margin: auto;
	padding: 20px;
	border: #BBBBBB solid 1px;
	background: #FFFFFF;
	color: #787878;
	font-size: 12px;
	text-align: center;
	z-index: 2000;
}
.inputReserveConditionModal .errorModal > .telephone {
	margin-top: 15px;
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
}
.inputReserveConditionModal .errorModal > .telephone:before {
	display: inline-block;
	width: 11px;
	height: 16px;
	padding-right: 3px;
	background-image: url("/SYS/cmn/images/front_002/icn_tel_handset_gray.png");
	background-repeat: no-repeat;
	vertical-align: baseline;
	content: "";
}
.inputReserveConditionModal .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	background: #FFF;
	opacity: 0.7;
	z-index: 1000;
}
.inputReserveConditionModal .errorBtn {
	margin-top: 20px;
}
.inputReserveConditionModal .errorBtn > a {
	display: block;
	width: 202px;
	height: 50px;
	line-height: 50px;
	/* autoprefixer: off */
	background: -ms-linear-gradient(top, #FEFEFE, #EDEDED);
	/* autoprefixer: on */
	background: -webkit-linear-gradient(top, #FEFEFE, #EDEDED);
	background: linear-gradient(top, #FEFEFE, #EDEDED);
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 1px 0px #FFFFFF inset;
	color: #4E4E4E;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 0 auto;
}
.inputReserveConditionModal .errorBtn > a:hover {
	/* autoprefixer: off */
	background: -ms-linear-gradient(top, #EDEDED, #E7E7E7);
	/* autoprefixer: on */
	background: -webkit-linear-gradient(top, #EDEDED, #E7E7E7);
	background: linear-gradient(top, #EDEDED, #E7E7E7);
}
.inputReserveConditionModal .errorBtn .btnCloseReserveModal {
	width: 202px;
}
.inputReserveConditionModal .errorBtn .btnOk {
	width: 100px;
}
.inputReserveConditionModal .conditionsContent {
	/**** calendar ****//**** course ****/
}
.inputReserveConditionModal .conditionsContent > .selectOfPerson,
.inputReserveConditionModal .conditionsContent > .selectOfDate,
.inputReserveConditionModal .conditionsContent > .selectOfTime,
.inputReserveConditionModal .conditionsContent > .selectOfCourse,
.inputReserveConditionModal .conditionsContent > .selectOfSeat {
	display: table;
	width: 100%;
	margin-top: 25px;
}
.inputReserveConditionModal .conditionsContent > .selectOfCourse .sectionHeading,
.inputReserveConditionModal .conditionsContent > .selectOfSeat .sectionHeading {
	padding-top: 20px;
	vertical-align: top;
}
.inputReserveConditionModal .conditionsContent > .selectOfPerson {
	margin-top: 0;
}
.inputReserveConditionModal .conditionsContent .selectOfDate .pulldownSelectContent {
	overflow-x: hidden;
}
.inputReserveConditionModal .conditionsContent .selectOfPerson .pulldownHead,
.inputReserveConditionModal .conditionsContent .selectOfTime .pulldownHead {
	border-bottom: 1px dotted #E0E0E0;
}
.inputReserveConditionModal .conditionsContent .selectOfPerson .pulldownSelectContent,
.inputReserveConditionModal .conditionsContent .selectOfTime .pulldownSelectContent {
	padding-right: 0;
}
.inputReserveConditionModal .conditionsContent .selectOfPerson .pulldownSelectList,
.inputReserveConditionModal .conditionsContent .selectOfTime .pulldownSelectList {
	max-height: 341px;
	overflow-y: scroll;
}
.inputReserveConditionModal .conditionsContent .selectOfPerson .pulldownSelectList::-webkit-scrollbar,
.inputReserveConditionModal .conditionsContent .selectOfTime .pulldownSelectList::-webkit-scrollbar {
	width: 5px;
	background: none;
}
.inputReserveConditionModal .conditionsContent .selectOfPerson .pulldownSelectList::-webkit-scrollbar-thumb,
.inputReserveConditionModal .conditionsContent .selectOfTime .pulldownSelectList::-webkit-scrollbar-thumb {
	background: #D8D8D8;
	border-radius: 5px;
}
.inputReserveConditionModal .conditionsContent .selectOfSeat {
	position: relative;
}
.inputReserveConditionModal .conditionsContent .sectionHeading,
.inputReserveConditionModal .conditionsContent .sectionContent {
	position: relative;
	display: table-cell;
}
.inputReserveConditionModal .conditionsContent .sectionHeading {
	width: 40px;
	padding-right: 30px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .pulldownCurrentState {
	position: relative;
	padding: 6px 27px 6px 14px;
	border: #CCCCCC solid 1px;
	border-radius: 4px;
}
.inputReserveConditionModal .conditionsContent .pulldownCurrentState > .defaultText {
	font-size: 14px;
}
.inputReserveConditionModal .conditionsContent .pulldownCurrentState > .statusValue {
	color: #333333;
	font-size: 14px;
}
.inputReserveConditionModal .conditionsContent .pulldownCurrentState.active {
	cursor: pointer;
}
.inputReserveConditionModal .conditionsContent .pulldownCurrentState.error {
	border-color: #E73820;
}
.inputReserveConditionModal .conditionsContent .alertParagraph {
	margin-top: 5px;
	color: #E73820;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .pulldownArrow {
	display: block;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 22px;
}
.inputReserveConditionModal .conditionsContent .pulldownArrow:after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	margin-bottom: 3px;
	transform: rotate(135deg);
	display: block;
	position: absolute;
}
.inputReserveConditionModal .conditionsContent .pulldownSelectContent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 8px;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	z-index: 6000;
}
.inputReserveConditionModal .conditionsContent .pulldownHead {
	padding: 6px 27px 5px 14px;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}
.inputReserveConditionModal .conditionsContent .pulldownHead .pulldownArrow:after {
	transform: rotate(-45deg);
}
.inputReserveConditionModal .conditionsContent .pulldownSelectList > li > a {
	display: block;
	padding: 10px 0 10px 14px;
	line-height: 1.1;
	font-size: 14px;
	color: #333333;
}
.inputReserveConditionModal .conditionsContent .pulldownSelectList > li > a:hover {
	background-color: #F1F1F1;
	text-decoration: none;
}
.inputReserveConditionModal .conditionsContent .variableSelectCurrentState {
	padding: 15px;
	border: #E0E0E0 solid 1px;
	font-size: 14px;
	box-sizing: border-box;
}
.inputReserveConditionModal .conditionsContent .variableSelectCurrentState.open {
	border-bottom: none;
}
.inputReserveConditionModal .conditionsContent .variableSelectCurrentState.open > .seatDetail {
	border-bottom: 0;
}
.inputReserveConditionModal .conditionsContent .variableSelectCurrentState.error:not(.open) {
	border-color: #E73820;
}
.inputReserveConditionModal .conditionsContent .variableSelectCurrentState > .defaultText {
	font-size: 14px;
}
.inputReserveConditionModal .conditionsContent .variableSelectCurrentState .courseDetailWrap {
	margin: 0;
}
.inputReserveConditionModal .conditionsContent .variableSelectContentiWrap.disable {
	display: none;
}
.inputReserveConditionModal .conditionsContent .variableSelectContent {
	border: #E0E0E0 solid 1px;
	border-top: 0;
}
.inputReserveConditionModal .conditionsContent .variableSelectList .variableSelectCurrentState {
	border: 0;
}
.inputReserveConditionModal .conditionsContent .variableSelectList > li > .courseDetailWrap,
.inputReserveConditionModal .conditionsContent .variableSelectList > li > .seatDetailWrap {
	margin: 0;
	padding: 0 15px 15px;
}
.inputReserveConditionModal .conditionsContent .variableSelectList > li > .courseDetailWrap > .courseDetail,
.inputReserveConditionModal .conditionsContent .variableSelectList > li > .courseDetailWrap > .seatDetail,
.inputReserveConditionModal .conditionsContent .variableSelectList > li > .seatDetailWrap > .courseDetail,
.inputReserveConditionModal .conditionsContent .variableSelectList > li > .seatDetailWrap > .seatDetail {
	padding-top: 15px;
	border-top: #E0E0E0 dotted 1px;
}
.inputReserveConditionModal .conditionsContent .loading {
	padding: 15px;
	text-align: center;
}
.inputReserveConditionModal .conditionsContent .toggleCalendar {
	width: 100%;
	height: 12px;
}
.inputReserveConditionModal .conditionsContent .toggleCalendar > li {
	position: absolute;
	top: 13px;
}
.inputReserveConditionModal .conditionsContent .toggleCalendar > .prev {
	left: 18px;
}
.inputReserveConditionModal .conditionsContent .toggleCalendar > .prev > .arrow:after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	margin-bottom: 3px;
	transform: rotate(225deg);
	display: block;
	margin-top: -3px;
}
.inputReserveConditionModal .conditionsContent .toggleCalendar > .next {
	right: 18px;
}
.inputReserveConditionModal .conditionsContent .toggleCalendar > .next > .arrow:before {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
}
.inputReserveConditionModal .conditionsContent .subCurrentStateBody {
	position: relative;
	padding: 8px 15px 0;
	border-top: 1px dotted #E0E0E0;
	z-index: -2;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendarList {
	z-index: -1;
	position: relative;
	left: -19px;
	margin-top: -15px;
	white-space: nowrap;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendarList li {
	display: inline-block;
	width: 47%;
	margin-left: 36px;
	vertical-align: top;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendarList li:first-child {
	margin-left: 20px;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendarList li.enabled {
	display: block;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendarList li.disabled {
	display: none;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendarList li.disabled + li {
	margin-left: 20px !important;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar {
	margin: 0 auto;
	width: 100%;
	border: none;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .yearMonth {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .day {
	border: 1px solid #F0F0EE;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .day th {
	height: 20px;
	padding: 0;
	border: none;
	background: #F0F0EE;
	vertical-align: middle;
	text-align: center;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	box-sizing: border-box;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .day th:nth-child(7n) {
	color: #FF669C;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .day th:nth-child(6n) {
	color: #24B3FF;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date a.dayWrap {
	display: block;
	color: #666666;
	text-decoration: none;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date a.dayWrap.current,
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date a.dayWrap:hover {
	background-color: #FFF5EE;
	border: 2px solid #FFD2B3;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date a.dayWrap.current .enabled,
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date a.dayWrap:hover .enabled {
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date a.dayWrap:hover .mark {
	text-decoration: underline;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date td {
	height: 41px;
	width: 40px;
	padding: 0;
	border: 1px dotted #E0E0E0;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date td span {
	color: #C7C7CC;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date td span > .mark {
	color: #C7C7CC;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date td:nth-child(7n) a,
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date td.holiday a {
	color: #FF669C;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date td:nth-child(6n) a {
	color: #24B3FF;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date .enabled {
	height: 36px;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date .mark {
	display: block;
	color: #1470CC;
	font-size: 12px;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date .mark.icon {
	font-size: 16px;
	line-height: 1.2;
}
.inputReserveConditionModal .conditionsContent .selectOfDateCalendar .date .status {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 3px;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .calendarIcon:before {
	position: absolute;
	top: 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("/SYS/cmn/images/front_002/icn_open_calender_gray.png");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	content: "";
}
.inputReserveConditionModal .conditionsContent .calendarIcon > .statusValue {
	margin-left: 24px;
}
.inputReserveConditionModal .conditionsContent .legendWrap {
	margin-top: 10px;
	padding: 0 15px;
}
.inputReserveConditionModal .conditionsContent .legendList {
	display: table;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .legendList > li {
	display: table-cell;
	font-size: 0;
}
.inputReserveConditionModal .conditionsContent .legendList > li .mark {
	color: #1470CC;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .legendList > li .mark.icon {
	font-size: 12px;
}
.inputReserveConditionModal .conditionsContent .legendList > li + li {
	padding-left: 10px;
}
.inputReserveConditionModal .conditionsContent .legendList > li .noReserve {
	color: #C7C7CC;
}
.inputReserveConditionModal .conditionsContent .desc {
	color: #666666;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .courseDetail,
.inputReserveConditionModal .conditionsContent .seatDetail {
	display: table;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
}
.inputReserveConditionModal .conditionsContent .courseDetail > div + div,
.inputReserveConditionModal .conditionsContent .seatDetail > div + div {
	padding-left: 10px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .photo,
.inputReserveConditionModal .conditionsContent .seatDetail > .photo {
	position: relative;
	display: table-cell;
	float: none;
	width: 100px;
	height: 100px;
	vertical-align: top;
	overflow: hidden;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .photo > .photoFrame,
.inputReserveConditionModal .conditionsContent .seatDetail > .photo > .photoFrame {
	height: 100px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .photo > .photoFrame > img,
.inputReserveConditionModal .conditionsContent .seatDetail > .photo > .photoFrame > img {
	position: absolute;
	top: 50px;
	left: 50%;
	max-width: 98px;
	/* autoprefixer: off */
	-ms-transform: translate(-50%, -50%);
	/* autoprefixer: on */
	    transform: translate(-50%, -50%);
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info,
.inputReserveConditionModal .conditionsContent .seatDetail > .info {
	display: table-cell;
	vertical-align: middle;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .optionIcons,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .optionIcons {
	display: table;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .optionIcons > li,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .optionIcons > li {
	display: table-cell;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .optionIcons > li + li,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .optionIcons > li + li {
	padding-left: 5px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .optionIcons + .title,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .optionIcons + .title {
	margin-top: 7px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .title,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .title > .name,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .name {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button,
.inputReserveConditionModal .conditionsContent .seatDetail > .button {
	display: table-cell;
	vertical-align: middle;
	width: 128px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > a,
.inputReserveConditionModal .conditionsContent .courseDetail > .button > .offButton,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > a,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > .offButton {
	display: block;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	box-sizing: border-box;
	color: #4E4E4E;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > a,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > a {
	/* autoprefixer: off */
	background: -ms-linear-gradient(top, #FEFEFE, #EDEDED);
	/* autoprefixer: on */
	background: -webkit-linear-gradient(top, #FEFEFE, #EDEDED);
	background: linear-gradient(top, #FEFEFE, #EDEDED);
	box-shadow: 0px 0px 1px 0px #FFFFFF inset;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > a .btnArrow,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > a .btnArrow {
	display: inline-block;
	height: 10px;
	position: relative;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > a .btnArrow:after,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > a .btnArrow:after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	right: -26px;
	margin-bottom: 3px;
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	transform: rotate(135deg);
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > a:hover,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > a:hover {
	/* autoprefixer: off */
	background: -ms-linear-gradient(top, #EDEDED, #E7E7E7);
	/* autoprefixer: on */
	background: -webkit-linear-gradient(top, #EDEDED, #E7E7E7);
	background: linear-gradient(top, #EDEDED, #E7E7E7);
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > .offButton,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > .offButton {
	background: #DEDEDE;
	color: #9C9C9C;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > .selectedButtun,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > .selectedButtun {
	border: 1px solid #1470CC;
	color: #1470CC;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .button > .selectedButtun .btnArrow:after,
.inputReserveConditionModal .conditionsContent .seatDetail > .button > .selectedButtun .btnArrow:after {
	border-right: solid 2px #1470CC;
	border-top: solid 2px #1470CC;
	right: -26px;
	top: 4px;
	transform: rotate(-45deg);
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price {
	font-size: 0;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .useCoupon,
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .priceNote {
	color: #666666;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .priceNote {
	display: inline-block;
	max-width: 100%;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .useCoupon + .value {
	padding-left: 5px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .value {
	color: #E73820;
	font-size: 18px;
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .tax {
	color: #E73820;
	font-size: 10px;
	margin-left: -5px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .tax:not(:last-child) {
	padding-right: 5px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .unit {
	color: #E73820;
	font-size: 12px;
}
.inputReserveConditionModal .conditionsContent .courseDetail > .info > .price > .unit:not(:last-child) {
	padding-right: 5px;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title {
	display: table;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .name {
	display: table-cell;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .name + .cigarette {
	padding-left: 5px;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette {
	display: table-cell;
	font-size: 14px;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette > .smoking,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette > .nonsmoking {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding-right: 2px;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette > .smoking:before,
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette > .nonsmoking:before {
	position: absolute;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	content: "";
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette > .smoking:before {
	background-image: url("/SYS/cmn/images/front_002/icn_smoking_16.png");
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .title > .cigarette > .nonsmoking:before {
	background-image: url("/SYS/cmn/images/front_002/icn_nonsmoking_16.png");
}
.inputReserveConditionModal .conditionsContent .seatDetail > .info > .caption {
	margin-top: 5px;
	color: #666666;
	font-size: 10px;
}
.inputReserveConditionModal .conditionsContent .seatDetail > .capacity {
	display: table-cell;
	vertical-align: middle;
	width: 48px;
	color: #333333;
	font-size: 14px;
}
.inputReserveConditionModal .conditionsContent .courseDetailTrigger {
	margin-top: 3px;
	font-size: 14px;
}
.inputReserveConditionModal .conditionsContent .courseDetailTrigger > a {
	color: #1470CC;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	padding-right: 19px;
}
.inputReserveConditionModal .conditionsContent .courseDetailTrigger > a:after {
	background-color: transparent;
	border-right: solid 1px #1470CC;
	border-top: solid 1px #1470CC;
	content: "";
	top: 0px;
	right: 2px;
	height: 7px;
	width: 7px;
	margin-bottom: 3px;
	transform: rotate(135deg);
	display: block;
	position: absolute;
}
.inputReserveConditionModal .conditionsContent .courseDetailTrigger.open > a:after {
	transform: rotate(-45deg);
	top: 5px;
}
.inputReserveConditionModal .conditionsContent .moreInfo {
	margin-top: 10px;
	margin-right: 138px;
	padding: 10px;
	background-color: #FEF9F4;
}
.inputReserveConditionModal .conditionsContent .moreInfo.withPhoto {
	margin-left: 110px;
}
.inputReserveConditionModal .conditionsContent .moreInfo .courseCondition {
	color: #666666;
	font-size: 10px;
	white-space: pre-wrap;
}
.inputReserveConditionModal .conditionsContent .moreInfo .courseCondition + .courseDetailHeading {
	margin-top: 8px;
}
.inputReserveConditionModal .conditionsContent .moreInfo .courseDetailHeading {
	margin-top: 10px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}
.inputReserveConditionModal .conditionsContent .moreInfo .courseDetailInformation {
	color: #333333;
	font-size: 12px;
	white-space: pre-wrap;
}
.inputReserveConditionModal .conditionsContent .moreInfo .courseAnnotation {
	color: #666666;
	font-size: 10px;
	white-space: pre-wrap;
}
.inputReserveConditionModal .conditionsContent .moreInfo .courseAnnotation:not(:first-child) {
	margin-top: 10px;
}
.inputReserveConditionModal .conditionsContent .moreInfo .linkCourseDetail {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}
.inputReserveConditionModal .conditionsContent .moreInfo:empty {
	height: 33px;
	background-image: url("/SYS/cmn/images/front_002/img_loading_100x100_red.gif");
	background-repeat: no-repeat;
	background-size: 34px 33px;
	background-position: center;
}
.inputReserveConditionModal .conditionsContent .blankLinkIcon {
	position: relative;
	padding-right: 14px;
}
.inputReserveConditionModal .conditionsContent .blankLinkIcon:after {
	position: absolute;
	top: 1px;
	right: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(/SYS/cmn/images/front_002/icn_window_blue_large.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	content: "";
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent {
	display: table;
	width: 100%;
	padding: 20px 35px 20px 20px;
	box-sizing: border-box;
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .conditionInfo,
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton {
	display: table-cell;
	vertical-align: middle;
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton {
	width: 202px;
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton > a,
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton > .offButton {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	text-align: center;
	box-sizing: border-box;
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton > a {
	/* autoprefixer: off */
	background: -ms-linear-gradient(top, #34B6EB, #20A7DE);
	/* autoprefixer: on */
	background: -webkit-linear-gradient(top, #34B6EB, #20A7DE);
	background: linear-gradient(top, #34B6EB, #20A7DE);
	border: 1px solid #12A1C5;
	box-shadow: 0px 0px 1px 1px #00C1F2 inset;
	color: #FFFFFF;
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton > a:hover {
	/* autoprefixer: off */
	background: -ms-linear-gradient(top, #22AEE6, #0A92CC);
	/* autoprefixer: on */
	background: -webkit-linear-gradient(top, #22AEE6, #0A92CC);
	background: linear-gradient(top, #22AEE6, #0A92CC);
}
.inputReserveConditionModal > .modalBody > .footer > .reservebleContent > .submitButton > .offButton {
	background: #DEDEDE;
	border: 1px solid #CCCCCC;
	color: #9C9C9C;
}
.inputReserveConditionModal > .modalBody > .footer .conditionState {
	color: #1AC94B;
	font-size: 14px;
	font-weight: bold;
}
.inputReserveConditionModal > .modalBody > .footer .conditionState.failure {
	color: #E73820;
}
.inputReserveConditionModal > .modalBody > .footer .caption {
	margin-top: 5px;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.inputReserveConditionModal > .modalBody > .footer .checkIcon {
	position: relative;
	padding-left: 22px;
}
.inputReserveConditionModal > .modalBody > .footer .checkIcon:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url("/SYS/cmn/images/front_002/icn_green_check.png");
	background-repeat: no-repeat;
	background-size: 17px 17px;
	content: "";
}
.inputReserveConditionModalOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333333;
	opacity: 0.7;
	z-index: 1000;
}
/* [EOF] */
