@charset "utf-8";
/* @group reset */
  
* {
	margin: 0;
	padding: 0
}
a {
	text-decoration : none;
}
a img {
	border: 0;
}
ul, ol {
	list-style : none
}
img {
	vertical-align : middle
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Reset default browser CSS.
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="button"], input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
}
/* @end */


.ngt_body {
	color: #333;
	font-size: small;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
}
/*ページトップ
------------------------------------------------------------*/


#ngt_top_border {
	height: 4px;
	background-color: #333333;
	width: 100%;
}
/* フッター
------------------------------------------------------------*/


.ngt_address {
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #fff;
	background: #231f1d;
	position: absolute;
	width: 100% !important;
	bottom: 0;
	left: 0;
	z-index: 100;
}
/* 全体
------------------------------------------------------------*/
#ngt_header {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 100;
}
#ngt_header_wrap {
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
	height: 60px;
	width: 100%;
	clear: both;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
#ngt_header h1 img {
	padding: 3px 0px 0px 0px;
	float: left;
}
/* グロナビ
------------------------------------------------------------*/
nav#ngt_glonavi {
	overflow: hidden;
	position: relative;
	font-weight: bold;
	font-size: 110%;
}
nav#ngt_glonavi .ngt_inner {
	width: 900px;
	padding: 0 14px;
	margin: 0 auto;
}
nav#ngt_glonavi ul li {
	float: left;
	position: relative;
 background-color:;/*メニュー背景色*/
}
nav#ngt_glonavi li:last-child {
	border-right: 0px solid #ebebeb;
}
nav#ngt_glonavi ul li a {
	display: block;
	text-align: center;
	_float: left;
	min-width: 115px;
	height: 30px;
	padding-top: 19px;
	color: #333;
}
nav#ngt_glonavi ul li a span, nav#ngt_glonavi ul li a strong {
	display: block;
}
nav#ngt_glonavi ul li a span {
	color: #d0af4c;
}
nav div.ngt_panel {
	display: block !important;
	float: left;
}
nav#ngt_glonavi li.active a, nav#ngt_glonavi li a:hover {
	color: #909090;
	background: #ffffff;
	padding-top: 19px;
	border-bottom: 5px solid #233b6b;
}
.ngt_noto16 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
/* 検索ボックス
------------------------------------------------------------*/

#ngt_logoimg {
	margin: 0 auto;
}
#ngt_login_box {
	position: fixed;
	bottom: 22px;
	right: 0;
	z-index: 100;
}
.ngt_form-container {
	border: 2px solid #cccbca;
	background-color: rgba(0,0,0,0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(000,000,000,0.9) 0 0px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(000,000,000,0.4) 0 0px 0;
	box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(000,000,000,0.9) 0 0px 0;
	text-decoration: none;
	vertical-align: middle;
	min-width: 300px;
	padding: 20px;
	width: 550px;
	margin-bottom: 50px;
	margin-right: 10px;
	height: 90px;
}
.ngt_form-field {
	border: 2px solid #c7c7c7;
	background: #ededed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #7d7d7d;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding: 8px;
	margin-bottom: 20px;
	width: 400px;
}
.ngt_form-field:focus {
	background: #fff;
	color: #5e5d5d;
}
.ngt_submit-container {
	text-align: right;
	margin: 0 auto;
}
.ngt_submit-button {
	width: 120px;
	border: 1px solid #101d37;
	background: #233b6b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #ffffff;
	padding: 8.5px 18px;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.ngt_submit-button:hover {
	border: 1px solid #aa2914;
	background: #de4830;
}
.ngt_submit-button:active {
	border: 1px solid #bd662c;
	background: #ff9900;
}
/* --- 検索キーワード --- */   
   
.ngt_keywordArea {
	margin-bottom: 10px;
	width: 100%;
}
.ngt_keywordArea .ngt_tit {
	text-align: center;
	padding-top: 3px;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
	font-size: 85.71429%;
	float: left;
}
.ngt_tagCloud li {
	float: left;
	border: 1px solid #233b6b;
	background: #233b6b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 5px 5px;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
}
.ngt_tagCloud li a {
	color: #FFF;
	text-decoration: underline;
}
