@charset "utf-8";

div.mainImageBlock {
	text-align: center;
	width: 100%;
	background-color: #e7f2f8;
	background-image: url(../img/home/mainimageblock_bg.gif);
	background-repeat: repeat;
	background-position: center top;
/*
	overflow: hidden;
*/
}
div.mainImageBlock img {
	max-width: 100%;
}

h2 {
	font-size: 170%;
	font-weight: bold;
	color: #2f3439;
	margin-bottom: 10px;
	padding: 14px 0 0 0;
	background-image: url('../img/home/h2_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	border-width: 0;
}
h2 span.subtitle {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
	color: #1c4e95;
}

div.mainGnaviLine {
	height: 2px;
	background-color: #fdfdfd;
}
div.mainExplainBlock {
	background-color: #0d3169;
	background-image: url(../img/home/mainexplainblock_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
div.mainExplainBlock table {
	margin-right: -15px;
	margin-left: -15px;
}
div.mainExplainBlock table td {
	width: 168px;
	padding-right: 15px;
	padding-left: 15px;
}
div.mainExplainBlock table td a {
	text-decoration: none;
}
div.mainExplainBlock table td a:hover {
	text-decoration: none;
}
div.mainExplainBlock table td div.title {
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.3;
	text-align: center;
	margin-top: 10px;
}
div.mainExplainBlock table td div.subtitle {
	color: #aac4e9;
	font-size: 80%;
	text-align: center;
	line-height: 1.6em;
}
div.mainExplainBlock table td div.explain {
	color: #fff;
	font-size: 90%;
	line-height: 1.6em;
}

#contentBlock {
	margin-top: 40px;
	padding: 0 0 40px 0;
}
#contentBlock div.leftBlock {
	float: left;
	width: 500px;
}
#contentBlock div.rightBlock {
	float: right;
	width: 420px;
}
#contentBlock div.banner-image1 {
	margin-bottom: 40px;
	height: 94px;
}
#contentBlock div.banner-image2 {
	margin-bottom: 40px;
	height: 94px;
}

div.whatsNewArea {
}
div.whatsNewArea table {
	width: 100%;
}
div.whatsNewArea .copy {
	display: none;
}
div.whatsNewArea table td {
	vertical-align: top;
	padding: 10px 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #e7e7e7;
}
div.whatsNewArea table td.date {
	color: #9ba0a6;
	width: 100px;
}
div.whatsNewArea table td.content {
	color: #3d3d3d;
}

div.recruitArea {
}
div.recruitArea h2, .whatsNewArea h2 {
	font-size: 150%;
	text-align: left;
}
div.recruitArea ul {
	padding-top: 0.5em;
}
div.recruitArea ul li {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e2e2;
	padding-left: 1.8em;
	margin-bottom: 1em;
}
div.recruitArea ul li div.title {
	float: left;
	font-weight: bold;
	font-size: 117%;
}
div.recruitArea ul li div.date {
	float: right;
	color: #e53a3a;
	font-size: 90%;
}
div.recruitArea ul li dl {
	clear: both;
	text-align: left;
	padding-top: 0.5em;
}
div.recruitArea ul li dl dt {
	float: left;
	clear: left;
	font-weight: bold;
}
div.recruitArea ul li div.more {
	text-align: right;
}
div.recruitArea ul li div.more a {
	background-image: url('../img/home/more_arrow_icon.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	font-weight: bold;
}
