#page_switch button#user {
    background: #ffffff url(user.png) no-repeat center;
}

#page_switch button#user.selected {
    background: #f0f5fb url(user_selected.png) no-repeat center;
}

#page_switch button#dept {
    background: #ffffff url(dept.png) no-repeat center;
}

#page_switch button#dept.selected {
    background: #f0f5fb url(dept_selected.png) no-repeat center;
}

#page_switch button#attachment {
    background: #ffffff url(attachment.png) no-repeat center;
}

#page_switch button#attachment.selected {
    background: #f0f5fb url(attachment_selected.png) no-repeat center;
}

#page_switch_top #remark span{
    color: #2170d9;
    margin-left: 1px;
    margin-right: 1px;
}

body#page_switch_body #page_switch_top #title{
    width: auto;
    max-width: calc(100% - 520px);
}