html,
body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Meiryo, 寰粺姝ｉ粦楂�, Verdana, Arial, "Microsoft YaHei";
}
.content{
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto;
}
.main-title{
    font-size: 30px;
    line-height: 30px;
    margin-top: 24px;
    line-height: 1;
    color: #88a66a;
}
.sub-title{
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    color: #212121;
}
h1 {
    text-align: center;
    margin: 2px 0;
    font-size: 24px
}

h2 {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 18px
}

.front_larger {
    font-size: 130%
}

strong {
    font-weight: bolder;
    font-size: 105%
}

.table-container {
    overflow: auto;
}

.specTables {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid #000;
    font-size: 14px;
    margin-top: 24px;
    background: #f1f1f1;
}

.specTables.bold_border {
    border: 2px solid #000;
}

.specTables tr.bold_border th,
.specTables tr.bold_border td {
    border: 2px solid #000
}

.specTables tr th {
    background: #88a66a;
    border: 1px solid #000;
    color: #fff;
    padding: 10px 3px;
    font-weight: bold;
    font-size: 20px
}

.specTables tr th.left_bolder_border {
    border-left: 3px solid #000
}

.specTables tr th.left_bold_border {
    border-left: 2px solid #000
}

.specTables tr th.right_bold_border {
    border-right: 2px solid #000
}

.specTables tr th.top_bold_border {
    border-top: 2px solid #000
}

.specTables tr th.bottom_bold_border {
    border-bottom: 2px solid #000
}

.specTables tr th.left_normal_border {
    border-left: 1px solid #000
}

.specTables tr th.right_normal_border {
    border-right: 1px solid #000
}

.specTables tr th.top_normal_border {
    border-top: 1px solid #000
}

.specTables tr th.bottom_normal_border {
    border-bottom: 1px solid #000
}


.specTables tr th.dia {
    position: relative;
    background: url("../images/dia.png") top left no-repeat !important;
    background-size: 100% 100% !important
}

.specTables tr th.dia .dia_left {
    position: absolute;
    bottom: 3px;
    left: 3px
}

.specTables tr th.dia .dia_right {
    position: absolute;
    top: 3px;
    right: 3px
}

.specTables tr td {
    border: 1px solid #000;
    padding: 5px 3px;
    vertical-align: middle;
}

.specTables tr td.vertical_align_middle {
    vertical-align: middle;
}

.specTables tr td.no_top_border {
    border-top: 0;
}

.specTables tr td.no_bottom_border {
    border-bottom: 0;
}

.specTables tr td.no_left_border {
    border-left: 0;
}

.specTables tr td.no_right_border {
    border-right: 0;
}

.specTables tr td.align_center {
    text-align: center;
}

.specTables tr td.dotted_border {
    border-style: dotted
}

.specTables tr td.text_width_normal {
    font-weight: normal !important
}

.specTables tr td.left_bolder_border {
    border-left: 3px solid #000;
}

.specTables tr td.left_bold_border {
    border-left: 2px solid #000
}

.specTables tr td.right_bold_border {
    border-right: 2px solid #000
}

.specTables tr td.top_bold_border {
    border-top: 2px solid #000
}

.specTables tr td.bottom_bold_border {
    border-bottom: 2px solid #000
}

.specTables tr td.left_normal_border {
    border-left: 1px solid #000
}

.specTables tr td.right_normal_border {
    border-right: 1px solid #000
}

.specTables tr td.top_normal_border {
    border-top: 1px solid #000
}

.specTables tr td.bottom_normal_border {
    border-bottom: 1px solid #000
}

.specTables tr td.bottom_none_border {
    border-bottom: none;
		position: relative;
}

.specTables tr td.bottom_none_border strong {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.specTables tr td.top_none_border {
    border-top: none;
}

.specTables tr td.dia {
    position: relative;
    background: url("../images/dia.png") top left no-repeat !important;
    background-size: 100% 100% !important
}

.specTables tr td.dia .dia_left {
    position: absolute;
    bottom: 3px;
    left: 3px
}

.specTables tr td.dia .dia_right {
    position: absolute;
    top: 3px;
    right: 3px
}

.specTables tr td .table_div_style1 {
    border: 1px solid #000;
    background: #ccc;
    padding: 3px
}

.specTables tr.row_gray td {
    background: #f1f1f1;
    text-align: center;
    font-weight: bold
}

.specTables tr.row_gray td.align_left {
    text-align: left
}
span.green-style{
    color: #4fca80;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
span.blue-style{
    color: #196baa;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
span.yellow-style{
    color: #ff8a00;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
.tips{
    margin: 4px auto;
    font-size: 16px;
}

.oneline{white-space:nowrap;}

@media(max-width:991px) {
    .specTables.bold_border {
        white-space: nowrap;
    }
}