@charset "UTF-8";
@import "../common/css/reset.css";
@import "../common/css/template.css";
@import "../common/css/share.css";


/* トップページ 
------------------------------------*/

#header{
	height:190px;
}

#banner{
 height: 400px;
}

#banner .banner{
	height:400px;
	width:1258px;
	overflow:hidden;
	margin:0 auto;
}

#movie {
	width: 960px;
	margin: -37px auto 0;
}
#movie .inner {
	overflow: hidden;
	padding: 40px 50px;
	background: url(../img/movie_bg.png) center top repeat-y;
}
#movie:after {
	display: block;
	content: "";
	width: 960px;
	height: 10px;
	background: url(../img/movie_bg_bottom.png) center bottom no-repeat;
}
#movie .movieBox {
	float: left;
	width: 420px;
}
#movie .movieBox p{
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
#movie .movieBox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#movie .movieTxt {
	padding-left: 440px;
}

#bd {
	margin: 20px auto 0 ;
	padding-bottom:30px;
	background:none;
}


/* left
--------------------------------------------------------------------*/
#bd .left{
	width:473px;
	float:left;
}
/* newhp 20140306
--------------------------------------------------------------------*/
#bd .newhp{
	overflow:hidden;
	zoom:1;
	clear:both;
	width:473px;
	padding-bottom:2px;
	*padding-bottom:12px;
	background:url(../img/news_bg.png) left bottom no-repeat;
}

/* item
--------------------------------------------------------------------*/
#bd .item{
	overflow:hidden;
	zoom:1;
	clear:both;
	width:473px;
	padding-bottom:14px;
	*padding-bottom:2px;
	background:url(../img/news_bg.png) left bottom no-repeat;
}

/* tuwen
--------------------------------------------------------------------*/
#bd .tuwen{
  overflow:hidden;
  zoom:1;
  clear:both;
  width:465px;
  margin:0 auto;
  background:url(../img/news_tuwenbg.jpg) left bottom repeat-x;
  cursor:pointer;
}

#bd .tuwen ul{
  float:left;
  width:135px;
  padding: 8px 0 8px 18px;
  *padding-bottom:9px;
}

#bd .tuwen dl{
  margin-left:135px;
  padding:11px 0 8px 40px;
  *padding:11px 0 5px 37px;
  background:url(../img/news_img06.png) left 26px no-repeat;
}

#bd .tuwen dl dt{
  color:#777;
  letter-spacing: -1px;
}

#bd .tuwen dl dd{
  color:#1d3994;
  font-weight:bold;
  line-height: 1.6;
  font-size: 14px;
}

#bd .item p.last{
	margin:11px 0 0 290px;
	*margin:3px 0 8px 290px;
}

#bd .mon{
	background:#e9f9ff;
}

/* right
--------------------------------------------------------------------*/
#bd .right{
  width:470px;
  float:right;
}

#bd .fir{
  padding:16px 0 18px 23px;
  margin-bottom:12px;
  background:url(../img/right_bg.png) 1px bottom no-repeat;
}

#bd .fir p{
  font-size:14px;
  margin: 0 0 16px 0;
}

#bd .fir p span{
  font-weight:bold;
}
#bd .fir p span.under{
	font-weight: normal;
}


/* table
--------------------------------------------------------------------*/
#bd table{
  width:423px;
  margin-bottom:9px;
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
}

#bd table th,#bd table td{
  text-align:center;
  border:1px solid #e6e6e6;
}

#bd table th{
  font-size:14px;
  color:#fff;
  width:215px;
  font-weight:bold;
  background:#b3b3b3;
  padding: 13px 0 10px;
  border-left:none;
}

#bd table td{
  font-size:14px;
  color:#188bb5;
  vertical-align:middle;
}

#bd table td.spa{
  border-right:none;
}

#bd table td.spa2{
  color:#333;
  border-right:none;
}

#bd table th.spa{
  width:34px;
}

#bd table th.spa2{
  width:34px;
  border-right:none;
}

#bd table th.spa3{
  background:#f2f2f2;
  color:#333;
}

/* link
--------------------------------------------------------------------*/
#bd .fir ul.link{
  overflow:hidden;
  zoom:1;
  margin-left:1px;
}

#bd .link li{
  float:left;
  margin-right:5px;
}

#bd .link li.mr0{
  margin-right:0;
}

/* sec
--------------------------------------------------------------------*/
#bd .sec{
  padding-top:21px;
  background:url(../img/right_sec_top.png) left top no-repeat;
}

#bd .bottom{
  padding-bottom:15px;
  background:url(../img/right_sec_bg.png) left bottom no-repeat;
}

#bd ul.link02{
  overflow:hidden;
  zoom:1;
  padding-left:22px;
}

#bd ul.link02 li{
  float:left;
  margin: 0 4px 5px 0;
}

#bd ul.link02 li.mr0{
  margin-right:0;
}



