@charset "utf-8";

/* REPORT */
#report {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
    word-break:break-all;
}
#report h2 {
    margin-bottom: 10px;
}
#report p {}
#report p.introReport {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #acc0ed;
    text-indent: 1em;
}
#report dl#reportList {
    clear: both;
    margin-bottom: 10px;
}
#report dl#reportList dt {
    clear: both;
    float: left;
    width: 11.5em;
    margin-bottom: 0.2em;
    color: #ff6600;
}
#report dl#reportList dd {
    margin-left: 11.5em;
    margin-bottom: 0.2em;
}
#report dl#reportList dd a {
    color: #000000;
    text-decoration: none;
}
#report dl#reportList dd a:hover {
    color: #2f80f9;
}
#report #reportDate {
    float: left;
    width: 110px;
    color: #ff6600;
}
#report #reportDetail {
    margin: 0 0 0px 110px;
}
#report #reportDetail h4#reportTitle {
    margin-bottom: 10px;
}
#reportPager {
    margin: 10px 0;
    padding-top: 5px;
    border-top: 1px solid #dedede;
    text-align: right;
}

