@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;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, メイリオ, MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

img {
	vertical-align: top;
}

a:link {
	color: #fff;
	text-decoration: none;
	font-size: 20px;

}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}

a:active {
	color: #fff;
	text-decoration: none;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
}

	* html main {
		zoom: 1;
	}

	*+html main {
		zoom: 1;
	}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/

main {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

nav #gNavi.fixed {
	width: 100%;
	bottom: 0;
	z-index: 10;
	position: fixed;
}

nav #gNavi li {
	display: inline-block;
	float: left;
	width: 50%;
	height: 140px;
}

nav #gNavi li a :hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
