@charset "utf-8";

#contents2 {
    width:auto;
}
    #mainImage {
        margin-bottom:20px;
    }
    #contents2 h2{
        font-size:1.5em;
        margin-bottom:0.5em;
    }
    #contents2 table {
        width:100%;
        margin-bottom:20px;
    }
    #contents2 th,
    #contents2 td
    {
        border:1px solid #aaa;
        padding:5px;
    }
    #contents2 th {
        font-weight:bold;
        max-width:200px;
    }
#contents3 {
    display:none;
}
