/* 
    Document   : confirm
    Created on : 2013/10/10, 15:47:46
    Author     : kuwashima
    Description:
    Purpose of the stylesheet follows.
*/
div.square {
    border: 4px solid #24a584;
    border: 4px solid #009f7a;
    text-align: center;
    border-radius: 8px;
    margin: 40px 100px 0 100px;
    behavior: url("/resources/javascripts/PIE.htc"); /* IE7,8 */
    position: relative; /* IE7,8 */
}
div.square_option {
    border: 2px solid #dddddd;
    text-align: center;
    border-radius: 4px;
    margin: 10px 138px 0 138px;
    behavior: url("/resources/javascripts/PIE.htc"); /* IE7,8 */
    position: relative; /* IE7,8 */
}
#contents #col_center div.form_style table.postal th,
#contents #col_center div.form_style table.postal td {
    background: #ffffcc;
}