@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 {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pr6N", "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 {
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	padding-top: 161px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 300;
	background-color: #fff;
	box-shadow: 0 1px 4px #E2E2E2;
	behavior: url(/js/pie.htc);
}

#gHeader .hInner {
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}

#gHeader .hInner h1 {
	margin-bottom: 10px;
	text-align: center;
}

#gHeader .hInner .email {
	position: absolute;
	right: 28px;
	top: -5px;
	text-align: right;
}

#gHeader .hInner .email a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hInner .email img {
	max-width: 60px;
}

#gHeader .hInner .spMenu {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	padding: 0 2.9%;
	float: left;
}

#gNavi .navi01 {
	width: 8.4%;
}

#gNavi .navi02 {
	width: 6.2%;
}

#gNavi .navi03 {
	width: 8.9%;
}

#gNavi .navi04 {
	width: 8.9%;
}

#gNavi .navi05 {
	width: 10.7%;
}

#gNavi .navi06 {
	width: 11.6%;
}

#gNavi .navi07 {
	width: 3.5%;
}

#gNavi li img {
	height: 100%;
	width: 100%;
}

#gNavi li a:hover img,
#gNavi .on a img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	
	#main {
		padding-top: 48px
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px 0;
	}
	
	#gHeader .hInner {
		width: auto;
		position: relative;
	}
	
	#gHeader .hInner h1 {
		margin-bottom: 0;
	}
	
	#gHeader .hInner h1 img {
		width: 50px;
	}
	
	#gHeader .hInner .email {
		display: none;
	}
	
	#gHeader .hInner .spMenu {
		display: block;
		position: absolute;
		right: 10px;
		top: 0;
	}
	
	#gHeader .hInner .spMenu img:last-child {
		display: none;
	}
	
	#gHeader .hInner .spMenu.on img:first-child {
		display: none;
	}
	
	#gHeader .hInner .spMenu.on img:last-child {
		display: block;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		padding-top: 10px;
		display: none;
	}
	
	#gNavi ul li {
		padding: 8px 0;
		width: auto !important;
		float: none;
		text-align: center;
	}
	
	#gNavi li img {
		height: auto;
		width: auto;
	}

}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}