@charset "utf-8";



/*--------------------------------------------
　■［本文］
--------------------------------------------*/



div#main h2#top {
	padding: 130px 0px 0px 0px;
	background-size: cover;
}


div#main ul.pagenavi li a {
	position: absolute;
	background-color: #aa263d;
	padding: 10px;
	color: #fff;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	top: 0px;
	width: 70px;
	text-align: center;
	line-height: 1em;
}

div#main ul.pagenavi li.pagenavi-top a {
	left: 50%;
	margin: 0px 0px 0px -50px;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#main img {
	max-width: 100%;
	width: auto;
	height: auto;
}