@charset "UTF-8";


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {

.fltL {
	float:none;
	margin-bottom:10px;
	text-align:center;
}

.fltR {
	float:none;
}

.w30,
.w70 {
	width:auto!important;
}


}