@charset "utf-8";
/* CSS Document */
.line_up-tbl-area {
    margin: 1em 0;
}
.line_up-tbl-area  table{
    margin-bottom: 1em;
    font-size: 11px;
}
.line_up-tbl-area  table p strong{
    font-size: 14px;
}
.line_up-tbl-area th,.line_up-tbl-area td{
	border: solid 1px #cccccc;
    padding: 2px;
}
.line_up-tbl-area th{
    background: #ececec;
    /* border: solid 1px #ffffff; */
    font-weight: 500;
}
.ta-C{
    text-align: center!important;
}
.line_up-tbl-area th:nth-of-type(1),.line_up-tbl-area td:nth-of-type(1){
    width: 7%;
}
.line_up-tbl-area th:nth-of-type(3),.line_up-tbl-area td:nth-of-type(3){
    width: 8%;
}
.line_up-tbl-area th:nth-of-type(4),.line_up-tbl-area td:nth-of-type(4){
    width: 14%;
}
.line_up-tbl-area th:nth-of-type(5),.line_up-tbl-area td:nth-of-type(5){
    width: 14%;
}
.line_up-tbl-area th:nth-of-type(6),.line_up-tbl-area td:nth-of-type(6){
    width: 14%;
}
.line_up-tbl-area th:nth-of-type(7),.line_up-tbl-area td:nth-of-type(7){
    width: 8%;
}
.variation_tbl-area {
	overflow-x: scroll;
}
.variation_tbl-area.scroll-none{
	overflow-x: unset;
}
.variation_tbl-area table{
	width: 1100px;
}
.variation_tbl-area.scroll-none table{
	width: 792px;
}
.variation_tbl-area th,.variation_tbl-area td{
    border: solid 1px #cccccc;
    padding: 2px;
    text-align: center;
    font-size: 11px;
    line-height: 2em;
}
.variation_tbl-area th {
    background: #ececec;
    letter-spacing: -1.2px;
    position: sticky;
    left: -0.1px;
    min-width: 70px;
}
.variation_tbl-area td:nth-of-type(1) {
	background: #f5edce;
}
.variation_tbl-area tr:nth-of-type(1),
.variation_tbl-area tr:nth-of-type(2){
	/* position: sticky; */
	/* top:-0.1px; */
}

	.variation_tbl-area tr:nth-last-of-type(1) td{
    vertical-align: top;
    letter-spacing: -1px;
    text-align: left;
}

	.variation_tbl-area tr:nth-of-type(3) td{
    vertical-align: top;
	letter-spacing: -2.4px;
}
	.variation_tbl-area tr:nth-of-type(5) td{
    vertical-align: top;
	letter-spacing: -1px;
}