@charset "euc-jp";

body {
	margin: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

#contents {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #1c1c1c;
	font-size: 24px;
	line-height: 1;
	width: 750px;
	max-height: 100%;
	margin: 0 auto;
	background-color: #fff;
}


#contents img {
	display: block;
	vertical-align: top;
	margin: 0 auto;
    width: 100%;
}

#contents a {
	display: inline-block;
	vertical-align: top;
}

#contents p {
	margin: 0;
}

#contents .block {
	text-align: center;
}

#contents .group {
	position: relative;
}

#contents .group .btn-01 {
	position: absolute;
	/* bottom: 410px; */
	top: 346px;
    left: 80px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#contents .group .btn-01b {
	position: absolute;
	/* bottom: 410px; */
	top: 72px;
    left: 80px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#contents .group .btn-02, #contents .group .btn-02b {
	position: absolute;
	bottom: 115px;
    left: 80px;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* copyright */
#contents .copyright {
	color: #333333;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
	line-height: 60px;
}

@media screen and (max-width: 767px) {
    #contents {
    	width: 100%;
    }
    #contents .group .btn-01 {
        position: absolute;
		/* bottom: 46%; */
		top: 31%;
        left: 0;
        right: 0;
        width: 295px;
        padding: 0;
        margin: 0 auto;
    }
    #contents .group .btn-02 {
    	position: absolute;
		/* bottom: 14%; */
		bottom: 11%;
        left: 0;
        right: 0;
        width: 295px;
    	padding: 0;
    	margin: 0 auto;
    }
    #contents .group .btn-01b {
        position: absolute;
        bottom: unset;
		/* top: 13%; */
		top: 8%;
        left: 0;
        right: 0;
        width: 295px;
        padding: 0;
        margin: 0 auto;
    }
    #contents .group .btn-02b {
    	position: absolute;
		/* bottom: 18%; */
		bottom: 14%;
        left: 0;
        right: 0;
        width: 295px;
    	padding: 0;
    	margin: 0 auto;
    }
}
