@charset "utf-8";
.main {
	margin-top:0px;
	text-align: center;
	width:490px;
	float:right;
	overflow:auto;
}
.title{
	margin-top:20px;
	margin-bottom:0px;
	font-size:19px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.theaters{
	float:left;
	width:255px;
	margin-top:20px;
}
.theaters ul li{
	line-height:25px;
	margin:2px 0;
	cursor:pointer;
}
.theaters ul li a{
	color:#666;
}
.theaters ul li:hover{
	opacity:0.7;
}
.theater_image{
	float:left;
}
.clear{
	clear:left;
}
.profile{
	text-align:left;
}
.profile li{
	margin-left:230px;
	margin-top:3px;
}
.space_box{
	height:240px;
}
.schedule{
	margin-top:10px;
}
.movie_news{
	margin-top:19px;
}
.movie_news p{
	font-size:14px;
	font-family:"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.movie_news > p{
	text-align:center;
}
.movie_news > .maintext{
	font-size:12px;
	text-align:left;
	padding:10px 0;
	margin:8px auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3BB58E;
	border-bottom-color: #3BB58E;	
}
.subarea .prezent{
	float:left;
	margin-left:30px;
}
.subarea .oub{
	width:340px;
	float:left;
	margin-top:18px;
	margin-left:10px;
	font-size:20px;
}
.subarea{
	margin-bottom:40px;
}
.both{
	clear:both;
}
.movie_news p.movietext{
	text-align:left;
	width:455px;
	margin:0 auto 5px;
}
.movie_news p.suke{
	font-size:13px;
	text-align:left;
	width:420px;
	margin:10px auto 0;
}
.movie_news p.suke a{
	color:#999;
}
.movie_news p.suke a:hover{
	color:#ff0033;
	text-decoration:none;
}
.movie_news p.hp{
	font-size:13px;
	text-align:left;
	width:420px;
	margin:0 auto 15px;
}
.movie_news p.hp a{
	color:#999;
}
.movie_news p.hp a:hover{
	color:#ff0033;
	text-decoration:none;
}
.centerline{
	width:455px;
	height:2px;
	background-color:#3BB58E;
	margin:20px auto 15px;
}