﻿/*

*/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after	{
	clear: both;
}

body {
	font-size: 100%;
	font-family: 'メイリオ', Meiryo, 'Lato', Calibri, Arial, sans-serif;
	margin-top: 10px;
	background:#FEF9EE;
}

a {
	color: #FF0000;
	text-decoration: none;
}

.no-touch a:hover,
.no-touch a:active {
	color: #333;
}

.container {
//	height: 100%;
	position: relative;
}

.container > section {
	min-height: 100%;
	margin: 0 auto;
	padding: 20em 3em;
}

.touch .container > section {
	padding: 0;
	min-height: 0;
}

.container > header {
	margin: 0 auto;
	padding: 2em 1em 2em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 999999;
	-webkit-backface-visibility: hidden;
}

.touch .container > header {
	position: relative;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.6;
	padding: 0 0 0.6em 0.1em;
}

.container > section p {
	color: #fff;
	text-align: center;
	padding: 1em;
	margin: 0;
}


/* NavigationStyle */
.page-top {
/*	background-color:#0E6EB8; */
	background-color:#0E6EB8;
	font-size: 0.69em;
	line-height: 2.2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	margin-bottom: 20px;
}

.page-top a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.page-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #777;
}

.page-top span.right {
	float: right;
}

.page-top span.right a {
	float: left;
	display: block;
}

/* NavigationStyle */
.page-bottom {
	background-color:#3399CC;
	font-size: 0.69em;
	line-height: 4.2;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height:15%;
	z-index: 9999999;
	margin-bottom: 10%;
}

.page-bottom a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.page-bottom a:hover {
	background: rgba(255,255,255,0.95);
	color: #777;
}

.page-bottom span.right {
	float: right;
}

.page-bottom span.right a {
	float: left;
	display: block;
}


.codrops-icon:before {
//	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 800px) {

	.hi-icon {
		margin: 15px !important;
	}

	.container > section {
		padding: 20em 1em;
	}

}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}