@charset "utf-8";
/* ===================================================================
個別CSS
=================================================================== */

/* ----------------------------------------
 トップページ 
---------------------------------------- */

/* main_stage */

#main_stage{
	min-width:1096px;
}

#main_stage li{
	width:100%;
	text-align:center;
    
/*追記*/
height: 333px;
    display: block;
}
.bxslider{
    overflow: hidden;
    height: 333px;
}
/*追記*/

#main_stage li a{
	color:#666;
}
#main_stage li .img{
	height:283px;
	background-image:url('../img/main_slide01.jpg');
	background-position:center 30%;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin-bottom:17px;
}
#main_stage li#slide02 .img{
	background-image:url('../img/main_slide02.jpg');
	background-position:center center;
}
#main_stage li#slide03 .img{
	background-image:url('../img/main_slide03.jpg');
	background-position:center 45%;
}

/* news */

#contents #news{
	width:953px;
	margin:0px auto;
}
#contents #news .news_item_wrapper{
	margin-right:-55px;
}

#contents #news .news_item{
	display:block;
	width:281px;
	float:left;
	margin-right:55px;
	margin-bottom:55px;
}
#contents #news .news_item h2{
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
#contents #news .news_item h2 a{
	color:#333;
}
#contents #news .news_item .text01{
	margin-bottom:10px;
}
#contents #news .news_item .text01 a{
	color:#333;
}
#contents #news .news_item .movie.cusom01{
	box-sizing:border-box;
	height:172px;
	background-color:#000;
	padding-top:7px;
}
