@charset "utf-8";

/***************************************************
	index.css
***************************************************/

/* トップページ index.html
------------------------------------------------------------ */
#home.index {}

#slider01_wrap {
	min-width: 1200px;
	height: 603px;/* image height + margin-bottom */
	overflow: hidden;
	background: url(../img/index/bg_slider.png) repeat-x;
}
#slider01_wrap .bx-wrapper img {	margin: 0 auto;}
#slider01_wrap .bx-wrapper .bx-controls {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
#slider01_wrap .bx-wrapper .bx-pager {
	bottom: 10px;
	text-align: left;
}
#slider01_wrap .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	outline: 0;
	border: none;
	border-radius: 3px;
	background: #ccc;
	text-indent: -9999px;
}
#slider01_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider01_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aaa;
}

#movie {
	float: left;
	width: 500px;
	margin-bottom:50px;
}

#overview {
	float: right;
	width: 500px;
}
#overview dl {
	height:60px;
	margin:0 0 20px 0;
	padding:0 0 0 75px;
}
#overview dt {
	padding:0 0 5px 0;
	font-size:20px;
	line-height:1.2;
}
#overview dd {
	line-height:1.2;
}
#overview dl.viw01 {
	background: url(../img/index/ico01.png) no-repeat 0 0;
}
#overview dl.viw02 {
	background: url(../img/index/ico02.png) no-repeat 0 0;
}
#overview dl.viw03 {
	background: url(../img/index/ico03.png) no-repeat 0 0;
}
#overview dl.viw04 {
	background: url(../img/index/ico04.png) no-repeat 0 0;
}


#news {
	clear:both;
	float:left;
	width:760px;
}
#news h2 {
	margin-bottom: 0;
	line-height:0;
}
#newsList {
	padding:20px;
	border:1px solid #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#newsList div {
	height: 190px;
	overflow-y: scroll;
}
#newsList dl {
}

#newsList dt {
	float:left;
	width:80px;
	padding:12px 0;
	margin-right:9px;
	border-bottom: 2px solid #999999;
    clear:both;
}
#newsList dd {
	float:left;
	width:600px;
	padding:12px 0;
	border-bottom: 1px dotted #999999;
}
*+html #newsList dl > dd {
    float:none;
}

#btnArea {
	float:right;
	width:310px;
	padding:30px 0 0 0;
}
#btnArea ul {
	background: #eee;
	padding:13px 0 17px 18px;
	margin:9px 0 0 0;
}
#btnArea li {
	float: left;
	margin:0 11px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {


}
