html {
	line-height: 1.5;
	box-sizing: border-box;
}

*, *:before,
*:after {
	box-sizing: inherit;
}

body {
	display: block;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clear:before,
.clear:after {
	display: table;
	content: ' ';
}

.clear:after {
	clear: both;
}

.wrapInner {
	width: 960px;
	margin: 0 auto;
}

/*==============================================================================================
=header=========================================================================================
===============================================================================================*/
header {
	padding: 11px 0 8px;
}

header .headerLogo {
	float: left;
}

header .navContainer {
	float: right;
	padding-top: 17px;
}

header .navConList li {
	float: left;
}

header .navConList .first {
	margin-right: 51px;
}

/*==============================================================================================
=sectionBanner==================================================================================
===============================================================================================*/
.sectionBanner {
	margin-bottom: 51px;
}

.sectionBanner .bannerBlock {
	text-align: center;
}


/*==============================================================================================
=footer=========================================================================================
===============================================================================================*/
footer {
	margin-top: 100px;
	padding: 34px 0 31px;
	background-color: #000f6f;
}

footer .footerList {
	width: 585px;
	margin: 0 auto 40px;
}

footer .footerList .list {
	float: left;
}

footer .footerList .first {
	margin: 0 36px 0 21px;
}

footer .footerList .contactList {
	margin-top: 6px;
}

.footerList .contactList li {
	color: #fff;
	font-size: 125%;
}

footer .footerCopyright {
	text-align: center;
}