﻿
/*Formテーブル*/
table.form_table {
    margin: 30px auto;
    width: 95%;

    border-collapse: separate;
    border-spacing:0px;
    
    border-top: 1px #DDDDDD solid;
    border-left: 1px #DDDDDD solid;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius:5px;
}

    table.form_table th {
        width: 7em;
        padding: 5px;
        color: white;
        background-image: url('backcell1.jpg');
        text-align: left;
        vertical-align: top;
        border-right: 0px #46047D solid;
        border-bottom: 0px #46047D solid;
        
    }

    table.form_table td {
        width: auto;
        padding: 5px;
        color: black;
        background-image: url('backcell2.jpg');
        text-align: left;
        vertical-align: top;
        border-right: 0px #46047D solid;
        border-bottom: 0px #46047D solid;
     }

    table.form_table input[type=radio] {
        background-color: #E3E0F1;
    }

    table.form_table hr {
        border: 1px dashed #333333;
        width: 100%;
    }

    table.form_table tr:first-child th {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    /*table.form_table tr:first-child td {
    -webkit-border-radius: 0 5px 0px 0;
    -moz-border-radius: 0 5px 0px 0;
    -o-border-radius: 0 5px 0px 0;
    border-radius: 0 5px 0px 0;
}*/

    table.form_table tr:last-child th {
        -webkit-border-radius: 0 0 0 5px;
        -moz-border-radius: 0 0 0 5px;
        -o-border-radius: 0 0 0 5px;
        border-radius: 0 0 0 5px;

    }

    table.form_table tr:last-child td {
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        -o-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;

    }
 p {
        margin: 0.5em 1em 1em 1em;
    }


/* フォームテーブル[.size]webShop:Bra.aspxを参照 */




