@charset "UTF-8";
/*----------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	
	
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
	
	
	}

fieldset,img,abbr {
	border:0;
}

caption,th {
	text-align:left;
}

table{
	font-size:inherit;
	font:100%;
}

img {
	vertical-align: top;
}

a {
	outline: none;
/*\*/
	overflow: hidden;
/**/
}

/*----------------------------------------
	default
----------------------------------------*/

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}

/*回り込みクリア*******************/
.clear {
	clear: both;
}

/*clearfix*******************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac ?*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*--------------------------------スペース*/

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}


.pt10{
	padding-top:10px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pb10{
	padding-bottom:10px;
}

.pb20{
	padding-bottom:20px;
}

.pb30{
	padding-bottom:30px;
}

.pb40{
	padding-bottom:40px;
}


/*--------------------------------スペース*/


/*----------------------------------------
	common
----------------------------------------*/

#main-content{
	max-width: 960px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}


#main-content p{
	font-size:75%;
	line-height:1.3em;
	padding:1em;
}

.box_wrapper{
	/*background-color:#666;*/
	width:100%;
	text-align:center;

}

@media(max-width:670px){
	#main-content{
		width: 98%;
		margin:0 auto;	
	}
	.box_wrapper{
		width:98%;
		padding:0 1%;
		/*background-color:#666;*/
		margin-left:-2%;
		overflow:hidden;
	}
}



.clear{
	clear:both;
}

h1{
/*	background-color: #E7E7E7;
	color: #666;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat-x;
	line-height: 45px;
	font-size: 138%;
	padding-left: 2%;
	background-position: left bottom;*/
	display:none;
}

h2{
/*	color:#666;
	background-image:url(../img/bg02.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:27px;
	font-size:100%;
	padding-left:2%;
	padding-bottom:5px;*/
	text-align:center;
}

.movie_box{
	width: 87%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #223F6A;
	border-bottom-color: #223F6A;
	border-left-color: #223F6A;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.top_img{
	text-align:center;
}