@charset "utf-8";
/* CSS Document */
.news h2,
.movie h2{
	background:url(../images/top/title_h2_bg1.gif);
	height:19px;
	margin:0;
	padding:18px;
}
.news h2 img,
.movie h2 img{
	vertical-align:top;
}
.kana{
	float:right;
	margin-top:3px;
}
.news h3{
	background:url(../images/about/title_h1_bg.gif) repeat-x top;
	margin:20px 20px 5px;
	padding:0 10px;
	font-size:1em;
	line-height:42px;
	font-weight:lighter;
	color:#fff;
}
.news p{
	margin:0 20px 40px;
	padding:0;
	line-height:1.6em;
	white-space:pre-wrap;
}
.news .youtube{
	max-width:700px;
	max-height:393px;
	margin-bottom:10px;
}
.news .youtube p{
	position: relative;
	height:0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.youtube p iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.navi{
	text-align:center;
}
.navi a{
	display:inline-block;
	margin:0 3px;
	border:1px solid #eee;
	background-color:#f3f3f3;
}
.navi a:hover,a.this{
	background-color:#666;
	color:#fff;
}