@charset "UTF-8";
@import url("common.css");



/*個別指定*/

#contents {
    display: flex;
    flex-wrap: wrap;
	margin: auto;
    width: 100vw;
    max-width: 1200px;
}


#main_logo {
	margin: auto;
}
#main_logo img {
    width: 100vw;
    max-width: 1200px;
    height: auto;

}

.bannerlink img {
    width: 100vw;
    max-width: 1200px;
    height: auto;
    box-sizing: border-box;
	display:block;
    margin-top: 3%;
}
.bannerlink :hover{
	-webkit-transform:	scale(0.95);
	transform:		scale(0.95);
	/*-webkit-transform:	rotateX(360deg);
	transform:		rotateX(360deg);*/
}
.bannerlink :hover{
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}


