@charset "UTF-8";

/* 全体
----------------------------------------------------------*/
html, body {
	height: 100%;
}

html {
	font-size: 62.5%; /* 10px */
}

body {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.4em;
	line-height: 1.8;
	letter-spacing: 1px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-top: 1.7em;
}

p:first-child {
	margin-top: 0 !important;
}

table {
	margin-top: 1.7em;
}

table tr {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table th, table td {
	padding: 20px;
}

table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #E8F5FB;
}

input, textarea {
	box-sizing: border-box;
	font-size: 100%;
}

a:link {
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

a:active {
	color: #FF7F00;
	text-decoration: underline;
}

a img {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* レイアウト
----------------------------------------------------------*/
#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

#wrapper {
	display: none;
	position: relative;
	height: 100%;
	min-height: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

h1 {
	position: fixed;
	top: 30px;
	left: 60px;
	z-index: 100;
}

h1 a {
	display: block;
	width: 182px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../images/common/h1_logo01.png);
	background-repeat: no-repeat;
}

#gnavi {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}

#gnavi ul li {
	float: left;
}

#gnavi ul li a {
	display: block;
	padding: 20px 15px;
	color: #333;
}

#gnavi ul li a:hover {
	color: #999;
	text-decoration: none;
}

#gnavi ul li a span {
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}

#gnavi .back {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

#gnavi .back a {
	display: block;
	padding: 20px;
	color: #A09085;
}

#gnavi .back a:hover {
	color: #C6BCB5;
	text-decoration: none;
}
