@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch|Fredoka+One|Special+Elite);
@charset "utf-8";

/*
=================================================================================================================

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,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;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
body {line-height:1;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse; border-spacing:0;}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/*
=================================================================================================================

Base

=================================================================================================================
*/

body {
	background: #fff;
	color: #000;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 17px;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

input, textarea {
	color: #000;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

a { text-decoration: none; }
a:link { color: #09c; }
a:visited { color: #09c; }
a:hover { color: #23687f; }
a:active { color: #23687f; }

img {
	border: 0;
	vertical-align: bottom;
}

a img {
	overflow: hidden;
}

input, select {
	vertical-align: middle;
}



/*
=================================================================================================================

Parts

=================================================================================================================
*/

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* clearfix */
.clfx {
	zoom:1;
	min-height: 1px;
}

.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	visibility: hidden;
}



/*
=================================================================================================================

entry

=================================================================================================================
*/

.entry p {
	margin-bottom: 1em;
}

.entry strong {
	font-weight: bold;
}

.entry em {
	font-style: italic;
}

.entry ul {
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding: 0;
}
.entry ol {
	margin-left: 25px;
	margin-bottom: 1.5em;
	padding: 0;
}
.entry ol {
	/margin-left: 25px; /*IE6,7*/
}

.entry .aligncenter,
.entry div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry .alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.entry .alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.entry .wp-caption {
	margin-bottom: 1em;
}

.entry .wp-caption img {
	margin: 0 auto;
}

.entry .wp-caption p,
.entry .wp-caption-dd {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 5px;
}

.entry .box {
	margin-bottom: 1em;
	padding: 15px 15px 5px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}

.entry .box2 {
	margin-bottom: 1em;
	padding: 15px 15px 5px;
	border: 1px solid #fdee21;
	background: #ffc;
}

.entry blockquote {
	font-style: italic;
}

.entry sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
