@charset "utf-8";

.product-top-img{
	text-align: center;
	width: 100%;
	margin-top: 100px;
}
.product-top-img img{
	width:100%;
	max-width: 1200px;
}
#contents {
	display: block;
}
#container {
	padding-top: 0;
}
.main{
 width: 100%;
}
@media only screen and (max-width: 1200px) {
	.product-top-img{
	margin-top: 60px;
	}
}