@charset "utf-8";
/* CSS Document */

#contents p {
	margin:0px auto 15px;
	font-size:15px;
	text-align: center;
}
#otoku li {
	width:234px;
	height:156px;
	border-radius:5px;
	display:inline-block;
	margin-right:10px;
}
#otoku li:last-child {
	margin-right:0;
}
#sagasu {
	background-image:url(../images/sagasu.png);
	background-position:center;
	background-repeat:no-repeat;
}
#maintenance {
	background-image:url(../images/mente.png);
	background-position:center;
	background-repeat:no-repeat;
}
#kariru {
	background-image:url(../images/kariru.png);
	background-position:center;
	background-repeat:no-repeat;
}
#code {
	text-align: center;
	background-image:url(../images/QR.png);
	background-size:100% auto;
	background-position: center top;
	background-repeat:no-repeat;
}