#search_body {
    position: relative;
    background-image: url('../img/search/back_board.jpg');
    padding: 20px;
}

.search_group_toggle_div {
    cursor: pointer;
}
.search_group_toggle_div:not(:first-child) {
    margin-top: 16px;
}
.search_group_toggle_key {
    height: 30px;
}
.search_group_image_div {
    position: relative;
    display: inline;
    margin-left: 15px;
}
.search_group_image_div img {
    height: 20px;
    margin-left: 10px;
    margin-bottom: 4px;
}
.search_group_image_div::before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../img/search/title_ivy_left.png);
    background-size: contain;
    top: -16px;
    left: -10px;
    width: 14px;
    height: 30px;
}
.search_group_image_div::after {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../img/search/title_ivy_right.png);
    background-size: contain;
    top: -16px;
    right: -20px;
    width: 14px;
    height: 30px;
}
.search_group_box {
    margin-left: 20px;
}

.search_check_label {
    position: relative;
    white-space: nowrap;
    margin-right: 20px;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
}
.search_check_label img {
    height: 32px;
    margin: 6px 0;
    vertical-align: middle;
}
.search_check_label input {
    display: none;
}
.search_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: solid 2px #d4dae2;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
}
.search_checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.search_check_label input:checked + .search_checkmark {
    background: #dc780d;
    border-color: #dc780d;
}
.search_check_label input:checked + .search_checkmark:after {
    opacity: 1;
}

#page_list {
    margin-top: 20px;
}
.page_item {
    margin-top: 10px;
}
.page_item img {
    height: 36px;
    margin-right: 6px;
    vertical-align: middle;
}

#fixed_link {
    position: absolute;
    top: 20px;
    right: 20px;
}
#fixed_link ul {
    list-style: none;
}
#fixed_link li {
    margin-bottom: 10px;
}
