@charset "utf-8";

/* NES更新履歴(特筆事項のみ)
  20140830 デザイン会社からもらったタグがsheetとなっていたものを全てseatに変換。
  20140902 #yourSeat_footer .iconimage を追加
*/

/* reset */
*{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body{
	margin: 0;
	padding: 0;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
ul li, ol li{
	list-style: none;
}
table{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
caption{
	text-align: left;
}
table,pre,code,select,textarea,kbd,var,ins,del,samp{font-size: 100%;}
address,cite,dfn,em,strong,var,th,ins,del,samp{
	font-weight: normal;
	font-style: normal;
}

img{vertical-align: bottom;}
a img{border: 0;}
hr.separation{display: none;}
fieldset{border: none;}
header,section,nav,aside,footer,article{display: block;
}
p{
	line-height:1.5;
}
input[type="checkbox"] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-right:0.5em;
}
input[type="radio"] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-right:0.5em;
}

/* initialize */
body{
/*	-webkit-text-size-adjust: none;*/
	-ms-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}
a{
	color: #418CD0;
	-webkit-tap-highlight-color: rgba(102,204,255,0.5);
}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}

.red{color:#FD4D13;}
.blue{color:#498FD0}

input{
	margin-right: 2%;
}

/***************************************** base */

header{
	position:relative;
	height:50px;
	background:#fbf9fc;
}

header #logo{
	width: 120px;
	float: left;
	padding:10px 10px 0 10px;
}

header#confirmHeader{
	height: auto;
	margin-bottom: 0;
}

#container{background-color:#fff;}
#container *{
	opacity:1;
}

#container.slided{
/*
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0s;
	-webkit-transition-transform: transform;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-transform: transform;
*/
	background-color:#2c2c2c;
}

#container.slided *{
/*	opacity:0; */
}

footer{background-color:#fff;
	z-index:1000;
	margin-top:2em;}

#copyArea{
	padding: 1.6% 0;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.5;
	text-align:center;
	background-color:#3d234a;
}

#copyArea small{
	display: block;
	color:#ffffff;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}


/* 購入内容 */

#buyConfirm{
	position:absolute;
	padding-bottom:105px;
	bottom:6px;
	left:0px;
	width:100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	z-index:3000;
}

#buyConfirm.slided{
	-webkit-transition-duration: 0.5s;
/*	-webkit-transition-delay: 0s;*/
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
/*	transition-delay: 0s;*/
}

#buyConfirmInner{
	background-color:#fff;
	border:5px solid #3d234a;
	overflow:hidden;
}

#buyConfirm table{
	width:100%;
	border-collapse:collapse;
}

#buyConfirm table th{
	border-right:1px dotted #3d234a;
	border-bottom:1px dotted #3d234a;
	color:#3d234a;
	font-size:1.3em;
	padding:0 0.5em;
	font-weight:bold;
	width:40px;
	line-height:1.3;
}

#buyConfirm table td{
	border-bottom:1px dotted #3d234a;
	color:#3d234a;
	padding:0.5em;
	line-height:1.3;
}

#buyConfirmInfo{
	padding:0.5em;
	color:#3d234a;
}

#buyConfirmBottom{
	width:100%;
	position:absolute;
	left:0px;
	bottom:0;
	height:105px;
}

#yourSeat{
	background:#000;
	color:#fff;
	border-bottom:5px solid #5a356d;
	height:56px;
}

#yourSeat ul{
	text-align: left;
	padding-left: 20px;
}

#yourSeat ul li{
	display:inline-block;
	padding:0.5em 1em 0.5em 0;
	text-align: center;
}

#yourSeat ul li img{width:13px;}

#lookConfirm{
	width:125px;
	float:right;
	position:relative;
	top:-1px;
}

#lookConfirm_no{
	width:125px;
	float:right;
	position:relative;
	top:-1px;
}


/* コンテンツ */

#flowChart{padding-bottom:8px;}
#flowChart img:first-child{margin-bottom:8px;}
#userData{
	background-color:#f5faec;
	padding:8px 5px;
	overflow:hidden;
}
#userPointArea{
	float:left;
	width:41%;
}
time#limit{font-size:0.7em;}
#userPoint,
#userName{
	color:#628314;
	font-size:15px;
	font-weight:bold;
}
#userNameArea{
	float:right;
	width:57%;
	text-align:right;
}
#userName{
	padding-left:25px;
	line-height:1.0;
	margin-bottom:5px;
	text-indent: -26px;
}

#choiceTitle{
	font-size:20px;
	font-weight:bold;
	padding:7px;
	text-align:center;
	line-height:1.3;
}
#choiceTitle b{
	display:block;
	font-size:80%;
}
#choiceTitle small {
	font-weight: normal;
	font-size: 80%;
}

#couponMemo{padding:0 0px 10px 0px;}
#couponMemo .alignright{margin-right:10px;}

#openCouponPub{}

#couponPub{
	width:280px;
	margin:0 auto !important;
	padding:10px;
	display:none;
}

.mb1em{margin-bottom:1em;}
.mb2em{margin-bottom:2em !important;}

#couponPub.slided{
	height:auto;
	display:block;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0.5s;
	-webkit-transition-transform: transform;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
	transition-transform: transform;
}

#couponPub div{margin-bottom:1.5em;}

table.ticketTable {	
border-bottom: 1px dotted #333;	
margin-bottom: 20px;
border-collapse: inherit !important;
}	
table.ticketTable td{	
background: #fff !important;	
}	
.ticketCouponNumber {	
text-align: center;	
margin-bottom: 20px;	
}	
.ticketCouponNumber input {	
width: 30%;	
padding: 5px 5% 3px 5%;	
line-height: 1.5;	
border: 1px solid #000;	
border-radius: 6px;	
margin-left: 0.5em;	
vertical-align: middle;	
font-size: 1.3em;	
}	
table.type1 td.ticketIcon {	
background-image: url(../img/icon_ticket.png) ;	
background-repeat: no-repeat;	
background-position: 10px center;	
background-size: 28px auto;	
padding-left: 40px;	
}

#chooseCoupon table.ticketList {
	margin-bottom: 10px;
}

.memberCard {
	background: #B297CD;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.ticketMemo {
	padding: 0 10px 15px 10px;
}

.memberMemo {
	padding: 0 10px 10px 10px;
}

#presentPoint{
	padding:10px;
	width:280px;
	display:none;
}
#presentPoint p{margin-bottom:1em;}

.presentUserNumber{
	width:80%;
	padding:0 10%;
	margin-bottom:0.8em;
}

.presentUserNumber img{
	vertical-align:middle;
	max-width:35px;
}

.presentUserNumber input{
	width:70%;
	padding:5px 5% 3px 5%;
	line-height:1.5;
	border:1px solid #000;
	border-radius:6px;
	margin-left:0.5em;
	vertical-align:middle;
	font-size:1.3em;
}

.presentUserNumber .error{
	color:#FD4D13;
	font-weight:bold;
	margin-left:10%;
	padding-top:5px;
	line-height:1.0;
}

#footerBtnArea{
	padding-top:1em;
	text-align:center;
	opacity:1;
}
#footerBtnArea.slided{
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0s;
	-webkit-transition-transform: transform;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-transform: transform;
	opacity:0;
}

#footerBtnArea nav p{
	margin-bottom:1.5em;
}


/* box ******************************/

.grayBox{
	background:#E6E6E6;
	margin-right:1px;
	margin-left:1px;
	margin-bottom:1em;
}
.grayBox:last-child{margin-bottom:0;}

.creamBox{
	background:#F5FAEC;
	margin:0 auto;
	margin-bottom:1em;
}
.creamBox:last-child{margin-bottom:0;}

.skyBlueBox{
	background:#22B2D6;
	text-align:center;
	padding:1em 0;
	width:300px;
	margin:0 auto;
	font-size:0.9em;
	color:#fff;
}


/* flame ******************************/

.flameBrown{
	border:5px solid #3d234a;
	margin-bottom:1em;
}


/* table ******************************/

table.type1{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
}

table.type1 td{
	border:1px solid #fff;
	background-color:#E6E6E6;
	padding:10px 3px 10px 10px;
	line-height:1.3;
	vertical-align:top;
}

table.type1 tr:nth-child(2n) td{
	background-color:#D6D6D6;
}


table.type2,
table.type3,
table.type4{
	border-collapse: separate;
	width: 100%;
	box-sizing: border-box;
	/*font-size: 95%;*/
}

table.type2 input,
table.type3 input{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
	padding:5px 5% 3px 5%;
	line-height:1.5;
	border:1px solid #000;
	border-radius:6px;
	vertical-align:middle;
	font-size:1.3em;
}

table.type2 tr.firstRow th,
table.type3 tr.firstRow th{
	background: #B297CD;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	padding: 2% 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	font-size:1.0em;
}

#ticketSum table.type2 tr.firstRow th{
	background: #B297CD;
	color: #fff;
}

#ticketSum table.type2 td{
	color: #3d234a;
}

#ticketSum table.type2 th{
	color: #3d234a;
	background: #d6d6d6;
}

#ticketSum table.type2 tr.sum td,
#ticketSum table.type2 tr.sum th{
	color: #ff4001;
	font-weight: bold;
}

table.type2 td,
table.type2 th,
table.type3 td,
table.type3 th{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #e6e6e6;
	padding: 2%;
	vertical-align: top;
}

table.type2 th,
table.type3 th{
	vertical-align: middle;
	font-weight: bold;
	font-size:1.2em;
}

table.type3 td{
	vertical-align: top;
}

table.type2 tr.active th,
table.type2 tr.active td,
table.type3 tr.active th,
table.type3 tr.active td{
	background: #d6d6d6;
}

table.type2 tr.active td input{
	background: #ffafaf;
}


table.type2 tr.firstRow th.ticketNumber{
	width: 10%;
}

table.type2 tr.firstRow th.buyNumber{
	width: 47%;
	text-align: left;
	padding-left: 7%;
}

table.type2 tr.firstRow th.piNumber{
	width: 40%;
	text-align: left;
	padding-left: 2%;
}

table.type3 tr.firstRow th.ticketNumber{
	width: 10%;
}

table.type3 tr.firstRow th.buyNumber{
	width: 60%;
	text-align: left;
	padding-left: 2%;
}

table.type3 tr.firstRow th.piNumber{
	width: 25%;
	text-align: left;
	padding-left: 2%;
}

table.type3 p.movitikeCount{
	padding:0.3em 0;
}

p.movitikeTitle{
	padding:0.3em 0;
}

table.type3 select{
	vertical-align: bottom;
}

table.type4{
	font-size: 110%;
	line-height: 1.4;
}

table.type4 th,
table.type4 td{
	color: #3d234a;
	padding: 2%;
}

table.type4 th{
	width: 15%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	vertical-align: center;
	border-right: 1px #3d234a dashed;
	border-bottom: 1px #3d234a dashed;
}

table.type4 td{
	border-bottom: 1px #3d234a dashed;
}

.ticketPrice{float:right}


#brandThumb li{
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

#brandThumb li:last-child{
	margin-right: 0;
}


/* S001 ******************************/

body.landscape{background-color:#000;}
body.portrait{background-color:#fbf9fc;}

#noLandscape{
	display:none;
	background-color:#000;
	color:#fff;
	text-align:center;
	position:absolute;
	top:40%;
	width:100%;
	font-size:11px;
}
.landscape #noLandscape{display:block;}
.portrait #noLandscape{display:none;}
.landscape #container,
.landscape header{display:none;}
.portrait #container,
.portrait header{display:block;}

#seatmapArea{
	width:100%;
	height:100%;
	position:relative;
}
#seatmap div.tapLager{
	position:absolute;
	display:block;
	width:33%;
	opacity:0;
	border:1px solid #aaa;
	z-index:2000;
	cursor:pointer;
}
#seatmap div.tapLager:hover{opacity:0;}
#seatmap div#tapLager1{background-color:#ff0000;left:0;top:0;}
#seatmap div#tapLager2{background-color:#0000ff;left:33%;top:0;}
#seatmap div#tapLager3{background-color:#00ff00;left:66%;top:0;}

#seatmap{
	margin:0 auto;
	position:relative;
	padding-bottom:0;
	zoom:1;
}

.seatamagasaki1{width:320px;}
.seatkawaguchi2{width:235px;}

/* 縮小時の画像幅 指定する数値は画像の横幅の1/3 */

.T1071_01{width:346px;}
.T1071_02{width:280px;}
.T1071_03{width:264px;}
.T1071_04{width:232px;}
.T1071_05{width:182px;}
.T1071_06{width:182px;}
.T1071_07{width:182px;}
.T1071_08{width:182px;}
.T1071_09{width:206px;}
.T1071_10{width:196px;}
.T1071_11{width:206px;}
.T1071_12{width:180px;}


/* ↓↓↓ [NES-Change] ↓↓↓ */
/* -------------------------------------------------- ↓検証データ用 ------- */
/* 20200601 ADD-S 検証データ用座席設定 道頓堀 */
.T1096_01{width:346px;}
.T1096_02{width:280px;}
.T1096_03{width:264px;}
.T1096_04{width:232px;}
.T1096_05{width:182px;}
.T1096_06{width:182px;}
.T1096_07{width:182px;}
.T1096_08{width:182px;}
.T1096_09{width:206px;}
.T1096_10{width:196px;}
.T1096_11{width:206px;}
.T1096_12{width:180px;}
/* 20200601 ADD-E 検証データ用座席設定 道頓堀 */
/* -------------------------------------------------- ↑検証データ用 ------- */
/* ↑↑↑ [NES-Change] ↑↑↑ */

/*
↓
以下スクリーン名を続けていきます。


*/


.seatamagasaki1 .tapLager{height:124px;}
.seatamagasaki1 div#tapLager4{background-color:#0000ff;left:0;top:124px;}
.seatamagasaki1 div#tapLager5{background-color:#00ffff;left:33%;top:124px;}
.seatamagasaki1 div#tapLager6{background-color:#ffff00;left:66%;top:124px;}


.seatkawaguchi2 .tapLager{height:93px;}
.seatkawaguchi2 div#tapLager4{background-color:#0000ff;left:0;top:93px;}
.seatkawaguchi2 div#tapLager5{background-color:#00ffff;left:33%;top:93px;}
.seatkawaguchi2 div#tapLager6{background-color:#ffff00;left:66%;top:93px;}


/*  */
.T1071_01 .tapLager{height:109px;}
.T1071_01 div#tapLager4{background-color:#0000ff;left:0;top:109px;}
.T1071_01 div#tapLager5{background-color:#00ffff;left:33%;top:109px;}
.T1071_01 div#tapLager6{background-color:#ffff00;left:66%;top:109px;}
/*  */
.T1071_02 .tapLager{height:95px;}
.T1071_02 div#tapLager4{background-color:#0000ff;left:0;top:95px;}
.T1071_02 div#tapLager5{background-color:#00ffff;left:33%;top:95px;}
.T1071_02 div#tapLager6{background-color:#ffff00;left:66%;top:95px;}
/*  */
.T1071_03 .tapLager{height:93px;}
.T1071_03 div#tapLager4{background-color:#0000ff;left:0;top:93px;}
.T1071_03 div#tapLager5{background-color:#00ffff;left:33%;top:93px;}
.T1071_03 div#tapLager6{background-color:#ffff00;left:66%;top:93px;}
/*  */
.T1071_04 .tapLager{height:108px;}
.T1071_04 div#tapLager4{background-color:#0000ff;left:0;top:108px;}
.T1071_04 div#tapLager5{background-color:#00ffff;left:33%;top:108px;}
.T1071_04 div#tapLager6{background-color:#ffff00;left:66%;top:108px;}
/*  */
.T1071_05 .tapLager{height:68px;}
.T1071_05 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1071_05 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1071_05 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1071_06 .tapLager{height:68px;}
.T1071_06 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1071_06 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1071_06 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1071_07 .tapLager{height:68px;}
.T1071_07 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1071_07 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1071_07 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1071_08 .tapLager{height:68px;}
.T1071_08 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1071_08 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1071_08 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1071_09 .tapLager{height:98px;}
.T1071_09 div#tapLager4{background-color:#0000ff;left:0;top:98px;}
.T1071_09 div#tapLager5{background-color:#00ffff;left:33%;top:98px;}
.T1071_09 div#tapLager6{background-color:#ffff00;left:66%;top:98px;}
/*  */
.T1071_10 .tapLager{height:77px;}
.T1071_10 div#tapLager4{background-color:#0000ff;left:0;top:77px;}
.T1071_10 div#tapLager5{background-color:#00ffff;left:33%;top:77px;}
.T1071_10 div#tapLager6{background-color:#ffff00;left:66%;top:77px;}
/*  */
.T1071_11 .tapLager{height:77px;}
.T1071_11 div#tapLager4{background-color:#0000ff;left:0;top:77px;}
.T1071_11 div#tapLager5{background-color:#00ffff;left:33%;top:77px;}
.T1071_11 div#tapLager6{background-color:#ffff00;left:66%;top:77px;}
/*  */
.T1071_12 .tapLager{height:77px;}
.T1071_12 div#tapLager4{background-color:#0000ff;left:0;top:77px;}
.T1071_12 div#tapLager5{background-color:#00ffff;left:33%;top:77px;}
.T1071_12 div#tapLager6{background-color:#ffff00;left:66%;top:77px;}


/* ↓↓↓ [NES-Change] ↓↓↓ */
/* -------------------------------------------------- ↓検証データ用 ------- */
/* 20200601 ADD-S 検証データ用座席設定 道頓堀 */
/*  */
.T1096_01 .tapLager{height:109px;}
.T1096_01 div#tapLager4{background-color:#0000ff;left:0;top:109px;}
.T1096_01 div#tapLager5{background-color:#00ffff;left:33%;top:109px;}
.T1096_01 div#tapLager6{background-color:#ffff00;left:66%;top:109px;}
/*  */
.T1096_02 .tapLager{height:95px;}
.T1096_02 div#tapLager4{background-color:#0000ff;left:0;top:95px;}
.T1096_02 div#tapLager5{background-color:#00ffff;left:33%;top:95px;}
.T1096_02 div#tapLager6{background-color:#ffff00;left:66%;top:95px;}
/*  */
.T1096_03 .tapLager{height:93px;}
.T1096_03 div#tapLager4{background-color:#0000ff;left:0;top:93px;}
.T1096_03 div#tapLager5{background-color:#00ffff;left:33%;top:93px;}
.T1096_03 div#tapLager6{background-color:#ffff00;left:66%;top:93px;}
/*  */
.T1096_04 .tapLager{height:108px;}
.T1096_04 div#tapLager4{background-color:#0000ff;left:0;top:108px;}
.T1096_04 div#tapLager5{background-color:#00ffff;left:33%;top:108px;}
.T1096_04 div#tapLager6{background-color:#ffff00;left:66%;top:108px;}
/*  */
.T1096_05 .tapLager{height:68px;}
.T1096_05 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1096_05 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1096_05 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1096_06 .tapLager{height:68px;}
.T1096_06 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1096_06 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1096_06 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1096_07 .tapLager{height:68px;}
.T1096_07 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1096_07 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1096_07 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1096_08 .tapLager{height:68px;}
.T1096_08 div#tapLager4{background-color:#0000ff;left:0;top:68px;}
.T1096_08 div#tapLager5{background-color:#00ffff;left:33%;top:68px;}
.T1096_08 div#tapLager6{background-color:#ffff00;left:66%;top:68px;}
/*  */
.T1096_09 .tapLager{height:98px;}
.T1096_09 div#tapLager4{background-color:#0000ff;left:0;top:98px;}
.T1096_09 div#tapLager5{background-color:#00ffff;left:33%;top:98px;}
.T1096_09 div#tapLager6{background-color:#ffff00;left:66%;top:98px;}
/*  */
.T1096_10 .tapLager{height:77px;}
.T1096_10 div#tapLager4{background-color:#0000ff;left:0;top:77px;}
.T1096_10 div#tapLager5{background-color:#00ffff;left:33%;top:77px;}
.T1096_10 div#tapLager6{background-color:#ffff00;left:66%;top:77px;}
/*  */
.T1096_11 .tapLager{height:77px;}
.T1096_11 div#tapLager4{background-color:#0000ff;left:0;top:77px;}
.T1096_11 div#tapLager5{background-color:#00ffff;left:33%;top:77px;}
.T1096_11 div#tapLager6{background-color:#ffff00;left:66%;top:77px;}
/*  */
.T1096_12 .tapLager{height:77px;}
.T1096_12 div#tapLager4{background-color:#0000ff;left:0;top:77px;}
.T1096_12 div#tapLager5{background-color:#00ffff;left:33%;top:77px;}
.T1096_12 div#tapLager6{background-color:#ffff00;left:66%;top:77px;}
/* 20200601 ADD-E 検証データ用座席設定 道頓堀 */
/* -------------------------------------------------- ↑検証データ用 ------- */
/* ↑↑↑ [NES-Change] ↑↑↑ */

/*
↓
以下スクリーン名を続けていきます


*/


#seatmapInner{
	position:relative;
}

.topSmaller{
	display:none;
	position:fixed;
	left:4px;
	bottom:23px;
	cursor:pointer;
	z-index:1001;
}

#scrollbarTop{
	display:none;
	position:fixed;
	left:0px;
	height:13px;
	background:url(../img/bg_scroll.png);
	top:0px;
	z-index:1001;
	line-height:1.0;
	padding:0;
	margin:0;
}
#scrollbarSide{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:13px;
	background:url(../img/bg_scroll.png);
	z-index:1001;
	line-height:1.0;
	padding:0;
	margin:0;
}
#scrollbarTop img,
#scrollbarSide img{
	position:absolute;
	left:0px;
	top:0px;
}

#seatTapArea{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
}

#seatTapAreaInner{
	line-height:1.0;
}

.seatamagasaki1 #seatTapAreaInner{padding:32px 10px 0 15px;}
.seatkawaguchi2 #seatTapAreaInner{padding:31px 10px 0 18px;}

/* マップ内で座席が出てくる場所の余白 */
.T1071_01 #seatTapAreaInner{margin:31px 20px 0px 22px;}
.T1071_02 #seatTapAreaInner{margin:25px 24px 0px 24px;}
.T1071_03 #seatTapAreaInner{margin:25px 24px 0px 24px;}
.T1071_04 #seatTapAreaInner{margin:25px 24px 0px 24px;}
.T1071_05 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1071_06 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1071_07 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1071_08 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1071_09 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1071_10 #seatTapAreaInner{margin:25px 20px 0px 24px;}
.T1071_11 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1071_12 #seatTapAreaInner{margin:25px 20px 0px 24px;}


/* ↓↓↓ [NES-Change] ↓↓↓ */
/* -------------------------------------------------- ↓検証データ用 ------- */
/* 20200601 ADD-S 検証データ用座席設定 道頓堀 */
.T1096_01 #seatTapAreaInner{margin:31px 20px 0px 22px;}
.T1096_02 #seatTapAreaInner{margin:25px 24px 0px 24px;}
.T1096_03 #seatTapAreaInner{margin:25px 24px 0px 24px;}
.T1096_04 #seatTapAreaInner{margin:25px 24px 0px 24px;}
.T1096_05 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1096_06 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1096_07 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1096_08 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1096_09 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1096_10 #seatTapAreaInner{margin:25px 20px 0px 24px;}
.T1096_11 #seatTapAreaInner{margin:25px 22px 0px 24px;}
.T1096_12 #seatTapAreaInner{margin:25px 20px 0px 24px;}
/* 20200601 ADD-E 検証データ用座席設定 道頓堀 */
/* -------------------------------------------------- ↑検証データ用 ------- */
/* ↑↑↑ [NES-Change] ↑↑↑ */

/*
↓
以下スクリーンの余白を設定していきます

*/


#seatTapAreaInner div{
	line-height:1.0;
	width:6px;
	height:9px;
	float:left;
	margin-right:2px;
	margin-bottom:1px;
}

#seatTapAreaInner div img{
	vertical-align:top;
}

.seatmark{
	cursor:pointer;
}


#seatTapAreaInner div.noseatLine{
	width:100%;
	margin-right:0;
}


.yourSelectSeat li{width:37px;}

.btnNext2{
	display:block;
	position:absolute;
	left:50%;
	top:5px;
	margin-left:85px;
}

/* ↓↓↓ [NES-Change] ↓↓↓ */
/*
footer #yourseat{
	position:relative;
	border:none;
}
footer #yourseat ul{
	margin:0 auto;
	position:relative;
	left:-40px;
	width:270px;
}
footer #yourseat ul li{padding-right:0;}
footer #yourseat p{
	font-size:12px;
	padding-top:5px;
}
*/

footer #yourSeat_footer{
	position:relative;
	border:none;
}

footer #yourSeat_footer ul{
	margin:0 auto;
	position:relative;
	left:-40px;
	width:270px;
}

footer #yourSeat_footer ul li{
	padding-right:0;
}

footer #yourSeat_footer p{
	font-size:12px;
	padding-top:5px;
}
/* ↑↑↑ [NES-Change] ↑↑↑ */

/* 拡大処理 */
.bigMap #seatmap{
	zoom:4;
	padding-bottom:30px;
}
.bigMap header,
.bigMap #flowChart,
.bigMap .tapLager{display:none !important;}
.bigMap .topSmaller,
.bigMap #scrollbarSide,
.bigMap #scrollbarTop{display:block;}
.bigMap #seatmapArea{overflow:scroll;}
.bigMap footer{
	position:fixed;
	left:0px;
	bottom:00px;
	width:100%;
	z-index:1100;
}

#seatMapFooter{
	margin-top:1em;
}


/* S003 ******************************/

#infoBox{
	width: 96.8%;
	padding: 1px;
	border: 1px #3d234a solid;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table;
	position: relative;
	margin-bottom: 1em;
}

#infoBox table{
	width:95%;
}

#infoBox table th{
	padding: 0.5em 0.1em;
	width: 50px;
	text-align: center;
	background: #3d234a;
	color: #fff;
	margin-right: 3%;
}

#infoBox table td{
	color: #3d234a;
	padding: 0.5em;
	vertical-align: middle;
}

#infoBox img#infoOpenFile{
	position: absolute;
	top: 40%;
	right: 2%;
	width: 30px;
}

.infoBoxMore{
	display:none;
}

#movitikeCheck{
	width: 96.8%;
	margin: 0 auto;
	text-align: center;
	padding: 3% 0;
	background: #aaddde;
	font-size: 85%;
	margin-bottom: 1em;
}

#movitikeCheck p{
	width: 100%;
	margin-bottom: 2%;
}

#movitikeCheck label{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

#movitikeCheck label img{
	width: 25%;
	vertical-align: top;
}

#memberFormArea{
	width: 96.8%;
	margin: 0 auto;
	overflow: hidden;
}

#memberFormArea #memberForm{
	width: 100%;
	border-radius: 0.5em;
	background: #d6d6d6;
	display: block;
	color: #fff;
	margin-bottom: 1em;
}

#memberFormArea #memberForm.active{
	background: #9baf00;
	padding-bottom: 0;
}

#memberFormArea #memberForm.active label{
	color: #fff;
	text-align:center;
	margin-bottom:0.5em;
	font-weight:bold;
}


#memberFormArea #memberForm.active label span{
	font-weight:normal;
	font-size:90%;
	padding-left:0.5em;
}

/*
#memberFormArea #notMemberForm.active{
	background: #9baf00;
}
*/

#memberFormArea #memberForm.active #idAndPw{display: block;}
#memberFormArea #memberForm.active #idAndPw label{color:#000;}

#memberFormArea #memberForm label{
	background: none;
	color: #444;
	display: block;
	text-align:center;
	font-weight:bold;
}

#idAndPw{
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px #9baf00 solid;
	border-top: 4px #9baf00 solid;
	padding: 5%;
	display: none;
}

#idAndPw label{
	display: block;
	margin-bottom: 3%;
	text-align:left !important;
}

#idAndPw label input{
	padding:5px 5% 3px 5%;
	line-height:1.5;
	border:1px solid #000;
	border-radius:6px;
	width:90%;
	font-size:1.3em;
}

#idAndPw .note{color:#000000;}

#notMemberForm{
	width: 100%;
	padding: 1em 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #d6d6d6;
	border-radius: 0.5em;
	text-align: center;
	margin-bottom: 1em;
	color: #444;
	font-weight:bold;
}

#notMemberForm.active{
	color: #fff;
	min-height:50px;
	padding: 1em 0 0 0;
}
#notMemberForm.active label{
	margin-bottom:0.5em;
}



/*S005*/

#movitikeInfoArea{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	border: 1px #3d234a solid;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 1em;
}

table.type2 tr.hidden{
	display: none;
}

#moreInput{
	display: block;
	width: 100%;
	background: #e6e6e6;
	padding: 3% 0;
	text-align: center;
	cursor:pointer;
}

#moreInput a{text-decoration: none;}

#goRegulation{
	width: 96.8%;
	margin: 0 auto;
	display: block;
	padding: 0 0 4%;
	text-align: right;
	color: #3d234a;
}

#cautionBox{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	margin: 0 auto;
	padding: 3%;
	border: 1px #3d234a dashed;
	background: #fbf7e8;
	margin-bottom: 1em;
	color: #3d234a;
	min-height: 6em;
}


/*S006*/

#givePoints{}

/*S007*/

#iconList{
	width: 100%;
	border-bottom: 1px #3d234a dashed;
	min-height: 3em;
}

#iconList a{
	float: right;
	padding-top: 1.2em;
	margin-right:4%;
}

#movieInfoArea{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 2% 50px 2% 2%;
	color: #3d234a;
	overflow:hidden;
	position:relative;
}

#movieInfoArea img{
	position:absolute;
	right:5px;
	top:40%;
	width:30px;
}

#ticketSum{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	border: 1px #3d234a solid;
	margin: 0 auto;
	margin-bottom: 1em;
}

#grayCautionBox{
	width: 96.8%;
	margin: 0 auto 1em;
}

#grayCautionBox div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 2%;
	background: #e6e6e6;
	border-bottom: 2px #fff solid;
}

#grayCautionBox h3{
	font-size: 110%;
	font-weight: bold;
	color: #755387;
	margin-bottom: 0.3em;
}

#buyCheckArea{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	margin: 0 auto 1em auto;
	text-align: center;
	padding: 2%;
	background: #aaddde;
	font-size: 95%;
}

#buyCheckArea label{
	font-size: 130%;
	vertical-align: middle;
	line-height: 2.2;
}

/*S008*/

#loginedBuyInfo{
	width: 100%;
	margin-bottom: 1em;
}

#loginedBuyInfo div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 2.1%;
	background: #d6d6d6;
	margin-bottom: 2px;
}

#loginedBuyInfo div p{
	font-size: 95%;
	font-weight: bold;
}

#loginedBuyInfo div dl{
	width: 100%;
	display: inline-block;
	text-indent:5px;
}

#loginedBuyInfo div dl.name{
	width: 49%;
	font-weight: bold;
}

#loginedBuyInfo div dt,
#loginedBuyInfo div dd{
}

#loginedBuyInfo div dd{
	font-weight: bold;
}

#loginedBuyInfo div dd a#addRow{
	font-weight: normal;
	display: block;
	width: 100%;
	text-decoration: underline;
	font-size: 110%;
}

#closeRow{
	margin-top:1em;
	display: none;
}
#closeRow a{
	font-weight: normal;

	width: 100%;
	text-decoration: underline;
	font-size: 110%;
}

#added{
	display: none;
}

#added p,
#added dl,
#added dd{
	width: 100%;
}

#added p.red{
	padding: 2% 0 0;
}

#added dl.addressConfirm dd{
	width: 45%;
	display: inline-block;
}

#added input{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 95%;
	padding: 5px 5% 3px 5%;
	line-height: 1.5;
	border: 1px solid #000;
	border-radius: 6px;
	vertical-align: middle;
	font-size: 1.3em;
}

#added dl.addressConfirm dd.atMark{
	width: 4%;
	text-align: left;
	vertical-align: sub;
}
#added .red{padding-left:10px;}

/* ↓↓↓ [NES-Change] ↓↓↓ */
/*
#added .note{font-weight:normal;margin-top:1em;color:#FF4001;}
*/

#added .note{font-weight:normal;margin-top:1em;color:#695342;}
/* ↑↑↑ [NES-Change] ↑↑↑ */

#paymentWay{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	margin: 0 auto;
	padding-top: 2%;
	overflow: hidden;
}

#paymentWay ul{
	width: 100%;
	overflow: hidden;
}

#paymentWay ul li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 31%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
}

#paymentWay ul li label{
	display: block;
	width: 100%;
	opacity: 0;
	position: relative;
}

#paymentWay ul li label input{
	position: absolute;
	top: 0;
}

#paymentWay ul li:nth-child(3n){
	margin-right: 0;
}

#payCresit{
	background: url(../img/pict_cresit.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payRakutenid{
	background: url(../img/pict_rakutenid.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payRecruit{
	background: url(../img/pict_recruit.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payRakuten{
	background: url(../img/pict_rakuten.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payDocomo{
	background: url(../img/pict_docomo.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payAu{
	background: url(../img/pict_au.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#paySb{
	background: url(../img/pict_sb.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

#payCresit.checked{
	background: url(../img/pict_cresit_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payRakutenid.checked{
	background: url(../img/pict_rakutenid_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payRecruit.checked{
	background: url(../img/pict_recruit_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payRakuten.checked{
	background: url(../img/pict_rakuten_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payDocomo.checked{
	background: url(../img/pict_docomo_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#payAu.checked{
	background: url(../img/pict_au_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#paySb.checked{
	background: url(../img/pict_sb_c.png) left top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/*S009*/

#notLoginedBuyInfo{
	width: 100%;
	margin-bottom: 1em;
}

#notLoginedBuyInfo div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 2.1%;
	background: #d6d6d6;
	margin-bottom: 2px;
}

#notLoginedBuyInfo div p{
	font-size: 95%;
	font-weight: bold;
}

#notLoginedBuyInfo div dl{
	width: 100%;
	display: inline-block;
}

#notLoginedBuyInfo div dl.name{
	font-weight: bold;
	width: 49%;
}

#notLoginedBuyInfo div dl.name dt:first-child{
	width: 20%;
	font-weight: normal;
	vertical-align: sub;
}

#notLoginedBuyInfo div dt,
#notLoginedBuyInfo div dd{
	display: inline-block;
	width: 80%;
}

#notLoginedBuyInfo div dd{
	font-weight: bold;
	width: 100%;
}

#notLoginedBuyInfo input{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 5px 5% 3px 5%;
	line-height: 1.5;
	border: 1px solid #000;
	border-radius: 6px;
	vertical-align: middle;
	font-size: 1.3em;
}

#notLoginedBuyInfo p.red{
	padding: 2% 0 0;
}
/* ↓↓↓ [NES-Change] ↓↓↓ */
/*
#notLoginedBuyInfo p.note{
	font-weight:normal;
	margin-top:1em;
	color:#FF4001;
}
*/

#notLoginedBuyInfo p.note{
	font-weight:normal;
	margin-top:1em;
	color:#695342;
}

/* ↑↑↑ [NES-Change] ↑↑↑ */

#notLoginedBuyInfo dl.addressConfirm dd{
	width: 46%;
}

#notLoginedBuyInfo input{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 5px 5% 3px 5%;
	line-height: 1.5;
	border: 1px solid #000;
	border-radius: 6px;
	vertical-align: middle;
	font-size: 1.3em;
}

#notLoginedBuyInfo input[type="tel"]{
	width: 75%;
}

#notLoginedBuyInfo dl.addressConfirm dd.atMark{
	width: 4%;
	text-align: left;
	vertical-align: sub;
}

/*S010 S011*/

#loginedBuyInfo a#goRegulation,
#notLoginedBuyInfo a#goRegulation{
	padding-bottom: 0;
	/*padding-top: 1em;*/
}

.pb0{padding-bottom: 0!important;}


/*S013*/

#flowChart p{
	padding:0.5em 0 0.3em 0;
	width: 100%;
	text-align: center;
	font-size: 120%;
	line-height:1.2;
	background-color: #fff;
	font-weight:bold;
	color: #755387;
}

h3.flameTop{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0.3em 0 0.1em 0;
	background: #3d234a;
	font-size: 115%;
}

#snsList{
	width: 100%;
	text-align: center;
	padding: 0.8em 0;
}

#snsList li{
	width: 15%;
	display: inline-block;

}

#snsList li a img{
	padding: 0!important;
	margin: 0!important;
}

#ticketConfirm table.type2{
	color: #6C5342;
	font-weight: bold;
}

#ticketConfirm table.type2 tr.firstRow th{
	background: #B297CD;
}

#ticketConfirm table.type2 tr th{
	background: #d6d6d6;
}

#ticketConfirm table.type2 tr td:last-child{
	text-align: right;
}

#ticketConfirm table.type2 tr.sum{
	color: #ff4001;
}

#ticketExchange p{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 0 3% 3%;
	font-size: 95%;
}

#ticketExchange p.red{
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 0;
}

#ticketExchange span.memberprice{
	color: #FF4001;
	font-weight: bold;
}

#ticketExchange p.thankstxt {
	text-align: center;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 0;
	color: #FF4001;
}

#ticketExchange h4{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	padding: 2%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #B297CD;

}

#ticketExchange dl.exchangeWays{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	padding: 4% 2%;
	margin: 0 auto;
	text-align: center;
	background: #fbf9fc;
	line-height: 1.2;
}

#ticketExchange dl.exchangeWays dt{
	font-size:105%;
	font-weight: bold;
}

#ticketExchange dl.exchangeWays dd{
	font-size:145%;
	font-weight: bold;
	color: #ff4001;
}

#ticketExchange dl.exchangeWays strong{font-weight:bold;color: #ff4001;}

#ticketExchange dl.exchangeWays dd:first-of-type{
	margin-bottom: 0.8em;
}

#ticketExchange dl.exchangeWays dd .qrCode{
	margin-bottom: 0;
}

#ticketExchange dd.qrCode{
	width: 50%;
	margin: 0.8em auto 0 auto;
}
#ticketExchange dd.memberCard{
	width: 80%;
	margin: 0.8em auto 0 auto;
}

#ticketExchange .passbookBtn{
	width: 100%;
	text-align: center;
	padding: 1em 0;
}

#campaignArea{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 96.8%;
	margin: 0 auto;
	border: 1px #c6bba1 solid;
	margin-bottom: 1em;
}

#campaignArea h3{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 2% 0;
	background: #3d234a;
	border: 1px #fff solid;
}
#campaignArea div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 2%;
	overflow: hidden;
}

#campaignArea dl{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 67%;
	float: right;
	font-size: 75%;
	line-height: 1.4;
}
#campaignArea dt{
	color: #ff4001;
}

#campaignArea img{
	width: 30%;
	float: left;
}

/* ↓↓↓ [NES-Change] ↓↓↓ */
/*
#prBanner{
	width: 96.8%;
	margin: 0 auto;
}
*/

#prBanner{
	width: 96.8%;
	margin: 0 auto;
	text-align: center;
}
/* ↑↑↑ [NES-Change] ↑↑↑ */

/*confirm_S001*/

#boughtConfirm{
	width: 100%;
	padding: 3% 0;
	text-align: center;
	color: #fff;
	background: #3d234a;
	line-height: 1;
	margin-bottom: 8px;
}

#memberFormArea #memberForm p.red{
	font-weight: bold;
	margin-bottom: 3%;
}

#forgotId {
width: 96.8%;
margin: 0 auto;
display: block;
text-align: right;
color: #3d234a;
}

#buyAndTelNumber{
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px #d6d6d6 solid;
	padding: 5%;
/* 	display: none; */
	text-align: left;
}

#buyAndTelNumber label{
	color: #000;
	font-weight: bold;
}

#buyAndTelNumber p.red{
	margin-bottom: 1%;
	font-weight: bold;
}

#buyAndTelNumber p.red+label{
	padding-top: 3%;
}

#buyAndTelNumber p.note{color:#000000;}

#notMemberForm.active #buyAndTelNumber{display: block;}

#notMemberForm.active{}

#buyAndTelNumber label{
	display: block;
	margin-bottom: 3%;
	text-align:left !important;
}

#buyAndTelNumber label input{
	padding:5px 5% 3px 5%;
	line-height:1.5;
	border:1px solid #000;
	border-radius:6px;
	width:90%;
	font-size:1.3em;
}

/*confirm_S003*/

#boughtTicketConfirm{
	overflow: hidden;
	margin-bottom:1em;
}

#boughtTicketConfirm table.type4{
	vertical-align: top;
	float: left;
	width: 92%;
	background: url();
	background: #3d234a;
	border-collapse: collapse;
}

#boughtTicketConfirm table.type4 tr:last-child th,
#boughtTicketConfirm table.type4 tr:last-child td{
	border-bottom: none;
}

#boughtTicketConfirm table.type4 td,
#boughtTicketConfirm table.type4 th{
	background: #fff;
}

#boughtTicketConfirm a{
	display: block;
	width: 100%;
	overflow: hidden;
}

#boughtTicketConfirm .tapToNext{
	width: 10%;
	vertical-align: middle;
	background: #3d234a;
	float: right;
	display: table-cell;
}

#boughtTicketConfirm>a{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 96.8%;
	margin: 0 auto 1em;
	border-right: none;
	background: #3d234a url(../img/tapToNext.png) right center no-repeat;
	background-size: 8.5%;
}

#boughtTicketConfirm>a:last-child{
	margin-bottom: 0;
}

/*confirm_S005*/

.pt3{
	padding-top: 3%!important;
}


/*theatre002s*/

#smt header{
	height: auto;
	background: #fff;
}

#smt footer{
	margin-top: 0;
}

#logoAndMenu{
	width: 96.8%;
	padding: 1.6%;
	margin-bottom: 3%;
	background: #fbf7e8;
	overflow: hidden;
}

#logoAndMenu h1{
	width: 23%;
	float: left;
}

#logoAndMenu nav{
	width: 75%;
	float: right;
}

#logoAndMenu nav li{
	width: 23%;
	margin-left: 2%;
	float: left;
}

#smt #tabMenu{
	width: 100%;
	padding: 1.5% 0 0 0;
	background: #fff;
	border-bottom: 4px #3d234a solid;
	overflow: hidden;
}


#smt #tabMenu li a{
	display: block;
	width: 31%;
	float: left;
	background: #e6e6e6;
	margin-left: 2%;
	text-align: center;
	padding: 0.8em 0 0.6em 0;
	text-decoration: none;
	color: #3b3b3b;
	font-size: 100%;
	font-weight: bold;
}


#smt #tabMenu li:nth-child(3) a{
	margin-right: 0;
}

#smt #tabMenu li.current a{
	background: #3d234a;
}

#smt #tabMenu li.current a{
	color: #fff
}

section#schedule #sliderWrap{
	width: 100%;
	position: relative;
}

section#schedule .swipe{
	width: 100%;
	padding-top: 2.5%;
	position: relative;
}

section#schedule .prev,
section#schedule .next{
	position: absolute;
	top: 38%;
	display: inline-block;
	width: 5.5%;
}

section#schedule a.prev{
	left: 1%;
	opacity: 0.3;
}

section#schedule a.next{
	right: 1%;
}

section#schedule .swipe-wrap{
	/*width: 100%;*/
	text-align: center;
	margin-left: -0.5%;
}

section#schedule .swipe-wrap li{
	display: inline-block;
	width: 16%;
	text-align: center;
	position: relative;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index:1001;
}

section#schedule .swipe-wrap li{
	background: url(../img/bg_sche_or.png) center top no-repeat;
	-webkit-background-size: 100%;
	position: relative;
}

section#schedule .swipe-wrap li.today{
	background: url(../img/bg_sche_or_today.png) center top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

section#schedule .swipe-wrap li.close{
	background: url(../img/bg_sche_gl.png) center top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

section#schedule .swipe-wrap li.ladies img{
	background: url(../img/ico_smt_lady.png) center 79% no-repeat;
	-webkit-background-size: 45%;
	background-size: 45%;
}

section#schedule .swipe-wrap li p{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	z-index: 1000;
	color: #3b3b3b;
	line-height: 1.1;
	padding-top: 7%;
	font-weight: bold;
	font-size: 85%;
}

section#schedule .swipe-wrap li p span{
	display: block;
}

span.sat{
	color: #0871d3;
}

span.sun{
	color: #ff2626;
}


#movieScheduleWrap{
	width: 100%;
	clear: both;
}

#movieScheduleWrap h3,
#watchNow h3{
	font-size: 110%;
	background: #ffa42e;
	padding: 1% 0 1%;
	text-align: center;
	font-weight: bold;
}

#movieScheduleWrap>ul>li>a{
	display: block;
	width: 96.8%;
	padding: 1.6%;
	overflow: hidden;
	background: #fff url(../img/ico_glaybottomtri.png) 98.4% center no-repeat;
	-webkit-background-size: 6%;
	background-size: 6%;
	border-bottom: 2px #d6d6d6 solid;
	position: relative;
	text-decoration:none;
}

#movieScheduleWrap>ul>li>a.active{
	background: #aaddde url(../img/ico_glaytoptri.png) 98.4% center no-repeat!important;
	-webkit-background-size: 6%!important;
	background-size: 6%!important;
	border-bottom: 2px #aaddde solid!important;
}

#movieScheduleWrap>ul>li:nth-child(2n)>a{
	background: #f2f2f2 url(../img/ico_glaybottomtri.png) 98.4% center no-repeat;
	-webkit-background-size: 6%;
	background-size: 6%;
}


#movieScheduleWrap>ul>li:last-child>a{
	border-bottom: none;
}

#chooseByMovie #movieScheduleWrap>ul>li:last-child>a{
	border-bottom: 2px #3d234a solid;
}

#movieScheduleWrap ul li a h4{
	width: 67%;
	padding-right: 10%;
	padding-top: 1%;
	height: 100%;
	float: right;
	font-size: 100%;
	line-height:1.4;
	color: #181818;
	font-weight: bold;
}

#movieScheduleWrap .movieSchedulePict{
	width: 19%;
	float: left;
}

#movieScheduleWrap ul li a ul{
	width: 67%;
	padding-right: 10%;
	position: absolute;
	left: 24%;
	bottom: 5.6%;
}

#movieScheduleWrap ul li a ul li{
	display: inline-block;
	margin-right: 2%;
	line-height: 1;
}

li.new,
li.special,
li.lastTime{
	color: #fff;
	padding: 1.8% 1.5%;
	font-size: 80%;
}

span.new,
span.special,
span.lastTime{
	color: #fff;
	padding: 1.8% 1.5%;
	font-size: 80%;
	display: inline-block;
	margin-right: 2%;
	line-height: 1;
}

li.r15{
	padding: 2% 1.8%;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 1px #999 solid;
	color: #777;
	background: #fff;
	font-weight: bold;
	font-size: 80%;
}

span.r15{
	padding: 2% 1.8%;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 1px #999 solid;
	color: #777;
	background: #fff;
	font-weight: bold;
	font-size: 80%;
}

li.new,span.new{background: #ff8307;}
li.special,span.special{background: #e64848;}
li.lastTime,span.lastTime{background: #395b8e;}

#vacantSeat{
	width: 96.8%;
	padding: 2% 1.6% 3%;
	background: #fbf7e8;
	border-top: 2px #3d234a solid;
	border-bottom: 2px #3d234a solid;
	font-size: 85%;
}

#vacantSeat h4{
	font-size: 110%;
	font-weight: bold;
}

#vacantSeat span{
	padding: 1%;
	padding-left: 2em;
	font-size: 100%;
}

#vacantSeat span.vacant{
	background: url(../img/ico_smt_dblcir_mini.png) left center no-repeat;
	-webkit-background-size: 23%;
	background-size: 23%;
}

#vacantSeat span.few{
	background: url(../img/ico_smt_tri_mini.png) left center no-repeat;
	-webkit-background-size: 23%;
	background-size: 23%;
}
#vacantSeat span.closed{
	background: url(../img/ico_smt_cross_mini.png) left center no-repeat ;
	-webkit-background-size: 23%;
	background-size: 23%;
}

#vacantSeat span.before{
	background: url(../img/ico_smt_bar_mini.png) left center no-repeat;
	-webkit-background-size: 30%;
	background-size: 30%;
}

#backToSeatreArea{
	background: #fff;
	padding: 7% 0;
	text-align: center;
}

#backToSeatreArea a:first-child{
	margin-bottom: 7%;
	display: inline-block;
}

#bottomBnrArea{
	width: 96.8%;
	padding: 1.6%;
	padding-bottom: 5%;
	background: #fff;
}

#bottomMenu{
	width: 96.8%;
	padding: 3% 1.6% 2%;
	background: #fbf7e8;
	overflow: hidden;
}

#bottomMenu li{
	width: 47%;
	float: left;
	padding-left: 3%;
	background: url(../img/ico_smt_brouncirtri.png) left center no-repeat;
	-webkit-background-size: 5%;
	background-size: 5%;
	font-size: 85%;
	margin-bottom: 1.7%;
}

#bottomMenu li a,#smt footer ul li a{color: #3d234a;}

#smt footer ul{
	width: 96.8%;
	padding: 3% 1.6% 2%;
	background: #f2f2f2;
	border-top: 2px #3d234a dashed;
	overflow: hidden;
}

#smt footer ul li{
	width: 47%;
	float: left;
	padding-left: 3%;
	background: url(../img/ico_smt_brountri.png) left center no-repeat;
	-webkit-background-size: 5%;
	background-size: 5%;
	font-size: 80%;
	margin-bottom: 1.7%;
}

#mobileOrDesktop{
	padding: 4% 0;
	text-align: center;
	color: #3d234a;
	font-size: 85%;
}

#mobileOrDesktop a{
	color: #3d234a;
}

.movieScheduleDetail{
	width: 96.8%;
	padding: 1.6%;
	padding-top: 0;
	background: #aaddde;
	border-bottom: 2px #d6d6d6 solid;
	display: none;

}

.movieScheduleDetail>div,
div.chooseDate{
	width: 100%;
	padding: 1.6%;
	background: #fff;
	overflow: hidden;
	border-bottom: 2px #BFBFBF dashed;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#theatre002 .movieScheduleDetail>div{
	padding: 2% 1.6%;
}

.movieScheduleDetail>div>p,
div.chooseDate>p{
	display: inline-block;
	padding-top: 1%;
	font-size: 95%;
	float: left;
}

.movieScheduleDetail>div img,
div.chooseDate img{
	width: 25%;
	float: right;
}

.movieScheduleDetail>ul{
	background: #fff;
	width: 100%;
}

.movieScheduleDetail>ul>li{
	width: 100%;
	padding: 0.5% 1.6%;
	border-bottom: 2px #d6d6d6 solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
}

.movieScheduleDetail>ul>li:nth-child(even){
	background: #f2f2f2;
}

.movieScheduleDetail>ul>li.ok a{
	background: url(../img/ico_smt_dblcir.png) right center no-repeat;
	-webkit-background-size: 15%;
	background-size: 15%;
}

.movieScheduleDetail>ul>li.few a{
	background: url(../img/ico_smt_tri.png) right center no-repeat;
	-webkit-background-size: 15%;
	background-size: 15%;
}

.movieScheduleDetail>ul>li.before a{
	background: url(../img/ico_smt_bar.png) right center no-repeat;
	-webkit-background-size: 15%;
	background-size: 15%;
}

.movieScheduleDetail>ul>li.closed a{
	background: url(../img/ico_smt_cross.png) right center no-repeat;
	-webkit-background-size: 15%;
	background-size: 15%;
}



.movieScheduleDetail>ul>li:last-child{
	border-bottom: none;
}

.movieScheduleDetail>ul>li>a{
	text-decoration: none;
	display: block;
	padding: 4% 0;
}

.movieScheduleDetail>ul>li>a>p.hour{
	width: 39%;

}

.movieScheduleDetail>ul>li>a>p.screenNum{
	width: 27%;
	vertical-align: middle;
}

.movieScheduleDetail>ul>li>a>p.screenNum span{
	border: 1px #ffa42e solid;
	padding: 2% 4% 0;
	display: inline-block;
	color: #ffa42e;
	font-size: 80%;
}

.movieScheduleDetail>ul>li>a>div.dayOrNight{
	width: 20%;
}

.movieScheduleDetail>ul>li>a>div.dayOrNight img{
	width: 45%;
}

.movieScheduleDetail>ul>li>a>p,
.movieScheduleDetail>ul>li>a>div{
	display: inline-block;
	color: #333;
	vertical-align: middle;
	font-size: 100%;
}

.movieScheduleDetail>ul>li>a>p.hour>span{
	font-size: 125%;
	font-weight: bold;
}

#scheduleBalloon{
	width: 96.8%;
	padding: 3% 1.6% 0;
	background: #fbf7e8;
	overflow: hidden;
}

#scheduleBalloon li{
	width: 49.2%;
	margin-right: 1.6%;
	float: left;
	background: #bfbfbf;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	text-align: center;
	padding: 0;
	margin-bottom: 5%;
}

#scheduleBalloon li.active{
	background: #ff8307;
	position: relative;
}

#scheduleBalloon li.active:after{
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #ff8307;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

#scheduleBalloon li a{
	color: #3b3b3b;
	text-decoration: none;
	font-weight: bold;
	padding: 6% 1.6%!important;
}

#scheduleBalloon li.active a{
	color: #fff;
}

#scheduleBalloon li:last-child{
	margin-right: 0;
}
#scheduleBalloon li a{
	background: none!important;
	border: none!important;
}

#chooseByMovie #movieScheduleWrap>ul>li>a{
	background: #fff url(../img/ico_graydbltri.png) 98.4% center no-repeat;
	-webkit-background-size: 6%;
	background-size: 6%;
}

#chooseByMovie #movieScheduleWrap.detail>ul>li>a{
	background: #fff;
}

#chooseByMovie #movieScheduleWrap>ul>li:nth-child(even)>a{
	background: #f2f2f2 url(../img/ico_graydbltri.png) 98.4% center no-repeat;
	-webkit-background-size: 6%;
	background-size: 6%;
}

#movieScheduleWrap.detail a.dateHead{
	color: #333;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 1% 0;
	font-size: 120%;
	font-weight: bold;
	clear: both;
}

#movieScheduleWrap.detail .dateList>li .dateHead{
	background: #fff url(../img/ico_glaybottomtri.png) 97% center no-repeat;
	-webkit-background-size: 5%;
	background-size: 5%;
	border-bottom: 2px #d6d6d6 solid;
}

#movieScheduleWrap.detail .dateList>li.active .dateHead {
	background: #aaddde url(../img/ico_glaytoptri.png) 97% center no-repeat;
	-webkit-background-size: 5%;
	background-size: 5%;
	border-bottom: 2px #aaddde solid;
}


#movieScheduleWrap.detail .dateList>li:nth-child(even)>a{
	background: #f2f2f2 url(../img/ico_glaybottomtri.png) 97% center no-repeat;
	-webkit-background-size: 5%;
	background-size: 5%;
}

#movieScheduleWrap.detail .dateList li:last-child>a{
	border-bottom: none;
}

#movieScheduleWrap.detail .dateList a{
	display: block;
	width: 96.8%;
	padding: 2% 1.6%;
}

#movieScheduleWrap.detail .dateList a .ladies{
	display: inline-block;
	padding: 2% 0;
	padding-right: 5%;
	background: url(../img/ico_smt_lady.png) right center no-repeat;
	-webkit-background-size: 16%;
	background-size: 16%;
}

#movieScheduleWrap.detail .dateList .movieScheduleDetail li a{
	padding: 4.5% 1.6%;
}
#movieScheduleWrap .movieScheduleDetail li a{
	padding: 4.5% 1.6%;
}

#movieIntro{
	margin-top: -2%;
}

#movieIntro h3{
	width: 100%;
	background: #3d234a;
	text-align: center;
	color: #fff;
	padding: 2% 0;
	font-weight: bold;
}

#movieIntroContent{
	width: 96.8%;
	padding: 0 1.6%;
}

#movieIntroHead{
	margin-bottom: 3%;
}

#movieIntroHead h4{
	display: inline;
	font-size: 110%;
	font-weight: bold;
}

#movieIntroHead .r15{padding: 1%; margin-right: 2%;}
#movieIntroHead .special{padding: 1%;}
#movieIntroHead .lastTime{padding: 1%;}
#movieIntroHead .new{padding: 1%;}

#movieIntroPict{
	text-align: center;
	font-size: 85%;
	margin-bottom: 5%;
}

#movieIntroPict img{
	width: 70%;
	margin-bottom: 3%;
}

#movieIntroPict p{
	width: 100%;
	text-align: left;
}

#backToPrev{
	margin-bottom: 8%;
	text-align: center;
}

#backToPrev img{
}

.subTab ul{
	width: 100%;
	overflow: hidden;
}



.subTab li a{
	display: block;
	width: 32%;
	margin-right: 2%;
	float: left;
	text-align: center;
	padding: 2.5% 0 7%;
	margin-bottom:3.5%;
	text-decoration: none;
	color: #3b3b3b;
	line-height:1.0;
}

.subTab .tabMenu li.tabCurrent a{
	color: #fff;
}

.subTab .tabMenu li{
	background: url(../img/bg_introSubnav.png) center top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 32%;
	float:left;
	margin-right: 2%;
	margin-bottom:3.5%;
	padding-bottom:4%;
}
.subTab .tabMenu li a{
	display:block;
	width:100%;
	margin:0;
	padding: 9% 0 9%;
}

.subTab .tabMenu li.tabCurrent{
	background: url(../img/bg_introSubnav_a.png) center top no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	color: #fff;
	float:left;
	margin-right:0;
}

.subTab .tabMenu li:last-child a{
	margin-right: 0;
}

.subTab .theatreList li{
	padding: 4% 0 0;
	border-top: 2px #3d234a dashed;
}

.subTab .theatreList li:last-child{
	border-bottom: 2px #3d234a dashed;
}

.theatreList dl{
	overflow: hidden;
}

.theatreList dt{
	color: #3d234a;
	font-weight: bold;
	width: 100%;
	margin-bottom: 2%;
}

.theatreList dd a{
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 1%;
	background: #56afd9;
	text-align: center;
	margin-bottom: 4%;
	line-height:1.5;
}

.theatreList dd:nth-of-type(3n) a{
	margin-right: 0;
}

.tabBox.introduction,
.tabBox.preliminary{
	padding: 50% 0;
	background: #ccc;
	text-align: center;
}

#watchNow a{
	text-decoration: none;
	color: #3b3b3b;
}

#watchNow h3 span{
	display: inline-block;
	padding: 2% 0 3% 0;
	padding-right: 9%;
	background: url(../img/ico_smt_lady.png) right center no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
	line-height:1.0;
}

#watchNow>ul>li{
	width: 96.8%;
	padding: 2% 1.6%;
	border-bottom: 2px #d6d6d6 solid;
	background: #fff;
	position:relative;
}

#watchNow>ul>li:nth-child(even){
	background: #f2f2f2;
}

#watchNow>ul>li:last-child{
	border-bottom: none;
}

#watchNow>ul>li>a{
	position: relative;
	display: block;
	width: 100%;
}

#watchNow>ul>li.vacant>a{
	background: url(../img/ico_smt_dblcir.png) 98% center no-repeat;
	-webkit-background-size: 16%;
	background-size: 16%;
}

#watchNow>ul>li.few>a{
	background: url(../img/ico_smt_tri.png) 98% center no-repeat;
	-webkit-background-size: 16%;
	background-size: 16%;
}

#watchNow>ul>li.before>a{
	background: url(../img/ico_smt_bar.png) 98% center no-repeat;
	-webkit-background-size: 16%;
	background-size: 16%;
}

#watchNow>ul>li.closed>a{
	background: url(../img/ico_smt_cross.png) 98% center no-repeat;
	-webkit-background-size: 16%;
	background-size: 16%;
}

#watchNow li .hour{
	width: 19%;
	font-size: 75%;
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
}

#watchNow li .hour span{
	font-size: 170%;
	font-weight: bold;
	display: block;
}

#watchNow li .movieTitle{
	font-size: 100%;
	font-weight: bold;
	width: 60%;
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
	min-height:3.5em;
	margin-bottom:1em;
}

#watchNow li .dayOrNight{
	position:absolute;
	lefto:0px;
	top:40px;
	width: 13%;
}

#watchNow li .dayOrNight img{
	width: 50%;
	padding: 20%;
}

#watchNow>ul>li ul{
	width: 70%;
	margin-left: 21%;
}

#watchNow>ul>li ul li{
	display: inline-block;
	vertical-align: bottom;
}

.swipe {
  overflow: hidden;
  /*visibility: hidden;*/
  width: 87%!important;
  /*position: relative;*/
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.swipe-wrap {
  overflow: hidden;
  /*position: relative;*/
}
.swipe-wrap > li {
  float:left;
  /*width:100%;*/
  width: 50px!important;
  position: relative;
  margin: 0 3px;
}

#watchNow .r15{
	padding: 0.2% 1%;
}

#watchNow .special,
#watchNow .lastTime{
	padding: 0 1%;
}

#watchNow .new{
	color: #fff;
	padding: 0 1%;
	font-size: 80%;
	display: inline-block;
	background: #ff8307;
}

#flowChart #errorTitle{
    text-align: center;
    color: #FF4001;
    min-height:40px;
    line-height:1.6;
    background: none;
}

#errorTitle span{
    background:url(../img/caution.gif) left center no-repeat;
    padding: 8px 0 12px 50px;
}

#freeMessage{
	text-align:center;
	margin-bottom:1em;
}

.entryTime{
	padding:0 0.5em;
	font-weight:bold;
}

/* ↓↓↓ [NES-Change] ↓↓↓ */
table.type0{
	width:100%;
	border-collapse:collapse;
}

table.type0 td{
	border:1px solid #fff;
	background-color:#E6E6E6;
	padding:10px 3px 10px 10px;
	line-height:1.3;
	vertical-align:top;
}

table.type0 tr:nth-child(2n) td{
	background-color:#D6D6D6;
}

#yourSeat_footer{
	background:#000;
	color:#fff;
	border-bottom:5px solid #3d234a;
	height:56px;
}

#yourSeat_footer ul{
	width:100%;
	text-align:center;
}

#yourSeat_footer ul li{
	display:inline-block;
	padding:0.5em 1em 0.5em 0;
}

#yourSeat_footer ul li img{width:13px;}

.iconimage {
	height: 20px;
}

#KariyoyakuKakuninArea img {
	margin: 5px;
}

.zaseki {
	width:20%;
}

.kensyu {
/*	width:50%; */
}

.kingaku {
	width:30%;
}

.orangered {
    color: #FF4001;
    padding:10px 10%;
    text-align:center;
    font-weight: bold;
}

h3#ErrTxt{
	font-size:153.9%;
	text-align:center;
	color: #FF4001;
	line-height:3;
	font-weight:bold;
}

h3#ErrTxt span{
	background:url(../img/caution.gif) left center no-repeat;
	padding:5px 0 5px 50px;
}

h3#ErrTxtClose{
	font-size:153.9%;
	text-align:center;
	color: #000000;
	line-height:3;
	font-weight:bold;
}

h3#ErrTxtClose span{
	background:url(../img/caution.gif) left center no-repeat;
	padding:5px 0 5px 50px;
}

#ErrTxtSub {
	text-align:center;
	line-height:3;
}

#ErrExtSub span{
	text-align:left;
    margin:0px auto;
}

.mvtkChange {
	padding-right: 5%;
	padding-left: 5%;
}

.mvtkChange form {
	margin-bottom: 20px;
}
.mvtkChange .txtL{
	text-align: left !important;
}

.mvtkChange .txtC{
	text-align: center !important;
}
.mvtkChange .txtR{
	text-align: right !important;
}

.mvtkChange .button {
	font-weight: bold;
	height: 40px;
	border: 3px double;
}

.mvtkChange .buttonGreen {
	color: #FFFFFF;
	background-color: #8e69a1;
	width: 230px;
}

.mvtkChange .buttonGreen:hover {
	background-color: #7e648c;
}

.mvtkChange .buttonBlack {
	color: #FFFFFF;
	background-color: #807F7F;
	width: 120px;
}

.mvtkChange .buttonBlack:hover {
	background-color: #C1C1C1;
}

.ErrTimeOutSub {
	text-align: left;
	margin-left: 30px;
	margin-right: 10px;
	line-height: 130%;
}

.ErrTimeOutSub ul li {
	list-style: disc;
}

/* 広告タグ */
#bottomBnrArea {
  padding: 1.6%;
padding-bottom: 5%;
background: #fff;
}

#bottomBnrArea em {
  display: block;
  font-size: 93%;
  padding: 0 0 1%;
  text-align: center;
}

#bottomBnrArea div,
#headBnrArea div {
  margin-left: auto;
  margin-right:auto;
  background: #EEEEEE;
}

#headBnrArea  {
  padding-top: 1.6%;
  background: #fff;
  padding-bottom: 5%;
}

.memberCard {
	background: #B297C;
}

.TicketComment {
	text-align: left;
	padding: 0 10px 10px 10px;
}
