@charset "utf-8";

table.simpleTable th,
table.simpleTable label {
    font-weight: normal;
}

ul.questionnaire li {
    width: 180px;

}

ul.demand {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.fiveReasons
{
    border: 1px solid #ccc;
    padding: 5px 5px 0 5px;
    margin: 0 0 1.5em 0;
}
    ol.fiveReasons li
    {
        border: 1px solid #ccc;
        padding: 5px;
        margin: 0 0 5px 0;
        list-style: none;
    }
        ol.fiveReasons li strong
        {
            font-size: 1.125em;
        }
    ol.fiveReasons li.one
    {
        background: #eee url(../../image/common/number/glay_italic/01.jpg) center right no-repeat scroll;
    }
    ol.fiveReasons li.two
    {
        background: #eee url(../../image/common/number/glay_italic/02.jpg) center right no-repeat scroll;
    }
    ol.fiveReasons li.three
    {
        background: #eee url(../../image/common/number/glay_italic/03.jpg) center right no-repeat scroll;
    }
    ol.fiveReasons li.four
    {
        background: #eee url(../../image/common/number/glay_italic/04.jpg) center right no-repeat scroll;
    }
    ol.fiveReasons li.five
    {
        background: #eee url(../../image/common/number/glay_italic/05.jpg) center right no-repeat scroll;
    }
    

