/*manual.css*/

.form_box_m {
    background: #f2f2f2;
    padding: 15px 25px 20px 25px;
    margin-bottom: 20px;
}

.form_box_m .alph_search {
    margin-top: 10px;
}

.form_box_m .alph_search label {
    float: none;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
}

.form_box_m .alph_search label span {
    margin-left: 20px;
}

#side_bar .mlist_ban {
    width: 100%;
    min-height: 48px;
    border: 1px solid #0072C1;
    background-color: #fff;
    display: table;
    margin-bottom: 5px;
    position: relative;
    padding: 9px 0;
    padding-left: 48px;
}

#side_bar .mlist_ban span {
    color: #0072c1;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

#side_bar .mlist_ban span:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 28px;
    height: 32px;
    background-image: url(/assets/smc_img/common/sidebar/side_ic_mlist.png);
}

.threeColumnList.mlist li a {
/*    display: flex;*/
    min-height: 98px;
}

.threeColumnList.mlist li a > p {
    width: calc(100% - 108px);
    white-space: nowrap;
    font-weight: 500;
}

.threeColumnList.mlist li a div {
    width: 108px;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.threeColumnList.mlist li a div img {
    width: 108px;
}

.threeColumnList.mlist li a {
    padding: 10px 0 15px 10px;
    padding-right: 0;
}

.threeColumnList.mlist li a.w134 div {
    width: 134px;
}


.threeColumnList.mlist li a.w134 div img {
    width: 134px;
}

.threeColumnList.mlist li a.w134 > p {
    width: calc(100% - 134px);
}

.spacer {
    width: 100%;
}

.threeColumnList.mlist li.nonImg a > p {
    color: #0072c1;
}

#side_bar .side_menu h3 a img.side_ic_manual {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.table_stripe{
    margin-bottom: 15px;
}
.c2name {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #FFF;
    text-indent: 5px;
    font-size: 16px;
    background-color: #A7AAB9;
    margin: 15px 0 15px 0;
}
/* 追加更新情報 */
ul.w_tabs {
width:100%;
}


@media screen and (max-width: 768px) {
    .threeColumnList.mlist li a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 15px 15px 10px;
    }
    .threeColumnList.mlist li a div {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .threeColumnList.mlist li a > p {
        width: 100%;
        white-space: normal;
    }
    .threeColumnList.mlist li a.w134 > p {
        width: 100%;
    }
    .threeColumnList.mlist li .pc {
        display: none;
    }
    
    
}

/* webcatalog.css 打消し */
.one_column_cont h3 {padding:0;}

.ico_h3 {
    padding-left:15px;
    display: inline-block;
}


/* タブ */

ul.manual_tabs {
    width: 100%;
    height: 50px;
}

ul.manual_tabs li{
    height: 50px;
    border: 1px solid #0072c1;
    margin-bottom: -1px;
    background-color: #fff;
    font-size: 15px;/*20210810*/
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 5px;/*20210810*/
    position: relative;
}

ul.manual_tabs li.active {
    background-color: #0072c1;
    color: #fff;
}

ul.manual_tabs li.active a {
    color: #fff;
}

ul.manual_tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    height: 100%;
    padding-top: 10px;
}

ul.manual_tabs li:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0072c1;
    border-right: solid 2px #0072c1;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

ul.manual_tabs li.active:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    bottom: 4px;
}

ul.manual_tabs li.active.fixed:after {
    border-top: none;
    border-left: none;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    bottom: 4px;
}
.loading {
    z-index: 2050;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    background-image: url(/assets/manuals/loading1.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    /* background-size: 150px 150px; */
}



