@charset "utf-8";



html, body, 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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html {
	font-size:100%;
	font-family:sans-serif;
	/* font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
}

body {
	font-size:1em;
	line-height:1.1;
	color: #999999;
	background-color: #f9f9f9;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

a {
	outline-width:0;
	font-size:inherit;
}

a:link,
a:visited {
	text-decoration:underline;
}

a:hover,
a:active,
a:focus {
	text-decoration:none;
}





/* fontsize */

th,td,
p {
	font-size:0.75em;
}





.siteLogo {
	width: auto;
	margin: 0.3em;
	line-height: 1.1;
	font-size: 64px;
	font-family: 'Offside', cursive;
	color: #008aff;
	text-align: center;
}
h1.siteLogo {

}





header {
	margin: 0.2em 1em;
	border: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	border-radius: 3px;
}





.main {
	/* position: relative; */
	width: auto;
	/* padding: 0.8em; */
}
.main section {
	border: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	margin: 0.2em 1em;
	border-radius: 3px;
	margin-bottom: 0.2em;
}
.main section:last-child,
.main section.last-child {
	/* margin-bottom: 0; */
}
.main section p {
	margin: 0.5em 1em;
}



section#ultralowvolume {
	padding-left: 0;
}





#contentsNav {
	display: block;
	width: auto;
	/* padding: 0.8em; */
	/* border: 1px solid #d4e9f5; */
	/* line-height: 1.4; */
	margin: 0.8em;
}
#contentsNav ul {
	display: table;
	width: 100%;
}
#contentsNav li {
	display: table-cell;
	width: 25%;
	border: 1px solid #1792d9;
	border-left: none;
	/* float: left; */
	text-align: center;
	word-break: break-all;
	line-height: 1;
	padding: 0.5em 0 0.5em;
}
#contentsNav li:first-child,
#contentsNav li.first-child {
	border-left: 1px solid #1792d9;
}
#contentsNav li a {
	color: #ffffff !important;
	width: 100%;
	text-decoration: none !important;
}
#contentsNav li.navA {
	background-color: #4986ec;
}
#contentsNav li.navB {
	background-color: #ec49a1;
}
#contentsNav li.navC {
	background-color: #49ecc8;
}
#contentsNav li.navD {
	background-color: #ecd349;
}
#contentsNav li.yet {
	background-color: #ffffff !important;
}





.typhoon {
	display: none;
}





footer {
	margin: 0.2em 1em;
}
footer #copy {
	width: auto;
	padding: 0.8em;
	border: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	line-height: 1.4;
	font-family: 'Offside', cursive;
	border-radius: 2px;
}





@media screen and (min-width: 639px) {
	section#ultralowvolume {
		padding-left: 4em;
		padding-right: 180px;
	}
	#contentsNav {
		display: none;
	}
	.typhoon {
		display: block;
		position: absolute;
		width: 160px;
		top: 42px;
		right: 0.8em;
	}
}





/* リンク */
	/* 一般 */

a:link,
a:visited {
color:#1792d9;
}


a:hover,
a:active,
a:focus {
color:#555555;
}





/* 行間 */
p img {
	line-height:1.1;
}

p {
line-height:1.5;
}
