@charset "UTF-8";


.fltLUniq {
	float: left;
	width: 20%;
}

.fltRUniq {
	float: right;
	width: 77%;
}




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


.fltLUniq {
	margin: 0 0 20px;
	width: 40%;
}

.fltRUniq {
	margin: 0 0 20px;
	float: right;
	width: 55%;
}

.fltLUniq img {
	height: auto;
	width: 100%;
}



}
