@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	/*font-size: 1em;*/
}

body {
	font-size: 62.5%;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/NotoSansCJKjp-Regular.eot');
    src: url('../../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../../font/NotoSansCJKjp-Medium.eot');
    src: url('../../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../../font/NotoSansCJKjp-Bold.eot');
    src: url('../../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}

body,
table,
input, textarea, select, option {
	font-family: 'Noto Sans Japanese';
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 11px 0 0;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1200px;
}

#gHeader h1 {
	float: left;
}

#gHeader .hLink {
	float: right;
	width: 800px;
}

#gHeader .hLink .telBox {
	padding-top: 3px;
	width: 180px;
	float: right;
}

#gHeader .hLink .telBox li:first-child {
	margin-bottom: 6px;
}

#gHeader .hLink .telBox li a {
	display: block;
}

#gHeader .hLink .telBox li a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 20px;
	width: 600px;
	float: left;
}

#gNavi li {
	float: left;
	width: 100px;
	position: relative;
}

#gNavi li:after {
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid #D8D8D8;
	
	content: "";
}

#gNavi li:last-child:after {
	display: none;
}

#gNavi li:nth-child(3) {
	width: 140px;
}
#gNavi li:nth-child(4) {
	width: 140px;
}
#gNavi li a {
	margin: 0 5px;
	padding: 3px 0 20px;
	display: block;
	font-size: 14px;
	text-align: center;
}

#gNavi li a:hover {
	padding-bottom: 15px;
	border-bottom: 5px solid #01223F;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
}

#gFooter .pageTop a {
	display: block;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fBox01 {
	padding: 75px 0 65px;
}

#gFooter .fBox01 .inner {
	margin: 0 auto;
	width: 948px;
}

#gFooter .fBox01 .fLogo {
	padding: 7px 0 0 23px;
	float: left;
}

#gFooter .fBox01 .linkBox {
	float: right;
	width: 604px;
}

#gFooter .fBox01 .linkBox p {
	padding-top: 1px;
	width: 420px;
	float: left;
	font-size: 14px;
	line-height: 1.7;
}

#gFooter .fBox01 .linkBox p a {
	margin-left: 10px;
	display: inline-block;
	color: #0263b1;
}

#gFooter .fBox01 .linkBox p a:hover {
	opacity: 0.7;
}

#gFooter .fBox01 .linkBox .link {
	float: right;
}

#gFooter .fBox01 .linkBox .link a {
	display: block;
}

#gFooter .fBox01 .linkBox .link a:hover {
	opacity: 0.7;
}

#gFooter .fBox02 {
	padding: 63px 0 20px;
	background-color: #0263B0;
}

#gFooter .fBox02 .inner {
	margin: 0 auto 78px;
	width: 1080px;
}

#gFooter .fBox02 .inner li a {
	padding-left: 22px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url(../../img/common/icon.png) no-repeat left center;
}

#gFooter .fBox02 .inner li a:hover {
	text-decoration: underline;
}

#gFooter .fBox02 .inner .fLink01 {
	padding-right: 10px;
	width: 234px;
	float: left;
	box-sizing: border-box;
}

#gFooter .fBox02 .inner .fLink01 li {
	margin-bottom: 36px;
}

#gFooter .fBox02 .inner .fLink02 {
	float: right;
	width: 846px;
}

#gFooter .fBox02 .inner .fLink02 li li a {
	padding-left: 0;
	font-size: 14px;
	background: none;
}

#gFooter .fBox02 .inner .fLink02 li ul {
	margin: 16px 0 0 22px;
}

#gFooter .fBox02 .inner .fLink02 li li ul {
	margin: 1px 0 25px;
}

#gFooter .fBox02 .inner .fLink02 li li:first-child ul {
	margin-bottom: 30px;
}

#gFooter .fBox02 .inner .fLink02 li li li {
	margin-right: 12px;
	display: inline-block;
	color: #b3cadd;
}
#gFooter .fBox02 .inner .fLink02 li li li:last-child span{ display:none;}

#gFooter .fBox02 .inner .fLink02 li li li a {
	padding: 2px 20px 1px 0;
	display: inline-block;
	color: #b3cadd;
	font-weight: normal;
}

#gFooter .fBox02 .inner .fLink02 li li:nth-child(4) li {
	margin-right: 8px;
}

#gFooter .fBox02 .inner .fLink02 li li:nth-child(4) li a {
	padding-right: 10px;
	letter-spacing: -1px;
}

#gFooter .fBox02 .copyright {
	color: #b3cadd;
	font-size: 12px;
	text-align: center;
}
