@charset "utf-8";
/* CSS Document */
/*全てのWebページに適用される*/


body{
	background-size:cover;
	background-repeat: no-repeat;
	background-image:url(images/spr_01.gif);
	line-height:130%;
	text-align:center;
}

.mv{
    width: 95%;
	margin:auto;
}

.contents{
	background-color:#42b6e6;
	background-position:center;
}


.quiz{	
	background-color: #d2f2ff;
	width: 70%;
	background-position: center;
	margin: 0 auto 15px;
	padding:20px 0;
}

.wf-nikukyu { font-family: "Nikukyu"; }
.wf-nicomoji { font-family: "Nico Moji"; }