﻿/*layout*/
/*------------------------------------------------------------------------------*/
.cf {
  zoom: 1;
}

.cf:after {
  content: '\20';
  font-size: 0;
  line-height: 0;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#wrapper{
	width:100%;
	min-width:1200px;
	text-align:center;
	background:url(../image/common/bg_wrapper_top.jpg) no-repeat center top ;
}
#common #wrapper{background:url(../image/common/subtitle02.jpg) no-repeat 50% 218px;
}

#common .ha-waypoint{
    position: absolute;
    bottom:20%;
	text-indent:-9999px;}

#container{
	position:relative;
	width:100%;
	text-align:left;
}

/* main area header */
/*----------------------------------------------------*/
#mainarea{
	width:100%;
	height:550px;
	overflow: hidden;
	text-align:left;
	margin-bottom: 50px;
}
#maincatch{
	width: 1200px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	font-size: 30px;
	font-family: "微软雅黑";
	color: #000;
	z-index: 3;
}
.txt_s{
	font-size: 12px;
	color: #444;
	font-family: "微软雅黑", sans-serif;
}

#mainvideo_wrap{
	width:100%;
}
#mainvideo{
	width:1200px;
	margin: 0 auto;
	position: relative;
}
#maincatch span{
	margin: 0 2px;
}
#maincatch .txt_s span{
	margin: 0 1px;
}
#mainvideo video{
	width: 1200px;
	height: auto;
	margin-top: 160px;
}
#mainvideo_bg {
	position:absolute;
	top:160px;
	z-index:2;
	background:url(../image/common/mainvideo_bg.png) no-repeat center top;
	width:1200px;
	height:390px;
}

/* Header styles and animations */

.header_bg { background:#FFF; }

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index:20;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ha-header-con {
	text-align: left;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ha-header h1 {
	text-align: center;
	margin: 0 auto;
	margin-top: 35px;
	z-index: 1;
	width: 910px;
}
.ha-header h1 img{
	/*width: 178px;*/
	height: 55px;
	-webkit-transform: translate3d(0%);
	-moz-transform: translate3d(0%);
	transform: translate3d(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*
.ha-header-small h1{
	margin-top: 25px;
	-webkit-transform: translate3d(0%);
	-moz-transform: translate3d(0%);
	transform: translate3d(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ha-header-small h1 img{
	height: 41px;
	-webkit-transform: translate3d(0%);
	-moz-transform: translate3d(0%);
	transform: translate3d(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
*/
.ha-header #nav {
	position: absolute;
	position:relative;
	top: 15%;
	left: 50%;
	margin-left: -400px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*
.ha-header-small .ha-header #nav{
	top: 13%;
}
*/
.ha-header #nav ul li{
	float: left;
	margin:0 8px;
	padding:0 8px;
}
.ha-header #nav ul li + li:after{
    color: #CCCCCC;
    content: "/";
    font-size: 20px;
    margin-left: -20px;
    position: absolute;
    top: 0;
	line-height:31px;
}
.ha-header #nav ul li a {
	display:block;
	font-size:13px;
	line-height:31px;
	letter-spacing: 1px;
	font-weight: 700;
    color: #000000;
    outline: none;
    text-decoration: none;
    position:relative;
}
/* Effect 3: bottom line slides/fades in */
.ha-header #nav ul li a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0068B0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.3s, -moz-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	-webkit-transform: translatex(-8px);
	-moz-transform: translatex(-8px);
	transform: translatex(-8px);
}
#nav .active a {
	border-bottom: 2px solid #0068B0;
}

#nav .active a:hover{
	border-bottom:none;
}
.ha-header #nav ul li a:hover::after,
.ha-header #nav ul li a:focus::after {
	opacity: 1;
	outline: none;
	-webkit-transform: translatex(0px);
	-moz-transform: translatex(0px);
	transform: translatex(0px);
}
/* Individual states */
.ha-header-large {
	height: 160px;
}
.ha-header-small {
	border-bottom:1px solid #EEEEEE;
	/*height: 125px;*/
}



/* layout */
/*----------------------------------------------------*/
#contents{
    margin: 0 auto 70px;
    min-width: 1000px;
    width: 1000px;
}
#common #contents{
	padding-top:218px;
    margin:0 auto 70px;
    min-width: 1000px;
    width: 1000px;}
#contents_left{
	width:720px;
	min-height:300px;
	float:left;
}
#contents_right{
	width:250px;
	padding-top:155px;
	float:right;
}
#locator{
	width:1000px;
	 position: absolute;
	top:197px;
	left:50%;
	margin-left:-500px;
	font-size:12px;
	line-height:13px;
	color:#000;
}

/* footer */
/*----------------------------------------------------*/
#footer_wrapper{
	width:100%;
	min-width:1000px;
	padding-bottom: 25px;
	background:url(../image/common/bg_footer_wrapper.gif) repeat-x;
	text-align:left;
	clear: both;
}
#footer{
	width:1000px;
	margin:0 auto;
	clear: both;
}
#footnav {
	font-size:11px;
	line-height:12px;
	padding-top: 10px;
	clear: both;
}

#footnav a{
	color:#FFF;}

#footnav li{
	display: inline-block;
	margin-right:20px;
}

#copyright{
	font-size:10px;
	line-height:24px;
	color:#000000;
	text-align: center;
	font-style:normal;
}
#footlogo{
	color:#FFF;
	margin-top: 30px;
	line-height:15px;
	float: left;
}

.ft2{margin-left: 60px;}

#footiso{
	float: right;
	margin-top: 30px;
}
#footiso li{
	float:left;
	/*margin-right:10px;*/
}
#pagetop{
	text-align:right;
	margin:20px 0 10px 0;
}


/*header_search*/
/*---------------------------------------*/
#searchArea {
   position:absolute;
   right:50%;
   top:10px;
   margin-right:-500px;

}
/*#searchArea a{padding-left: 22px;color: #000;font-size: 15px;background: url(../image/top_li.gif) 10px 7px no-repeat;}*/
#searchArea a{padding-left: 22px;color: #000;font-size: 15px;background: url(../image/top_li.gif) 11px 8px no-repeat;}
#keywords1{
   width: 160px;
   height: 14px;
   background:#fff;
   border: 1px solid #DBDBDB;
   padding: 5px 25px 5px 5px;
}

#searchArea input.search_subit{
   width:22px;
   height:22px;
   background:url(../image/common/btn_search.gif) no-repeat 0 0;
   display:block;
   border:0;
   cursor: pointer;
   margin:0 auto;
   text-indent:-9999px;
   position:absolute;
   top:2px;
   right:0px;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/

#globalnav {
	width:890px;
	height:28px;
	margin:25px auto 0;
}
#common #globalnav {margin:25px auto 0;}

#globalnav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
#globalnav ul li + li {
    position: relative;
    display: flex;
}
#globalnav ul li + li::before {
    content: "";
    border-left: 1px solid #DDD;
    transform: skew(-30deg);
    display: block;
    padding-left: 20px;
}
#globalnav ul li a {
    display: flex;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: 0.8s;
    font-size:14px;
}
#globalnav ul li a:hover, #globalnav ul li.main_current a{
	text-decoration: none;
	border-bottom: 2px solid #0068B0;
}



/*subnav*/
/*------------------------------------------------------------------------------*/
.widget{
	margin-bottom: 20px;
}
#subnav {
	width:250px;
	margin-bottom:30px;
}
#subnav ul{list-style-type:none;}

#subnav_title a,.widget_title{
	width:250px;
	height:52px;
	background:url(../image/common/subnav_title.gif) repeat-x;
	line-height:52px;
	text-indent:13px;
	color:#000;
	font-size:16px;
	display:block;
	overflow:hidden;
}
#subnav_title a:hover {
	text-decoration:underline;
}
#subnav li a,.widget_nav_menu li a{
	width:250px;
	height:51px;
	background:url(../image/common/subnav01.gif) repeat-x;
	line-height:51px;
	text-indent:23px;
	font-size:13px;
	color:#333;
	display:block;
	overflow:hidden;
}
#subnav li a:hover,#subnav ul li.current a,#subnav ul li.current a:hover,.widget_nav_menu li a:hover{
	background:url(../image/common/subnav01_ov.gif) no-repeat;
	font-weight:bold;
	color:#BF0018;
}
#subnav li.current ul li a{
	width:250px;
	height:41px;
	background:url(../image/common/subnav02.gif) no-repeat;
	line-height:41px;
	text-indent:36px;
	font-size:13px;
	color:#333;
	display:block;
	overflow:hidden;
	font-weight:normal;
}
#subnav li.current ul li a:hover,#subnav li.current ul li.current a{
	background:url(../image/common/subnav02_ov.gif) no-repeat;
	font-weight:bold;
	color:#BF0018;
}
#subnav li.current ul li.current ul li a{
	width:250px;
	height:31px;
	background:url(../image/common/subnav03.gif) no-repeat;
	line-height:31px;
	text-indent:50px;
	font-size:11px;
	color:#333;
	display:block;
	overflow:hidden;
	font-weight:normal;
}

#subnav li.current ul li.current ul li a:hover{
	background:url(../image/common/subnav03_ov.gif) no-repeat;
	font-weight:bold;
	color:#BF0018;
}


/*global title etc*/
/*------------------------------------------------------------------------------*/

.subtitle02 {
	width:730px;
	height:120px;
	line-height:120px;
	text-indent:0px;
	font-size:26px;
	color:#000000;
	margin-bottom:35px;
	overflow:hidden;
}
.subtitle03 {
	width:720px;
	height:64px;
	background:url(../image/common/subtitle03.jpg) no-repeat;
	line-height:50px;
	text-indent:35px;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	margin-bottom:15px;
	overflow:hidden;
}

.subtitle04 {
	background:url(../image/common/subtitle04.gif) no-repeat 0 0;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 2px 30px;
	margin-bottom:15px;
}

.subtitle05 {
	font-size:14px;
	font-weight:bold;
	background:url(../image/common/subtitle05.gif) no-repeat 0 0;
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:7px;
	padding-left:15px;
	padding-top:3px;
	margin-bottom:10px;
}


/*sub common*/
/*------------------------------------------------------------------------------*/

.box2{width:100%; clear:both; overflow:hidden;}
.box2:before, .box2:after { content: ""; display: block;}
.box2:after { clear: both;}

.box2_left{
	width:350px;
	float:left;
}
.box2_right{
	width:350px;
	float:right;
}

.box3{width:100%; clear:both; overflow:hidden;}
.box3:before, .box3:after { content: ""; display: block;}
.box3:after { clear: both;}

.box3_left{
	width:230px;
	float:left;
	margin-right:20px;
}
.box3_center{
	width:230px;
	float:left;
}
.box3_right{
	width:230px;
	float:right;


}

.box4{width:100%; clear:both; overflow:hidden;}
.box4:before, .box4:after { content: ""; display: block;}
.box4:after { clear: both;}

.box4_left{
	width:175px;
	float:left;
	margin-right:10px;
    padding:13px 11px;
}
.box4_right{
	width:175px;
	float:right;
    padding:13px 11px;
}

.contact_box{
	/*height:170px;*/
	position:relative;
	background:#efefef url(../image/common/contact_box.gif) no-repeat 0 0;
	margin:110px auto 0;
}
.contact_box_btn{
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}
.contact_box_tel {float: left;margin-left: 30px;}
.contact_box_tel p{
	/*position:absolute;*/
	/*top:70px;*/
	margin-top: 30px;
	padding-left: 30px;
	font-size:25px;
	font-weight:bold;
	left:281px;
	color:#333;
	letter-spacing:-0.02em;
	margin-bottom: 15px;
	background: url(../image/common/tel.png) 0 0 no-repeat;
}

.contact_box_fax{
	font-size:25px;
	font-weight:bold;
	color:#333;
	letter-spacing:-0.02em;
}
.contact_box_fax p{
	background: url(../image/common/fax.png) 0 0 no-repeat;
	margin-top: 30px;
	padding-left: 30px;
	float: left;
}

.contact_box_time{
	/*position:absolute;*/
	/*top:105px;*/
	font-size:11px;
	/*left:254px;*/

}

.contact_box_tel a{
	color:#000;
}

.contact_box_title{
/*	position:absolute;
	top:10px;
	left:0px;*/
	/*width:600px;*/
	padding: 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

.mincho_title{
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	line-height:30px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#000;
}

.color_title {
	font-size:17px;
	color:#0068B0;
	padding-top:5px;
	font-weight:bold;
	line-height:25px;
}

.arr_back {
	background:url(../image/common/arr02.jpg) no-repeat center 40px;
	width:720px;
	height:80px;
}

/*table*/
/*------------------------------------------------------------------------------*/

table.tab{
	border-collapse:collapse;
	border:1px solid #cccccc;
}
table.tab td{
	border:1px dotted #cccccc;
	padding:5px 10px;
}
table.tab td td{
	border:none;
	padding:0;
}
table.tab td.highlight{background-color:#EFEFEF; font-weight:bold;}
table.tab td.none_boder{border:none;}



/*------------------------------------------------------------------------------*/
/*top*/
/*------------------------------------------------------------------------------*/

#top_box01, #top_box02{}
#top_box01 h3, #top_box02 h3{margin-bottom:20px;}
#top_box01 h4, #top_box02 h4{margin-bottom:10px;}

.top_box01_sample{
	width:332px;
	border:solid 1px #CCCCCC;
	padding:9px;
}
.top_box02_sample{
	width:332px;
	border:solid 1px #CCCCCC;
	padding:9px;
}

.top_box01{width:100%; clear:both; overflow:hidden;}
.top_box01:before, .box3:after { content: ""; display: block;}
.top_box01:after { clear: both;}

.top_box01_left{
	width:332x;
	float:left;
	margin-right:2px;
}
.top_box01_center{
	width:332x;
	float:left;
}
.top_box01_right{
	width:332x;
	float:right;
}


.section.imglarge{
	text-align:center;
}
.section.imglarge .left{
	width:332px;
	height:332px;
	position:relative;
}
.imglarge .left .num{
	font-size:24px;
	margin-bottom:20px;
	padding-top:30px;
}
.imglarge .left .img_l{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:10;
}
.imglarge .left .title{
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	margin-left:50px;
	margin-bottom:10px;
	width:233px;
	color:#004372;
}
.imglarge .left .txt{
	text-align:left;
	font-size:11px;
	line-height:1.5;
	width:193px;
	color:#333333;
	margin-left:70px;
}

.top_txt1{
	text-align:center;
	font-family: "微软雅黑", sans-serif;
	font-size:18px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#000;}

.top_box2 table,.top_box3 p{ margin:0 auto; }

.top_button{
	display:table;
}

.top_button a{
	border:#C6C6C6 1px solid;
	background:#F6F6F6;
	width:500px;
	height:50px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.top_button a img{
	background:url(../image/common/btn_arr01.png) no-repeat 0 0 ;
	line-height:50px;
	padding-left:27px;
}

.top_button a {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.top_button a:hover,
.top_button a:active {
	background:#FFF0F1;
	border:#C10018 1px solid;
}

.top_box6 .top_button a{
	width:440px;
	height:50px;
}

.top_box6 .top_button a img{
	background:url(../image/common/btn_arr02.png) no-repeat 0 0 ;
}

.top_box3{
	margin-bottom:85px;
	border: 1px solid #CDCDBE;
	padding:5px;
}
.top_box3 h3 {
	width:223px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.top_box3 h3 img {
	vertical-align: middle;
}
.top_box3_ban {
	display: table-cell;
	width: 735px;
	height: auto;
	text-align: left;
	padding: 3px 20px;
	border-left:1px solid #CDCDBE;
}

.top_box6{
	margin-bottom:70px;
	height:50px;}


.top_box4{width:100%; clear:both; overflow:hidden;}
.top_box4:before, .top_box4:after { content: ""; display: block;}
.top_box4:after { clear: both;}

.top_box4_left{
	width:200px;
	float:left;
	margin-right:1px;
}

.top_box4_center{
	width:199px;
	float:left;
	margin-right:1px;
}
.top_box4_right{
	width:199px;
	float:right;
}

.top_box4_box{
	height:185px;
	border:#ddd 1px solid;
	webkit-backface-visibility: hidden; /* Chrome対策 */
    backface-visibility: hidden; /* Chrome対策 */
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.top_box4 .bl-hover{
	border:#C10018 1px solid;
}
.top_box4 .bl-hover a{
	color:#C10018;
}

.top_box5{width:100%; clear:both; overflow:hidden;}
.top_box5:before, .top_box4:after { content: ""; display: block;}
.top_box5:after { clear: both;background-color: #fff;}

.top_box5_left{
	width:249px;
	float:left;
	border-right:1px #fff solid;
}
.top_box5_center{
	width:249px;
	float:left;
	border-right:1px #fff solid;
}
.top_box5_right{
	width:250px;
	float:right;
}

.mosaic-block .title{
	font-size:16px;
	position:absolute;
	top:72px;
	text-align:center;
	left:45px;
	width:160px;
	font-weight:bold;
}

.boxFadeIn .title{ color:#FFF; font-weight:bold; }
.mosaic-backdrop .title{color:#000; text-shadow: 0 0 3px #FFF;}

.mosaic-block .txt_box	{
	width:160px;
	position:absolute;
	top:104px;
	left:45px;
	text-align:left;
	color:#FFF;
	line-height:14px;
	font-size:10px;}

.boxFadeIn a{
	text-decoration:none;
	color:#FFF;
}

/*top rss*/
/*------------------------------------------------------------------------------*/

#top_rss_box{
	line-height:50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom:60px;
	text-align: left;
}

#top_rss_box #rss_box{
	width: 710px;
	float:left;
	margin-left:25px;
}

.top_rss_box_title{
	float:left;
	text-align: center;
	font-size:13px;
	font-weight:bold;
	width:100px;
	background:url(../image/common/top_news_bg.jpg) no-repeat right center;
}

#top_rss_box .rss_date{
	clear:both;
	width:75px;
	float:left;
}
#top_rss_box .rss_title{
	width:625px;
	float:right;
}
#top_rss_box .rss_contents{ display:none;}

.top_rss_box_ditail{
	float:right;
	margin-right:25px;
}

.top_rss_box_ditail a{
	background:url(../image/common/top_news_arr.jpg) no-repeat 0 5px;
	padding-left:20px;
	color:#000;
	width:90px;
	text-decoration:none;}

/*sub rss*/
/*------------------------------------------------------------------------------*/

#sub_rss_box .rss_date{
	clear:both;
	width:120px;
	float:left;
	padding:0 0 0 0;
	margin:10px 0 0 0;
}
#sub_rss_box .rss_title{
	width:600px;
	float:right;
	padding:0 0 0 0;
	margin:10px 0 0 0;
}
#sub_rss_box .rss_title a{
	color: #0068B0;
}
#sub_rss_box .rss_contents{
	clear:both;
	border-bottom:dotted 1px #CCCCCC;
	padding:5px 0 10px 120px;
}

/*side*/
/*------------------------------------------------------------------------------*/

#slide_box{
	border:solid 1px #CCCCCC;
	padding:9px;
	margin-bottom:30px;
}
#slide_box h3{margin-bottom:10px;}

#side_contact_box{
	width:600px;
	height:150px;
	margin-bottom:30px;
	border:solid 1px #CCCCCC;
	position:relative;
}
.side_contact_title{
	position:absolute;
	top:10px;
	left:24px;
}
.side_contact_btn01,.side_contact_btn02{
	position:absolute;
	left:10px;
}
.side_contact_btn01{top:50px;}
.side_contact_btn02{bottom:10px;}

.banner_list li{ margin-bottom:10px;}


/*sub sample*/
/*------------------------------------------------------------------------------*/

.sub_box03_sample{
	width:210px;
	border:solid 1px #CCCCCC;
	padding:9px;
}
.sub_box04_sample{
	width:155px;
	border:solid 1px #CCCCCC;
	padding:9px;
}

.sub_icon_box_sample{
	border:double 3px #CCCCCC;
	padding:10px 10px 5px 10px;
}
.sub_icon_table_sample td{
	background:url(../image/common/icon.gif) no-repeat 0 5px;
	padding:0 0 5px 20px;
}



/*page title*/
/*------------------------------------------------------------------------------*/


.point_title {
	min-height:56px;
	font-size:18px;}

.point_title .no{
	background:url(../image/common/icon_point_bg.jpg) no-repeat 0 0;
	width:54px;
	height:56px;
	text-align:center;
	font-size:20px;
	padding-top:22px;
	color:#333333;}

.bg_box{
	padding:15px;
	background:url(../image/common/box_bg.jpg) repeat;
	width:690px;}

.bg_box2{
	border:#B3B3B3 2px solid;
	padding:15px;
	background:url(../image/common/box_bg.jpg) repeat;
	width:690px;}

.bg_box2_line{
	background:url(../image/common/box_bg_line.gif) no-repeat 0 bottom;
	width:690px;
	margin-bottom:20px;
	padding-bottom:40px;}

/*page title*/
/*------------------------------------------------------------------------------*/

.odm_oem_box1{
	background:url(../image/odm_oem_img02.png) no-repeat right top;
	min-height:160px;}

.odm_oem_box2,.odm_oem_box3{
	position:relative;
	height:220px;
	width:720px;
}
.odm_oem_box2 .txt1{
	top:170px;
	display:block;
	position:absolute;
	width:205px;
	left:155px;
}

.odm_oem_box2 .txt2{
	position:absolute;
	top:170px;
	display:block;
	width:205px;
	left:386px;
}

.odm_oem_box3 .txt1{
	top:170px;
	display:block;
	position:absolute;
	width:205px;
	left:75px;
}

.odm_oem_box3 .txt2{
	position:absolute;
	top:170px;
	display:block;
	width:205px;
	left:381px;
}


.title_txt1 span{
	background:url(../image/common/title_bg1.jpg) repeat 0 0;
	padding:3px 8px;
	font-size:15px;
	letter-spacing:0.3em;
	font-weight:bold;
	color:#FFF;}

.title_txt2 span{
	background:url(../image/common/title_bg2.jpg) repeat 0 0;
	padding:3px 8px;
	font-size:15px;
	letter-spacing:0.3em;
	font-weight:bold;
	color:#000;}

.cace_box1_l{
    float: left;
    padding-top: 5px;
    width: 450px;}

.cace_box1_r{
	width:250px;
	float:right;}

.products_box1_l{
	width:340px;
	margin: 10px;
	margin-bottom: 20px;
	float:left;}

.products_box1_r{
	width:340px;
	float:right;}

.products_box2 .box2_left{ 	width:260px; }
.products_box2 .box2_right{ width:420px; }

.products_box3 .box2_left{ 	width:200px; }
.products_box3 .box2_right{ width:500px; }

.products_box4 .box2_left{ 	width:300px; }
.products_box4 .box2_right{ width:400px; }


#product_btn { margin:60px 0 60px 0; text-align:center; }
#product_btn li{
	display:inline;
	padding-right:40px;
}

#goods_bnr a {
	display:block;
	margin: 0 auto 40px auto ;
	width:580px;
	height:70px;
	text-indent:-9999px;
	background:url(../image/goods_bnr.jpg) no-repeat 0 0;
}

#goods_bnr a:hover{
	background-position: 0 -70px;}

#housing li {
	float:left;
	width:162px;
	margin-left:24px;
}

#housing li:first-child {
	margin-left:0;
}

.product_box{
	padding:15px;
	background:url(../image/common/box_bg.jpg) repeat;
	width:688px;
	height:auto;
	border:1px solid #CCC;
}

.product_box_btn{
	background:url(../image/common/btn_bg.jpg) no-repeat;
	width:720px;
	height:120px;
	position:relative;
}

/*.product_box_btn p img{
	position:absolute;
	top:-10px;
	left:40px;
}*/

.pimg{
	margin-left: 40px;
	float: left;
}

.product_box_btn h3 {
/*	position:absolute;
	top:50px;
	left:260px;*/
	float: left;
}

.w_line {
	line-height:28px !important;
	/*position:absolute !important;*/
	/*top:32px !important;*/
	/*left:260px !important;*/
	margin-left: 60px;
	margin-top: 32px;
	float: left;
}


.product_box td,.product_box_btn td{
	vertical-align:middle;
	line-height: 250%;
}
.product_box h3,.product_box_btn h3{
	font-family: "微软雅黑", sans-serif;
	font-size:25px;
}

/*company*/
/*------------------------------------------------------------------------------*/

.company_tab a {
	background:url(../image/common/bg_company_tab.jpg) no-repeat 0 0;
	width: 230px;
	height: 130px;
	font-size: 14px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.company_tab a:hover {
	background:url(../image/common/bg_company_tab2.jpg) no-repeat 0 0;
	text-decoration: none;
}

/*search*/
/*------------------------------------------------------------------------------*/

.search_box {
	background:url(../image/common/bg_search_box.gif) repeat 0 0;
	width:680px;
	height:auto;
	padding:20px;
}

.search_box_in .trigger {
	width:150px;
	height:134px;
	float:left;
	background:url(../image/common/bg_search_box_in.png) no-repeat 0 0;
	padding:10px;
}
.trigger img {
	margin-bottom:10px;
}
.trigger p {
	color:#0066B0;
	font-size:14px;
	background:url(../image/common/icon.gif) no-repeat 0 2px;
	padding-left:20px;
	margin-left:7px;
}

.boxs {
	background:#FFF;
	border:1px solid #0068B0;
	padding:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:180px;
	height: auto;
}


.fluid_control_technology_box1{
	padding:0 60px;}

/*faq*/
/*------------------------------------------------------------------------------*/

.faq_box {
	background:#EFEFEF;
	width:680px;
	height:auto;
	padding:20px;
}
.faq_box2 {
	border:1px solid #DDD;
	width:678px;
	height:auto;
	padding:20px;
}
.faq_box h3, .faq_box2 h3 {
	font-size:16px;
	color:#0066B0;
	font-weight:bold;
	margin-bottom:15px;
}

.faq {
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
}
.faq_q, .faq_a {
	padding-top:3px;
}

/*message*/
/*------------------------------------------------------------------------------*/

.message_box {
	width:720px;
	height: 600px;
	background:url(../image/common/bg_message.jpg) no-repeat 0 0;
	font-family: "微软雅黑", sans-serif;
	text-align: center;
}
.message_box h3 {
	padding-top: 50px;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 150%;
}
.message_box p {
	font-size: 13px;
	color: #666;
	line-height: 170%;
}

/*environmental*/
/*------------------------------------------------------------------------------*/

.environmental_box {
	width: 700px;
	border: 1px solid #CCC;
	padding: 10px;
}

/*sitemap*/
/*------------------------------------------------------------------------------*/

.sitemap { margin-left:20px; padding-top:10px;}
.sitemap li{
	list-style:none;
	background:url(../image/common/arr.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	margin:10px 0px;
}
.sitemap ul{ padding:0 0 5px 30px;}
.sitemap ul li{
	background:none;
	list-style:square;
	padding:0 0 0 0;
	margin:5px 0px;
}
.sitemap ul ul{ padding:0 0 5px 30px;}
.sitemap ul ul li{
	background:none;
	list-style:none;
}


/*ヘッダー固定用アンカーリンク調整*/
/*------------------------------------------------------------------------------*/

a#a02, a#a03{
padding-top:160px;
margin-top:-160px
}


a#a01{
padding-top:170px;
margin-top:-170px
}


.pagination{text-align: center;}
.pagination li{display: inline-block;padding: 5px 12px;font-size: 14px;}
.pagination li a{text-decoration: none;}



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