@charset "utf-8";
.market_price_table {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.mpt2 {
	width: 100%;
}
.market_price_table th,
.market_price_table td:first-of-type {
	font-weight: 900;
}
.market_price_table th,
.market_price_table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.market_price_table th:first-of-type,
.market_price_table td:first-of-type {
	width: 12%;
	text-align: center;
}
.market_price_table th:last-of-type,
.market_price_table td:last-of-type {
	border-right: none;
	width: 80%;
}
.market_price_table tr:last-of-type th,
.market_price_table th:last-of-type td {
	border-bottom: none;
}
.market_price_table th {
	background-color: #b1497f;
	color: #fff;
}
.market_price_table td {
	background-color: #FFF0F9;
}
.column_img {
	max-width: 150px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px){
	.market_price_table {
		width: 100%;
	}
}