@charset "UTF-8";

#contents {
	max-width:1280px;
	background-color:rgba(255,255,255,0.9);
	margin:auto;
	padding:30px 100px 30px;
}
#contents h3 {
	font-weight:normal;
	font-size:214.2%;/*30px*/
	margin:0 0 35px;
	background:url(../img/local/h3_bar.png) no-repeat left bottom;
}
#contents h3 span {
	font-size:60%;/*18px*/
	margin:0 0 0 15px;
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
#wrapper {
	padding:0;
}
#contents {
	padding:30px 30px 30px;
}
}

@media screen and (min-width: 960px) {
#contents .videoArea {
	position: absolute;
	width:70%;
	height:50%;
	/*top: 50%;*/
	left: 50%;
	transform: /*translateY(-50%)*/ translateX(-50%);
	-webkit- transform: /*translateY(-50%)*/ translateX(-50%);
}
#contents video{
	width:100%;
	margin : 0 auto;
}
}

@media screen and (min-width: 0px) and (max-width: 960px) {
body {
	background:url(../img/global/page_bg.jpg) no-repeat center top;
	background-size:cover;
}
#contents{
	background-color:rgba(255,255,255,0.9);
}
#contents .videoArea {
	position: absolute;
	width:100%;
	height:100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#contents video{
	width:100%;
	margin : 0 auto;
}
}

@media screen and (min-width: 0px) and (max-width: 880px) {
body {
	background:url(../img/global/page_bg.jpg) no-repeat center top;
	background-size:cover;
}
#contents {
	padding:20px 30px 20px;
}
}

@media screen and (min-width: 0px) and (max-width: 620px) {
#contents{
	background-color:rgba(255,255,255,0.9);
}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
#contents{
	background-color:rgba(255,255,255,0.9);
}
}
@media screen and (min-width: 0px) and (max-width: 430px) {
#contents h3 {
	font-size:171.4%;/*24px*/
}
#contents h3 span {
	font-size:60%;/*18px*/
}
}


.movie {
	zindex: 99;
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	margin : 0 auto;
	background: rgba(0,0,0,0.7);
	display:none;
}

#contents .cancel{
	display:inline-block;
	color: #FFF;
	font-size:150%;
	cursor: pointer;
	padding:5px;
	/*background: rgba(255,255,255,0.7);*/
}

#contents p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

#contents .entry_btn a:hover {
	background: #A5A5A5;
}

#contents .movie_btn a{
	display: block;
	width: 65%;
	margin: 50px auto 50px;
	font-weight: bold;
	font-size: 128.5%;
	text-align: center;
	background: #999;
	padding: 10px 0;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
