@charset "utf-8";

/*--------------------
	contents
--------------------*/
#company p.company_slogan {
	position: relative;
}
#company #slogan {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-indent: -150px;
	margin-left: -150px;
	padding-left: 300px;
	color: #0A318F;
	font-style: italic;
	font-size: 26px;
	font-weight: bold;
	text-shadow: -1px 0px 13px rgba(255, 255, 255, 1), -1px 0px 13px rgba(255, 255, 255, 1), -1px 0px 13px rgba(255, 255, 255, 1), -1px 0px 13px rgba(255, 255, 255, 1);
}

#company main > section {
	width: auto;
}
#company main > section div.first,
#company main > section div section {
	width: 1100px;
	margin: 0 auto 40px;
}
#company p.explanation {
	margin-left: 15px;
	margin-bottom: 20px;
}

#president {
	margin-bottom: 0;
}
#president img {
	float: left;
	margin: 0 20px 20px 0;
}
#president b {
	display: block;
	margin: 20px 0 30px;
	font-size: 1.2em;
}
#president p {
	clear: left;
}
.career section {
	width: 1085px;
	margin: auto;
}
.career section h3 {
	background: none;
}
#company main > section div.career {
	margin-bottom: 20px;
	padding: 20px 0;
	width: 100%;
	background-color: #f3f9fe;
}