@charset "utf-8";


/* index
------------------------------------------------ */

h1 {
	text-align: center;
	padding-bottom: 60px;
}

.main_img {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	width: 793px;
	height:366px;
	margin: 0 auto;
}

.movie_area {
	width: 651px;
	border: 1px solid #2a2a2a;
	margin: 0 auto;
	display: none;
}

.main_img .movie_btn {
	position: absolute;
	right: 61px;
	bottom: 40px;
	width: 360px;
	cursor: pointer;
}

.news_area {
	background: url(../../images/index/news_bg.gif) no-repeat;
	width: 793px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: hidden;
	color: #a6a6a6;
}

.news_title {
	padding: 0 24px 0 24px;
	border-right: #2a2a2a solid 1px;
	width: 179px;
	float:left;
}

.news {
	width: 520px;
	float: left;
	overflow: hidden;
	display: block;
	margin-left: 22px;
}

.news li {
	border-bottom: #2a2a2a solid 1px;
	display: block;
	padding:0 0 5px 0;
	overflow: hidden;
	width: 520px;
}

.news dl {
	overflow: hidden;
	display: flex;
	width: 520px;
}

.news dt {
	/**
	float: left;
	*/
	padding: 5px 10px 3px 0;
	white-space: nowrap;
}
.news dd {
	/**
	float: left;
	*/
	padding: 5px 0 3px 0;
}

.news dd.detail {
	float: right;
	width: 439px;
}

.photo_icon_text {
	float: left;
	padding-right: 5px;
}

.photo {
	float: left;
	padding-right: 5px;
	
}

.case_area_head {
	text-align: center;
	width: 577px;
	margin: 0 auto;
}

.case_area_middle {
	background: url(../../images/index/case_middle.gif) repeat-y;
	width: 577px;
	overflow: hidden;
	margin: 0 auto;
}

.case_area_botttom {
	background: url(../../images/index/case_bottom.gif) no-repeat bottom;
	width: 577px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.case_box {
	padding-bottom: 80px;
	overflow: hidden;
	width: 809px;
	position: relative;
}

.case_area {
	width: 557px;
	overflow: hidden;
	padding: 0 10px;
}

.case_area li {
	float: left;
}

.btn_worry {
	position: absolute;
	left: 200px;
	top: 241px;
}

.navi {
	width: 793px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 40px;
}

.navi li {
	float: left;
	padding-right: 11px;
}

.navi li.nopadding {
	padding: 0;
}

.clear {
	clear: both;
}

.left_side {
	float: left;
	width: 228px;
	overflow: hidden;
}

.btn_news {
	clear: both;
	padding:  10px 0 0 17px;
}

/* 
------------------------------------------------ */

.cs {
	font-family: 'Roboto Slab', serif;
	font-size: 3em;
	color: #FFF;
	padding-bottom: 100px;
	text-align:center;
}
