@charset "UTF-8";
/* CSS Document */


@font-face {
font-family:"Nasu";
    src: url("font/NasuM-Regular-20141215.eot") format("eot"), url("font/NasuM-Regular-20141215.woff") format("woff");
}
/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 14px;
	color:rgb(77, 71, 72);
}

body {
	background-color:snow;
	font-family: "メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; 
}
/**
* ヘッダー情報
**/
header{
	position: fixed;
	top: 0;
	margin: auto;
	max-width: 960px;
/**	background-color:#82b732; **/
	background-color:#53d3d9; 
	height: 7vh;
}

/* ヘッダーロゴ */
.header-logo {
	height: 100%;
}
/* ヘッダータイトル */
.header-title {
	height: 100%;
	font-family: "M PLUS Rounded 1c";
	font-size: 2.0rem;
	color: snow;
	text-shadow: 1px 1px 0 rgb(5, 37, 1);
}
/* ヘッダータイトル2(コラムうよう) */
.header-title_column {
	height: 100%;
	font-family: "M PLUS Rounded 1c";
	font-size: 2.0rem;
	color: snow;
	text-shadow: 1px 1px 0 rgb(5, 37, 1);
}
/* ヘッダー戻る(コラムうよう) */
.header-back_column {
	margin: 3px;
	height: 90%;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: "M PLUS Rounded 1c";
	font-size: 1.2rem;
	color: snow;
	text-shadow: 1px 1px 0 rgb(5, 37, 1);
	border: 1px solid #0099FF;
	background-color: #005FFF;
	border-radius: 10%;
}
.header-back_column:hover,.header-back_column:active {
	cursor: pointer;
	background-color: #00008B;
}

/**
* セクション情報
**/
section{
	padding: 7vh 0 6vh 0; 
	margin: auto;
	max-width: 960px;
	height: 70vh;
}

/**
* フッター情報
**/
footer {
	position: fixed;
	bottom: 0;
	margin: auto;
	max-width: 960px;
	background-color:#82b732;
	height: 3vh;
}
/* フッタータイトル */
.footer-label {
	height: 100%;
	font-family: "M PLUS Rounded 1c";
	font-size: 0.8rem;
	color: snow;
}

/* 共通 */
.w-10p {width: 10%; }
.w-15p {width: 15%; }
.w-20p {width: 20%; }
.w-25p {width: 25%; }
.w-30p {width: 30%; }
.w-35p {width: 35%; }
.w-38p {width: 38%; }
.w-40p {width: 40%; }
.w-45p {width: 45%; }
.w-48p {width: 48%; }
.w-50p {width: 50%; }
.w-55p {width: 55%; }
.w-58p {width: 58%; }
.w-60p {width: 60%; }
.w-65p {width: 65%; }
.w-70p {width: 70%; }
.w-75p {width: 75%; }
.w-80p {width: 80%; }
.w-85p {width: 85%; }
.w-90p {width: 90%; }
.w-95p {width: 95%; }
.w-100p {width: 100%; }

/* ボタン全般 */ 
.button {
	cursor: pointer;
}
.button[disabled] {
	cursor: default;
}


@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	html, body{
		font-size: 12px;
	}

	header{
		width: 95%;
	}
	
	section{
		width: 95%;
	}

	footer {
		width: 95%;
	}
		
}

@media only screen and (min-width: 576px) and (max-width: 767px) 
{
	html, body{
		font-size: 12px;
	}

	header{
		width: 98%;
	}

	section{
		width: 98%;
	}

	footer {
		width: 98%;
	}
	
}
@media only screen and (max-width: 575px) 
{
	html, body, div, span, h1, h2, h3, h4, h5, h6 {
		font-size: 11px;
	}

	body {
		font-family: "メイリオ","Roboto","Open Sans","Arial",sans-serif;
	}

	header{
		width: 98%;
	}
	section{
		width: 98%;
	}

	footer {
		width: 98%;
	}
}