@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
}

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;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

a,
a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 920px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background: #000;
	/*background: #000 url(../../img/news/body_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;*/
}

.detailBody {
	background: #000;
}

#container {
	padding-top: 194px;
	text-align: left;
}

#main {
	margin: 0 auto 108px;
	width: 920px;
}

.bg {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg img {
	width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	height: 106px;
	width: 100%;
	background: url(../img/header_bg.png) repeat-x left top;
	z-index: 1000;
}

#gHeader .hInner {
	padding: 13px 41px 36px 18px;
}

#gHeader h1 {
	float: left;
}

.disTab {
	display: table;
	width: 100%;
	height: 100%;
}

.disCell {
	display: table-cell;
	vertical-align: middle;
}

.spBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	z-index: 1001;
}

.spBox .cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 130%;
	background-color: #000;
}

.spBox .close {
	position: fixed;
	right: 12px;
	top: 10px;
	z-index: 1002;
}

.spBox .close a img {
	padding: 5px;
	display: block;
}

.spBox .spLink {
	position: relative;
}

.spBox .spLink li {
	padding: 9.5px 0;
	float: left;
	width: 100%;
	text-align: center;
}

.spBox .spLink li:nth-child(2),
.spBox .spLink li:nth-child(3),
.spBox .spLink li:nth-child(7) {
	padding-bottom: 20px;
}

.spBox .spLink li img {
	margin: 0 auto;
}

.spBox .spLink li:last-child a {
	display: inline-block;
}

.spBox .spLink li:last-child span {
	margin: -10px 6px 0;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 22px;
	float: right;
}

#gNavi li {
	margin-left: 21px;
	float: left;
}

#gNavi li a {
	display: block;
}

#gNavi .navChild {
	position: relative;
}

#gNavi .navChild:hover ul {
	opacity: 1;
	visibility: visible;
}

#gNavi .navChild > span {
	display: block;
}

#gNavi .navChild ul {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding-top: 24px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease,visibility .5s ease;
}

#gNavi .navChild ul li {
	margin-bottom: 22px;
	margin-left: 0;
	float: none;
	text-align: center;
	font-size: 0;
}

#gNavi .navChild ul li a {
	display: inline-block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10px 22px 9px;
	overflow: hidden;
}

#gFooter .snsList {
	float: left;
	padding-bottom: 7px;
}

#gFooter .snsList li {
	margin-right: 3px;
	float: left;
}

#gFooter .snsList li a {
	margin-right: 3px;
}

#gFooter .snsList li img {
	display: inline-block;
	vertical-align: middle;
}

#gFooter .copyright {
	float: right;
}


#cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 990;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	
	body {
		min-width: inherit;
		/*background: #000 url(../../img/news/sp_body_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		background-attachment: fixed;*/
	}
	
	#container {
		padding-top: 97px;
	}
	
	#main {
		margin-bottom: 48px;
		padding: 0 28px;
		width: auto;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		height: 53px;
		background: url(../img/sp_header_bg.png) repeat-x left top;
		background-size: auto 53px;
	}
	
	#gHeader .hInner {
		padding: 6px 16px 6px 8px;
	}
	
	#gHeader h1 img {
		width: 116px;
	}
	
	#gHeader .menu {
		padding-top: 9px;
		float: right;
	}
		
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gFooter .copyright {
		text-align: center;
	}
	
	#gFooter .fNavi {
		margin: 0 auto 30px;
		width: 275px;
	}

	#gFooter .fNaviBox {
		display: flex !important;
		margin: 0 28px;
	}

	#gFooter .fNaviBox .fNavi {
		flex: 0 0 55%;
		margin-bottom: 32px;
	}

	#gFooter .fNavi:nth-child(2n) {
		flex: 0 0 45%;
	}
	
	#gFooter .fNavi li {
		margin-bottom: 22px;
	}

	#gFooter .fNavi:nth-child(2n) li {
		margin-bottom: 16px;
	}

	#gFooter .fNavi:nth-child(2n) li:first-child {
		margin-bottom: 22px;
	}

	#gFooter .fNavi li a {
		display: block;
	}

	#gFooter .fNavi li:last-child a {
		display: inline-block;
	}
	
	#gFooter .fNavi li:last-child span {
		margin: -6px 3px 0;
		display: inline-block;
		vertical-align: middle;
	}

	#gFooter .fNaviShare li {
		text-align: center;
	}
	
	#gFooter .snsList {
		display: none;
	}
	
	#gFooter .copyright {
		float: none;
		text-align: center;
	}
}
