@charset "UTF-8";

/*=======================================================
	CSS Reset
=======================================================*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	margin:0 auto;
	font-size:14px;
	color:#000000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#ffffff;
}

/*================================================
 *  トップページ
 ================================================*/

h1 {
	margin-left: 10px;
	text-decoration:underline dotted red;
	font-size: 18pt;
	font-weight: bold; 
    color:#7EBD05;
}



.box_top {
	width: 100vw;
	height: auto;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
/*	background-image:url('../images/top.png'); */
}

.second_logo {
	max-width: 100%;
	height: auto;
}

	ul.nav-container {
	display:table;
	table-layout:fixed;
    margin: 0 auto;
    max-width:960px;
    width:100%;
	}

	ul.nav-container li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	}

	ul.nav-container li:first-child {
    border:none;
	}

	ul.nav-container li a {
    display:block;
    text-decoration:none;
	font-size: 12pt;
	font-weight: bold; 
    color:#7EBD05;
	}

	.about{
	margin: 0 auto;
	padding: 10px;
	font-size: 12pt;
	font-weight: bold; 
    color:#007400;
	}

	.contents{
	margin: 0 auto;
	padding: 10px;
	font-size: 12pt;
	color:#007400;	
	}

footer {
	margin: auto;
	text-align: center;
	font-size: 8pt;
	color:#000;
}