@charset "UTF-8";

#Header .logo_box {
    width: 550px !important;
    margin-left: 0 !important;
}
#area0 > div > div {
    width: 550px !important;
    margin-left: 10px !important;
}
#elem_category_title {
    width: 550px !important;
}
#elem_category_title .title {
    width: 550px !important;
}
#elem_category_title .title h1 {
    font-size: 1.75em;
}
.elem_heading_lv2 h2 {
    font-size: 1.5em !important;
    font-weight: normal;
}
.copyright_simple {
    width: 550px !important;
    margin-left: 10px !important;
}
.layout-ja #elem_category_title {
    padding: 12px 0 10px;
}

@media print {
#Header .logo_box,
#area0 > div > div,
#elem_category_title,
#elem_category_title .title,
.copyright_simple {
    width: auto !important;
    }
}