﻿.tab-content table {
    text-align: center;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
    color: #666;
}
.tab-content table th {
    background: #f3f3f3;
    border: 1px solid #d3d3d3;
    color: #333;
    white-space: nowrap;
    padding: 20px 10px;
}
.tab-content table td {
    padding: 10px 20px;
    border: 1px solid #d3d3d3;
    text-align: left;
    vertical-align: top;
}
.tab-content table td p {
    line-height: 20px;
}
.tab-content table .tb-sub-title {
    text-align: center;
}




.tab-content .comparison-table {
    width: 100%;
    font-size: 14px;
    color: #333;
}
.tab-content .comparison-table td {
    position: relative;
    line-height: 40px;
    border-right: none;
    border-top: none;
}
.tab-content .comparison-table th {
    border-right: none;
    border-top: none;
}
.tab-content .comparison-table tr.bg-color {
    background-color: #f8f8f8;
}
.tab-content .comparison-table .info .tb-sub-title {
    text-align: left;
    line-height: 22px;
}
.tab-content .comparison-table .cp-block {
    background-color: #e8f1fb;
    color: #2277da;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #bcd6f4;
}
.tab-content .comparison-table .cp-block-ft {
    position: relative;
}
.tab-content .comparison-table .cp-block:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    left: -moz-calc(-2px);
    width: 100%;
    height: 10px;
    background-color: #e8f1fb;
    border: 1px solid #2277da;
    border-bottom: none;
    box-sizing:  content-box;
}
.tab-content .comparison-table .cp-block-ft:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -1px;
    left: -moz-calc(-2px);
    width: 100%;
    height: 10px;
    background-color: #fff;
    border: 1px solid #2277da;
    border-top: none;
    box-sizing:  content-box;
}
.tab-content .comparison-table .border-l-r {
    border-left: 1px solid #2277da;
    border-right: 1px solid #2277da;
    position: relative;
    background-clip: padding-box;
}
.tab-content .comparison-table .tb-sub-title {
    font-weight: 700;
    line-height: 1.5em;
}
.tab-content .comparison-table .td-center {
    text-align: center;
}
.tab-content .comparison-table .td-checked {
    width: 17px;
    height: 11px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url(sprite/product-temp20160918-201705311756.png);
    background-position: -132px -154px;
}
.tab-content .comparison-table .tb-title .pt-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}