@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_detail_page) point_list
****************************************************************************/

.product_detail_page #point_list .contents {
	max-width: 1035px;
}

/***************************************************************************
(product_detail_page) point_list
****************************************************************************/

#point_list #point_01 .graph {
	text-align: center;
	padding-top: 50px;
	width: 630px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
#point_list #point_01 .graph {
	padding-top: 10.2vw
}
#point_list #point_01 .graph,
#point_list #point_02 .thumb {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}


