.nav_title {
    width: 230px;
    float: left;
    background: #3b373d;
    border-radius: 0;
    height: 57px;
}

body {
    color: #73879C;
    background: #3b373d;
    /*#ECF0F1; #FCFCFC*/
    
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    /*font-size: 13px;*/
    font-weight: 400;
    line-height: 1.471;
}

/**
 * custom.css
 * color3:���O�C����ʕ����F
 */
.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
   /* text-shadow: 0 1px 0 #fff; */
    min-width: 280px;
   /*   add    */
   color:#E7E7E7;
}

/**
 * custom.css
 * color3:�����j���[�Z�N�V���������F
 */
.menu_section h3 {
    padding-left: 23px;
    color: #E7E7E7;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    /*text-shadow: 1px 1px #000;*/
}

/**
 * custom.css
 * color2:�����j���[�A�N�e�B�u�w�i�F
 */
.nav.side-menu> li.active > a {
    color: #ff0000;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #334556), color-stop(100%, #334556)), #334556;
    background: -webkit-linear-gradient(#334556, #334556), #334556;
    background: -moz-linear-gradient(#334556, #334556), #334556;
    background: -o-linear-gradient(#334556, #334556), #334556;
    background: linear-gradient(#334556, #334556), #334556;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

/**
 * custom.css
 * color1:�����j���[�t�b�^�w�i�F
 */
.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    z-index: 1000;
    background: #3b373d;
    cursor: pointer;
}

/**
 * custom.css
 * color2:DataTables�̃w�b�_�s�w�i�F
 * color3:DataTables�̃w�b�_�s�����F
 */
table.jambo_table thead {
    background: #334556;
    color: #E7E7E7;
}

/**
 * custom.css
 * color2:�����j���[�t�b�^�A�C�R���w�i�F
 */
.sidebar-footer a {
    padding: 7px 0 3px;
    text-align: center;
    width: 33.3%;
    font-size: 17px;
    display: block;
    float: left;
    background: #334556;
}

/**
 * custom.css
 * color3:�����j���[�����F
 */
.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7 !important;
    font-weight: 500;
}

/**
 * custom.css
 * color3:�����j���[�����Fhover��
 */
.nav.side-menu> li > a:hover {
    color: #E7E7E7 !important;
}

/**
 * custom.css
 * color3:�����j���[children�̏c���ƁE
 */
body.nav-md ul.nav.child_menu li:before {
    background: #E7E7E7;
    opacity: 0.8;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

body.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #E7E7E7;
    opacity: 0.6;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

/**
 * custom.css
 * color3:�����j���[�|�[�^���������F
 */
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    /* font-size: 22px; */
    width: 100%;
    color: #E7E7E7 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px;
}

/**
 * custom.css
 * color3:�����j���[�����F
 */
.nav.child_menu > li > a {
    color: #E7E7E7 !important;
    font-size: 12px;
    padding: 9px;
}
