@charset "utf-8";
/* --------------------------------
	areaのPC用のCSSです。
-------------------------------- */
.Main_Contents_Area {
	text-align: left;
	margin: 0 auto;
}
#header {
	background: transparent url(/newseo_common/images/img01.gif) no-repeat 100% 0;
}
#header .logo {
	height: 48px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #d9d9d9;
}
#header h1 {
	padding-top: 3px;
	color: #264965;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
}
 #header h2 {
	color: #264965;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}
.clearfix {
	clear: both;
}

.sectionA h2, .sectionB h2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: 1px solid #dcdcdc !important;
	box-shadow: 1px 1px 0 rgba(242, 242, 242, 1) !important;
	background: -moz-linear-gradient(bottom, #f4f4f4, #fff 50%) !important;
	background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), color-stop(0.5, #fff)) !important;
	color: #17557a !important;
	font-size: 1.5em !important;
	margin: 15px 0px 10px;
}
.sectionA h2 span, .sectionB h2 span {
	margin-left: 10px !important;
	padding: 3px 10px !important;
	font-weight: bold !important;
	color: #17557a !important;
	border-left: 3px solid #467bbb !important;
}

.sectionA h3 {
	border-bottom: 3px dotted #90b9e2;
	margin: 10px 0 10px -4px;
	padding: 10px 0 10px 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #2c598c;
	text-indent: 0.5em;
	etter-spacing: 0.04em;
}
.sectionB  h3 {
	clear: both;
	border: 1px solid #136595 !important;
	color: #136595 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 15px 10px !important;
	margin: 10px 0px 10px 0px !important;
	background-color: #f5f5f5 !important;
	text-align: left !important;
}
.Main_Contents_Area ul {
	font-size:1.1em;
	overflow: hidden;
	margin-bottom: 20px;
}
.sectionA ul li{
	margin: 8px 0px;
}

.sectionB ul li {
	text-align: center;
	padding: 8px 0px;
}
ul.banner4 li {
	float: left;
	width: -moz-calc(100% / 4);
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}

ul.banner2 li {
	float: left;
	width: -moz-calc(100% / 2);
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
