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

body {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    font-family: "Noto Sans JP";
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 771px){
	.index-img {
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
	margin-bottom: 30px;
}
	.copy {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5%;
    margin-bottom: 5%;
}
	.senkou {
    width: 90%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 770px){
	.index-img {
    width: 100%;
    margin: 0 auto;
	margin-bottom: 30px;
}
	.senkou {
    width: 80%;
    margin: 0 auto;
}
	.senkou img {
    width: 100%;
}
	.copy {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5%;
    margin-bottom: 5%;
}
}