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

.gomacontents {
	position: relative;
	width: 80%;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}

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

.affil{
    position: relative;
    top: 40px;
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
}

.affil img {
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 1024px){
.gomacontents{
    position: relative;
	top: 40px;
	width: 800px;
	height: 650px;
    margin-left: auto;
    margin-right: auto;
    }
    
/*ごまページ*/
.gomaface1 {
	position: absolute;
	width: 350px;
	top: 10px;
	left: 40px;
}
.gomaface2 {
	position: absolute;
	width: 350px;
	top: 7px;
	left: 470px;
}
.gomaface3 {
	position: absolute;
	width: 350px;
	top: 350px;
	left: 470px;
}
.gomaface4 {
	position: absolute;
	width: 358px;
	top: 400px;
	left: 40px;
}
}