.calc_table > th {
    background-color: #fde9d2;
    color: #42210b;
    border-bottom: solid #f7931e 3px;
    border-right: solid #f7931e 1px;
    font-weight: bold;
}

.border {
    border-bottom: solid #f7931e 3px;
}
.select {
    height: 70px;
    border-bottom: dashed #f7931e 1px;
    padding-left: 20px;
}
.attention {
    font-size: 15px;
    line-height: 170%;
    padding-top: 10px;
    padding-left: 10px;
}
.select_border {
    border: solid #F95E02 3px;
}
.frame {
    border: solid #F95E02 3px;
}

#calc-selection {
    color: #081473;
    line-height:150%;
    }
.redbold {
    color: red;
    font-weight: bold;
}

.bluebold {
    color: #0000FF;
    font-weight: bold;
}


/*　自動見積タイトル　バックカラー　*/
.bg_title {
    background-color: #FFF8dc;
}
