@charset "utf-8";

/* サービス毎の色替え用CSS
================================= */

/* anchor
--------------------------------- */
a {
	color: #FF0066;
}
.btn .main {
	background: #FF0066;
	color: #fff;
	border-color: #FF0066;
}
.btn .main:hover {
	background: #FFF9A6;
	color: #FF0066;
}
.btn .sub		{ color: #FF0066; }
.btn .sub:hover	{ background: #FFF9A6; }


/* title
--------------------------------- */

.sectionTit {
	background: #FF0066;
	color: #fff;
}

.pointArea .boxTit,
.pointArea .point01 .tit{
	color: #FF0066;
}


#header th { border: none; }

/* about
--------------------------------- */
#about {
	margin: 0 0 20px;
}
#about .box {
/*	border: 2px solid #ccc;*/
	padding: 0 30px 15px;
	margin: 20px 0 0;
}
#about .box .ph {
	width: 120px;
	float: right;
	line-height: 0;
	padding: 4px 0 0;
	margin-top: -10px;
}
#about .box .ph img {
	width: 120px;
}
#about .box .tit {
	width: 150px;
/*	float: left;*/
	font-size: 18px;
	margin: 0 0 10px;
}
#about .dticket .tit {
	color: #FF0066;
}
.entryTxt {
	margin: 0 0 15px;
	padding: 10px;
	text-align: center;
	border: solid 1px #aaa;
}
.entryTxt span {
	color: #f00;
	font-weight: bold;
}

#about .attentionList { margin: 0 0 5px; /*padding: 0 0 0 150px;*/ }
#about .attentionList li { line-height: inherit; margin-bottom: 0; }
#about .attentionList li:before { color: #FF0066; }
#about .sub { /*padding: 0 0 0 150px;*/ }
#about .bnr { clear: both; padding: 10px 0 0 150px; }
/*
#about .box {
	height: 120px;
	float: left;
/*	border: 2px solid #ddd;*/
	padding: 15px 15px;
	margin: 20px 0 0;
}
#about .dticket {
	width: 420px;
	margin-right: 12px;
}
#about .paper {
	width: 260px;
}
*/
#about .box .tit .icon {
	display: inline-block;
	width: 100px;
	background: #FF0066; 
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
	padding: 2px 5px;
	margin: 12px 0 0;
	position: relative;
	top: -3px;
}
#about .box .tit .icon::before {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom-color: #f06;
	position: absolute;
	left: 48px;
	top: -8px;
}


/* */
#entry {
	margin: 0 0 20px;
}
#entry .summaryList table {
	width: 100%;
	background: #fffde1;
	margin: 10px 0;
}
#entry .summaryList td th {
	width: 105px;
	background: #fffde1;
	color: #FF0066;
	font-size: 13px;
	vertical-align: top;
	border:none;
	padding: 5px;
}
#entry .summaryList td td {
	font-size: 13px;
	line-height: 1.4em;
	border:none;
	padding: 5px 5px 5px 0;
}
#entry .stepList .attentionList { margin-top: 10px; }
#entry .stepList .attentionList li { font-size: 12px; margin-bottom: 3px; }

.entryArea .btn .main { margin-bottom: 60px; }
.entryArea .lead {
	color: #f06;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
}

.dticket .attentionList li {
	font-size: 14px;
}
.dticketPoint {
    margin: 0px 0px 20px;
    font-size: 22px;
	font-weight: bold;
}

.entryArea .btn .main { margin-bottom: 60px; }
.entryArea .lead {
	color: #f06;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
}

table .bga {
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    background: #eee;
}
table td {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 15px 12px;
    line-height: 1.3em;
    background-color: #fff;
    vertical-align: middle;
    font-weight: normal;
}

table tr {
border: 1px solid #aaa;
}

.summaryList .icon::before {
    left: 40px;
}
.summaryList .icon::before, #about .box .tit .icon::before {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #f06;
    position: absolute;
    left: 48px;
    top: -8px;
}

.summaryList .icon {
    margin: 8px 0 0;
    width: 80px;
    height: 20px;
    line-height: 22px;
}
.summaryList .icon, #about .box .tit .icon {
    display: inline-block;
    width: 100px;
    background: #FF0066;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 12px 0 0;
    position: relative;
    top: -3px;
}

#entry .summaryList table {
    width: 100%;
    background: #fffde1;
    margin: 10px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.summaryList table tr {
	border: none;
}


/* 電子チケット購入 */
#ticketPay li{
	position:relative;
	float:left;
	width:48%;
	padding:10px 15px;
	background:#fffde1;
	border-radius:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 0 0 0 2%;
}
#ticketPay li:first-child {
	margin: 0 2% 0 0;
}

#ticketPay li p{
	padding:5px 0;
}
#ticketPay li .ticketTit{
	height:30px;
}
#ticketPay li p .bold{
	font-size:17px;
}
#ticketPay li p.btn{

}
#ticketPay li .main{
	width:100%;
	min-width:100%;
	margin:0;
	padding:5px 0;
}
#ticketPay li .main {
	padding: 15px;
	box-sizing: border-box;
}



/* step */
.step{
	margin-bottom:30px;
	border:1px solid #aaa;
}
.step .step1,
.step .step2{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
}
.step .ico{
	float:left;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px;
	color:#333;
	font-size:11px;
	margin-right:10px;
	padding:4px 8px;
	line-height:1;

}.appDl {
    line-height: 1;
    padding: 0;
    text-align: center;
	margin-top:10px;
}
.appDl ul {
    display: inline-block;
}
.appDl li {
	margin-right:10px;
	float: left;
	text-align: center;
}
.appDl .mail{
	font-size:11px;
}

#movie .movie1 {
	float: left;
	margin: 0 24px 0 0;
/*	margin: 0 56px 0 0;*/
}
#movie .movie2 {
	float: left;
}



#point .block .text {
	font-weight: bold;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.txtRed {
	color: #f00;
}
.fin {
	margin: 0 0 10px;
}

