@charset "utf=8";
Content-Type:text/css

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}
hr{
	border-width:1px 0 0 0;
	border-color:black;
	}

@font-face{
	font-family: 'Emoji';
	src: url('Emojifont.woff') format('woff');
	src: url('Emojifont.woff2') format('woff2');
	/*src: url('Emojifont.ttf') format('truetype');*/
	}
@font-face{
	font-family: 'yurumoji';
	src: url('yurumoji.woff') format('woff');
	src: url('yurumoji.woff2') format('woff2');
	}
body{
	font-family:"MS Mincho",Georgia, "Yu Mincho", 'Times New Roman', Times, serif;
	}
header{
	margin-bottom:50px;
}
header img{
	width:40px;
}
.gazou{
	margin-bottom:50px;
}	
header p span{
	font-family:"yurumoji",Meiryo;
	color:#F80206;
	}
.s{
	font-size:smaller;
	margin-bottom:50px;
}
.onec{
	margin-top:50px;
	color:#F80206;
	}
.onec p span{
	font-family:"yurumoji",Meiryo;
	color:#F80206;
	}
footer{
	margin-top:100px;
	}
footer p span{
	color:#F80206;
	font-family:"yurumoji",Meiryo;
	}
.kihon img{
	width:40%;
	height:auto;
	}
.twb{
	cursor: pointer;
	display:inline-block;
	margin-top:20px;	
	background: #e18596;
	padding:3px;
	border-radius:1.5em;
	height:20px;
	line-height: 20px;
	width:60px;
	text-align:center;	
	text-decoration:none;
	margin-right: 10px;
	}
.twb a span{
	font-family:"yurumoji",Meiryo;
	color:#ffffff;
	text-decoration:none;
	font-size: smaller;
	}
.twb:active {
		-webkit-transform: scale(0.92);
		transform: scale(0.92);
	  }