/*---------------------------------------------
tab共通
---------------------------------------------*/

/*
ul.seltab {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 5px solid #0072c1;
    margin-top: 30px;
}

ul.seltab li{

    margin-bottom: -1px;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: block;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 8px;
    position: relative;
}

ul.seltab li a.active {
    color: #fff;
}

ul.seltab li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px 15px 15px;
    height: 100%;
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    border-bottom: 1px solid #0072c1;
}

ul.seltab li a:hover {
    background-color: #0072c1;
    opacity: 0.9;
    color: #fff;
}

ul.seltab li a.active {
    color: #fff;
    background-color: #0072c1;
    border: 1px solid #0072c1;
}

ul.seltab li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0072c1;
    border-right: solid 2px #0072c1;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

ul.seltab li a:hover:after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}

ul.seltab li a.active:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    bottom: 4px;
}

ul.seltab li a.active:after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    border-bottom: none;
    border-right: none;
    bottom: 4px;
}
*/

/*---------------------------------------------
SideNavi
---------------------------------------------*/

.legacy #left {
    float: right !important;
}

/*---------------------------------------------
Main
---------------------------------------------*/

.rh_le {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*
.legacy h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.legacy h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    left: 0;
    height: 100%;
    min-height: 36px;
    top: 0;
}

.legacy h3:after {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    height: 30%;
    min-height: 12px;
    top: 0;
}

.legacy h3 .ico_h3 {
    display: none;
}


.legacy h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 5px 0 5px;
}
*/

#content {
    width: 1120px !important;
    margin: 0 auto !important;
    position: relative !important;
}

/*---------------------------------------------
追記20210219
---------------------------------------------*/
#content_n {
    width: 980px !important;
    margin: 0 auto !important;
    position: relative !important;
}


#side_bar {
    float: left !important;
    margin-left: 70px;
}

#side_bar_r {
    float: left !important;
    margin-left: 30px;
}

#main_cont {
    float: left !important;
}

#right {
 /*   float: none !important;*/
    float: left !important;
    margin-left: 24px;
}

footer {
    clear: both;
}

.toppane {
    position: relative;
    margin: 0 auto;
    min-height: 70px;
    height: 100%;
    display: table;
    padding: 15px 0 14px;
    box-sizing: border-box;
    width: 980px !important;
    margin: 0 auto !important;
    position: relative !important;
}

.toppane h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    vertical-align: middle;
    letter-spacing: 1px;
}

.catpan {
    width: 980px !important;
    margin: 0 auto !important;
    position: relative !important;
}




/*---------------------------------------------
menu
---------------------------------------------*/
    .reserve-mobile {
        display: none;
    }
    .ir-mobile {
        display: none;
    }
    .mobile-logo {
        display: none;
    }

    .sideIc {
        display: none;
    }



/*---------------------------------------------
リンク前三角
---------------------------------------------*/

.cat_link_gu a::before {
    content: none;
}




/*---------------------------------------------
旧サイト common.cssから転記
---------------------------------------------*/

/******left pain*******/

ul.leftmenu{
    width:190px;
    margin-bottom:15px;
}

ul.leftmenu li{
    display:block;
    height:60px;
    margin-bottom:5px;
}
ul.leftmenu li.lm_top{
    height:40px;
}

ul.leftmenu li a{
    display:block;
    height:100%;
    text-indent:-9999px;
}


ul.leftmenu2{
    display:block;
    width:190px;
    margin-bottom:15px;
}


ul.leftmenu2 li{
    display:block;
    margin-bottom:8px;
    line-height:18px;
    background:url(/assets/images/common/li_lm.jpg) no-repeat 0 0;
    padding-left:18px;
}

ul.leftmenu2 .noli{
    background:none;
    padding-left:0;
    color:#0074bf;
    font-weight:bold;
}


ul.leftmenu2 li a{
    color:#363433;
}

ul.leftmenu2 li a:hover{
    color:#06C;
}

ul.leftmenu2 .lh{
    display:block;
    margin-left:0px;
    height:25px;
    text-indent:-9999px;
}

ul.leftmenu2 .lh a{
    display:block;!important;
    width:190px;
    height:25px;
    text-indent:-9999px;
}

.l_bn{
    display:block;
    text-indent:-9999px;
    height:50px;
    margin-bottom:10px;
}

.ico_pdf{
    display:inline-block;
    height:25px;
    line-height:25px;
    background:url(/assets/images/ja/ico_pdf.jpg) no-repeat 0 0;
    padding-left:25px;
}


/*---------------------------------------------
Popup
---------------------------------------------*/

/*SDL20210304*/
#TB_closeWindow {
    height: 40px !important;
}

#TB_window img#TB_Image {
    margin: 15px 0 0 11px !important;
}

#TB_window {
    width: auto !important;
    padding-right: 10px !important;
}

/*---------------------------------------------
Form
---------------------------------------------*/

/*SDL20210308*/
input, button, textarea, select {
    border: solid 1px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/*SDL20210310*/
input {
    background-color: #fff;
}

/*---------------------------------------------
タイトルイメージ
---------------------------------------------*/

/*SDL20210310*/
/*20210312 pading削除*/
.mainimg {
height: 100%;
display: table;
box-sizing: border-box;
width: 980px !important;
margin: 0 auto !important;
position: relative !important;
}

/*---------------------------------------------
特定開発品情報
---------------------------------------------*/
/*SDL20210310*/
.pg_sform {
    width: 162px !important;
    height: 46px !important;
}



