/*　*/
h3 small        { font-size: 75%; color: #666; }
h3 small i      { color: #66f; }
h4 a            { color: #060; }
h4 a:hover      { color: #090; }
ul              { list-style-type: none; padding-left: 0.5em; }
.form-check     { padding-left: 2.5em; }
.est_stat li    { font-size: 120%; line-height: 1.6em; }
.v_none         { display: none; }


// 選択サービスの一覧
li.srv_list
{
    line-height: 110%;
    margin-top: 0.4em;
    margin-bottom: 0.5em;
}


// エラー表示
.invalid-feedback 
{
    color: #c00;
}
.invalid-feedback ul
{
    list-style-type: disc;
    padding-left: 2em;
}


.est_plan_detail p
{
    padding-left: 1em;
    color: #33f;
}


// 見積の結果テーブル
table.table-est-result
{
}

table.table-est-result th
{
    width: 30%;
    background-color: #eee;
}

table.table-est-result span.in_plan
{
    color: #33f;
}

table.table-est-result span.ex_plan
{
    color: #f33;
}

table.table-est-result .r_total
{
    width: 120px;
    background-color: #eee;
    text-align: right;
}


#est_memb
{
    color: #040;
}


.srv_list i     { color: #f30; }
