@charset "UTF-8";










h2#company{


}


#head-menu{
	width:100%;
	margin:10px 0 20px 0;
	padding: 0 0 0 0;
	text-align: center;
	list-style: none;
}
#head-menu li{
	display: inline-block;
	margin:0 8px 0 8px;
}
#head-menu a{
	display: inline-block;
	width:200px;
	height: 86px;
	margin:0 0 0 0;
	padding: 30px 0 0 0;
	background: #9fa0a0;
	color: #fff;
}







/*======================================

	page
	
========================================*/

h3.page-h3{
	width:100%;
	text-align: center;
	font-size: 28px;
	color: #000;
	font-weight: 500;
	margin: 30px 0 30px 0;
}


h3.page-h3 span{
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color:#fff;
	display:block;
	padding:0 0 0 0;
	margin: 10px 0 0px 0;
	color:#42bddc;
	letter-spacing: 0.15em;
}

h4.page-h4{
	width:100%;
	text-align: center;
	font-size: 23px;
	color: #000;
	font-weight: 500;
	padding:12px 0 12px 0;
	margin: 0px 0 30px 0;
	border-top:3px dotted #42bddc;
	border-bottom:3px dotted #42bddc;
}


table#outline{
	width:100%;
	border-collapse: collapse;
	margin: 0 0 0px 0;
	font-size: 15px;
	line-height: 30px;
}
table#outline th{
	width:190px;
	text-align: right;
	vertical-align: top;
	padding: 12px 0px 12px 12px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: 600;
	color:#42bddc;
}
table#outline td{
	width:500px;
	text-align: left;
	vertical-align: top;
	padding: 12px 12px 12px 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


.outline-left{
	width:400px;
	float: left;
}
.outline-right{
	width:530px;
	float: right;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
margin: 0 0 40px 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.iso{
	width:350px;
	margin: 0 auto 0 auto;
}



