@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body {
  height: 100%;
}

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;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

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

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #666;
	text-align:center;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main {	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 11px 0 10px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	background-color: #000;
}

#menu {
	position: fixed;
	left: 20px;
	top: 10px;
	cursor: pointer;
	z-index: 1101;
}

#menu .openImg {
	display: block;
}

#menu .closeImg {
	display: none;
}

#menu.open .openImg {
	display: none;
}

#menu.open .closeImg {
	display: block;
}

#gHeader .hLink {
	position: absolute;
	right: 40px;
	top: 17px;
}

#gHeader .hLink img {
	width: 185px;
}

#gHeader .spImg {
	width: 133px;
	display: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 740px;
}

#gNavi li {
	float: left;
}

#gNavi .navi01 {
	margin-right: 97px;
}

#gNavi .navi02 {
	margin-right: 71px;
}

#gNavi .navi03 {
	margin-right: 46px;
}

#gNavi .navi04 {
	margin-right: 60px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	height: 80px;
	position: relative;
	z-index: 1100;
}

#gFooter .fBox {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #000;
}

#gFooter .fInner {
	padding: 6px 30px 5px;
	position: relative;
}

#gFooter .fLogo {
	margin-right: 13px;
	float: left;
}

#gFooter .fLogo img {
	width: 38px;
}

#gFooter .fImg {
	margin: 4px 16px 0 0;
	float: left;
}

#gFooter .fImg img {
	width: 130px;
}

#gFooter ul {
	float: right;
}

#gFooter li {
	padding: 10px 0 0 32px;
	float: left;
}

#gFooter p {
	margin-left: -136px;
	color: #FFF;
	font-size: 11px;
	position: absolute;
	left: 50%;
	top: 25px;
	text-align: center;
}	

@media all and (min-width: 0) and (max-width: 768px)  {
	#gHeader {
		padding: 10px 0;
	}
	
	#gHeader .hLink {
		top: 10px;
		right: 10px;
	}
	
	#gHeader .hLink img {
		width: 90px;
	}
	
	#gHeader .spImg {
		display: block;
	}
	
	#gHeader .pcImg {
		display: none;
	}

	#gNavi {
		width: auto;
		text-align: center;
	}
	
	#gNavi li {
		padding: 0 10px;
		display: inline-block;
		float: none;
	}
	
	#gNavi .navi01 {
		margin-right: 0;
	}

	#gNavi .navi01 img {
		width: 49px;
	}
	
	#gNavi .navi02 {
		margin-right: 0;
	}

	#gNavi .navi02 img {
		width: 62px;
	}
	
	#gNavi .navi03 {
		margin-right: 0;
	}

	#gNavi .navi03 img {
		width: 73px;
	}

	#gNavi .navi04 img {
		width: 85px;
	}

	#menu {
		left: 10px;
		top: 10px;
	}
	
	#menu img {
		width: 20px;
		height: 20px;
	}	
	
	#gFooter {
		height: 46px;
	}
	
	#gFooter .fInner {
		padding: 8px 20px 8px 10px;
	}
	
	#gFooter .fLogo {
		margin-right: 10px;
	}

	#gFooter .fLogo img {
		width: 30px;
	}
	
	#gFooter .fImg {
		margin: 3px 7px 0 0;
	}

	#gFooter .fImg img {
		width: 120px;
	}
	
	#gFooter li {
		padding: 8px 0 0 15px;
	}
	
	#gFooter li img {
		width: 16px;
	}
	
	#gFooter p {
		margin-left: -101px;
		color: #FFF;
		font-size: 8px;
		position: absolute;
		left: 50%;
		top: 17px;
		text-align: center;
	}
	
	

}