@charset "utf-8";



.spec_tb {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
    font-size: 14px;
    word-break:break-word;
}

.spec_tb th:first-child{
    border-radius: 5px 0 0 0;
}

.spec_tb th:last-child{
    border-radius: 0 5px 0 0;
    border-right: 1px solid #05e70e;
}

.spec_tb th{
    text-align: center;
    color:white;
    font-size: 18px;
    line-height: 23px;
    background: linear-gradient(#6da220,#305102);
    border-left: 1px solid #05e70e;
    border-top: 1px solid #05e70e;
    border-bottom: 1px solid #05e70e;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    padding: 10px 0;
}

.spec_tb td{
    text-align: center;
    border-left: 1px solid #05e70e;
    border-bottom: 1px solid #05e70e;
    border-top:none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    padding: 10px 0;
}

.spec_tb td:last-child{
    border-right: 1px solid #05e70e;
}

.spec_tb tr:nth-child(odd){
    background-color: #f2f8eb
}

.spec_tb tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.spec_tb tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.th1 {
    width: 33%;
}
.th2 {
    width: 17%;
}
.th3 {
    width: 33%;
}

.product_com {
    color: #000000;
    font-weight: bold;
    font-size: 14px;;
}

.product_price {
    color: #000000;
    font-weight: bold;
    font-size: 14px;;
}

.product_memo {
    color: #000000;
    font-size: 14px;;
}

