﻿@charset "utf-8";

.spec-table {
	padding-bottom: 30px;
}
.spec-table td {
	position: relative;
	background-clip: padding-box;
}
.spec-table td .add_txt {
	position: absolute;
	bottom: -33px;
	line-height: 1.2;
}
.spec-table td .add_txt::before {
	display: block;
	content: "▲";
	color: #ff0000;
}
.spec-table td .add_txt.p_left {
	left: -7px;
}
.spec-table td .add_txt.p_right {
	right: -12px;
}