@charset "UTF-8";

/* new arrivalページ **********************************************************/


.newitem_img:hover {
	opacity: 0.9;
}
.newitem_img {
	clear: both;
    text-align: center;
	margin-bottom: 2%;
}
.newitem_img:last-child {
	margin-bottom: 15%;
}

@media screen and (max-width: 1000px) {

.newitem_img {
	/*width: 94%;*/
    margin: 60px auto 0 auto;
}
.newitem_img:last-child {
    margin: 2% auto 10% auto;
}
.newitem_img:hover {
	opacity: 0.9;
}


}


@media screen and (max-width: 630px){


}
@media screen and (max-width: 480px) {

.newitem_img {
    margin-top: 50px;
}

}





