@charset "utf-8";
/* CSS Document */

html {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}

body,html {
	height: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	
}

img {
	max-width: 100%;
	height: auto;
}

.f_anton {
	font-family: 'Anton', sans-serif;
}

.wrap {
	width: 100%;
	min-width: 1080px;
	max-width: 1366px;
	margin: auto;
}

.wrap .header {
	padding: 20px;
}

.wrap .header .logo {
	float: left;
}

.wrap .header ul {
	float: right;
}

.wrap .header ul li {
	display: inline-block;
	margin: 0 15px;
}

.wrap .header ul li a {
	font-size: 20px;
	color: #0A1F31;
	font-weight: bold;
}

.wrap .header ul li.on a {
	color: #009FE8;
}

.footer {
	background: url("../images/common/footer_back.png") no-repeat top center;
	height: 390px;
	z-index: 10;
	position: relative;
	margin-top: -300px;
}

.footer .logo {
	position: absolute;
	bottom: 195px;
	left: 112px;
}

.footer p {
	position: absolute;
	bottom: 129px;
	left: 112px;
	font-size: 16px;
	line-height: 160%;
}

.footer p {
	position: absolute;
	bottom: 129px;
	left: 112px;
	font-size: 16px;
	line-height: 160%;
	color: #FFF;
}

.footer ul {
	position: absolute;
	bottom: 70px;
	left: 112px;
}

.footer ul li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.footer ul li a {
	font-size: 20px;
	color: #FFF;
}

.w1080 {
	width: 1080px;
	margin: auto;
}

.footer {
/*	display: none;*/
}

