@charset "utf-8";


/*************
/* 各ロゴ
*************/

.photo {
    margin: 10px auto;
}
.photo img{
	display: block;
    margin: 0 auto;
}


/* モニター幅939px以下 */
@media only screen and (max-width:939px){	
	.mainimage {
    width: auto;
	}
	.mainimage img
	{
	max-width: 100% ;	
	height: auto ;			
}
}

/* モニター幅800px以下 */
@media only screen and (max-width:800px){

}

/* モニター幅550px以下 */
@media only screen and (max-width:550px){
.photo img {
    max-width: 90%;
    height: auto;
}
}
