﻿
        .divInput {
            width: 900px;
            margin-top: 10px;
        }

        .tblInput {
            border-collapse: collapse;
            background-color: #f8f8f8;
            border: solid 1px #6693C7;
            width: 900px;
        }

        .tblInput th {
            font-weight: bold;
            background-color: #e4e4e4;
            padding: 2px 5px;
            border-top: solid 1px #6693C7;
        }

        .tblOneRow td
        {
            border: solid 1px #6693C7;
            padding: 2px 5px;
        }
        
        h2 {
            background-color: #EDF4FF;
            border: solid 1px #E1EFFD;
            padding: 1px 10px;
        }
        /*
        .mainContents h3 {
            background-image: none;
            padding-left: 0px;
            padding-bottom: 2px;
            border-bottom: solid 1px #ace;
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .divConfirm {
            background-color: #fbfbfb;
            border: solid 1px #ace;
            padding: 10px;
        }
            */

        .mainContents h3 {
            background-image: none;
            padding: 4px 5px;
            background-color: #19599B; /*004185*/
            color: white;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .divConfirm {
            background-color: #f2f2f2;
            border: solid 1px #999;
            padding: 10px;
        }
        

        div.divAttention
        {
            padding: 5px;
        }
        .divAttention ul
        {
            margin-left: 15px;
        }
        .divAttention li
        {
            line-height: 120%;
            margin-bottom: 5px;
        }

        .divBtn
        {
             text-align: center;
        }
        .divBtn input
        {
            min-width: 70px;
            height: 25px;
        }

        span.attention
        {
            margin-left: 2px;
            color: #F2671F;
        }
        span.note
        {
            color: #686;
        }