@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('article.css');
@import url('drawer.css');
@import url('contents_print.css');
@import url('font.css');
/* ----------------------------------------------------------------
	アニメ『ほしの島のにゃんこ』
---------------------------------------------------------------- */
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: inherit;
	-webkit-font-feature-settings: inherit;
	font-feature-settings: inherit;
	-webkit-font-kerning: inherit;
	font-kerning: inherit;
	-webkit-font-language-override: inherit;
	-moz-font-language-override: inherit;
	font-language-override: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-style: inherit;
	font-synthesis: inherit;
	font-variant: inherit;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}
img {
    /* Chromeで画像がぼやける現象を回避 */
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    max-width: 100%;
	height: auto;
}
a {
	-webkit-tap-highlight-color: transparent;
}
strong {
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
/*\*/
	overflow: hidden;
/**/
}
option {
	padding-right: 10px;
}
a{
	outline:none;
	color: #2299ff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #42d0ed;
}
a:focus{
	outline:none;
}
a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
	cursor: pointer;
	cursor: hand;
}
fieldset {
	border:0;
	display: block;
}
fieldset, img {
	border:0;
}
/* clearfix --*/
.clearFix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
/* alt --*/
.alttext {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/* ------------------------------
	レイアウト
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}
body {
	font-family:'rounded-x-mplus',sans-serif;
	/*font-family:'rounded-x-mplus','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-weight: 500;
	color: #555;
	font-size: 15px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	background-color: #00bec5;
}
p {
	margin-bottom: 18px;
}
p.sub {
	font-size: 0.9em;
}
header .logo {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 126px;
	z-index: 100;
}

