@charset "utf-8";

/********** outline **********/

body {background: none;}
#main {zoom: 1; width: 771px;}/*2013/02/20 修正*/

/********** #silde **********/

#slider {
	position: relative;
	height: 418px;
	overflow: hidden;
}
#slide_wrap {
	margin-left: 208px;
	width: 791px;
}


/********** #contents **********/

#contents {width: 551px;} /*2013/02/20 修正*/

#top_box h2 {
    margin-bottom: 15px;
    margin-top: 5px;
}
#top_box section {
	background: url(../images/index/top_box_bg.png) no-repeat left top;	
	width: 267px;
	height: 115px;
	padding-top: 6px;
}
#top_box section figure {
	float: right;
}
#top_box section:first-child {float: left;}
#top_box section:last-child {float: right;}

#tenji {
	margin: 4px 0 10px;
	_margin: -2px 0 10px;
	height: 200px;
	background: url(../images/index/tenji_bg.png) no-repeat center bottom;
	position: relative;
}
#tenji h2 {
    margin-left: 14px;
    padding-top: 20px;
}
#tenji p, #tenji ul {margin: 5px 0 0 14px;}
#tenji ul {width: 315px; margin-top: 10px;}
#tenji li {
	float: left;
	margin-right: 6px;
}
#tenji li:nth-child(n+4) {margin-top: 5px;}
#tenji_map {
	position: absolute;
	top: 23px;
	right: 5px;
}

#mid_banner li {
	float: left;
	margin-right: 12px;
}
#mid_banner li:last-child {
	margin-right: 0;
	margin-bottom:10px;
}

#shuttlerock_banner li {
	float: left;
	margin-right: 10px;
	margin-top:10px;
}
#shuttlerock_banner li:last-child {
	float: right;
	margin-right: 0;
}

#tab_wrap {
	margin: 10px 0;
	padding-top: 44px;
	position: relative;
}

#tabs {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	z-index: 5;
}
#tabs li {
	position: absolute;
	top: 0;
	text-indent: -9999px;
	cursor: pointer;
}
#tabs li .tabs01 {
	background: url(../images/index/tabs_tab01.png) no-repeat 0 0;
	width: 156px;
	height: 45px;
	margin-top: 5px;
}
#tabs li .tabs02{
	background: url(../images/index/tabs_tab03.png) no-repeat 0 0;
	width: 156px;
	height: 45px;
	margin-top: 5px;
}
#tabs li:last-child {
	left: 165px;
}
#tabs li .act {
	margin-top: -6px;
	height: 51px;
}
#tabs li.act .tabs01 {
	margin-top: 0;
	background-image: url(../images/index/tabs_tab01_on.png);
	*background-image: url(../images/index/tabs_tab01_on.gif);
}

#tabs li.act .tabs02 {
	margin-top: 0;
	background-image: url(../images/index/tabs_tab03_on.png);
	*background-image: url(../images/index/tabs_tab03_on.gif);
}
/* 
#tabs li:first-child {
	background: url(../images/index/tabs_tab01_on.png) no-repeat 0 0;
	_background: url(../images/index/tabs_tab01_on.gif) no-repeat 0 0;
	left: 0;
	z-index: 3;
}
#tabs li:nth-child(2) {
	background: url(../images/index/tabs_tab02_on.png) no-repeat 0 0;
	_background: url(../images/index/tabs_tab02_on.gif) no-repeat 0 0;
	left: 165px;
	z-index: 2;
}
#tabs li:last-child {
	background: url(../images/index/tabs_tab03_on.png) no-repeat 0 0;
	_background: url(../images/index/tabs_tab03_on.gif) no-repeat 0 0;
	left: 165px;
	z-index: 1;
}
#tabs li.act, #tabs li.act img {z-index: 10;margin-top:-6px;height:45px;}
#tabs li.act img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
} */

#tabs_contents {
	width: 540px;
	height: 295px;
	padding: 5px;
	position: relative;
	z-index: 5;
	border:1px solid #d3d3d3;
	background: #fff;
}
#tabs_contents ul {
	margin: 10px;
	_width: 520px;
	height: 275px;
	overflow: auto;
}
#tabs_contents li {
	padding: 8px 0;
	line-height: 1.3;
	border-bottom: 1px dotted #D5D5D5;
}
#tabs_contents li a {
	display: block;
	padding-right: 3px;
}
#tabs_contents li:last-child {border-bottom: none;}
#tabs_contents li img {
	margin-right: 10px;
	float: left;
}
#tabs_contents li dt {
	letter-spacing: 1px;
	width: 14em; 
	color: #7E7E7E;
}
#tabs_contents li dt, #tabs_contents li dd {
	display: table-cell;
	*float: left;
}
#tabs_contents li dl {*zoom: 1;}
.none {display: none;}


#btm_banner {
	width:550px;
	background: #F4F4F4;
	padding: 0 0 0px 0;
}
#btm_banner li {float: left;  margin:0 11px 10px 0;}
#btm_banner li:nth-child(3n) {margin-right: 0px;}
#contents #btm_banner:nth-last-child(2) li:nth-child(2n) {margin-right:0px;}
/*#btm_banner li:last-child {margin-right: 0px;}*/



/********** #sub_col **********/

#sub_col {width: 200px;}
#sub_col li {margin-bottom: 10px;}







#modal {
	width:435px;
	height:284px;
	position: absolute;
	top:0;
	right:21px;
	z-index:2000;
	display:none;
	overflow: hidden;
}
#modal .modal_head {
	background: url("/common/images/index/modal_bg01.png") no-repeat;
	width:415px;
	height:40px;
	text-align: right;
	padding: 5px 10px;
}
#modal .modal_contents {
	background: url("/common/images/index/modal_bg02.png") no-repeat;
	width:420px;
	height:219px;
	padding: 15px 0 0 15px;
}
#modal .modal_contents ul {
	margin-bottom: 10px;
}
#modal .modal_contents li {
	float:left;
	margin-right:3px;
}
#modal .modal_contents li:last-child {
	margin:0;
}
#modal .modal_contents p {
	margin-bottom: 10px;
}
#modal .modal_contents p:last-child {
	margin-bottom:0;
}
#close img {
    cursor: pointer;
}
.top_images {
    float:right;
}


.flex-control-nav,
.flex-direction-nav {
	display:none;
}

a.bx-prev,
a.bx-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
	width: 40px;
	height: 80px;
    top: 167px;
}
a.bx-prev {
	background: url("/common/images/index/slider_btn_l.png") no-repeat 0 0;
	display: block;
	left: 0;
}

a.bx-next {
	background: url("/common/images/index/slider_btn_r.png") no-repeat 0 0;
	display: block;
	right:0;
	_right: -1px;
}
