
/* =========================================================
   mainimage
========================================================= */
#mainimage {
	height:360px;
	background:url(../images/mainimage.jpg) top center no-repeat #cddbea;
	z-index:-100;
}

#mainimage:not(:target){background-position-x:center;}

/* =========================================================
   global
========================================================= */
.con-inner {
	width:1000px;
	margin:0 auto;
}

#title {
	height:73px;
	padding-top:27px;
	background:url(../images/bg_title.png) top center no-repeat;
}

.stit {
	background:url(../../common/images/stit_line.png) top center no-repeat;
	text-align:center;
	padding-top:31px;
	padding-bottom:40px;
}

/* =========================================================
   contents
========================================================= */

#contents {
	background:url(../images/bar_company.png) center 80px repeat-x;
}

.greet {
	background:#e8ecf1;
}

.greet .con-inner {
	height:520px;
	text-align: center;
	width:660px;
	margin:0 auto;
}

.greet h1 {
	padding:80px 0 30px 0;
}

.greet p {
	font-size:15px;
	line-height:30px;
	font-weight:bold;
	text-align: left;
}

.greet span {
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}

.business {
	margin-top:60px;
}

.business article {
	width:320px;
	float:left;
	margin-right:20px;
	padding-bottom:40px;
}

.business article h2 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
    /*
	text-align:center;
	*/
    padding:25px 0 15px 0;
}

.business article p {
	font-size:14px;
	line-height:24px;
	text-align:justify;
}

.business article.nomr {
	margin-right:0;
}

.business article figure {
	position:relative;
	text-align:center;
}

.info{
	margin-top:80px;
	margin-bottom:61px;
}
.info-dt {
	width:560px;
	float:left;
}

.info-dt dl {
	overflow: hidden;
}

.info-dt dt {
	position: relative;
	width: 120px;
	padding: 0 0 20px 0;
	float: left;
	clear: both;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
}

.info-dt dd {
	width: 440px;
	padding: 0 0 20px 120px;
	font-size:14px;
	line-height:24px;
}

.info-map {
	width:360px;
	float:right;
}


/* =========================================================
   2017/11/10追加分
========================================================= */
.sub_nav_wrap{
	width:100%;
	padding-top:60px;
	}
.sub_nav{
	width:435px;
	display:block;
	margin:0 auto;
	padding-top:60px;
}
.sub_nav1,.sub_nav2,.sub_nav3{
	width:210px;
	height:40px;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:38px;
	background:#fff;
	text-align:center;
	border:2px solid #EDA001;
	border-radius:3px;
	box-sizing:border-box;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sub_nav1{
	margin-right:15px;	
}

.sub_nav3{
	background:#ed7b01;
	color:#fff;
	border:2px solid #ed7b01;
}
.sub_nav1:hover,.sub_nav2:hover{
	color:#fff;
	border:2px solid #ed7b01;
	background:#ed7b01;
}
.sub_nav3:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.6;
	opacity:0.6;
}