@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
product_img
****************************************************************************/

#product_img {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
#product_img {
	margin-bottom: 10.4vw;
}
}

/***************************************************************************
detail_img
****************************************************************************/

#detail_img {
	text-align: center;
}
#detail_img h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
#detail_img h3 {
	font-size: 5.7vw;
	margin-bottom: 2vw;
}
}

/***************************************************************************
(product_detail_page) point_list
****************************************************************************/

.product_detail_page #point_list .contents {
	max-width: 1000px;
}