@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: 'Oswald-Regular';
    font-style: normal;
    src: url('/font/Oswald-Regular.eot'); /* IE9 Compat Modes */
    src: url('/font/Oswald-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font/Oswald-Regular.woff') format('woff'), /* Modern Browsers */
    url('/font/Oswald-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Oswald-Bold';
    font-style: normal;
    src: url('/font/Oswald-Bold.eot');
    src: url('/font/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
    url('/font/Oswald-Bold.woff') format('woff'),
    url('/font/Oswald-Bold.ttf')  format('truetype');
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

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

#container {
	text-align: left;
}

#main {
	margin: 0 auto 110px;
	width: 1000px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	margin-bottom: 18px;
	padding: 10px 5px 8px;
	background-color: #106EB6;
}

#gHeader .hBox .hInner {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#gHeader .hBox h1 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

#gHeader .logo {
	margin: 0 auto 17px;
	width: 1000px;
}

#gHeader .telBox {
	position: absolute;
	right: 0;
	top: 0;
}

#gHeader .telBox ul {
	margin-bottom: 8px;
	padding: 5px 20px 10px 10px;
	position: relative;
	background-color: #106EB6;
}

#gHeader .telBox ul:before {
	width: 40px;
	height: 90px;
	position: absolute;
	left: -40px;
	bottom: 0;
	background: url(../../img/common/tel_bg.png) no-repeat left top;
	background-size: 40px 90px;
	
	content: "";
}

#gHeader .telBox li {
	float: left;
}

#gHeader .telBox li:first-child {
	margin: -6px 21px 0 0;
}

#gHeader .telBox li:first-child img {
	height: 80px;
}

#gHeader .telBox li:last-child a {
	padding: 15px 0 14px;
	width: 180px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #01B5D8;
}

#gHeader .telBox li:last-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#gHeader .telBox li:last-child a img {
	margin-left: 8px;
	vertical-align: middle;
}

#gHeader .telBox p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}

.snsbtn {
	margin-right: 5px;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: relative;
	border-top: 1px solid #C6C6C6;
	background: url(../../img/common/navi_bg.jpg) repeat-x left bottom;
}

#gNavi .list {
	margin: 0 auto;
	width: 1000px;
}

#gNavi .list > li {
	float: left;
	width: 125px;
	height: 58px;
	box-sizing: border-box;
	border-right: 1px solid #C6C6C6;
}

#gNavi .list > li > a {
	padding: 7px 2px;
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #106EB6;
}

#gNavi .list > li > a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

#gNavi .list > li:nth-child(6) > a,
#gNavi .list > li:nth-child(7) > a,
#gNavi .list > li:nth-child(8) > a {
	color: #333333;
	font-size: 14px;
	background: none;
}

#gNavi .list > li:nth-child(5) {
	border-right: none;
}

#gNavi .list > li > a.on,
#gNavi .list > li > a:hover {
	color: #fff;
	background-color: #01B5DA;
}

#gNavi .subNavi {
	padding: 14px 0 8px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	display: none;
	background-color: #01B5DA;
}

#gNavi .subNavi dl {
	margin: 0 auto;
	width: 1000px;
}

#gNavi .subNavi dt {
	margin-right: 50px;
	padding: 7px 10px 5px 0;
	width: 139px;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-right: 2px dotted #fff;
}

#gNavi .subNavi dd {
	padding: 9px 0 6px;
}

#gNavi .subNavi dd li {
	margin-right: 55px;
	float: left;
}

#gNavi .subNavi dd li:last-child {
	margin-right: 0;
}

#gNavi .subNavi dd li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#gNavi .subNavi dd li a img {
	margin-right: 5px;
	vertical-align: middle;
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 53px;
	width: 1000px;
}

#pagePath li {
	margin-right: 5px;
	display: inline;
	font-size: 12px;
}

#pagePath li a {
	margin-right: 8px;
	display: inline-block;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

#pagePath li span {
	margin-right: 8px;
	display: inline-block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 49px 0 26px;
	background-color: #454B59;
}

#gFooter .pageTop {
	position: fixed;
	right: 30px;
	bottom: 50px;
}

#gFooter .pageTop a {
	display: block;
}

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

#gFooter .fBox {
	margin: 0 auto 50px;
	width: 1000px;
	position: relative;
}

#gFooter .fBox .fLogo {
	margin-bottom: 21px;
}

#gFooter .fBox .fInner01 {
	width: 368px;
	float: left;
}

#gFooter .fBox .fInner01 p {
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
}

#gFooter .fBox .fInner02 {
	margin-top: 18px;
	float: right;
	width: 562px;
}

#gFooter .fBox .fInner02 .fList > li {
	margin-right: 58px;
	float: left;
		color: #fff;
}

#gFooter .fBox .fInner02 .fList > li:last-child {
	margin-right: 0;
}

#gFooter .fBox .fInner02 .fList > li ul {
	margin-top: 9px;
}

#gFooter .fBox .fInner02 .fList > li ul li {
	margin-bottom: 3px;
}

#gFooter .fBox .fInner02 .fList > li ul li:last-child {
	margin-bottom: 0;
}

#gFooter .fBox .fInner02 .fList > li > a {
	font-weight: bold;
}

#gFooter .fBox .fInner02 .fList li a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.5px;
}

#gFooter .fNavi {
	margin: 0 auto 45px;
	width: 1000px;
	text-align: center;
}

#gFooter .fNavi li {
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

#gFooter .fNavi li a {
	padding: 0 1px 0 4px;
	color: #fff;
}

#gFooter .fsnsbtn {
	position: absolute;
	bottom: 0;
	right: 0;
}

#gFooter .copyright {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}