
* {
	font-family: -apple-system, BlinkMacSystemFont, meiryo, arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

body {
	text-align: center;
	background: #FFFFFF;
	position: relative;
}

header {
	background-image: url(/img/hbg.png);
	background-repeat: repeat-x;
	background-size: 20px 65px;
	background-position: center 15px;
	width: 100%;
	height: 55px;
}

h1 a {
	display: block;
	margin: 0px auto;
	background-image: url(/img/hlogo.png);
	background-repeat: no-repeat;
	background-size: 245px 32px;
	background-position: center center;
	width: 100%;
	height: 50px;
	text-indent: -9999px;
}

nav {
	width: 100%;
	height: calc(100% - 55px);
	position: absolute;
	left: -100%;
	background: rgba(255, 255, 255, 0.85);
}

nav li {
	line-height: 300%;
	border-bottom: 1px solid #888;
	background: #F8F8F8;
}

nav li span {
	font-size: 80%;
}

/* ************************************************************************************* */

footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background: #1E1E28;
}

footer,
footer a {
	color: #FFFFFF;
}

footer ul,
footer ol {
	list-style-type: none;
}

footer ul {
	width: 100%;
	margin: 0px auto;
}

footer ul li:nth-of-type(1) {
	width: 100%;
	height: 60px;
	background-image: url(/img/flogo.png);
	background-repeat: no-repeat;
	background-size: 245px 32px;
	background-position: center;
	text-indent: -9999px;
}

footer ul li:nth-of-type(2) {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

footer hr {
	height: 2px;
	border: none;
	border-top: 2px solid #FFFFFF;
}


footer ol {
	width: 100%;
	margin: 0px auto;
}

footer ol li:nth-of-type(1) { display: none; }
footer ol li:nth-of-type(2) { display: none; }
footer ol li:nth-of-type(3) { display: none; }
footer ol li:nth-of-type(4) { line-height: 200%; }

footer ol li span {
	display: none;
}

/* ************************************************************************************* */

h2 { 
	height: 40px;
	line-height: 40px;
	background: #1E489D;
	color: #FFFFFF;
	font-size: 130%;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.3em;
}

h3 { 
	width: 100%;
	margin: 20px auto 0px auto;
	border-bottom: 2px solid #1E489D;
	color: #1E489D;
	text-align: center;
	font-size: 120%;
}

article {
	width: calc(100% - 10px - 10px);
	margin: 10px 10px 20px 10px;
	text-align: left;
}

blockquote {
	background: #F6F7F7;
	padding-bottom: 10px;
}

blockquote p {
	width: 95%;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: left;
}

blockquote ul {
	
}

blockquote li { 
	display: inline;
}

blockquote li img { 
	width: 200px;
	height: auto;
	margin: 3px;
}