@charset "utf-8";

body{
	min-width: 1091px;
	color: #fff;
}

.contentsBox{
	width: 100%;
	border-bottom: 1px solid #ff1435;
}

.inner{
	position: relative;
	width: 1091px;
	margin: 0 auto;
}

.header{
	height: 729px;
	background: #000e1e url(../img/header_bg.jpg) no-repeat center top;
}

.header h1{
	padding: 38px 0 0 523px;
}

.header h2{
	padding: 20px 0 0 523px;
}

.mcPhoto{
	position: absolute;
	top: 31px;
	left: -28px;
}

.tickets{
	height: 703px;
	background: #002e5c url(../img/tickets_bg.png) no-repeat center top;
}

.ticketsText{
	width: 545px;
	padding-top: 113px;
}

.tickets h2{
	margin-bottom: 38px;
}

.tickets p{
	margin-bottom: 50px;
	line-height: 2.1;
}

.btn{
	width: 452px;
	margin: 0 auto;
	text-align: center;
}

.btn img{
	margin-bottom: 7px;
}

.btn a:hover{
	opacity: 0.8;
}

.itemImg{
	position: absolute;
	top: 23px;
	right: -121px;
}

.caution{
	padding: 55px 0 50px;
	border-bottom: none;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
	background-color: #001732;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #00152e), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #00152e),
				color-stop(.75, #00152e), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #00152e 25%, transparent 25%,
			  transparent 50%, #00152e 50%, #00152e 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #00152e 25%, transparent 25%,
			  transparent 50%, #00152e 50%, #00152e 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #00152e 25%, transparent 25%,
			  transparent 50%, #00152e 50%, #00152e 75%,
			  transparent 75%, transparent);
}

.caution h3{
	margin-bottom: 70px;
	text-align: center;
}

.caution li{
	margin-bottom: 30px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 18px;
	line-height: 1.8;
}

footer{
	padding: 25px 0;
	text-align: center;
	background: #112b49;
}