@charset "utf-8";
/*
print.css
*/


html { font-size: 11pt!important; }
body{
    width: 100%; 
}

#header {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
#header .header_inner {
    height: 100px;
    background: #fff;
}
.lower_header {
    height: inherit;
    background: none;
}
.lower_wrap {
    display: none;
}
.header_nav {
    display: none;
}
.breadcrumb {
    display: none;
}
.btn_print {
    display: none!important;
}
.lower_contents {
    padding-top: 0px;
}
.lower_contents .sidebar {
    display: none;
}
.lower_contents .main {
    width: 100%;
}
.search_box {
    display: none;
}
.footer_info_area .column_flex {
    display: none;
}
.sns_nav {
    display: none;
}
.footer {
    margin-top: 50px;
}