@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%;
}

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: #231815;
	text-decoration: none;
}

a:visited {
	color: #231815;
}

a:hover {
	color: #231815;
}

a:active {
	color: #231815;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1350px;
	color: #231815;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main {

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	min-height: 820px;
	background: url(../../img/common/header_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gHeader .hInner {
	margin: 0 auto;
	padding: 29px 0 0;
	width: 944px;
}

#gHeader h1 {
	margin-bottom: 26px;
}

#gHeader h2 {
	margin-bottom: 31px;
	text-align: center;
}

#gHeader .text {
	margin-bottom: 21px;
	color: #fff;
	font-size: 16px;
	line-height: 1.85;
	text-align: center;
}

#gHeader .text span {
	font-size: 12px;
	display: block;
	margin-top: 2px;
}

#gHeader .detailBox {
	margin: 0 2px 0 2px;
}

#gHeader .subBox {
	float: left;
	width: 460px;
	color: #fff;
	background: url(../../img/index/sub_box01_bg.png) no-repeat center top;
}

#gHeader .subBox .info {
	padding: 12px 14px 16px;
	background: url(../../img/index/sub_box02_bg.png) no-repeat center bottom;
}

#gHeader .subBox .top {
	margin: 0 0 9px 3px;
	padding: 0 0 2px 3px;
	width: 220px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #888E9E;
}

#gHeader .subBox table {
	width: 100%;
}

#gHeader .subBox th,
#gHeader .subBox td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.65;
	text-align: left;
	vertical-align: top;
	color: #fff; /**/
}

#gHeader .subBox th {
	width: 30%;
}

#gHeader .subBox01 {
	float: right;
}

#gHeader .subBox td a {
	color: #fff;
}


/*
#gHeader .subBox td {
	color: #fff;
} */


#gHeader .subBox td a:hover {
	text-decoration: underline;
}