@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');
body {
	margin:0; padding:0; font-size:62.5%;
	background-color:#fff; width:100%; text-align:center;
	-webkit-text-size-adjust: 100%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {border:none;}
a {color:#0000ff; text-decoration:underline;}
a:hover {color:#ff0000; text-decoration:underline;}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


#cont {
	margin:0 auto; padding:0 5px; text-align:left; background-color:#fff;
	font-size:0.9rem; color:#222; line-height:140%;
	border-top:solid 5px #114; border-bottom:solid 5px #114;
	z-index:-100;
}



.co1 {margin:15px 10px 20px 10px; padding:0; font-size:0.8rem; line-height:140%;}

.im1 {position:relative; width:100%;}

.co2 {margin:1em 0 6em 0; padding:0; font-size:0.9rem; line-height:150%;}

.s1 {
	font-size:0.8rem; margin:0; padding:1em; font-weight:bold; line-height:150%;
	background-color:#f6f3f0; border:solid 1px #ddd;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

.s2 {
	font-size:0.8rem; line-height:150%;
	margin:1.2rem 0 2rem 0; padding:0;
}

.s3 {
	padding:0.4rem 0.5rem 0.2rem 0.5rem;
	font-size:1.1rem; font-weight:bold; color:#fff; line-height:140%;
	background-color:#49d;
	background-image: linear-gradient(#5ae 50%, #49d 50%, #49d);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.s4 {
	font-size:0.8rem; line-height:150%;
	margin:1rem 0 0 0; padding:0;
}

.s5 {
	margin:0 0 0.3rem 0; padding:0; text-align:center;
}

.s1 a {text-decoration:underline;}
.s2 a {text-decoration:underline;}
.s4 a {text-decoration:underline;}
.s5 img {width:100%; max-width:220px;}



.nav1 {
	margin:0px 0px 5px 0px;
	border:solid 2px #555;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: -webkit-linear-gradient(top, #fec 0%, #edb 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fec), to(#edb));
	filter: progid:DXImageTransform.Microsoft.gradientEnabled=1,GradientType=0,StartColorStr='#fec',EndColorStr='#edb');
}
.nav1 a {
	display:block; padding:20px 0px; text-align:center; text-decoration:none;
	font-size:1.2rem; color:#222; line-height:140%; font-weight:bold;
}
.nav1 a:hover {color:#f72;}



.footer {
	clear:both;
	text-align:right; padding:3px 0px 2px 0;
	font-size:0.7rem; color:#555; border-top:solid 1px #777;
}
.clear {
	clear:both;
	}
a {color:#5656ff; text-decoration:none;}
a:hover {color:#ffff00; text-decoration:none;}
.copy {color:#aaaaaa; text-decoration:none;}
.toplin1 {color:#ffffff; text-decoration:none;}
.toplin1:hover {color:#ffff00; text-decoration:none;}



.fornav {
	margin:0 0 0 0; padding:0; background:#985;
	position: fixed;
	width:100%; height:50px;
	z-index:50;
}

.c0 {float:left; margin:0; padding:0;}
.c1 {
	font-family: 'Righteous', cursive;
	float:left;
	padding:1.1rem 0 0 0.2rem;
	font-size:1.1rem; color:#fff; font-weight:bold; line-height:140%;
}
.c1 a {color:#fff; text-decoration:none;}
.c1 a:hover {color:#fd2;}

.e1 {font-size:1.5rem;}



nav {
	position: fixed;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #763;
	top: 0px;
	left: -100%;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
nav#menu:target{
	left: 0px;
}
a#NavOpen {
	text-decoration: none;
	display: inline-block;
	border: solid 1px #333;
	border-radius: 3px;
	text-align: center;
	font-size:1.2rem; color: #FFF; line-height:140%;
	padding: 5px 8px 3px 8px;
	background-color: #999;
	box-shadow: 0px 0px 2px #555;
	margin: 10px;
}
a#NavOpen:hover {
	color: #999;
	background-color: #FFF;
}
a#close {
	text-decoration: none;
	display: inline-block;
	border: solid 1px #333;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	font-size:1.2rem; color: #FFF; line-height:140%;
	padding: 5px 8px 3px 8px;
	background-color: #999;
	box-shadow: 0px 0px 2px #555;
	margin: 10px;
}
a#close:hover {
	color: #999;
	background-color: #FFF;
}

.nav2 {
	margin:0px 0px 0px 0px;
	border:solid 1px #555;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: -webkit-linear-gradient(top, #763 0%, #985 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#763), to(#985));
	filter: progid:DXImageTransform.Microsoft.gradientEnabled=1,GradientType=0,StartColorStr='#763',EndColorStr='#985');
}
.nav2 a {
	display:block; padding:20px 0px; text-align:center; text-decoration:none;
	font-size:1.2rem; color:#fff; line-height:140%; font-weight:bold;
}
.nav2 a:hover {color:#f72;}




