﻿*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
       -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
            box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

body{
    overflow: auto;
}
html body{
    font-family:  "Noto Sans JP", "Noto Serif JP" !important;
    /*font-family:"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif" !important;*/
    background: #fff;
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    -webkit-user-select: none;
    user-select: none; /* Standard syntax */
    font-size: 0.9em;
}
button{
    font-family:  "Noto Sans JP", "Noto Serif JP" !important;
    /*font-family:"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif" !important;*/
    background: #fff;
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    -webkit-user-select: none;
    user-select: none; /* Standard syntax */
    font-size: 0.9em;
}
.flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.flex-item{
    margin: auto;
}
.l-left_view_porlet{
    margin-bottom: 0px !important;
}
.top-updateInfoText{
    border-bottom: 1px solid;
    color: #4597F5 !important;
}
.blockUI.blockOverlay{
    z-index:3000 !important;
    opacity:0.1 !important;
}
.blockUI.blockMsg.blockPage{
    z-index: 3000 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0% !important;
    left: 0% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.blockUI.blockMsg.blockPage .m-blockui{
    margin-left: 0px !important
}
#kad5_file_menu{
    min-width: 180px;
    padding: 0.5rem 0.5rem;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-box-shadow: 2px 5px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,.3);
    box-shadow: 2px 5px 10px rgba(0,0,0,.3);
    z-index: 10000;
    background-color: white;
}
#kad5_file_menu.show{
    display: block !important;
}
#kad5_file_menu.hide{
    display: none;
}
#kad5_file_menu > div{
    color: #000;
}
#kad5_file_menu > div:hover{
    background-color: #2739c1;
    color: white;
}
/*#main_body .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid {
    flex: 1 0 auto;
}*/
/*.btn-info{
    background-color: #6D8AB5 !important;
    border-color: #6D8AB5 !important;
}*/

@media (max-width: 1609px){
    .divAreaScroll::-webkit-scrollbar {
        width: 8px;
    }

    .divAreaScroll::-webkit-scrollbar-thumb {
        background-color: #A1CBFA;
        border-radius: 8px;
    }
}

@media (min-width: 1610px) and (max-width: 1930px){
    .divAreaScroll::-webkit-scrollbar {
        width: 10px;
    }

    .divAreaScroll::-webkit-scrollbar-thumb {
        background-color: #A1CBFA;
        border-radius: 10px;
    }
}

@media (min-width: 1931px) and (max-width: 2570px){
    .divAreaScroll::-webkit-scrollbar {
        width: 12px;
    }

    .divAreaScroll::-webkit-scrollbar-thumb {
        background-color: #A1CBFA;
        border-radius: 12px;
    }
}

@media (min-width: 2571px) and (max-width: 3199px){
    .divAreaScroll::-webkit-scrollbar {
        width: 16px;
    }

    .divAreaScroll::-webkit-scrollbar-thumb {
        background-color: #A1CBFA;
        border-radius: 16px;
    }
}

@media (min-width: 3200px) and (max-width: 3839px){
    .divAreaScroll::-webkit-scrollbar {
        width: 20px;
    }

    .divAreaScroll::-webkit-scrollbar-thumb {
        background-color: #A1CBFA;
        border-radius: 20px;
    }
}

@media (min-width: 3840px){
    .divAreaScroll::-webkit-scrollbar {
        width: 24px;
    }

    .divAreaScroll::-webkit-scrollbar-thumb {
        background-color: #A1CBFA;
        border-radius: 24px;
    }
}