@charset "UTF-8";

/* 全体に関するスタイル */
body{
	width:100%;
	height:100%;
}

/* ヘッダーに関するスタイル */

.box{
	width:100%;
	height:30px;
	background-color:#ffffff;
}


.box1{
	width:100%;
	height:450px;
}
/* タイトルに関するスタイル */

h1{
	position:relative;
	top:70px;


}
h3{
	position:relative;
	top:80px;
}


/* ナビに関するスタイル */

nav{
	position:relative;
	bottom:150px;
}

/* コンテンツに関するスタイル */

#contents{
	width:100%;
/*	height:600px;*/
}
.aboutus p{
	width:600px;
	position:relative;
	bottom:110px;
	margin:0 auto;
	letter-spacing: 0.30rem;
	line-height:1.8;
	text-align:left;
}

/* 最新情報 */
/*
div.news{
	width:600px;
	position:relative;
	bottom:70px;
	margin:0 auto;
	letter-spacing: 0.30rem;
	line-height:1.8;
	text-align:left;

}
*/

/* リンクバナー */
div.y160{
	position:relative;
	bottom:40px;

}


/* 著作権に関するスタイル */
.credit{
	position:relative;
	bottom:20px;
}

.credit a{
	color:#336699;
}
.credit a:link{
	color:#336699;
}
.credit a:visited{
	color:#336699;
}
.credit a span{
	font-size:10pt;
	margin-left:10px;
	text-decoration:underline;
}
.credit i{
	font-family: FontAwesome;
	font-size:15pt;
	width:30px;
	height:25px;
	border:solid 1px;
	background-color:#336699;
	color:#ffffff;
	border-radius:50px;
	text-align:center;
}
footer{
	position:relative;
	bottom:5px;
}

.movie_wrap{width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
   
  
    
}



.movie_title{text-align: center;
margin-bottom: 10px;}
