@charset "utf-8";
/*=================================
layout
- mainVisual
@media print
clearfix
================================ */

/* layout
-------------------------------- */
#top #contentsWrap{
	position:relative;
	background-color: #ffffff;
	margin: 0 auto;
	width: 100%;
}
#top #main  {
	width: 100%;
	float: none;
	padding-top: 0;
}
#top #main .inner {
	width: 980px;
	margin: 0 auto;
}
#top #main .contactWrap01 {
	margin: 40px auto 0;
}
/* mainVisual */
#mainVisual {
	text-align:center;
	display: block;
	height: 380px;
	background: url(/img/index_im01.jpg) no-repeat center 0;
	text-indent: -9999px;
}

/* boxContentsArea */
#boxContentsArea {
	width: 100%;
	background: #efefef;
	padding: 40px 0;
}
#boxContentsArea .colLayout.count4 > .col {
	width: 230px;
	margin-right: 20px;
}
#boxContentsArea .colLayout {
	margin-top: 0;
}
#boxContentsArea .colLayout.count4 > .col:nth-child(4n) {
	margin-right: 0;
}
#boxContentsArea .colLayout.count4 > .col:nth-child(4n+1) {
	clear: left;
}
/* mainBlock */
.mainBlock {
	padding-top: 30px;
}
.mainBlock .inner {
	margin-top:40px;
}
.mainBlock .col:first-child {
	width: 730px;
	margin-right: 20px;
}
.mainBlock .col:last-child {
	width: 230px;
}
.mainBlock .colLayout.count2 > .col:nth-child(2n) {
	margin-right: 0;
}
.mainBlock .colLayout.count2 > .col:nth-child(2n+1) {
	clear: left;
}
/* newsBlock */
.newsBlock > .titleBox {
	width: 100%;
	display: table;
	vertical-align: bottom;
}
.newsBlock > .titleBox h2.title {
	width: 220px;
	font-size: 2.6em;
	font-size: 26px;
	display: table-cell;
	vertical-align: bottom;
	float: left;
}
.newsBlock > .titleBox p {
	width: 200px;
	display: table-cell;
	vertical-align: bottom;
	float: right;
	margin-top: 10px;
}
/* imgLayout01  */
.imgLayout01 figure {
	position: relative;
}
.imgLayout01 .imgCap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 45px 15px 20px;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#80000000,EndColorStr=#80000000); /*IE8以下用*/
	background: rgba(17, 51, 102, 0.7);
	color: #ffffff;
	font-weight: bold;
	z-index: 300;
}
.imgLayout01 .imgCap:after {
	content: "";
	position: absolute;
	right: 4.3%;
	top: 50%;
	width: 5px;
	height: 9px;
	margin-top: -4px;
	background: url(/common/img/common_ic011.png) no-repeat;
	z-index: 400;
}
/* newsDataList01 */
.newsDataList01 .newsDate {
	width: 132px;
}
.newsDataList01 .newsTitle {
	padding-left: 0;
	padding-right: 12px;
}
.newsDataList01 .newsTitle img {
	position: relative;
	bottom: 8px;
	left: 10px;
}
/* bannerList */
.bannerList li {
	margin-top: 10px;
}
.bannerList li:first-child {
	margin-top: 0;
}
.colLayout-btn {}

/*=================================

	clearfix

=================================*/
.contactBox ul:after,
.contactBox ul li:after,
.contactBlock > .titleBox:after,
.newsBlock > .titleBox:after {
	content: "";
	display: block;
	clear: both;
}
.contactBox ul,
.contactBox ul li,
.contactBlock > .titleBox,
.newsBlock > .titleBox {
	zoom: 1;
}