.kv_area{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	width: 100%;
	height:160px;
	position:relative;
	text-align:center;
	background:url(../../images/company/kv.jpg) no-repeat center center ;
	background-size:cover;
}

.kv_inner{
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: auto;
	position:relative;
	text-align:center;
}

.kv_area h2{
	margin: 0 0 0 0;
	padding: 85px 0 0;
	position:relative;
	text-align:center;
}

.kv_area h2 img{
	width:auto;
	height:36px;
	vertical-align:top;
}


#header {
	position: absolute;
	width:90%;

}



.section{
	margin: 0 25px 40px;
	padding: 0 0;
	position:relative;
}

.section:after, .section:before {
	content: "";
	clear: both;
	display: block;
}

.section_img_left{
	margin: 0 0 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.section_img_left img{
	width:100%;
	height:auto;
	vertical-align:top;
}



.section_block{
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	position:relative;
	width:auto;
	display:block;
	vertical-align:top;
}

.float_l{float:none;}
.float_r{float:none;}

h3.h3_style {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 10px;
	position: relative;
	font-size: 14px;
	line-height:1.5;
	font-weight:bold;
	letter-spacing:2px;
	color:#555555;
	text-align:left;
	background:url(../../images/base/h3_line2.svg) no-repeat left bottom 0px;
	background-size:auto 5px;
}

h3.h3_style span{
	display:block;
	position: absolute;
	right:0;
	bottom:0px;
	font-size: 11px;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:0px;
	color:#aaa;
	font-family: 'Shippori Mincho', serif;
	background:#fff;
	padding-left: 5px;
}

h4.h4_style {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
}

h4.h4_style img{
	width:100%;
	height:40px;
	vertical-align:top;
}

h4.h4_style img.h4_size{
	width:100%;
	height:60px;
	vertical-align:top;
}



.section_txt {
	margin: 0 0 20px 0px;
	padding: 0 0 0 0;
	position: relative;
	font-size: 13px;
	line-height:2.0;
	font-weight:normal;
	letter-spacing:0px;
	color:#555555;
	text-align:left;
}

.section_txt span{
	margin: 0 0 20px 20px;
	padding: 0 0 0 0;
	position: relative;
	display:block;
	text-align:right;
}

.section_p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
}

.section_p img{
	margin-left: 6px;
	margin-right: 6px;
	width:45%;
	height:auto;
	vertical-align:top;
}

.section_img_right{
	margin: 0 0 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.section_img_right img{
	width:100%;
	height:auto;
	vertical-align:top;
}





h3.h3_style2 {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 10px;
	position: relative;
	font-size: 14px;
	line-height:1.5;
	font-weight:bold;
	letter-spacing:2px;
	color:#555555;
	text-align:left;
	background:url(../../images/base/h3_line2.svg) no-repeat left bottom 0px;
	background-size:auto 5px;
}

h3.h3_style2 span{
	display:block;
	position: absolute;
	right:0;
	bottom:0px;
	font-size: 11px;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:0px;
	color:#aaa;
	font-family: 'Shippori Mincho', serif;
	background:#fff;
	padding-left: 5px;
}


.table_block{
	margin: 0 0 20px 0px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
}


table.table_style{
	margin: 0 0 0px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
	width:100%;
	border-top:1px solid #eeeeee;
}

table.table_style th{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0px;
	font-size: 12px;
	line-height:1.5;
	font-weight:normal;
	letter-spacing:0px;
	color:#555555;
	text-align:left;
	width:90px;
	border-bottom:1px solid #eeeeee;
}

table.table_style td{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0px;
	font-size: 12px;
	line-height:1.5;
	font-weight:normal;
	letter-spacing:0px;
	color:#555555;
	text-align:left;
	border-bottom:1px solid #eeeeee;
}



.map_block{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	height:240px;
}

.google_map{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height:240px;
}

.google_map div{
	margin: 0 auto;
	width: 100%;
	padding: 240px 0 0;
	position: relative;
	overflow: hidden;
}

.google_map div iframe{
  position: absolute;
  top: -120px;
  left: 0;
	width:100%;
	height:calc(240px + 120px + 120px);
	vertical-align:top;
}