@charset "UTF-8";
/* CSS Document */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.f_right {
	float:right;
}
.f_left {
	float:left;
}

.pic_r {
	float:right;
	margin-left:20px;
}




a:hover img{
        opacity:0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        background: #fff;
}

#ci a:hover img,
#nav-global a:hover img{
        opacity:1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        background: #fff;
}


.side_ti {
	background-image: url(../_img/sub02/side_ti.jpg);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 10px;
	display: block;
	clear: both;
	height: auto;
	margin-bottom:3px;
	padding-top:2px;
	padding-bottom:2px;
}


.main_ti {
	margin-bottom:27px;
}


.m_ti {
	margin-bottom:22px;
}

.bloc_common {
	clear:both;
}

/**********************/
.border_top_box {
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

/*******************************/
/*know-how*/
.border_box {
	background-color: #EEEEEE;
	width: 218px;
	min-height: 10px;
	_height: 10px;
	border-color: rgb(204,204,204);
	border-width: 1px;
	border-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;

	float:left;
	margin-right:20px;
	margin-right : 13px\9; /* IE8 and below */
}
.border_box:last-child {
	margin-right:0px;
}

*html .border_box,
*:first-child+html .border_box {
	margin-right:13px;
}

.border_box > :last-child { margin-right:0px; }

.border_box a {
	text-decoration:none;
}

.border_box dl.inn {
	background-color: #FFF;
	display: block;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 19px;
	padding-bottom: 19px;
}
.border_box dl.inn dt {
	background-image: url(../_img/sub02/icon_r_s.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	font-size: 14px;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	font-weight:bold;
}
.border_box dl.inn dd {
	text-align: center;
}
.border_box dl.inn dt a {
	text-decoration:none;
	cursor:pointer;
	display:block;
}



/***********************************/
/*feauture*/
.top_feature_box {
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#feature_problem {
	background-image: url(../../vision/img/sub01/character.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 77px;
	padding-left: 150px;
}
#feature_problem ul {
}
#feature_problem li {
	display: block;
	float: left;
	height: 120px;
	width: 160px;
	margin-right: 15px;
}


.problem_outer {
	margin-top: 70px;
}
.problem_inner {
	padding: 20px;
	border: 1px solid #CCC;
}
.problem_inner .pic_r.is-margin-bottom{
	margin-bottom: 20px;
}

.problem_inner h4 {
	clear: both;
	padding-top: 30px;
	margin-bottom:17px;
}


.problem_btmtxt {
}
.problem_btmtxt.is-margin-top{
	margin-top: 16px;
}
.problem_btmtxt p {
	width:400px;
	float:left;
}

.problem_btmtxt p strong {
	font-weight: normal;
	color: #007D87;
}

.problem_btmtxt ul {
	display: block;
	float: right;
	height: auto;
	width: 220px;
	list-style-type: none;
}
.problem_btmtxt li {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 10px;
	position:  relative;
}

.problem_btmtxt li:first-child {
	margin-top:0px;
}

.problem_btmtxt li.no-click::before{
	content:  "準備中";
	font-size: 14px;
	color:  #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	display: flex;
	align-items: center;
	justify-content: center;
	position:  absolute;
	left:  0;
	top: 0;
}

#problem_btm {
	clear: both;
	width: 660px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
#problem_btminn {
	background-image: url(../../vision/img/sub01/character02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 185px;
	min-height:200px;
	_height:200px;
	margin-top:20px;
}
#problem_btminn h4 {
	margin-bottom:12px;
	margin-top:5px;
}


/*******************************/
/*jirei*/
#jirei-top {
	padding-right:20px;
}

#jirei-top-image {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



/*tenken*/
.tenken_head {
	clear: both;
	margin-top: 20px;
}


#tenken_simg {
}
#tenken_simg img {
	float:0px;
	margin-right:5px;
	margin-right:3px\9; /* IE8 and below */
}
#tenken_simg img:last-child {
	margin-right:0px;

}
*html #tenken_simg img,
*:first-child+html #tenken_simg img {
	margin-right:3px;
}


/*****************/
/*plant*/
#plant_head {
}
#plant_head ul {
	float:left;
	padding-right:0px;
	display:block;
	width:155px;
}
#plant_head ul:last-child {
}
#plant_head li {
	margin-bottom:8px;
	font-weight:bold;
}


/*****************/
/*catalog*/
.catalog-box {
	background-color: rgb(255,255,255);
	width: 298px;
	min-height: 198px;
	_height: 198px;
	border-color: rgb(204,204,204);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 2%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 1%/2%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 1%/2%;
	border-style: solid;
	float: left;
	position: relative;
	padding: 20px;
	margin-bottom:20px;
}
.catalog-box-r {
	float:right;
}
.catalog-box .photo {
	border: 1px solid #CCC;
	float: right;
}
#contents .catalog-box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #007D88;
	float: left;
}

.catalog-box .btn_pdf {
	position: absolute;
	left: 20px;
	bottom: 20px;
}


/**************************************/
/*toppage*/
#topslider_outer {
	clear:both;
	margin-bottom:21px;
}
#topslide {
}


#top_service {
}

body.toppage #contents h3 {
	font-size: 18px;
	background-image: url(../_img/sub02/mti.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

body.toppage #contents #top_service h3 {
	margin-bottom:15px;
}

.top_service_bloc {
	float: left;
	width: 180px;
	margin-right:14px;
	margin-right:8px\9; /* IE8 and below */
}
.top_service_bloc:last-child {
	margin-right:0px
}
*html .top_service_bloc {
	margin-right:8px;
}
*:first-child+html .top_service_bloc { margin-right:8px; }


.top_service_bloc dl {
	float:left;
}
.top_service_bloc dt {
	font-size: 15px;
	background-image: url(../_img/sub02/icon_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-top:10px;
	margin-bottom:5px;
	background-size: 3%;
}
.top_service_bloc dt a {

}
.top_service_bloc dd {
}

#newswrap {
}

body.toppage #contents #newswrap h3 {
	margin-bottom: 15px;
	background-image: url(../_img/common/ti_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 100px;
	display:block;
}

ul#ul_topdetail {
	float: right;
	width: 168px;
	display: block;
	padding-top:8px;
}
ul#ul_topdetail li {
	background-image: url(../_img/common/icon_large_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	text-align:right;
	background-size: 3%;
}

#newslist_box {
	background-color: #F5F5F5;
	min-height: 150px;
	_height: 150px;
	clear: both;
	height:300px;
	overflow:auto;
}
#newslist_box dl {
	padding-top:20px;
}
#newslist_box dt {
	background-image: url(../../top/img/icon_r_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 252px;
	background-size: 3%;
}
#newslist_box dt span {
	padding-left:15px;
}
#newslist_box dt span img {
	vertical-align:middle;
}
#newslist_box dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-top:5px;
	margin-bottom:15px;
}

#top_banaArea {
	clear: both;
	padding-top: 45px;
	margin-bottom:45px;
}

#top_banaArea ul {
}
#top_banaArea li {
	display: block;
	float: left;
	height: 86px;
	width: 172px;
	margin-right:10px;
	margin-right:8px\9; /* IE8 and below */
}
#top_banaArea li:last-child {
	margin-right:0px;
}

*html #top_banaArea li,
*:first-child+html #top_banaArea li {
	margin-right:8px;
}

/*************************************/
.mb40 {
	margin-bottom:40px;
}


.doubleBorder {
 border: solid 4px #EEEEEE;
 outline: solid 1px #ccc;
}


.ul_link_box {
	clear: both;
}

.ul_link {
	clear:both;
	display:block;
}
.ul_link li,
.dl_link {
	/* border: solid 4px #EEEEEE; */
	/* outline: solid 1px #ccc; */
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}


.ul_link-320_c {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:320px;
}

.ul_link-320 li {
	width:310px;
	float:left;
}
.ul_link-320 li.li_r {
	float:right;
}

.ul_link-340 li {
	width:330px;
	float:left;
}
.ul_link-340 li.li_r {
	float:right;
}

.ul_link-220 li,
.dl_link-220 {
	width:220px;
	float:left;
	margin-right:20px;
	margin-right:8px\9; /* IE8 and below */
}
.ul_link-220 li:last-child,
.dl_link-220:last-child {
	margin-right:0px;
}
.ul_link-220 li > :last-child { margin-right:0px; }
.dl_link-220 > :last-child { margin-right:0px; }

*html .ul_link-220 li,
*html .dl_link-220,
*:first-child+html .ul_link-220 li,
*:first-child+html .dl_link-220 {
	margin-right:8px;
}

.ul_link li a,
.dl_link-220 dt a {
	display: block;
	background-image: url(../_img/sub02/icon_r_s.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
	padding-right: 20px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border: solid 4px #EEEEEE;
	outline: solid 1px #ccc;
}

/*
.ul_link li a:hover,
.dl_link-220 dt a:hover {
	border: solid 4px #DEDEDE;
	outline: solid 1px #A3A3A3;
}
*/

.dl_link {
	padding-bottom:15px;
}
.dl_link dt {
}
.dl_link dd {
	text-align:center;
	margin-top:20px;
}

.mti_outer {
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #007D88;
	border-bottom-color: #007D88;
}

#contents .mti {
	background-image: url(../_img/sub02/mti.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size:16px;
}
#contents .mti a {
	text-decoration:none;
	color:#333;
}

#contents .sti {
	background-image: url(../_img/common/icon_sti.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 16px;
	color: #007D86;
	margin-bottom: 12px;
}
#contents .sti a {
	text-decoration:none;
	color:#007D86;
}

#contents .stitle {
	margin-bottom:15px;
}


.corner_box {
	background-color: rgb(255,255,255);
	min-height: 60px;
	_height: 60px;
	border-color: rgb(204,204,204);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 1%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 1%/5%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 1%/5%;
	border-style: solid;
	padding: 20px;
	clear: both;
	margin-bottom: 15px;
}

.corner_box:last-child {
	margin-bottom:55px;
}

#contents .corner_box h4 {
	color: #007D89;
	font-size: 16px;
	width: 100px;
	display: block;
	float: left;
	text-align:center;
}

.corner_box .cb_right {
	float: left;
	width: 528px;
	padding-left: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height:20px;
	_height:20px;
}

#main .corner_box .cb_right p {
	float:left;
	width:300px;
	margin-bottom:10px;
}
.corner_box .cb_right img.pic {
	float:right;
}

#main .corner_box .cb_right2 p {
	width:100%;
}

.btm_ya {
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}


.corner_boxmb {
	margin-bottom:30px;
}




/*******************************/
/*privacy*/
.bloc_privacy {
	margin-bottom:40px;
}
.bloc_privacy h4 {
	margin-bottom:8px;
}

/*******************************/
/*sitemap*/
.bloc_sitemap {
	margin-bottom:40px;
}

.box_sitemap {
	float: left;
	height: auto;
	width: 220px;
	margin-right:19px;
}

.box_sitemap2 {
	margin-right:0px;
}

.box_sitemap .mti_outer {
	margin-bottom:0px;
}
#contents .box_sitemap .mti {
	background-image: url(../../sitemap/img/icon_sq.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 18px;
	font-size: 14px;
}
.box_sitemap ul {
}
.box_sitemap li {
	background-image: url(../_img/common/icon_r_s.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	font-size: 14px;
	display: block;
	margin-top:10px;
}

.box_sitemap li a {
	text-decoration:none;
}
.box_sitemap li a:hover {
	text-decoration:underline;
}

/*******************************/
/*contact*/
.bloc_contact {
	margin-bottom:40px;
}

#bloc_eigyo {
	margin-bottom:40px;
}

#bloc_eigyo table {
	width:340px;
	border-collapse:collapse;
	float:left;
}
#bloc_eigyo table#tb_r {
	float:right;
}

#bloc_eigyo th,#bloc_eigyo td {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#bloc_eigyo th {
	color:#007D87;
	width:105px;
}
#bloc_eigyo td {
}
#bloc_eigyo td span {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 12px;
}


.bloc_contactfrm {
	margin-bottom:40px;
}

.box_contactform {
	margin-bottom:40px;
}
.box_contactform table {
	border-collapse:collapse;
}
.box_contactform th,.box_contactform td {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.box_contactform th.btop,.box_contactform td.btop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.box_contactform th {
	color:#007D87;
	width:155px;
}

.box_contactform td {
}

.box_contactform td div.line {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 12px;
}

.box_contactform th span {
	color:#FF0000;
}

.box_contactform #btn_area {
	text-align: center;
	clear: both;
	margin-top: 40px;
}

.red {
	color:#FF0000;
}

.policy-check{
	margin-top: 32px;
}
.policy-check-txt{
	text-align: center;
}
.policy-check-txt a{
	color:  #007D87;
	text-decoration: none;
}
.policy-check-txt a:hover{
	text-decoration: underline;
}
.policy-check-txt a::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    background: url(../img/common/icon_link_blank.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
}
.policy-check-box{
	text-align: center;
}
.policy-check-box-input{
    display: none;
}
.policy-check-box-input:checked + .policy-check-box-text::after{
	content: "";
	display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #007D87;
    border-right: 2px solid #007D87;
}
.policy-check-box-text{
	padding-left: 24px;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

.policy-check-box-text::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    border-radius: 3px;
}


/*************************/
/*voice*/
.voice_box {
	background-color: #EEEEEE;
	min-height: 10px;
	_height: 10px;
	border-color: rgb(204,204,204);
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	margin-bottom:20px;
}

.voice_box .inn {
	background-color: #FFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.voice_boxL {
	float: left;
	width: 410px;
}
.voice_boxR {
	float: right;
	width: 255px;
}

#main .voice_boxL p.nyusyareki {
	margin-bottom:0px;
	width:80px;
	text-align:center;
}

#main .voice_boxL p.nyusyareki span {
	font-weight: bold;
	color: #FFF;
	background-color: #007D88;
	padding: 4px 8px 4px 8px;
	display: block;
}

.voice_boxL dl {
	display: block;
	width: 392px;
	padding-left: 18px;
	margin-top:42px;
}
.voice_boxL dt {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.voice_boxL dd {
}



/***************************/
/*voice detail*/
.voice_detail {
	clear:both;
	margin-bottom:40px;
}

#contents .voice_detail h3 {
	color: #007D89;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.voice_detail_txt {
}
.voice_detail_txt p {
	width:410px;
	float:left;
}
.voice_detail_txt img {
	float:right;
}

.voice_detail_txt2 p {
	width:460px;
	float:right;
}
.voice_detail_txt2 img {
	float:left;
}


.voice_sbtn {
}
.voice_sbtn ul {
	width:100%;
	height:120px;
	clear:both;
	display:block;
	margin-bottom:20px;
}
.voice_sbtn li {
	width:340px;
	height:120px;
	float:left;
	display:block;
}
.voice_sbtn li.li_sbtnR {
	float:right;
}


/*************************/
/*company*/
#organize  {
	padding-top: 30px;
}

.bloc_outline {
	margin-bottom:40px;
}


.bloc_outline table {
	width:340px;
	border-collapse:collapse;
	float:left;
}
.bloc_outline table#tb_r {
	float:right;
}
.bloc_outline table.tb_w {
	float:none;
	width:100%;
}

.bloc_outline th,.bloc_outline td {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.bloc_outline th {
	color:#007D87;
	width:105px;
}
.bloc_outline td {
}
.bloc_outline td span {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 12px;
}


.bloc_outline dl.dl_outline1 {
}
.bloc_outline dl.dl_outline1 dt {
	color: #007D86;
}
.bloc_outline dl.dl_outline1 dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.bloc_outline dl.dl_outline2 {
}
.bloc_outline dl.dl_outline2 dt {
	display: block;
	clear: both;
	float: left;
	width: 160px;
	padding-left: 15px;
}
.bloc_outline dl.dl_outline2 dd {
	padding-left: 175px;
}



.bloc_office {
	margin-bottom:40px;
}


.bloc_office_map {
	border: 1px solid #CCC;
	padding: 9px;
	margin-bottom:8px;
}


.bloc_office_L {
	width:306px;
	float:left;
}
.bloc_office_R {
	width: 360px;
	float: right;
	text-align:right;
}
.bloc_office_L a,
.bloc_office_R a {
	color:#007D89;
}


.bloc_office dl {
	text-align:left;
}

/* 190508 mod
.bloc_office .dl_traffic {
	margin-top:20px;
}
*/

.bloc_office dt {
	color: #007D87;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
  font-weight: bold;
}
.bloc_office dd {
}

.bloc_office .map_link {
	float: right;
  font-weight: normal;
  font-size: 12px;
}

.bloc_office a.map_link[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    background: url(../img/common/icon_link_blank.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
}

.box_office {
	clear:both;
	margin-bottom:40px;
}


.bloc_office .dl_traffic dd {
	margin-bottom:10px;
}



.box_office2 {
}
.box_office2 dl {
	margin-bottom:20px;
}

.box_office2 .bloc_office_L,
.box_office2 .bloc_office_R {
	width:320px;
	text-align:right;
}

#enjineer li{
	float: left;
	width: 210px;
	text-align: center;
	background-color: #EDEDED;
	margin: 10px;
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#enjineer li .title{
	color: #FFFFFF;
	background-color: #007D89;
	width: 100%;
	margin-bottom: 15px;
}
#enjineer li .number{
	font-size:18px;
}

/***************************/
/*recruit bosyu*/
.bloc_bosyu {
	margin-bottom:40px;
}

.bloc_bosyu table {
	border-collapse:collapse;
	width:100%;
}
.bloc_bosyu th,.bloc_bosyu td {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.bloc_bosyu th {
	color:#007D87;
	width:105px;
}
.bloc_bosyu td {
}
.bloc_bosyu td span {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 12px;
}






h2.tablepress-table-name {
	background-image: url(../_img/sub02/mti.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size:16px !important;

	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #007D88;
	border-bottom-color: #007D88;
}

.tablepress {
}
.bloc_bosyu table.tablepress {
	border-collapse:collapse;
	width:100%;
}
.bloc_bosyu table.tablepress td {
	margin-bottom: 0px !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #CCCCCC !important;
	background-color:#fff !important;
	border-top:none;
}
.bloc_bosyu table.tablepress td.column-1 {
	color:#007D87;
	width:105px !important;
	font-weight:bold;
	text-align:center;
	padding-left:0px !important;
	padding-right:0px !important;
}

.bloc_bosyu table.tablepress td.column-2 {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 12px;
}




/***************************/
/*jirei*/
.bloc_jirei {
	margin-bottom:40px;
}


.jirei_box_wrap {
	clear:both;
	margin-bottom:20px;
}


.jirei_box {
	background-color: #EEEEEE;
	width: 218px;
	min-height: 10px;
	_height: 10px;
	border-color: rgb(204,204,204);
	border-width: 1px;
	border-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
	float:left;
	margin-right:20px;
	margin-right:13px\9;
}
.jirei_box:last-child {
	margin-right:0px;
}

*html .jirei_box,
*:first-child+html .jirei_box {
	margin-right:13px;
}

.jirei_box > :last-child { margin-right:0px; }

.jirei_box a {
	text-decoration:none;
}

.jirei_box dl.inn {
	background-color: #FFF;
	display: block;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}
.jirei_box dl.inn dd {
	background-image: url(../_img/common/icon_r_s.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	font-size: 12px;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-weight:bold;
}
.jirei_box dl.inn dt {
	text-align: center;
	margin-bottom:5px;
}
.jirei_box dl.inn dd a {
	text-decoration:none;
	cursor:pointer;
	display:block;
}



.jirei_works {
	margin-bottom:40px;
}
#main .jirei_works p {
	margin-bottom:5px;
}

.jirei_works table {
	border-collapse: collapse;
	width: 100%;
}
.jirei_works table img {
	margin-top:2px;
}

.jirei_works th,.jirei_works td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 8px;
	font-weight: normal;
	vertical-align:top;
}

.jirei_works thead th {
	color: #FFF;
	background-color: #007D89;
}
.jirei_works thead th.th_line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

.jirei_works td.td_l {
	padding-left: 0px;
	width:100px;
}
.jirei_works td.td_line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width:140px;
}

.bloc_jirei .tab{
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007D89;
	width: 700px;
	margin-bottom: 10px;
}
.bloc_jirei .tab li{
	background: #eee;
	float: left;
	margin-right: 2px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	cursor: hand;
	cursor:pointer;
}
.bloc_jirei .tab li.select{background:#007D89;color:#FFF;}
.bloc_jirei .hide {display:none;}


/****************************/
/*bloc_knowledge*/
.bloc_knowledge {
	margin-bottom:40px;
}


.bloc_tab {
	margin-bottom:40px;
	clear:both;
}


.bloc_bd_pump {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #CCC;
}

#pump_zu {
	height: 223px;
	width: 586px;
	position: relative;
	background-image: url(../../vision/img/sub02/pomp_zu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pump_zu a.btn_pumpmodal {
	width:160px;
	height:0px;
	padding-top:34px;
	overflow:hidden;
	display:block;
}
#pump_zu a.btn_pumpmodal:hover {
	opacity:0.2;
        filter: alpha(opacity=20);
        -ms-filter: "alpha( opacity=20 )";
        background: #fff;
}

#pump_zu a#btn_pumpmodal01 {
	position: absolute;
	z-index: 100;
	left: 211px;
	top: 89px;
}
#pump_zu a#btn_pumpmodal02 {
	position: absolute;
	z-index: 100;
	left: 211px;
	top: 137px;
}
#pump_zu a#btn_pumpmodal03 {
	position: absolute;
	z-index: 100;
	left: 211px;
	top: 186px;
}

table.tb_pump {
	border-collapse:collapse;
	width:100%;
}
table.tb_pump th,table.tb_pump td {
	padding: 8px;
	border: 1px solid #CCC;
}

table.tb_pump thead th {
	color: #FFF;
	background-color: #007D89;
}

table.tb_pump tbody th {
	background-color:#EEEEEE;
}
table.tb_pump tbody td {
	width:150px;
	font-weight:normal;
}

table.tb_pump2 tbody th {
	width:84px;
}
table.tb_pump2 tbody td {
	width:auto !important;
	font-weight:normal;
}

table.tb_pump2 thead th.th02 {
	width:160px;
}
table.tb_pump2 thead th.th03 {
	width:35px;
}
table.tb_pump2 thead th.th04 {
	width:130px;
}
table.tb_pump2 thead th.th05 {
	width:100px;
}
table.tb_pump2 thead th.th06 {
}

table.tb_pump3 tbody th {
	width:25%;
}
table.tb_pump3 tbody td {
	width:auto !important;
	font-weight:normal;
	text-align:center;
}


.box_slash {
	background-image: url(../../vision/img/sub02/bg_syasen.gif);
	background-repeat: repeat;
	padding: 10px;
}
.box_slashinn {
	background-color:#fff;
	padding:20px;
}




.ul_pump-205 li {
	width:198px;
	float:left;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	min-height:10px;
_height:10px;
margin-right:4px\9; /* IE8 and below */
}
.ul_pump-205 li a {
}

.ul_pump-205 li:last-child {
	margin-right:0px;
}
.ul_pump-205 li > :last-child { margin-right:0px; }

*html .ul_pump-205 li,
*:first-child+html .ul_pump-205 li {
	margin-right:4px;
}


.ul_pump-205b li {
	margin-bottom:0px;
}





/***************************/
/*pump tab02*/

.bd_pumptab02 {
	padding: 20px;
	border: 1px solid #CCC;
}



#btm_pumptab03 {
	clear: both;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../vision/img/sub02/image03_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 110px;
	_height: 110px;
	padding-left: 140px;
	padding-top:15px;
}





/***************************/
/*news page*/
.bloc_news {
	clear:both;
	margin-bottom:40px;
}
.list_newsWrap {
	height: 380px;
	padding-right: 25px;
	overflow: auto;
	/*overflow:scroll;*/
	overflow-y: scroll;
	/*overflow: scroll;*/
	overflow: -moz-scrollbars-vertical;
	/*overflow-x: scroll;*/
}

.list_news {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.list_news a {
	text-decoration: underline;
}
.list_news a:hover {
	text-decoration: none;
}


.list_news div.news_tiL {
	width: 120px;
	float: left;
	color: #858585;
	padding-left: 100px;
}
.list_news div.news_tiR {
	width: 410px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


.list_news div#icon_news01 {
	background-image: url(../../top/img/icon_release.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list_news div#icon_news02 {
	background-image: url(../../top/img/icon_sitenews.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list_news div#icon_news03 {
	background-image: url(../../top/img/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list_news div#icon_news04 {
	background-image: url(../../top/img/icon_other.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list_news div#icon_pdf {
	background-image: url(../../news/img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



.news_detail {
	clear: both;
	margin-bottom: 55px;
}

#contents .news_detail h4 {
	font-size: 14px;
	font-weight: normal;
}
#contents .news_detail h4 a {
	text-decoration:none;
}

#contents .news_detail p.date {
	text-align:right;
	color:#007D87;
	margin-bottom:0px;
}

.news_tiArea {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 15px;
	padding-right: 8px;
}

.news_conArea {
}
