body#office_page {
    font-size: 14px;
}
body#office_page header #site_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #005EC8;
    padding: 0.8rem 4rem;
    background-color: #7D879A;
}
body#office_page header h1 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #fff;
}
body#office_page header h1 a {
    /*color: #455E7C;*/
    color: #fff;
    text-decoration: none;
}
body#office_page .pankuzu {
    margin-top:0;
}
#account_area {
    color: #fff;
}


#head_right {
    font-size: 1.2rem;
    text-align: right;
}
#logout_btn,
#login_btn,
#confirm_btn,
#complete_btn,
#back_btn,
#reset_btn {
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    background-color: #455E7C;
    border-radius: 0.4rem;
    color: #ffffff;
}
#logout_btn:hover,
#confirm_btn:hover,
#complete_btn:hover,
#back_btn:hover,
#reset_btn:hover {
    background-color: #ccc;
}

#login_frm {
    display:flex;
    justify-content: center;
}
#login_frm #login_box {
    background-color: #c0c0c0;
    padding: 1rem;
}
#login_frm #login_box .login_item {
    display: flex;
    align-items: center;
    padding: 1rem;
}
#login_frm #login_box .login_item label {
    color: #ffffff;
    font-weight: bold;
    width: 100px;
}

input[type="text"], input[type="password"], select {
    padding: 0.4rem;
}
select, input, textarea, button, label {
    font-size: 1.4rem;
}

body#office_page a {
    color: #7D879A;
}

body#office_page section {
    margin-top: 2rem;
}
body#office_page section h2 {
    font-size: 1.6rem;
    width: 100%;
    background-color: #89a0cc;
    padding: 0.3rem 1rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body#office_page section h2 .title {
    color: #ffffff;
}
body#office_page #top_link {
    font-size: 1.6rem;
    padding: 0.3rem 1rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
body#office_page section h2 .btn_area a.list_link,
button.dl_btn,
body#office_page #top_link a,
body#office_page section .sub_title .btn_area a.list_link {
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #c0c0c0;
    border-radius: 0.4rem;
    padding: 0.3rem 1.3rem;
    background-color: #455E7C;
    display:flex;
    align-items: center;
}
body#office_page section .btn_area a.new_link {
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #c0c0c0;
    border-radius: 0.4rem;
    padding: 0.3rem 1.3rem;
    background-color: #455E7C;
    display:flex;
    align-items: center;
    display: inline-block;
}
body#office_page section h2 .btn_area a.list_link img,
body#office_page #top_link a img,
body#office_page section .sub_title .btn_area a.list_link img {
    height: 1.3rem;
}
body#office_page section h2 .btn_area a.list_link:hover,
button.dl_btn:hover,
body#office_page section .sub_title .btn_area a.list_link:hover {
    background-color: #aaaaaa;
}

body#office_page .list_box {
    margin-left: 1rem;
    margin-right: 1rem;
/*    min-height: 150px;
    max-height: 250px;
    overflow-y: auto; */
}
body#office_page .list_box.news_top,
body#office_page .list_box.paper_top {
/*    max-height: 500px; */
}

body#office_page span.icon_box {
    display: flex;
    align-items: center;
}

.list_box table,
.detail_box table {
        width: 100%;
        border: 1px solid #c0c0c0;
        border-bottom: none;
    }
.detail_box table {
    width: auto;
}
/*    .list_box table tr td:first-child,
.detail_box table tr td:first-child,
.detail_box table tr th:first-child {
         width: 14rem; 
    }*/
    .list_box table tr td:first-child {
        width: 14rem;
    }
    .list_box table tr td,
.detail_box table tr td,
.detail_box table tr th {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #c0c0c0;
    }
    .list_box table tr td:last-child,
.detail_box table tr td:last-child,
.detail_box table tr th:last-child {
        border-left: 1px solid #c0c0c0;
    }
    .list_box table tr td span.icon.new img,
.detail_box table tr td span.icon.new img {
        width: auto;
        height: 2rem;
    }


.list_area {
    display: flex;
    flex-wrap: wrap;
}
.list_area .item_box {
    width: 50%;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.list_area .item_box .item_list {
    margin-left: 1rem;
}

.list_area .sub_title {
    border-left: 1rem solid #C00900;
    display: block;
    background-color: #a0a0a0;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    margin-bottom: 1rem;
}

.detail_box .news_date {
        text-align: right;
    }
    .detail_box .news_date span {
        display: inline-block;
        padding: 0.5rem 1rem;
        background-color: #ccc;
        border-radius: 0.5rem;
        font-size: smaller;
    }
    .detail_box .title {
        border-bottom: 2px solid #ccc;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .detail_box .content {
        padding: 1rem;
    }
    
    .detail_box.account {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .detail_box.account .box_item {
        align-items: self-start;
        width: 45%;
        border: 1px solid #ccc;
        padding: 0.2rem 0.5rem;
        border-top: 0;
        
        display: flex;
    }
    .detail_box.account .box_item label {
        width: 15rem;
    }
    .detail_box.account .box_item:first-child {
        border-top: 1px solid #ccc;
    }

#config_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
body#office_page #config_area .config_item {
    width: 25%;
    margin-left: 2rem;
}
body#office_page #config_area a {
    border-left: 1rem solid #C00900;
    display:block;
    background-color: #a0a0a0;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
}
body#office_page #config_area a:hover {
    background-color: #c0c0c0;
}

body#office_page .mypageBtn {
    background-color: #7D879A;
    opacity: 0.8;
}