@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;
	letter-spacing: 0.5px;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

@font-face {
  font-family: "NotoSans";
  src: url("../../font/NotoSansCJKjp-DemiLight.eot") format('eot');
  src: url("../../font/NotoSansCJKjp-DemiLight.eot") format('eot');
  src: url("../../font/NotoSansCJKjp-DemiLight.eot?#iefix") format('embedded-opentype'),
  	   url('../../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype'),
       url("../../font/NotoSansCJKjp-DemiLight.woff") format('woff');
font-weight: 350;
}

@font-face {
  font-family: "NotoSans";
  src: url("../../font/NotoSansCJKjp-Medium.eot") format('eot');
  src: url("../../font/NotoSansCJKjp-Medium.eot?#iefix") format('embedded-opentype'),
  	   url('../../font/NotoSansCJKjp-Medium.ttf')  format('truetype'),
       url("../../font/NotoSansCJKjp-Medium.woff") format('woff');
font-weight: 500;
}

body,
table,
input, textarea, select, option {
  font-family: "NotoSans";
}

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: #221814;
	text-decoration: none;
}

a:visited {
	color: #221814;
}

a:hover {
	color: #221814;
}

a:active {
	color: #221814;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	font-weight: 350;
	line-height: 2;
	min-width: 1280px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main .mainBox {
	margin: 0 auto;
	width: 1280px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 8px 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../img/common/h_bg.png) repeat left top;
	z-index: 1000;
}

#gHeader h1 {
	padding: 3px 0 0 51px;
	float: left;
}

#gHeader h1 img {
	width: 250px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-right: 48px;
	text-align: right;
	font-family: Helvetica, sans-serif;
	float: right;
}

#gNavi li {
	margin-left: 53px;
	display: inline-block;
}

#gNavi li:first-child {
	margin: 0;
}

#gNavi li a {
	color: #fff;
	display: block;
	position: relative;
}

#gNavi li a:before {
	width: 0;
	height: 1px;
	background-color: #9FA0A0;
	position: absolute;
	bottom: 0;
	left: 0;
  
	content: "";
	transition: width 0.5s;
	-ms-transition: width 0.5s;
	-webkit-transition: width 0.5s;
}

#gNavi li a:hover:before,
#gNavi .on a:before {
	width: 100%;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 36px 0 35px;
	text-align: center;
	background-color: #000;
}

#gFooter p {
	color: #fff;
	font-size: 9px;
}

#gFooter .pageTop {
	display: none;
	position: fixed;
	z-index: 500;
	bottom: 50px;
	right: 50px;
}

#gFooter .pageTop a {
	margin-left: -45px;
	color: #fff;
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	bottom: 24px;
	left: 50%;
	width: 71px;
	height: 71px;
	line-height: 71px;
	text-align: center;
	border-radius: 50px;
	background-color: #000;
}

#gFooter .pageTop a span {
	margin-left: -7px;
	position: absolute;
	bottom: -45px;
	left: 50%;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
		padding-top: 10px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		min-width: inherit;
	}
	
	#gHeader {
		/*padding: 8px 0;*/
		top: 0 !important;
	}
	
	#gHeader img {
		display: block;
	}
	
	#gHeader h1 {
		padding: 4px 0 0 10px;
		position: relative;
		z-index: 50;
	}
	
	#gHeader h1 img {
		width: 200px;
	}
	
	#gHeader .menu {
		padding-right: 23px;
		float: right;
		position: relative;
		z-index: 50;
		padding-top: 8px;
	}
	
	#gHeader .menu .over {
		display: none;
	}
	
	#gHeader .menu.on .out {
		display: none;
	}
	
	#gHeader .menu.on .over {
		display: block;
	}
	
	#gNavi {
		display: none;
		float: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: left;
		max-height: 100%;
		overflow-y: auto;
		background: url(../../img/common/h_bg.png) repeat left top;
	}

	#gNavi li:first-child {
		/*margin-top: 42px;*/
		margin-top: 75px;
	}

	#gNavi li:last-child {
		margin-bottom: 12px;
	}
	
	#gNavi li {
		margin: 0;
		font-size: 22px;
		display: block;
		line-height: 1.6;
	}
	
	#gNavi li a {
		padding: 0 47px;
		color: #929697;
		border: none !important;
	}
	
	#main .mainBox {
		margin: 0 26px;
		width: auto !important;
	}
	
	#gFooter {
		padding: 27px 0;
	}
	
	#gFooter p {
		font-size: 7px;
	}
	
	#gFooter .pageTop a {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 9px;
	}
	
	#gFooter .pageTop a span {
		margin-left: -3px;
		bottom: -30px;
	}
	
	#gFooter .pageTop a span img {
		width: 9px;
	}
	
	#gFooter .pageTop {
		bottom: 20px;
		right: 10px;
	}
	
}
