/*layout*/
/*------------------------------------------------------------------------------*/
#contents{
	widows: 100%;
	max-width: 1200px;
	margin: 0px auto 0px;
	padding:50px 0px;
	text-align: left;
}
#contents_left{
	float: left;
	width: 880px;
}
#contents_right{
	float: right;
	width: 300px;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator{
	height:30px;
	line-height:30px;
	width:100%;
	margin:0px auto;
	font-size: 95%;
}
#locator a{
	color:#FFF;
}


/*rss news*/
/*--------------------------------------------------------------------------------*/
#sub_rss_box dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#sub_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rss_date{
	float: left;
	width: 15%;
}
.rss_title{
	float: left;
	width: 85%;
}
.rss_contents{
	margin-left: 15%;
}




/*title*/
/*------------------------------------------------------------------------------*/

.subtitle02_box{
	background:url(../image/common/h2_bg.jpg) repeat-x 0 0 #3A67B1;
	width:100%;
	height:180px;
	color:#FFF;
}
.subtitle02_box_in{
	max-width:1200px;
	width:100%;
	margin:0px auto;
	height:180px;
	display:table;
}



.subtitle02{
	height:150px;
	line-height:150px;
	font-size: 36px;
}


.subtitle03{
	font-size: 150%;
	line-height:40px;
	font-weight:bold;
	margin-bottom: 20px;
	color: #3A67B1;
	border-bottom:1px solid #3A67B1;
	background:url(../image/common/h3.jpg) no-repeat left center;
	padding-left:30px;
	display:table;
	width:100%;
}


	.subtitle03 span{
		font-size: 80%;
		line-height:40px;
		font-weight: normal;
		color: #333;
		display:table-cell;
		text-align:right;
	}
	
.subtitle04{
	font-size: 120%;
	line-height:40px;
	font-weight:bold;
	margin-bottom: 15px;
	color: #3A67B1;
	background:#FFF;
}

.subtitle04 span{
	position:absolute;
	top:0;
	left:0;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #00B3AC;
	padding-left:10px;
}


.subtitle05{
	font-size: 130%;
	font-weight:bold;
}




/*bg*/
.box_bg{
	background: #eee;
	padding: 15px;
}


/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
	width:100%;
	margin-bottom:30px;
}
#subnav ul{list-style-type:none;}

#subnav_title a{
	width:100%;
	padding-left:10px;
	height:40px;
	line-height:40px;
	text-align:left;
	color:#FFF;
	font-size: 120%;
	display:block;
	overflow:hidden;
	background: url(../image/common/subnav_bg.jpg) no-repeat right center #3A67B1;
}
#subnav_title a:hover {
	text-decoration:underline;
}
#subnav li a{
	width:100%;
	height:40px;
	background: url(../image/common/arr01.jpg) no-repeat left center;
	background-size:13px 13px;
	border-bottom: 1px dotted #ccc;
	line-height:40px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 22px;
}
#subnav li a:hover,#subnav ul li.current a,#subnav ul li.current a:hover{
	background-color: #fff;
}
#subnav li.current ul li a{
	width:100%;
	height:30px;
	background: url(../image/common/arr06.png) no-repeat 15px center;
	border-bottom: none;
	line-height:30px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 32px;
}
#subnav li.current ul li a:hover,#subnav li.current ul li.current a{
	background-color: #fff;
}
#subnav li.current ul li.current ul li a{
	width:100%;
	height:30px;
	background: url(../image/common/arr06.png) no-repeat 25px center;
	border-bottom: none;
	line-height:30px;
	color:#333;
	display:block;
	overflow:hidden;
	padding: 0 5px 0 42px;
}
#subnav li.current ul li.current ul li a:hover{
	background-color: #eee;
}

.sub_banner{
	margin-bottom:15px;
}

/*box*/
/*------------------------------------------------------------------------------*/
.box2:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.box1{
	width: 100%;
}

.box1 img{
	width: 100%;
	height: auto;
}


.box2_ti_left{
	width: 53%;
	float: left;
}
.box2_ti_right{
	width: 45%;
	float: right;
}
.box2_ti_right img{
	width: 100%;
	height: auto;
}

.box2_left{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.box2_right{
  width: 48%;
  float: right;
}
.box2_left img,
.box2_right img{
	width: 100%;
	height: auto;
}


.box3_left{
  width: 32%;
  float: left;
  margin-right: 2%;
}
.box3_right{
  width: 32%;
  float: right;
}
.box3_left img,
.box3_right img{
	width: 100%;
	height: auto;
}


/*list*/
/*------------------------------------------------------------------------------*/
.list_disc{
  list-style-position: inside;
  background: #efefef;
  padding: 15px;
}
.list_disc li{
  list-style-type: disc;
  margin-bottom: 5px;
}


/*top_contact*/
/*------------------------------------------------------------------------------*/
#top_contact{
	background: url(../image/index_img28.jpg) no-repeat center center #EFEFEF;
	background-size:cover;
	width:100%;
}
#top_contact_in{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding:50px 0px 30px;
	display:table;
}

	.top_contact_tit_box{
		width:50%;
		display:table-cell;
	}


	.top_contact_tit{
		width:100%;
		margin-bottom:25px;
		display: inline-block;
	}

	.top_contact_tit h2{
		width:auto;
		font-size:180%;
		line-height:1;
		font-weight:bold;
		margin:0;
		padding:0px 0px 0px 0px;
		display: inline-block;
		
	}

		.top_contact_en{
			line-height:1;
			padding:0px 40px 0px 0px;
			display: inline-block;
		}

		.top_contact_tit_text{
			width:100%;
			clear:both;
			padding:0px 0px 0px 0px;
			display: block;
			vertical-align:bottom;
		}



		.top_contact_tit_btn{
			display:table-cell;
			vertical-align:middle;
		}

/*catalog*/
/*------------------------------------------------------------------------------*/
.catalog_box01 {
	width: 100%;
}
.catalog_box01_in li {
	margin-right: 9px;
	margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #3A67B1;
    display: inline-block;
}
.catalog_box01_in li:last-child {
    margin-right: -13px;
}
.catalog_box01_in img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}


/*sitemap*/
/*--------------------------------------------------------------------------------*/
.sitemap{
    width: 1050px;
    margin: 0 auto;
    padding: 50px 0;
}

.sitemap li {
    background: rgba(0, 0, 0, 0) url("../image/common/arr02.jpg") no-repeat scroll 11px 5px;
    background-size: 12px 10px;
    line-height: 1.6;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0 0 0 30px;
}
.sitemap ul {
    padding: 5px 0 5px 30px;
}
.sitemap ul li {
    background: none;
    list-style: outside none square;
    margin: 5px 0;
    padding: 0;
}
.sitemap ul ul {
    padding: 5px 0 5px 30px;
}
.sitemap ul ul li {
    background: none;
    list-style: outside none none;
}