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

.commonSection .photoGallery001.short.option img {
height: 132px;
width: auto;
}


.commonSection .imgRightSouth02 img {
width: 100%;
max-width:  356px;
}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}