@charset "utf-8";
/* CSS Document */

html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #FAFAFA;
}
body{
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	max-width: 640px;
	line-height: 1.6;
	font-size: 16px;
}

img{
	width: 100%;
	vertical-align: bottom;
}
#wrapper{
	width: 100%;
	max-width: 640px;
	margin: 2% auto 0;
	padding-top: 2%;
	text-align: center;
}
.mainbox{
	width: 96%;
	margin: 0 auto 15%;
}
h1{
	font-size: 26px;
}
#wrapper img{
	margin: 3% auto;
}
#wrapper p{
	font-weight: normal;
}

.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
footer {
    width: 100%;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    clear: both;
}
footer p {
    width: 100%;
}
footer ul {
    width: 96%;
    margin: 2% auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
footer ul li{
	list-style: none;
}
footer ul li a {
    display: inline-block;
    margin: 0.5% auto;
	color: #aaa;
}
footer .crt{
	width: 100%;
	background-color: #ccc;
	font-size: 14px!important;
	padding: 1% 0;
	margin-bottom: 0;
	color: #fff;
}
@media screen and (max-width:640px) {
	footer .crt{
		font-size: 2.8vw;
	}
}
