@charset "utf-8";
ruby,
ruby rb,
ruby rt {
    text-align: center;
}

ruby {
    display: inline-table;
    vertical-align: bottom;
}

    ruby rb {
        display: table-row-group;
    }

    ruby rt {
        display: table-header-group;
        font-size: 50%;
    }

    ruby rp {
        display: none;
    }
.under {
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: bold;
}
.c_box {
	margin-top: 20px;
}
.c_box:first-of-type {
	margin-top: 10px;
}
.c_box .mini_headline {
	font-weight: bold;
	color: #007943;
	position: relative;
	border-bottom: 1px dashed #007943;
	margin-bottom: 5px;
	padding-left: 20px;
}
.c_box .mini_headline::before {
	content: "■";
	position: absolute;
	left: 0;
}
.c_box p img {
	display: inline;
	max-width: 30px;
}
.c_box .sub_c_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_box .sub_c_box img {
	width: 140px;
	padding-right: 20px;
}
.c_box .sub_c_box p {
	width: calc(100% - 160px);
}
.market_price_table {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.mpt2 {
	width: 70%;
}

.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:last-of-type,
.market_price_table td:last-of-type {
	border-right: none;
}

.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%;
	}
	.c_box .sub_c_box img {
		padding-right: 0;
		margin: 10px auto;
	}
	.c_box .sub_c_box p {
		width: 100%;
	}
}