@charset "utf-8";
body{background-color: #fff}

#header {
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    overflow: hidden;
    z-index: 100;
    border-bottom: 1.5px solid #0065d5;
    color: #0065d5;
}

#header h1.sitetitle {
    position: absolute;
    display: block;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    font-size: 18px;
    color: #0065d5;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}

.pagetitle_wrap {
    position: relative;
    width: 100%;
    height: 40px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    display: inline-table;
    z-index: 50;
}
.pagetitle_wrap h2 { color: #005999;}
#btn_menu span {
    background: #0065d5;
    display: block;
    height: 2px;
    margin: 6px 0;
    position: relative;
    transform: rotate( 0 );
    top: 0;
    left: 0;
    opacity: 1;
    transition: none 0.5s ease;
    transition-property: transform, top, left, opacity;
}
table.table_type3 {
    width: 100%;
    border-top: 2px solid #0065d5;
}
table.table_type3 th {
    color: #005999;font-weight: 600;
}
.contbox .contbox_cont .contbox_cont_inner .inner_title {
    position: relative;
    width: 100%;
    height: 28px;
    background: #0065d5;
    padding: 0px 10px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    box-sizing: border-box;
}
.div_command {
    position: relative;
    width: 100%;
    height: 32px;
    background: #cef5cb;
    border-bottom: 1px solid #ccc;
}

.gb-side-nav ul.gb-side-menu .fois a{display:list-item}