@charset "utf-8";

@font-face {
    font-family: 'Glyphicons Halflings';
  
    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }
/* CSS Document */

.container-fluid {
    overflow: hidden;
}

@media (min-width: 100%) {
    .modal-lg {
        /* width: 100%; */
    
    }
}

.col-xs-6 {
    margin: 5px;
    padding: 5px;
}

col-xs-2 {
    margin: 0px;
    padding: 0px;
}

.fontsize14 {
    font-size: 14px;
}

.fontsize12 {
    font-size: 12px;
}

/***一括揃える***/
.modal button {
    min-width: 5em;
    font-size: 14px;
}
.modal-header button.close{
    min-width: 1em;
}


select.form-control {
    width: 10em;
    font-size: 14px;
    ;

}

.kensakupage {
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.kensakupage .close {
    margin-top: 2px;
    min-width: 1em;
}


.modaltitleble {
    background-color: #d7e3ed;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 5px;
}
.modaltitleble .close{
    position: absolute;
    right: 5px;
    top: 2px;
}

.modal-footer button img {
    margin-top: 5px;
    width: 15px;
}

.modal-content {
    color: #000;

}

/***一括揃える***/


/**table CSS**/
table {
    margin: 10px auto;
}

tbody tr:nth-child(even) {
    background: #eee;
}

th {
    background: #ccc;
    color: #666;
}

th:nth-child(odd) {
    background: #ccc;
    color: #666;
}

th,
td {
    padding: 5px;
    font-size: small;
}

.table-hover tbody tr:hover {
    background: #f8ecdd;
}

/**table CSS**/

/***フォームチェックボックス装飾ここから***/

.cp_ipcheck {
    width: 90%;
    margin: 2em auto;
    text-align: left;
    display: block;
    margin-left: 20px;
}

.cp_ipcheck label {
    padding-left: 20px;
    text-indent: 20px;
}



.cp_ipcheck label:hover {
    padding-left: 20px;
    background-color: #cbe6f6;
    width: 200px;
    background-position: left;
}

@keyframes click-wave {

    0% {
        position: relative;
        width: 30px;
        height: 30px;
        opacity: 0.35;
    }

    100% {
        width: 200px;
        height: 200px;
        margin-top: -80px;
        margin-left: -80px;
        opacity: 0;
    }
}

.cp_ipcheck .option-input02 {

    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 30px;
    ;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;

    cursor: pointer;
    transition: all 0.15s ease-out 0s;
    color: #ffffff;
    border: solid 1px #5a9abe;
    outline: none;
    background: #eee;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipcheck .option-input02:hover {
    background: #eee;
}

.cp_ipcheck .option-input02:checked {
    background: #5a9abe;
}

.cp_ipcheck .option-input02:checked::before {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: url("../images/check-solid-w.svg");
    text-align: center;
    color: #fff;
}

.cp_ipcheck .option-input02:checked::after {
    position: relative;
    display: block;
    -webkit-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #5a9abe;
}

.cp_ipcheck .option-input02.radio {
    border-radius: 50%;
}

.cp_ipcheck .option-input02.radio::after {
    border-radius: 50%;
}

.cp_ipcheck label {
    line-height: 30px;
    display: block;
}

.cp_ipcheck .option-input02:disabled {
    cursor: not-allowed;
    background: #b8b7b7;
}

.cp_ipcheck .option-input02:disabled::before {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '✖︎';
    text-align: center;
}

/***フォームチェックボックス装飾ここまで***/


/**フォームプルダウン大きさ**/
.form-control02 {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/**フォームプルダウン大きさここまで**/

/*画面下に出てくる固定メニューのタイトル部分*/
.bg-info {
    padding-left: 10px;
    background-color: #0e6da3;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 3px;
    font-size: 30px;
    color: #aaa;
    opacity: inherit;
}
/* IEはメイリオじゃないとline-height効かない */
@media all and (-ms-high-contrast:none) {
    button.close{
      font-family: "メイリオ",Meiryo,sans-serif;
    }
  }
.kensakupage button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 3px;
    font-size: 30px;
    opacity: inherit;
    margin-right: 20px;
}

.kensakupage button.close02 {
    margin-top: -5px;
    margin-right: 5px;
    min-width: 1em;
    color: #5a9abe;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    min-width: 750px;
}

/***最上部文字***/
.text-white {
    color: white;
}

.bg-dark {
    background-image: url("../images/top_bg_dark.png");
    display: block;
    height: 20px;
    padding-left: 5px;

}

/***調整用BR***/
.cleaed {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/***ヘッダー調整***/
.navbar-header {
    display: block;
    width: 100%;
    padding-left: 15px;
    *padding-left: 30px;

}

/*****タブコンテンツ用スタイル*****/
.nav-item {
    /**background-color: #5a9abe;**/

}

.nav > li {
    position: relative;
    display: block;
    margin-left: 1px;
    text-align: left;

}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #0e6da3;
}

.nav > li.disabled > a {
    color: #FFF;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #FFF;
    text-decoration: none;
    cursor: not-allowed;
    ;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #0e6da3;
    border-color: #0e6da3;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #0e6da3;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 0px;
    margin: 0px;
}

.nav-tabs > li {

    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid;
    border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #0e6da3;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #0e6da3;
    border: 0px solid #fff;
    border-bottom-color: #0e6da3;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}


.bg_grd {
    background-image: url("../images/tab_nav_bg.png");
    display: block;
    height: 119px;

}




/*****タブコンテンツの画像ボタンの制御*****/


.bg_round {
    background-image: url("../images/maru_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    margin-right: 20px;
}

.bg_round img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 40px;
    height: auto;
}


.tab-pane {
    margin-top: 10px;
    margin-left: 20px;
}

.tab-pane a {
    display: block;
    height: 75px;
    text-align: center;
    font-size: 0.8em;
}

.tab-pane a:hover {
    background-color: transparent;
    /* -webkit-transform: scale(1.1);
    transform: scale(1.1); */
}



.tab-pane a .img-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 40px;
    height: auto;
    *margin-top: -30px;
    *margin-left: -18px;

}

.tab_list {
    display: block;
    margin: 0px;
    padding: 0px;
}

.tab_list li {
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
    width: 75px;
    height: 75px;
    display: block;
    float: left;


}

.tab_list li a {

    *padding: 0px;
    *margin: 0px;
    *text-decoration: none;
    *display: inline-block;
    *transition: .3s;
    *-webkit-transform: scale(1);
    *transform: scale(1);
    *position: relative;
    background-color: transparent;


}

.tab_list li a:hover {
    *padding: 0px;
    *margin: 0px;

    *width: 75px;
    *height: 75px;
    background-color: transparent;

}


.tab_list li a img {
    *padding: 0px;
    *margin: 0px;
    *position: absolute;
    top: 50%;
    left: 50%;
    *text-decoration: none;
    *display: inline-block;
    *transition: .3s;
    *-webkit-transform: scale(1);
    *transform: scale(1);

    background-color: transparent;


}

.tab_list a .mgn-20 {
    *margin-top: -20px;
    *margin-left: -20px;
}

.tab_list a .mgn-15 {
    *margin-top: -15px;
}

.tab_list a .mgn-15r {
    *margin-top: -15px;
    *margin-left: -20px;
}

/*****タブコンテンツの文字制御*****/
.textnavi {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-top: -10px;
    clear: both;

    color: #fff;
}

.textnavi li {
    font-size: 10px;
    list-style: none;
    float: left;
    text-align: center;
    width: 75px;
    height: 10px;

    margin-right: 20px;
    color: #fff;
}

/***マウスオーバーメニュー****/

.dropdown-menu {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 200px;
}

.dropdown-menu li {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 200px;
    height: 100%;

}

/****/
li .sabmenu-list {
    text-align: left;
    display: block;
    width: 200px;
    height: 60px;


}

li .sabmenu-list a {
    text-align: left;
    color: #666;
    line-height: 50px;
    text-decoration: none;
    display: block;
    width: 200px;
    height: 60px;


}

li .sabmenu-list a:hover {
    text-align: left;
    opacity: 0.8;
    line-height: 50px;
    background-color: transparent;
    display: block;
    width: 200px;
    height: 60px;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);

}

li .sabmenu-list a img {
    max-width: 40px;
    height: auto;
    display: block;
    float: left;
    padding: 0px;
    margin: 10px 5px 0px 10px;
    *margin-left: -90px;
    *margin-top: -20px;
    *margin-right: 75px;


}


li .sabmenu-list a.sabmenu-img {
    max-width: 40px;
    height: auto;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

li .sabmenu-list a p {
    *display: block;
    *float: left;
    *text-align: left;
    *margin-left: 70px;
    *height: 60px;

}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
    *height: 60px;
    opacity: 0.8;
}

.sabmenu-check {
    display: block;
    width: 200px;

    padding: 3px;
}

.sabmenu-check p {
    text-align: left;
    margin-left: 20px;


}

.form-check-label {
    text-decoration: none;
    font-weight: lighter;
    line-height: 20px;
    margin-top: 2px;
}


.main_slide_l {
    position: fixed;
    top: 40%;
    left: 0px;
    display: block;
    margin: 10px;
    font-size: 70px;

}

.main_slide_r {
    position: fixed;
    top: 40%;
    top: 40%;
    right: 0px;
    display: block;
    margin: 10px;
    font-size: 70px;
}

.main_slide_l i {
    color: #92b4ce;
    ;
}

.main_slide_r i {
    color: #92b4ce;
    ;
}

.campus {
    display: block;
    width: 90%;
    margin-left: 40px;
    margin-right: 0px;
    overflow-y: scroll;
    background-color: #fff;
}

/*スクロールバーの横幅指定*/
.campus::-webkit-scrollbar {
    width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.campus::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.campus::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #5a9abe;
}

.under_menu {
    position: fixed;
    display: block;
    margin: 0px;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding: 0px 20px 20px 20px;
    bottom: 0px;
    left: 0px;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);

}

.font-weight-bold {
    font-size: 20px;
    font-weight: bold;
}

/***検索ページ****/

.kensakupage.kensakupage {
    background-image: url("../images/top_bg_dark80.png");
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    height: 40px;
}

.column {
    text-align: left;
    vertical-align: text-top;

}

table td.left-column {
    background-color: #ccc;
    padding: 5px;


}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    width: 95%;
    margin: auto;
}

.modal-lg {
    width: 96%;
    /* min-width: 1024px; */
    margin-left: 25px;


}

.text-left {
    display: block;
    float: left;
    margin-top: -24px;
    margin-right: 50px;
    width: 300px;
    font-size: 11px;
}
.text-right {
    display: block;
    float: right;
    margin-top: -24px;
    margin-right: 50px;
    width: 300px;
    font-size: 11px;
}



.sacscrol {
    overflow-y: hidden;
    overflow-x: hidden;
}

.sacscrol button.btn-link {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
    box-shadow: none;
    color: #000;
    text-align: left;
    white-space: pre-line;
    word-break: break-all;
    text-decoration: none !important;
    outline: none !important;
}

.sacscrol button.btn-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #fbb562;
    border-bottom: solid 1px #fff;

}
.sacscrol button.btn-link.active {
    background-color: #ccc;
}

.sacscrol button.btn-link:active,
.sacscrol button.btn-link:focus {
    border-bottom: solid 1px #fff;
    color: #fff;
    background-color: #e38009;

}
/* 
.sacscrol button.btn-link:focus {
    all: initial;
    font-size: 12px;
    text-decoration: none;
    height: 25px;
    margin-bottom: 0px;

    padding-left: 5px;
    padding-top: 0px;
    width: 97%;
    color: #fff;
    background-color: #e38009;
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #fff;
} */



.fildrock {
    position: absolute;
    display: block;
    min-width: 100%;
    height: 27%;
    bottom: 0px;
    left: 0px;
    border: solid 2px #ccc;
    border-radius: 5px;
    overflow: hidden;

}

#tab101 .col-xs-6 {
    margin: 0;
    padding: 0;
}

#tab101 .col-sm-6 {
    margin: 0;
    padding: 0;
}

#tab101 col-md-6 {
    margin: 0;
    padding: 0;
}

#tab101 col-lg-6 {
    margin: 0;
    padding: 0;
}

.font-size10 {
    font-size: 10px;
    margin-top: 5px;
}

.font-size12 {
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;

}



.cont_sac {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    /* height: 70vh; */
    /* max-width: 100%; */
    min-width: 320px;
    margin-right: 10px;
    flex: 1;
}

body {
    overflow-y: hidden;
}

.modal-body {
    width: 100%;
    text-align: left;

}

/***検索のタブ***/


.kensakupage.sarchtabbtn {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 20px;
}

.sarchtabbtn .nav-item {
    float: left;
    display: block;
    margin-right: 0px;
}

.sarchtabbtn li {
    background-color: initial;
    width: 150px;
    display: block;
    padding-left: -5px;
    margin-top: -10px;
    margin-left: -5px;
}

.sarchtabbtn li.w166 {
    background-color: initial;
    width: 166px;
    display: block;
    padding-left: 0px
}

.sarchtabbtn li .tab_top {
    background-color: initial;
    padding-left: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 168px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab01blk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 0px;
    padding-left: 40px;
}

.sarchtabbtn li a:hover.tab_top {
    background-color: #000;
    border: none;
    padding-left: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 168px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab01blk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 0px;
    padding-left: 40px;
}




.sarchtabbtn li a {
    color: #FFF;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 154px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 0px;
    padding-left: 30px;
}
/*
.sarchtabbtn li a.blkbg {
    color: #FFF;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 154px;
    height: 39px;
    background-image: url("../images/modal_head_tabblk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 30px;
} */

.sarchtabbtn li a:hover {
    color: #FFF;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 154px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 30px;
}

.sarchtabbtn > li .active > .tab_top {
    color: #FFF;
    cursor: default;
    background-color: inherit;
    border: 0px solid #fff;
    background-image: url("../images/modal_head_tab01blk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;

}

.sarchtabbtn > li > .tab_top {
    color: #FFF;
    cursor: default;
    background-color: inherit;
    border: 0px solid #fff;
    background-image: url("../images/modal_head_tab01blk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;

}

.sarchtabbtn > li.active > a,
.sarchtabbtn > li.active > a:hover,
.sarchtabbtn > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: inherit;
    border: 0px solid #fff;
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;

}

.sarchtabbtn.nav-tabs > li.active > a,
.sarchtabbtn.nav-tabs > li.active > a:hover,
.sarchtabbtn.nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: initial;
    border: none;
    border-bottom-color: #0e6da3;
}

.one {
    position: absolute;
    z-index: 50;
    top: 0px;

}

.two {
    position: absolute;
    z-index: 20;
    left: -12px;
}

.three {
    z-index: 10;
    left: -23px;
}

.four {
    z-index: 5;
    left: -32px;
}


/***検索のタブ***/

.sacscrol .text-muted {
    font-size: 14px;
}

/*
.sacscrol button {
    font-size: 14px;
    text-align: left;
}
*/

.fildrock button {
    font-size: 12px;
}

.fildrock .text-muted {
    font-size: 14px;
}

.waku_grn {
    display: block;
    /* padding: 10px 0px 5px 5px; */
    /* height: 55px; */
    background-color: #008b8b;
    /* 角丸 */
    border-radius: 0px;

}
.waku_grn .booklist {
    margin: 0;
}
/* .waku_grn .booklist li{
    margin: 10px 0;
} */


.font-size14 {
    position: absolute;
    font-size: 14px;
    line-height: 28px;
}

.modal-body a {
    border: none;
    background-color: initial;
    -webkit-transform: initial;
    transform: initial;

}

.listtitlebar_parent {
    display: block;
    /* height: 30px; */
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #0e6da3;
    clear: both;
    text-align: left;
    padding-top: 10px;
    text-indent: 10px;
    border-color: #0e6da3;

}

.listtitlebar {
    display: block;
    /* min-width: 400px; */
    height: 35px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #0e6da3;
    clear: both;
    text-align: left;
    padding-top: 10px;
    text-indent: 10px;
    border-color: #0e6da3;

}




.listtitlebar i {
    text-align: right;
    float: right;
    color: #0e6da3;
    padding-top: 0px;
    margin-top: -15px;
    min-width: 100%;
    height: 30px
}

/**.listtitlebar hr {
    position: absolute;
    top: 15px;
    left: 90px;
    display: block;
    padding-top: 15px;
    height: 30px;
    min-width: 75%;
    border-color: #0e6da3;
    border-width: 1px;
    margin: 0px;

}**/



.listtitlebarwht {
    display: block;
    min-width: 400px;
    height: 30px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    text-align: left;
    padding-top: 10px;
    text-indent: 10px;
    border-color: #fff;
    background-image: url(../images/wht-bar.png);
    background: -moz-linear-gradient(top, #FFC778, #ffae59);
    background: -webkit-linear-gradient(top, #FFC778, #ffae59);
    background: linear-gradient(to bottom, #FFC778, #ffae59);
    border-radius: 3px;
    color: #fff;

}

.listtitlebarwht i {
    text-align: right;
    float: right;
    color: #fff;
    padding-top: 0px;
    margin-top: -15px;
    min-width: 100%;
    height: 30px
}

.listtitlebarwht hr {
    position: absolute;
    top: 15px;
    left: 90px;
    display: block;
    padding-top: 15px;
    height: 30px;
    min-width: 75%;
    border-color: #fff;
    border-width: 1px;
    margin: 0px;

}


.booklist {
    max-width: 100%;
    min-width: 0;
    display: block;
    /* margin: 0px 0 10px 0px; */
    margin: 0;
    padding: 0;
    height: auto;
    /* float: left; */
    color: initial;

}

.booklist li {
    display: block;
    /*width: 200px;*/
    padding: 5px;
    /* height: 65px; */
    box-sizing: border-box;
    float: left;
    color: initial;
    max-width: 100%;
}


.booklist li a:hover {


    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee1e1);

}

.booklist a img {
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 3px;
    width: 20px;


}

.right_sac {
    display: block;
    font-size: 12px;
    margin: 0px 0 0 5px;
    padding: 3px;
    border: solid 1px #ccc;
    background-color: #fff;
}

.center-column {
    width: auto;
    height: 650px;
    padding-right: 5px;
}


.bg_ble {
    background-color: #0e6da3;
    display: block;
    margin: 0px;
    padding: 0px;
    margin-left: -10px;
    padding-top: 5px;
    /* max-width: 80px; */
    width: 80px;
    padding-bottom: 10px;
    /* 角丸 */
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}


/**検索方法を選ぶタブ**/
#tab102 button {
    width: 200px;
    /* margin-bottom: 10px; */
}


/**検索実行画面タブ**/

.sacexecution {
    display: block;
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
}

.mokuji_list {
    overflow-y: auto;
    height: 54.5vh;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 10px;
    border: solid 1px #ccc;
    width: 100%;
    padding-bottom: 10px;
    font-size: 11px;
}



.sacexecution > li.active > a:focus {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 11px;
    padding-right: 20px; */

    /* サイズ指定 */
    /* width: 80px; */
    /****★*******/
    /* height: 80px; */
    /* display: block;
    padding: 5px 10px 0 10px;
    margin: 5px;
    margin-top: 0px;
    margin-left: 5px; */
    /* 縦横中央揃え */
    /* line-height: 15px;
    text-align: center; */


    /* 色指定 */
    /* background-image: -webkit-linear-gradient(top, #dde3e6, #dde3e6); */
    /* background: #dde3e6;

    color: #666; */


    /* 角丸 */
    /* border-radius: 5px;

    -webkit-transform: initial;
    transform: initial; */
}

/* .sacexecution li a:focus img {
    max-width: 45px;
    max-height: 45px;
    margin-top: 15px;
    margin-bottom: 3px;
    margin-right: 0px;
    margin-left: 0px;
} */



.mokuji_list.list-group-item {
    margin: 0px;
    display: block;
}

.mokuji_list a {
    text-align: left;
    width: 100%;
    height: 6vh;
    -webkit-transform: initial;
    transform: initial;
    border-bottom: dashed 1px #ccc;


}

.mokuji_list .line-none {
    border-bottom: none;


}

.list-group .list-group-item:hover {
    background-color: #eee;
}

.list-group .list-group-item:focus {
    background-color: initial;
}

.mokuji_list a:hover {
    width: 100%;
    -webkit-transform: initial;
    transform: initial;


}


.text-alllist {
    padding: 0px;
    padding-left: 0px;
    height: 57.5vh;
    min-width: 300px;
    margin-left: 0px;
    overflow-y: auto;
    overflow-x: auto;
    border: none;
}

.textlistbox {
    margin: 0px;
    padding: 0px;
    font-size: 12px;

}

.text-alllist .panel-collapse .list-group {
    border: none;
    all: initial;
    display: block;
    background-color: #fff;
    background-image: initial;
    -webkit-box-shadow: initial;
    border: none;
    box-shadow: initial;
    margin-left: 20px
}


.accordion-list .ul {
    border: none;
}

.accordion-list .panel-default {
    border: none;
}

.accordion-list .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border: none;
    background-image: initial;
    padding-left: 0px;
}

.accordion-list .panel-default > .panel-title {
    background-color: #fff;
    font-size: 12px;
}


/**ボックスのシャドウを消去、リストのスタイル***/
.text-alllist .list-group .list-group-item {
    all: initial;
    position: relative;
    display: block;
    height: 20px;
    padding: 5px 10px;
    padding-left: 5px;
    margin-bottom: -1px;
    background-color: #fff;
    background-image: initial;
    -webkit-box-shadow: initial;
    border: none;
    box-shadow: initial;
}

.accordion-list.list-group-item.form-group {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    background-image: initial;
    -webkit-box-shadow: initial;
    border: none;
    box-shadow: none;
    border: none;
}

.accordion-list .list-group-item .form-group .checkbox {
    margin: 0px;
    padding: 0px;
}

.text-alllist .accordion-list a {
    all: initial;
    -webkit-transform: initial;
    transform: initial;
    font-size: 12px;
    height: 20px;
    background-color: #fff;

}

.checkbox-list {
    display: block;
    width: 200px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.checkbox-list label {
    font-weight: 100;
    font-size: 12px;
}

.checkbox-list label input {
    margin-right: 5px;
    margin-left: 5px;
}









.text-alllist.accordion-list a:hover {
    all: initial;
    -webkit-transform: initial;
    transform: initial;
}

.text-alllist.accordion-list a:focus {
    all: initial;
    -webkit-transform: initial;
    transform: initial;
}

.text-alllist.accordion-list.collapse {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

.text-alllist .collapse .well {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

.text-alllist .collapse .well {
    border: none;
    border-radius: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.col-sm-offset-2 {
    margin-left: 0;
}


.list_check {
    margin: 0ox;
    padding: 0px;
    display: block;
    height: auto;
    text-align: left;
}

.list_check li {
    display: block;
    width: 1500px;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    float: left;
    margin-right: 3px;
    color: #ef9412;
}

.checkbox {
    display: block;
    /* width: 200px; */
    min-height: 30px;
    margin: 0px;
    padding: 0px;
}

.checkbox-inline {
    display: block;
    width: 200px;
    height: 10px;
    margin: 0px;
    padding-left: 30px;
    padding-bottom: 0px;
    line-height: 20px;
    text-align: left;
}

#sendModal .checkbox-inline {
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 0;
    line-height: normal;
}

.bg-colorble {
    background-color: #dde3e6;
    padding-bottom: 10px;
    /* min-width: 430px; */
    height: 74vh;
    /*角丸*/border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}




.top_wht10 {
    padding-top: 10px;
    padding-left: 30px;

}

.btn_grp {
    display: block;
    margin-left: -5px;
    margin-right: 10px;

}

.btn_grp button {
    font-size: 11px;
    text-align: center;
    min-width: 8em;
    height: auto;
    padding: 5 0 5 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;

}

.bg_wht {
    background-color: #fff;
}




/**問題を選ぶタブ**/


.fontsize12 .btn {
    font-size: 11px;
}

.mondai_area {
    margin-top: 5px;
    margin-right: 10px;
    border: solid 1px #eee;
    /* padding-left: 17px; */
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 0;
    height: 68.5vh;
}

.mondaiareatitle {
    min-width: 200px;
}

.bg-rbl {
    background-color: #dae8f5;
    border-right: solid 1px #fff;
    font-size: 11px;
}

.mondai_area .checkbox {}

.mondai_area label {
    font-weight: 100;
}



/*チェックボックスにマウスオーバーで色*/
.mondai_area .checkbox label:hover {
    background-color: #ffe6d3;
}


.mondai_area table {
    min-width: 0;
}

.mondai_area .table thead tr td {
    min-width: 35px;
    padding: 0;
}





/* .scrolbox {
    display: block;
    margin-top: 20px;
    padding: 5px;
    padding-top: 0px;
    overflow-y: auto;
    overflow-x: auto;
    height: 33vh;
} */

.scrolbox-non {
    display: block;
    margin-top: 20px;
    padding: 5px;
    padding-top: 0px;
    height: 320px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.title_gry {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
    padding-top: 5px;
    display: block;
    background-color: #aaa;
    height: 25px;
    width: 100%;
    margin-bottom: 0px;
}

.prebox img {
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
}

.prevew {
    height: 70vh;
    overflow-x: hidden;
}

.prevew img {
    max-width: 100%;
    overflow-x: hidden;
}


.madomaru_box {
    background-color: #fff;
    position: relative;
    display: block;
    /* min-width: 300px; */
    border: solid 1px #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    /* 角を丸くする */


}

.title {
    position: absolute;
    display: block;
    background-color: #fff;
    width: auto;
    top: -10px;
    left: 10px;
}

.madomaru_box label {
    display: inline;
    height: 20px;
    margin: 0px;
    padding-left: 30px;
    padding-bottom: 0px;
}

/**タブメニューのCSS**/
.tab-group {
    margin-top: 30px;
    padding: 0px;
    display: flex;
    min-width: 150px;
}

.tab-group02 {
    padding: 0px;
    display: flex;
    min-width: 600px;
}

.tab-group li {
    all: initial;
    float: left;
    margin: 0px 0 0 5px;
    font-size: 10px;
    display: block;
    width: auto;
    height: 25px;
    border: solid 1px #eee;
    border-bottom: solid 1px aliceblue;
    padding: 5px 5px 5px 5px;
    background-color: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* 角を丸くする */

    /* 色指定 */
    background-image: -webkit-linear-gradient(top, #fdfdfd, #e1e1e1);
}

.tab-group02 li {
    all: initial;
    float: left;
    margin: 0px 0 0 5px;
    font-size: 10px;
    display: block;
    width: auto;
    height: 15px;
    border: solid 1px #eee;
    border-bottom: solid 1px aliceblue;
    padding: 5px 5px 5px 5px;
    background-color: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* 角を丸くする */

    /* 色指定 */
    background-image: -webkit-linear-gradient(top, #fdfdfd, #e1e1e1);
}

.tab {
    color: #eee;
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    border: solid 1px #eee;
    height: 15px;
    text-align: center;
    cursor: pointer;

}

.tab02 {
    color: #eee;
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    border: solid 1px #eee;
    height: 15px;
    text-align: center;
    cursor: pointer;

}

.panel-group {
    height: 340px;
    min-width: 230px;
    border-top: none;
    background-color: #fff;
    padding: 5px;
}

.panel-group02 {
    height: 340px;
    min-width: 500px;
    border-top: none;
    background-color: #fff;
    padding: 5px;
}

.panel {
    display: none;
}

.panel02 {
    display: none;
}

.tab.is-active {
    background: #fff;
    color: #666;
    transition: all 0.2s ease-out;
    border-bottom: solid 1px aliceblue;
    /* 色指定 */
    background-color: #fff;
}

.tab02.is-active02 {
    background: #fff;
    color: #666;
    transition: all 0.2s ease-out;
    border-bottom: solid 1px aliceblue;
    /* 色指定 */
    background-color: #fff;
}

.panel.is-show {
    display: block;
    padding: 5px;
    background-color: #fff;
}

.panel02.is-show02 {
    display: block;
    padding: 5px;
    background-color: #fff;
}

.panel .madomaru_box {
    display: block;
    width: 100%;
    font-size: 11px;
    height: auto;
    padding: 2px 5px 5px 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel02 .madomaru_box {
    display: block;
    width: 350px;
    font-size: 11px;
    height: auto;
    padding: 2px 5px 5px 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gry {
    display: block;
    width: 100px;
    height: auto;
    border-right: solid 1px #ccc;
    margin-right: 10px;
    margin-left: 5px;
    float: left;

}

.sarch_tab {
    height: 76vh;
}

/* .sarch_tab .col-sm-3 {
    padding: 0px;
    padding-left: 10px;
} */

.sentaku {
    padding: 0px;
    float: right;
    font-size: 12px;
    display: block;
    min-width: 220px;
    margin-right: -10px;
    height: 50vh;

}

.sentaku .bg-primary,
.selected_problem_hide .bg-primary {
    color: #fff;
    background-color: #337ab7;
    padding: 5px;
    margin-bottom: 5px;
    display: block;
    background-image: url(../images/title-icon-prog.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 40px;
    font-size: 12px;
    font-weight: bold;
}

.sentaku .bg-primary .toggle_selected_area {
    color: #fff;
    display: inline-block;
    text-align: right;
}
.sentaku .bg-primary i,
.selected_problem_hide .bg-primary i {
    line-height: 20px;
    color: #fff;
    font-size: 15px;
}
.boxble {
    display: block;
    background-color: aliceblue;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: -10px;

}

.boxble button {
    font-size: 12px;
}


.pre_kettei {
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin-left: 0px;
}

.pre_kettei form {
    margin: 0px;
    padding: 0px;
}


.pre_kettei .checkbox {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;

}

.pre_kettei form input {
    float: left;
    margin: 0px;
}

.pre_kettei .moji {
    font-size: 11px;
    width: 150px;
    height: auto;
    margin-bottom: -10px;
    margin-right: 30px;
    margin-left: 20px;
    float: left;
}

.moji img {
    width: 10px;
    padding-top: 0px;
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 0px;
    float: left;
}



.pre_kettei label {
    display: block;
    margin: 0px;
    padding: 0px;
    height: auto;
}

.sentaku .bg-primary,
.selected_problem_hide .bg-primary {
}

.pre_kettei-table {
    font-size: 11px;
    width: 97%;
    margin-left: 10px;

}
.pre_kettei-table tr.selected{
    background-color: #ffb26d ! important;
}

.pre_kettei-table .row{
    margin: 0;
}
.pre_kettei-table .row [class*="col-"]{
    margin: 0;
    padding: 0;
}

.pre_kettei-table tbody tr td {
    padding: 0;
    /* padding-left: 10px; */
    width: 100%;
    height: auto;
    font-size: 11px;
}

.pre_kettei-table tbody tr td form {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.pre_kettei-table tbody tr td .form-group {
    height: auto;
    margin: 0px;
    padding: 0px;
}

.pre_kettei-table tbody tr td .form-group .checkbox {
    width: 100%;

    margin: 0px;
    padding: 0px;
}

.pre_kettei-table tbody tr td .form-group .checkbox label {
    width: 100%;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    height: auto;
}

.pre_kettei-table tbody tr td .preketteiimg {
    all: initial;
    width: 15px;
    margin: 3px 0px;
    margin-left: 0px;
}

/* .pre_kettei-table tbody tr td .col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2 {
    margin-right: 0px;
    padding-left: 5px;
    max-width: 10px;
} */
/* 
.pre_kettei-table tbody tr td .col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 190px;
    max-width: 100%;
} */


.pre_kettei-table tbody tr td .form-group .checkbox label .moji {
    padding: 0;
    padding-left:10px;
}

.pre_kettei-table tbody tr td .form-group .checkbox label input {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    left: 0;

}


/*チェックボックスにマウスオーバーで色*/
.pre_kettei label :hover {
    background-color: #ffe6d3;
}

.pre_kettei-table tr.disabled{
    opacity: 0.7;
}

/**モーダルのタイトル**/
.text-muted {
    font-size: 20px;
    color: #666666;
}

/**モーダルの×の色をグレーに**/
.btn_gry {
    color: #ccc;
}


/**レイアウトスタイルの設定**/
.moji_mgn10 {
    margin-left: 10px;
}

.layoutstyletab {
    display: block;
    max-width: 540px;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

.layoutstyletab row {
    margin: 0px;
    padding: 0px;
}

/***indexのレイアウト問題一覧CSS****/
.cont_center {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;

}

.moji_ble {
    padding: 5px;
    margin-left: 10px;
    color: #0000ff;
    text-align: center;
    border: solid 1px #ccc;
    width: 98%;
}



/**最下部ボタン**/
.indexlayoutbtn {
    width: 150px;
    margin-bottom: 10px;
}

.indexlayoutbtn img {
    width: 30px;
    margin-right: 5px;
    margin-bottom: 20px;
    float: left;

}

.indexlayoutbtn02 {
    text-align: left;
    font-size: 12px;
}

.indexlayoutbtn02 img {
    width: 15px;
    margin-right: 10px;

}

/***indexのレイアウト問題一覧CSS****/



.layoutstyletab .nav-tabs {
    height: 30px;
    margin-left: 10px;

}

.layoutstyletab .nav-tabs li {
    height: 30px;
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 100px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;

}

.layoutstyletab .nav-tabs li a {
    height: 30px;
    margin: 0px;

}

.layoutstyletab .nav-tabs a {
    text-align: center;
    height: 30px;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    padding: 0px;
    padding-top: 5px;
    width: 100px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;
    margin-right: 0px;
    border: solid 1px #eee;

}

.layoutstyletab .nav-tabs > li.active > a,
.layoutstyletab .nav-tabs > li.active a:focus {
    -webkit-transform: initial;
    transform: initial;
    background-color: #ddd;
    height: 30px;
    color: #666;
    font-size: 12px;
    padding: 0px;
    padding-top: 5px;
    width: 100px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;
    margin-right: 0px;
    border: 0px;
    border: solid 1px #eee;
}

.layoutstyletab .nav-tabs > li a:hover {
    -webkit-transform: initial;
    transform: initial;
    color: #fff;
    font-size: 12px;
    padding: 0px;
    padding-top: 5px;
    width: 100px;
    margin: 0px;
    border: 0px;
    background-color: #000;

}

.star_hover:hover {
    color: #fff;
}

.modal .layoutstyle {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    min-width: 550px;
    max-width: 550px;
    text-align: left;
}

.margin0 {
    margin: 0px;
    padding: 0px;
}

.modal-body .tab-pane {
    margin: auto;
    padding: 10px;

}

.label-warning {
    margin-top: 0px;
    line-height: 20px;
    margin-left: 0px;
    padding-top: 5px;
    font-weight: 100;
}

/**枠有りのボックス**/
.layoutboxwaku {
    position: relative;
    display: block;
    border: solid 1px #ccc;
    margin: 0px;
    margin-top: 50px;
    min-width: 150px;
    padding: 5px;
    height: auto;

}

/**枠無しのボックス**/
.wakunashibox {
    display: block;
    margin: 0px;
    margin-top: 5px;
    min-width: 180px;
    padding: 5px;
    height: auto;
    position: relative;
}


.marginleft5 {
    margin-left: 5px;
}

.marginright5 {
    margin-right: 5px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginleft20 {
    margin-left: 20px;
}

.margintop10 {
    margin-top: 10px;
}

.note_waku_img {

    display: block;
    text-align: center;
    width: 100px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;

}

.note_waku_img img {
    margin-right: 10px;

}

.note_waku {
    text-indent: 10px;
    display: block;
    width: 50%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;

}

.layoutboxwaku.col-sm-offset-2,
.col-sm-10 {
    margin: 0px;
    margin-right: 0px;
    padding: 0px;

}

.note_waku.col-sm-offset-2,
.col-sm-10 {
    margin: 0px;
    margin-right: 0px;
    padding: 0px;

}

.note_waku.form-horizontal.form-group {
    display: block;
    margin: 0px;
    padding: 0px;
}

.note_waku.form-horizontal.form-group.radio {
    display: block;
    margin: 0px;
    padding: 0px;

}

.layoutboxwaku form {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
}

.layoutboxwaku .form_items {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
}

.wakunashibox form {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
}

.wakunashibox .form_items {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
}

.wakunashibox label {
    margin-bottom: 10px;
    height: auto;

}

.layou_image {
    text-align: center;
    margin-top: 30px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
}


.checkbox-inline02 {
    position: absolute;
    z-index: 2000;
    left: 100px;
    top: 20px;
    width: 150px;

}

.checkbox-inline03 {
    margin-top: 10px;
    width: 420px;

}

.layout_style_checkbox {
    padding-left: 30px;
    font-weight: normal;
    cursor: pointer;
}

.layout_style_checkbox input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.update_interval_position {
    position: absolute;
    top: 40px;
    left: 250px;
}

.margin_input_width {
    width: 50px;
}

.tukeruyokomoji {
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: 20%;
    font-size: 12px;

}

.namaeran_waku {
    position: absolute;
    display: block;
    top: 0px;
    left: 20px;
    height: auto;
    width: 400px;
    margin-top: 20px;

}

.namaeran_waku .form-group {
    display: block;

}

.namaeran_waku .radio {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0px;
}

.hyodai_saikabu .form-horizontal {
    margin-left: 20px;
}

.h-sentaku02 {
    position: absolute;
    display: block;
    left: 190px;
    top: 5px;
    width: 300px;
}

.h-sentaku02.radio {
    margin-top: 0px;
    line-height: 10px;
}

.h-sentaku02 label {
    margin-bottom: 0px;
}

.h-sentaku02 form {
    margin-bottom: 0px;
}

.h-sentaku02.form-group {
    margin-bottom: 0px;
}

.cha-to {
    position: absolute;
    top: 15px;
    left: 80px;
}

.h-sentaku03 {
    margin-top: -10px;
    display: block;
    position: relative;
    height: 70px;

}

.wakunomi {
    display: block;
    position: absolute;
    width: 155px;
    height: 80px;
    left: 250px;
    border: solid 1px #ccc;
}

.h-sentaku03 form {
    position: absolute;
    margin-top: 10px;
    width: 150px;
}

.h-sentaku03 .form_items {
    position: absolute;
    margin-top: 10px;
    width: 150px;
}

.h-sentaku03 label {
    margin: 0px;

}

.h-sentaku03 radio {
    margin: 0px;

}

.h-sentaku03 .text-muted {
    position: absolute;
    top: -5px;
    left: 10px;
    background-color: #fff;
    font-size: 12px;
}

.fontbtnichi {
    position: absolute;
    top: 100px;
    left: 0px;
}

.fontbtnichi002 {
    position: absolute;
    top: 30px;
    left: 150px;
}

.fontbtnichi003 {
    position: absolute;
    top: 40px;
    left: 100px;
}

.fontbtnichi-title {
    position: absolute;
    top: 30px;
    left: 100px;
}

/******フォント変更用モーダルスタイル*****/
.fontmodal {}

.fontmodal .modal-body h5.title {
    position: initial;
    all: initial;
    font-size: 12px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
}

.fontmodal .modal-body {
    padding: 10px;
    padding-left: 25px;
}

.fontmodal .modal-body .font-name {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-right: 0px;

}

.fontmodal .modal-body .font-style {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    margin-right: 0px;
    width: 270px;


}


.fontmodal .modal-body .font-size {
    padding: 0px;
    margin: 0px;
    margin-left: -20px;

}

.fontmodal .modal-body .font-btn {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;

}

.fontmodal .modal-body .font-name form {
    margin-right: 0px;

}

.fontmodal .modal-body .font-btn button {
    margin: 0px;
    margin-bottom: 10px;
    margin-left: -10px;
    width: 7em;
}

.fontmodal .modal-body .form-control {
    margin: 0px;
    padding: 0px;
}

.font-sample {
    position: relative;
    display: block;
    margin-top: 20px;
}

.samplewaku {
    display: block;
    border: solid 1px #ccc;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.font-sample .title {
    position: absolute;
    top: -10px;
    left: 25px;

}

.font-name .form-control {
    width: 12em;
    font-size: 14px;
}

.font-style .form-control {
    width: 10em;
    font-size: 14px;
}

.font-size .form-control {
    width: 5em;
    font-size: 14px;
}

/******フォント変更用モーダルスタイルここまで*****/

.mondainoichi {
    display: block;
    border: solid 1px #ccc;
    position: relative;
    height: 80px;
    padding: 5px;
    margin-top: 30px;
    margin-left: 120px;
    margin-bottom: 50px;


}

.mondainoichi form-group {
    width: 200px;



}

.mondainoichi form {
    display: block;
    margin: 0px;
    padding: 0px;

}

.mondainoichi .form_items {
    display: block;
    margin: 0px;
    padding: 0px;

}

.mondainoichi form label {
    display: block;

}

.mondainoichi .radio {
    display: block;
    float: left;
    margin-left: 30px;
    margin-right: 0px;

}

.wakubtnichi {
    position: absolute;
    top: 200px;
    left: 150px;
}

.wakutab {}


.wakutab .nav-tabs {
    margin-left: 10px;
    height: 50px;

}

.wakutab .nav-tabs li {
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 50px;
    height: 50px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;
    margin-right: 5px;
    text-align: center;

}

.wakutab .nav-tabs li a {
    width: 50px;
    height: 50px;
    text-align: center;

}

.wakutab .nav-tabs li a img {
    margin-top: 12px;


}


.wakutab .nav-tabs a {
    height: 20px;
    background-color: #f0f0f0;
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 50px;
    height: 50px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;


}

.wakutab .nav-tabs > li.active > a,
.wakutab .nav-tabs > li.active,
.wakutab .nav-tabs > li a:hover,
.wakutab .nav-tabs > li.active a:focus {
    -webkit-transform: initial;
    transform: initial;
    background-color: #f0f0f0;
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    border: 0px;
    border: solid 1px #000;
    margin-right: 5px;

}

.wakutab .nav-tabs > li a:hover {
    -webkit-transform: initial;
    transform: initial;
    color: #fff;
    font-size: 12px;
    padding: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    border: 0px;
    background-color: #f0f0f0;

}

.wakutab .tab-content {
    margin-top: 20px;
    text-align: center;

}

.wakusenbox .text-muted {
    font-size: 12px;
    margin-top: 10px;
}

.jissen option {
    display: block;
}

.jissen .jissennashi {
    background-image: url(../images/sennashi.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

.jissen .jissen1 {
    background-image: url(../images/jissen001.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

.jissen .jissen2 {
    background-image: url(../images/jissen002.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

.jissen .jissen3 {
    background-image: url(../images/jissen003.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

.jissen .jissen4 {
    background-image: url(../images/jissen004.png);
    background-repeat: no-repeat;
    background-position: 5px;
}




.irosentaku .blk {
    background-color: #000;

}

.irosentaku .ble {
    background-color: #0033ff;

}

.irosentaku .red {
    background-color: #ff0033;

}

.irosentaku .pink {
    background-color: #ff0099;

}

/**段の設定スライド**/

.carousel {
    position: relative;
    margin-left: 100px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    width: 141px;
    overflow: hidden;
    text-align: center;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;

}

.slide_ao_y {
    width: 145px;
    height: 10px;
    text-align: center;

}

.slidey {
    width: 145px;
    position: relative;
}

.slidey a {
    text-decoration: none;
}


.slidey .left {
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    margin-right: 0px;
}

.slidey .right {
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    margin-right: 0px;
}

/**段の設定スライドここまで**/


.yohakubox {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0px;
    padding: 5px;

    position: relative;
}

.yohakubox .yohakuimg {
    display: block;
    position: absolute;
    top: 70px;
    left: 150px;

}

.yohakubox .ue {
    display: block;
    position: absolute;
    top: 0px;
    left: 180px;

}

.yohakubox .shita {
    display: block;
    position: absolute;
    top: 290px;
    left: 180px;

}

.yohakubox .kaishi {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;

}

.yohakubox .hidari {
    display: block;
    position: absolute;
    top: 150px;
    left: 0px;

}

.yohakubox .migi {
    display: block;
    position: absolute;
    top: 150px;
    left: 350px;

}

.yohakubox .kankaku {
    display: block;
    position: absolute;
    top: 250px;
    left: 350px;

}

.yohakubox .tojishiro {
    display: block;
    position: absolute;
    top: 280px;
    left: 0px;

}

.yohakubox .modosu {
    display: block;
    position: absolute;
    top: 300px;
    left: 10px;

}

.yohakubox .chosei {
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 120px;
    font-size: 12px;

}

/**レイアウトスタイルの設定 ここまで**/


/**レイアウト編集ページここから**/
.komonkensaku {
    position: relative;
}


.komontitle {
    display: block;
    margin: 0px;
    margin-bottom: 5px;
    color: #fff;
    background-color: gray;
    padding: 5px;
}



.komoncheck .nav-tabs {
    margin-left: 10px;

}

.komoncheck .nav-tabs li {
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 150px;
    height: 40px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;
    background-color: #fff;
    padding-top: 5px;

}

.komoncheck .nav-tabs li a {
    margin: 0px;
    padding-top: 5px;
    background-color: #fff;
    /* 角丸 */
    border-radius: 5px 5px 0 0;
}

.komoncheck .nav-tabs a {
    vertical-align: middle;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 150px;
    height: 40px;
    -webkit-transform: initial;
    transform: initial;
    margin: 0px;
    padding-top: 5px;
    border: solid 1px #eee;
    /* 角丸 */
    border-radius: 5px 5px 0 0;

}

.komoncheck .nav-tabs > li.active > a,
.komoncheck .nav-tabs > li.active,
.komoncheck .nav-tabs > li a:hover,
.komoncheck .nav-tabs > li.active a:focus {
    -webkit-transform: initial;
    transform: initial;
    background-color: #ddd;
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 150px;
    height: 40px;
    margin: 0;
    border: solid 1px #eee;
    border: 0px;

    padding-top: 5px;
    /* 角丸 */
    border-radius: 5px 5px 0 0;
}

.komoncheck .nav-tabs > li a:hover {
    -webkit-transform: initial;
    transform: initial;
    color: #666;
    font-size: 12px;
    padding: 0px;
    width: 150px;
    height: 40px;
    margin: 0px;
    border: 0px;
    background-color: #ccc;
    border: solid 1px #eee;
    padding-top: 5px;
    /* 角丸 */
    border-radius: 5px 5px 0 0;
}

.theme_check_cont {
    margin-top: 5px;
    border: solid 1px #eee;
    padding: 10px;

}


.fuka {
    position: absolute;
    left: 80px;
    width: inherit;
}



/**レイアウト編集ページここまで**/

/**オプションのページ**/
.op-100 {
    width: 100px;

}

.textalineleft {
    text-align: left;
}

.topborder {
    float: left;
    border-top: solid 2px;
    color: #ccc;
    width: 500px;
}

.paddingleft20 {
    padding-left: 20px;
}

/**オプションのページここまで**/

/**紙面から選ぶのページここから**/
.book-mokiji {
    display: flex;
    flex-direction: column;
    /* height: 68vh; */
    height: 100%;
    min-width: 150px;
    background-color: #0e6da3;
    /* 角丸 */
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.mojikuwht {
    display: block;
    width: 100%;
    overflow-y: auto;
    /* height: 63.5vh; */
    flex: 1;
    background-color: #fff;
}

/* .book-mokiji .panel {
    all: initial;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    border: solid 1px red;
} */


.book-mokiji .panel a {
    -webkit-transform: initial;
    transform: initial;
    all: initial;
    display: block;
    padding: 5px;
    height: 20px;
    /* width: 100%; */
    /* width: 93%; */
    font-size: 12px;

}

.book-mokiji .panel a:hover {
    /* -webkit-transform: initial;
    transform: initial;
    all: initial;
    display: block;
    padding: 5px;
    height: 20px;
    width: 93%;
    font-size: 12px; */
    background-color: #eee ! important;

}



.book-mokiji .panel a li {
    -webkit-transform: initial;
    transform: initial;
    all: initial;
    display: block;
    padding: 5px;
    height: 20px;
    width: 100%;
    font-size: 12px;

}

.book-mokiji .panel .list-group-item {
    -webkit-transform: initial;
    transform: initial;
    all: initial;
    display: block;
    padding: 5px;
    height: 20px;
    width: 100%;
    font-size: 12px;

}

.book-mokiji .panel .list-group-item a {
    /* -webkit-transform: initial;
    transform: initial;
    all: initial;
    display: block; */
    padding: 5px;
    height: 20px;
    /* width: 100%; */
    /* width: 89%;
    font-size: 12px; */

}


.book-mokiji .panel .list-group-item a:hover {
    -webkit-transform: initial;
    transform: initial;
    all: initial;
    display: block;
    padding: 5px;
    height: 20px;
    width: 89%;
    font-size: 12px;
    background-color: #eee ! important;
}

/* .bookcont {
    position: absolute;
    position: relative;
    left: 135px;
    margin-right: 10px;
    min-width: 550px;
    min-height: 68vh;
    border: solid 1px #ccc;
    background-image: url(../images/book_imgbg001.png);
    background-repeat: no-repeat;
    background-position: left top;
} */
/* .bookcont {
    position: relative;
    left: 0;
    min-width: 45%;
    max-width: 48%;
    min-height: 95%;
    border: none;
    background-image: url(../images/book_imgbg001.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    margin: 0.5%;
    padding: 0.5%;
    float: left;
} */

.bookmondai {
    position: absolute;
    display: block;
    min-width: 470px;
    height: 90px;
    border: solid 3px #0e6da3;
    top: 290px;
    left: 30px;
    border-radius: 10px;
}


/* 全体設定 */
* {
    box-sizing: border-box;

}

/* ポップアップウインドウの設定 */
.popup {
    border-radius: 10px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 200;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 300px;
    height: 200px;
    z-index: 3000;
    border: 1px solid #555;
}

.popup-background {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2999;
}

/* チェックボックスの初期設定 */
#popup-on {
    display: none;
}

/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup {
    display: block;
}

/* 閉じるアイコン（右上） */
.icon-close {
    background: #ccc;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

/* 閉じるボタン */
.btn-close {
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}

/* 開くボタン */
.btn-open {

    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 0px auto;
    width: 470px;
    height: 90px;
    text-align: center;
    background-color: #0e6da3;
    opacity: 0.15;
    /* 55％不透明度(＝45％透過) */
}

/* ポップアップの内容 */
.popup-content {

    margin: 20px auto 50px auto;
    width: 90%;
}

.bookpage_b .mojipage {
    font-size: 12px;
    margin-right: 16px;
    /* position: absolute;
    top: -70px;
    left: 0; */
}
.bookpage_b .flex{
    display: flex;
}
.bookpage_b .mojipage a {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
    font-size: 30px;
}


.bookpage_b .mojihyoji {
    font-size: 12px;
    display: block;
    /* position: absolute;
    top: -70px;
    left: 350px; */
}

.bookpage_b .mojipage input {
    width: 80px;
    margin-right: 5px;
    display: inline-block;
}

.bookpage_b .mojihyoji .form-inline {
    display: block;
}

.size-s {
    margin-left: 5px;
}

.mojihyoji img {
    width: 20px;
    margin-right: 5px;

}
/* 
.bangou_cont {
    display: block;

    margin: 0px;
    padding: 0px;

}

.bangou_cont > form {
    margin: 0px;
    padding: 0px;


}

.bangou_cont form .form-group {
    margin: 0px;
    padding: 0px;

}


.bangou_cont form input {
    margin: 0px;
    padding: 0px;

} */


.ble_box {
    background-color: #c6e4ff;
    padding-bottom: 10px;
    display: block;
    min-width: 140px;
    /* max-width: 200px; */
    /* height: 70vh; */
    padding: 10px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 5px;

    /* 角丸 */
    border-radius: 5px;

}

.pre_layout {
    position: absolute;
    width: 220px;
    right: 0px;
    top: 10px;
    padding: 5px;
}


/**紙面から選ぶのページここまで**/

.numbertxt {
    text-align: right;
}

#layoutContentC .numbertxt,
#layoutContentE .numbertxt,
#layoutContentG .numbertxt,
input[name=assign_no_again_input] {
    max-width: 150px;
}

.problem_history_item .btn {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.problem_history_item {
    min-height: 50px;
}

.problem_history_item .col-sm-3 {
    width: 150px;
}

.problem_history_font {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 280px;
}

.user_database_item .btn {
    width: 110px;
}

.user_database_item .col-sm-3 {
    width: 150px;
}

/* 送信履歴モーダル */
#send_history_table_parent {
    min-height: 280px;
    overflow: scroll;
    z-index: 2;
    height: auto;
    max-height: calc(100vh - 240px);
}

#send_history_table {
    margin-top: 0px;
}

#send_history_table td,#send_history_table th{
    min-width: 150px;
}

#send_history_table th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

#send_history_table tr.active td{
    background-color: cornflowerblue;
}

#send_history_table tr.active:hover td{
    background-color: cornflowerblue;
}

/* 使用許諾更新確認メッセージ */
#license_update_message {
    font-size: 12px;
    font-weight: bold;
    color: red;
    min-height: 20px;
}


/* お知らせモーダル */
#noticeModal .modal-content{
    max-width: 800px;
    width: 80vw;
}
#noticeModal #notice_modal_table_parent {
    min-height: 280px;
    overflow: auto;
    z-index: 2;
    height: auto;
    max-height: calc(100vh - 240px);
}
#noticeModal #notice_modal_table {
    margin-top: 0px;
}
#noticeModal #notice_modal_table td,#notice_modal_table th{
    min-width: 150px;
}
#noticeModal #notice_modal_table th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
#noticeModal #notice_modal_table tr.active td{
    background-color: cornflowerblue;
}

#noticeModal #notice_modal_table tr.active:hover td{
    background-color: cornflowerblue;
}
#noticeModal #notice_modal_table td{
    word-break:break-all;
}
