img {
    width: 100%;
    display: block;
	vertical-align:top;
}
.positioningBase{
    position: relative;
}
/* ↓ ユニーク ↓ */

.positioningBase .btn01 {
    position: absolute;
    width: 37%;
	height: 100%;
    left: 5.86%;
    top: 0;
}
.positioningBase .btn02 {
    position: absolute;
    width: 37%;
    left: 32.53%;
    top: 0;
}
/* ↑ ユニーク ↑ */
/*  */
@media all and (min-width: 641px) {
	.wrap .contents .section-main{max-width: 750px;}
}
/*  */
/*  */
@media all and (min-width: 641px) and (max-width: 1440px) {

}
/*  */
/*  */
@media screen and (max-width: 640px) {


}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */




