hr{
    border-bottom: 1px solid #e5e5e5;
}
.modal_header h2{
    background-color: #5CB0BB;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 15px;
    line-height: 29px;
    border-radius: 5px 5px 0 0;
}
.modal_close{
    color: #ffffff;
    background-color: #408F9A;
    padding: 12px;
    border-radius: 0 4px 0 0;
    top: 0;
    right: 0;
}
.bg_gray{
    background: #eaeaea;
}
.border_bold{
    border-width: 3px;
}
.border_bold:focus {
    border-color: #5ab0bb;
}

/* category icon */
.plugin_category span{
    width: 100%;
    height: 30px;
    background-size: 30px;
    display: block;
    margin-bottom: 5px;
}
.simple_plugin_list,
.modal_body a{
    color: #5CB0BB;
}

.simple_plugin_scroll{
    max-height: 500px;
    overflow-y: auto;
}

#simple_plugin_body h3{
    border-left: 5px solid #5CB0BB;
    padding-left: 10px;
    font-size: 16px;
}
#simple_plugin_body input:not([type]) {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#simple_plugin_body textarea{
    width: 100%;
}
.simple_plugin_category{
    line-height: inherit;
}
.simple_plugin_category .organize{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon1.svg") no-repeat center;
}
.simple_plugin_category .edit{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon2.svg") no-repeat center / 37px;
}
.simple_plugin_category .link{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon3.svg") no-repeat center / 25px;
}
.simple_plugin_category .form{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon4.svg") no-repeat center;
}
.simple_plugin_category .information{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon5.svg") no-repeat center;
}
.simple_plugin_category .time {
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon6.svg") no-repeat center;
}
.simple_plugin_category .image {
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon7.svg") no-repeat center;
}
.simple_plugin_category .tool{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon8.svg") no-repeat center / 28px;
}
.simple_plugin_category .phone_settings{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon9.svg") no-repeat center;
}
.simple_plugin_category .other{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/category_icon10.svg") no-repeat center;
}
.search_keyword{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/search_icon.svg") no-repeat;
}
.search_category{
    background: url("https://img.atwikiimg.com/common/_skin/p/responsive_rwd_img/guide_icon.svg") no-repeat;
}
.search_keyword,.search_category{
    padding-left: 30px;
    line-height: 30px;
}

/* breakpoint */
@media screen and (max-width: 768px){
    .simple_plugin_scroll{
        max-height: 400px;
    }
}
@media screen and (max-width: 320px){
    .herf_column {
        box-sizing: border-box;
        width: 50%;
    }
    .simple_plugin_scroll{
        max-height: 300px;
    }
}

/* common css */
.plugin_name{
    background: #efefef;
    padding: 15px;
    font-weight: bold;
    border-left: 8px solid #5CB0BB;
}
.modal_body{
    word-wrap: break-word;
}
.modal_footer{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.modal_footer li{
    width: 100%;
    text-align: center;
    background-color: #efefef;
    border-radius: 5px;
}
.modal_footer li a{
    display: block;
    padding: 10px;
}
.modal_footer li.green_btn{
    color: #ffffff;
    background-color: #5CB0BB;
}
.modal_footer li.green_btn > a{
    color: #ffffff;
}
.frame_full{
    width: 100%;
}
#atwiki_plug_in_select_form label input{
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    vertical-align: middle;
    box-sizing: border-box;
}