@charset "UTF-8";

/* CSS Document */
.company #header .nav li.company a {
	background: url(../common/img/icon_ya3.png) 50% 4px no-repeat;
	color: #FFD800;
}

.bg1 {
	background: url(../about/img/bg1.jpg) 50% 0px no-repeat;
	background-size: cover;
	background-position: center right 50%;
	height: 400px;
}

#greeting {
	background: #EAEFF6;
	padding-top: 66px;
	padding-bottom: 100px;
}

#greeting h2 {
	border-left: 8px solid #07479A;
	padding-left: 11px;
	color: #064699;
	font-size: 24px;
	font-weight: bolder;
	line-height: 1.3;
	padding-top: 3px;
	margin-bottom: 26px;
}

#greeting h2 small {
	font-size: 13px;
	display: block;
	font-weight: bolder;
	margin-bottom: 7px;
}

#greeting .line1 {
	border-top: #BED0E6 solid 1px;
	border-bottom: #fff solid 1px;
	margin-bottom: 67px;
}

#greeting h3 {
	font-size: 16px;
	margin-bottom: 21px;
}

#greeting .box .left-col {
	width: 510px;
	line-height: 1.8;
}

#greeting .box .left-col strong {
	font-size: 31px;
	display: block;
	line-height: 1.3;
	margin-bottom: 14px;
}

#greeting .box .text1 {
	margin-bottom: 42px;
}

#greeting .box .right-col {
	padding-top: 52px;
}

#greeting .box .right-col .img {
	margin-bottom: 10px;
	margin-bottom: 14px;
	box-shadow: 0px 4px 4px #ccc;
	-webkit-box-shadow: 0px 4px 4px #ccc;
	display: inline-block;
}

#greeting .name  span {
	float: left;
	padding-top: 11px;
	margin-right: 10px;
	margin-left: 63px;
}

#greeting .name  img {
	float: left;
}

#outline {
	background: url(../company/img/bg2.jpg) 50% 0px no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 81px;
	padding-bottom: 121px;
}

#outline:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 10px;
	top: -10px;
	z-index: 0;
	box-shadow: 0px 5px 5px #6185B3;
	-webkit-box-shadow: 0px 5px 5px #6185B3;
}

#outline h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}

#outline .box1 {
	background: #fff;
	padding: 60px 60px 46px 60px;
}

#outline  table {
	border-top: solid #BBBBBB 1px;
	border-left: solid #BBBBBB 1px;
	margin-bottom: 51px;
	width: 100%;
}

#outline  td,
#outline  th {
	padding: 11px 0px 11px 25px;
	border-bottom: solid #BBBBBB 1px;
	border-right: solid #BBBBBB 1px;
	font-size: 14px;
}

#outline  th {
	background: #EAEFF6;
	width: 129px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

#outline img {
	margin-bottom: 22px;
}

#outline h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#gMap2 {
	height: 360px;
	margin-bottom: 17px;
}

.gMap2_wrap {}

.gMap2_wrap iframe {
	max-width: 100%;
}


#outline .map {
	text-align: right;
}

/* All SP */
@media screen and (max-width:640px) {
	.bg1 {
		height: 300px;
		background-position: center right 35%;
	}

	/* 代表あいさつ */
	#greeting {
		padding: 40px 0;
	}

	#greeting .line1 {
		margin-bottom: 20px;
	}

	#greeting .box .left-col {
		width: 100%;
	}

	#greeting .box .left-col strong {
		font-size: 24px;
	}

	#greeting .box .right-col {
		padding: 0;
		text-align: center;
	}

	.name {
		text-align: center;
	}

	#greeting .name span,
	#greeting .name img {
		float: none;
	}

	#greeting .name span {
		margin-left: 0;
	}

	/* 会社概要 */
	#outline {
		padding: 40px 0;
	}

	#outline .box1 {
		padding: 15px;
	}

	#outline td,
	#outline th {
		padding: 10px;
	}

}
