@charset "utf-8";
/*ayumiページ用*/
p{
	font-family: "M PLUS 1p",sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;

}
.opmoji{font-size: 21px;}
.alldiv{
	width: 80%;
	margin: 0 auto;
}
.wakudiv{
	width: 100%;
	border-bottom: 3px solid #ff6969;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.wakudiv img{
	width: 90%;
}
.wakudiv p{
	font-family: "M PLUS 1p",sans-serif;
	font-size: 16px;
}
@media screen and (max-width: 428px) {
	.alldiv{
		width: 90%;
	}
	.wakudiv p{
	font-size: 12px;
}
#fotter p{font-size: 12px;}
}