@charset "utf-8";
/*___________ company ___________ */
#company {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#company .page_title {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 150px;
	background-image: url(../img/company/page_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #243A67;
	font-size: 220%;
	letter-spacing: 0.1em;
	line-height: 150px;
}

#company .contents {
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}


#company .left {
	width: 460px;
	float: left;
}
#company .map {
	width: 460px;
	float: left;
	height: 350px;
	margin-bottom: 20px;
}
#company .logo {
	width: 460px;
	float: left;
	padding-bottom: 8px;
}
#company .info {
	width: 460px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	padding-top: 8px;
}


#company .right {
	width: 470px;
	float: right;
}
#company .title {
	width: 470px;
	float: left;
	font-size: 150%;
	line-height: 25px;
	margin-bottom: 15px;
}
#company .message {
	width: 470px;
	float: left;
	line-height: 22px;
	font-size: 110%;
	margin-bottom: 20px;
}
#company .message span {
	color: #FE0000;
}
#company .history {
	width: 470px;
	float: left;
	margin-bottom: 20px;
}
#company .history_title {
	width: 470px;
	float: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 140%;
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#company .text {
	width: 470px;
	float: left;
	padding-top: 10px;
	line-height: 18px;
}
#company .text span {
	color: #FE0000;
}
