/* CSS Document */ @charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-family: メイリオ,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
	color: #444;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.02em;	
	background:#000;
}
body #dticketWrap{
	background:#fff;
}
body #dticketWrap .categoryBox{
	box-shadow:none;
	border:1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container{
	width:950px;
	margin:0 auto 40px;
}

#dticketWrap #contents{
	padding-top: 0;
}

table { _font-size: 12px; }
a {
	color: #FF3785;
	text-decoration: underline;
}
a:hover {
	color:#fa812a;
	text-decoration: none;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);  
	-ms-filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}

/* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 
.clear { clear: both; }
.center { text-align: center; }
.right{text-align:right;}
.left{text-align:left;}
.txt{font-size:13px; line-height:1.4em;}
.txt_m{	text-indent: -1.3em;padding: 0 0 0 15px;line-height:1.5em;}
.txtMain{font-size:14px; line-height:1.4em; font-weight:bold;}
.bold { font-weight: bold; }
.attention { color: #c00; font-size:18px; text-align:center; font-weight:bold; }
.red { color: #BD1D27; }
.braun{color:#9F5E0E;}
.blue{color: #1479D5;}
.yellow{color: #F69B04;}
.pink{color: #FF6EB9;}
.txtSmall{font-size:11px;}
.line{margin:0 0 10px;}

.fade {  
    -webkit-transition: 0s ease-in-out;  
       -moz-transition: 0s ease-in-out;  
         -o-transition: 0s ease-in-out;  
            transition: 0s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=20);  
}

.webicon {
	font-weight: normal;
	font-size: 120%;
	vertical-align: -1px;
}


/*スペーサー
-------------------------------- */
.space5  { margin-bottom: 5px; }
.space10 { margin-bottom: 10px; }
.space15 { margin-bottom: 15px; }
.space20 { margin-bottom: 20px; }
.space25 { margin-bottom: 25px; }
.space30 { margin-bottom: 30px; }
.space40 { margin-bottom: 40px; }
.space45 { margin-bottom: 45px; }
.space50 { margin-bottom: 50px; }
.space60 { margin-bottom: 60px; }

/* 共通
=============================================== */
h2{
	font-size: 30px;
	background: #09005A;
	font-weight: bold;
	padding:15px 10px 10px;
	color: #FFF;
	text-align:center;
	border-radius:5px 5px 0 0;
}
.header{
	text-align:right;
}
.topTit{
	margin:0 0 30px;
	padding:0 0 0 3px;
	color: #fff;
	font-weight: bold;
	line-height:1.3em;
	background: #333;
}
.topTit img{
	float:left;
}
h3{
	padding:30px 0 30px 0;
	font-size:32px;
	font-weight: bold;
	text-align:center;
	line-height:1.5em;
}
.topLead{
	margin: 0 0 30px;
	padding:17px 130px 0;
	border:2px solid #333;
}
.topLead p{
	padding:0 0 15px;
	color:#333;
	font-weight: bold;
	font-size:20px;
}
.topLead p span{
	padding:3px 8px 0;
	color:#fff;
	font-size:16px;
	vertical-align: 0.1em;
	background:#333;
	border-radius:4px;
}
h4{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 2px #352D69;
	padding:0;
	color:#352D69;
	margin:0 0 5px;
}

h5{
	margin:0 0 20px;
	padding:12px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#00a2eb;
}
h5 span{
	vertical-align:-0.1em;
}

h6 {
	color: #1F2056;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0px 5px 0px;
}

h7{
	font-size:16px;
	font-weight:bold;
	color:#333;
}

h8 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

h9 {
	text-align:center;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0px 5px 0px;
}


.mainBtn a{
	display: block;
	background: #FA812A;
	color: #FFF;
	padding:18px 0 13px 0;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	width: 40%;
	font-weight: bold;
	font-size:23px;
	border-bottom: 2px solid #ff6b00;
}

.mainBtn a:hover{
	border-top: 1px solid transparent;
	border-bottom: 1px solid #ff6b00;
	position: relative;
	top: 1px;
}

.txtBtn a{
	display: block;
	color: #fff;
	padding:13px 10px 10px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	width:340px;
	font-weight: bold;
	font-size:16px;
	background:#222;
	border-bottom: 2px solid #000;
}

.txtBtn a:hover{
	border-top: 1px solid transparent;
	background:#555;
	border-bottom: 1px solid #000;
	position: relative;
	top: 1px;
}
.txtBtngray a{
	display: block;
	color: #fff;
	padding:13px 10px 10px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	width:340px;
	font-weight: bold;
	font-size:16px;
	background:#FB4B89;
	border-bottom: 2px solid #AE3E66;
}

.txtBtngray a:hover{
	border-top: 1px solid transparent;
	background:#FB4B89;
	border-bottom: 1px solid #AE3E66;
	position: relative;
	top: 1px;
}


/* 電子チケットのオススメポイント
============================== */
.section.categoryBox {
	margin: 0 0 15px;
	padding:0px;
}

#point {
/*	background: #FFEACB;
	border: 2px solid #FA812A;*/
	color: #000;
	font-weight: bold;
}

#point #inner {
	padding: 0px 0px 0px;
}

#point h4 {
	color: #FF3785;
	font-weight: normal;
	padding: 0px 0px 10px;
	border-bottom: none;
	/*border-bottom: 3px solid #FF3785;*/
	font-size: 34px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 26px 0px 10px;
	position: relative;
}

#point h4 span{
	display:inline-block;
	margin-left: -20px;
}

#point h4 span:last-child{
	display:inline-block;
	margin-left: -5px;
}

#point #subTit p {
	position: absolute;
	right: -20px;
	top: -38px;
}

#point #subTit p img {width: 90%;}

#point .block {
	margin: 0 0 100px;
}

#point .block#tanoshimeru {margin: 0;}

#point .block .pointTit {
	position: relative;
	margin: 0 0 35px;
}

#point .block p.circle {
	position: absolute;
	left: -20px;
	top: -30px;
}

#point .block h5 {
	font-size: 22px;
	font-weight: bold;
	color: #111;
	text-align:left;
	border-bottom: 2px solid #FF3785;
	background: none;
	margin: 0px 0px 40px;
	padding: 0px 0px 7px 80px;
}

#point .block .text {
	font-weight: bold;
	margin: 0 0 15px;
}

#point .block#kantan .pict {
	position: absolute;
	right: -10px;
	top: -35px;
}

#point .block#kantan .text {
	margin: 0 0 30px;
}

#point .block#anshin .webicon {
	color: #FF3785;
}

#point .block#anshin ul.case li {
	/*text-indent: -1.7em;*/
	padding: 0 0 0 20px;
	margin: 0 0 8px;
	font-size: 15px;

}

#point .block#anshin ul.case li span.add {
	font-weight: normal;
	font-size: 14px;
}

#point .block#tanoshimeru ul {
	background: #FFFCE4;
	padding: 15px 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 20px;
}

#point .block#tanoshimeru ul li {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#point .block#tanoshimeru ul li.last {margin: 0;}

#point .block#tanoshimeru ul .webicon {
	color: #FF3785;
}

#application {
	text-align: center;
	
}

#application ul {
	margin: 0 0 30px;
}

#application ul li {
	margin: 0 0 3px;
}

#application ul li.red {
	font-weight: bold;
	font-size: 18px;
}

#application ul li span {
	text-decoration: underline;
}

#trailer {
	text-align: center;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #FF3785;
}

#application .mainBtn {
	margin: 0 0 10px;
}

#point #anshin.block ul.case {
	overflow: hidden;
}
#point .block#anshin ul.case li {
	padding: 0 0 1em 0;
	margin: 0 22px 8px 0;
	width:266px;
	float: left;
	line-height:1.2em;
}

.case .illust{
	text-align:center;
	margin-bottom: 10px;
}

#point .block#anshin ul.case li span.add { font-weight: normal; font-size:11px;}
.txtList{
	font-size:13px;
	color:#FF3785;
	margin-bottom: 12px;
}

#point .block#tanoshimeru ul {
	background: #FFFCE4;
	padding: 15px 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 15px;
	width:610px;
	border-radius:10px;
}

#point .block#tanoshimeru ul li {
	font-weight: normal;
	font-size: 13px;
	color: #000;
	margin-bottom:5px;
	padding-left:1.5em;
	text-indent: -1.5em;
}

#point .block#tanoshimeru ul li.last {margin: 0;}

#point .block#tanoshimeru ul .webicon {
	color: #FF3785;
}
#collection #mobile{
	float:left;
	width:150px
}
#collection #collectionInner{
	padding:5px 0 5px 165px;
}

.stepTit{
	border-left: 4px solid #111;
	padding: 0 0px 0 13px;
	height:35px;
	font-size: 27px;
	color: #000;
	text-align: left;
	line-height: 1.3em;
	vertical-align:middle;
}
.osList{
	position:relative;
	padding:8px 0 0;
}

.osList .illust{
	position:absolute;
	top:-12px;
	right:80px;
}

.osList li{
	font-size:14px;
	margin:0 0 25px;
	font-weight:bold;
}
.osList li .tit{
	font-size:14px;
	font-weight:bold;
}

.osList li .text{
	font-size:12px;
	text-indent:-1em;
	padding: 10px 0 0 25px;
	font-weight:normal;
	letter-spacing: 0.2px;
	line-height: 1.4em;
}
.precede #schedule table .bga{
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	background:#eee;
}
.precede table {
margin: 0 auto 3px;
	font-size:13px;
border-bottom: 1px solid #DDD;
border-left: 1px solid #DDD;
}
.precede table #ticket{
	font-size:13px;
	border-color:#ffe5bf;
}
.precede table #ticket th,
.precede table #ticket td{
	border-color:#ffe5bf;
	line-height:1.5em;
}
.precede table #ticket th{
	background:#fffdee;
}
.precede table th.area {
background-color: #EEE;
padding:5px;
font-weight:bold;
font-size:13px;
}
.precede table th.left {
padding: 0px 0px 0px 0;
font-weight:bold;
font-size:31px;
border-top: none;
border-right: none;
}


.precede table td.data .small{
	font-size:11px;
}

.precede table td.right {
padding: 0px 0px 0px 0px;
font-weight:bold;
font-size:13px;
border-top: none;
border-right: none;
}
.precede table td.data .small{
	font-size:11px;
}

.precede table th.left .paper {
background:#E9F7FF;
padding:10px;
border-top:1px solid #D0EDFE;
border-left:1px solid #D0EDFE;
border-bottom:1px solid #D0EDFE;

}

.precede table td.right .denshi {
background:#E9F7FF;
padding-bottom: 8px;
padding-top: 12px;
padding-right: 10px;
border-top:1px solid #D0EDFE;
border-right:1px solid #D0EDFE;
border-bottom:1px solid #D0EDFE;

}

.addIcon {
    background: #FF3785;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
}


.precede table th {
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
padding:10px;
color: #333;
vertical-align: middle;
}


.precede table td {
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
padding:15px 12px;
line-height:1.3em;
background-color: #fff;
vertical-align: middle;
font-weight:normal;
}

.precede table td.date{
	font-size:15px;
}

.precede table td.date li{
	font-size:14px;
	margin-bottom:5px;
}


.precede table td .atention li{
	margin:0 0 5px;
	text-indent:-1.2em;
	padding:0 0 0 1em;
	line-height:1.5em;
	font-size:12px;
}

.btnBlk a{
	display:block;
	width:320px;
	background:#333;
	color:#FFF;
	padding:15px 0;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	border-bottom:solid 2px #000;
}



.btnBlk a:hover{
	border-top: 1px solid transparent;
	background:#333;
	border-bottom: 1px solid #000;
	position: relative;
	top: 1px;
}

.btnOrg a{
	display:block;
	width:320px;
	background:#FF3785;
	color:#FFF;
	padding:15px 0;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	border-bottom:solid 2px #CF3B00;
}



.btnOrg a:hover{
	border-top: 1px solid transparent;
	background:#F23400;
	border-bottom: 1px solid #CF3B00;
	position: relative;
	top: 1px;
}

.btnPink a{
	display:block;
	width:320px;
	background:#FF3E75;
	color:#FFF;
	padding:15px 0;
	margin:0 auto 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	border-bottom:solid 2px #CF325E;
}

.btnPink a:hover{
	border-top: 1px solid transparent;
	background:#D92B5C;
	border-bottom: 1px solid #CF325E;
	position: relative;
	top: 1px;
}
#attentionList{
	margin:0 auto 20px;
	border-color:#666;
}
#attentionList tr td{
	padding: 15px 15px 5px;
	font-size:14px;
	line-height:1.5em;
	border-color:#666;
}
#attentionList tr td p{
	text-indent:-15px;
	padding:0 0 10px 15px;
}
#attentionList tr td p span{
	margin:0 3px 0 0;
	color:#111;
	vertical-align: -0.1em;
}

#pageTop {
font-size: 40px;
position: fixed;
right: 60px;
bottom: 30px;
z-index: 999;
}

#pageTop a {
text-decoration: none;
color: #999;
}

ul.choice { padding: 0 122px; margin:20px 0 20px;}

ul.choice li a {
		margin: 0 10px 0 0 ;
	display: block;
	width: 320px;
}

ul.choice li:last-child a{margin: 0;}

.mainBtn2 span.tokuten {
	background: #fff;
	padding: 5px;
	color: #FF3785;
	border-radius: 2px;
	font-size: 15px;
}
ul.hutatu{
	padding:0;
	text-align: center;
}
ul.hutatu li{
	display:inline-block;
}
ul.choice li a {
	margin: 0 20px 0 0 ;
}
.mainBtn2 a{
	display: block;
	background: #FF3785;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	width: 340px;
	font-weight: bold;
	font-size:19px;
}

.mainBtn3 a{
	display: block;
	background: #00A2EB;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	width: 340px;
	font-weight: bold;
	font-size:19px;
}

.mainBtn2.paper a,.mainBtn2.paper a:hover {
	background: #1E1E1E;
}
#wBtn:hover,#normalBtn:hover,#serialBtn:hover{
	background:#DDD;
	border: #DDD solid 1px;
	color:#333;
}

.mainBtn2 a:hover{
	background: #FF619F;
}

.leadRed{
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #c00;
	margin-bottom: 12px;
}





/* nav
============================== */
ul#gNav {
	margin: 0 auto 30px;
	width: 900px;
}

ul#gNav li{
	float: left;
	width: 300px;
}

ul#gNav li a {
	display: block;
	background: #FFF url("../images/ico_arrow.png") no-repeat 95% 50%;;
	text-align: center;
	margin: 0 10px 0 0 ;
	padding:15px 0;
	line-height:1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #75d4ff;
    font-family: 'Noto Sans Japanese', serif;

	border:solid 1px #75d4ff;
}

ul#gNav li a:hover {
	opacity: 1;
	color: #fff;
	background: #75d4ff url("../images/ico_arrow_wh.png") no-repeat 95% 50%;
}

ul#gNav li.last a {
	margin: 0;
}

ul#gNav span {vertical-align: -2px;}

.fade {  
    -webkit-transition: 0s ease-in-out;  
       -moz-transition: 0s ease-in-out;  
         -o-transition: 0s ease-in-out;  
            transition: 0s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=20);  
} 

ul.choice { padding: 0 122px; margin: 0 0 40px;}

ul.choice li {
	float: left;
}

ul.choice li a {
		margin: 0 10px 0 0 ;
	display: block;
	width: 300px;
}

ul.choice li:last-child a{margin: 0;}

.mainBtn2 span.tokuten {
	background: #fff;
	padding: 5px;
	color: #FF4800;
	border-radius: 2px;
	font-size: 15px;
}


/* nav2
============================== */
.nav {
    display: none;
}

.nav .inside{
    margin: 0 auto;
	width: 660px;
	padding: 15px 0;
}

.nav li {
	float: left;
	text-align: center;
	font-size: 16px;
}

.nav li a{
	color: #FFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 220px;
    font-family: 'Noto Sans Japanese', serif;

}

.nav li a:hover{
	color: #ffffff;
}

.nav span {vertical-align: -2px;}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#75d4ff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.nav.fixed {
	display: block;
}