
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab a {
    padding: 5px 30px 3px;
    cursor: pointer;
    text-decoration: none;
    color:#000;
        font-size:.9em;
}

.tab a.active {
    background-color: #f2f2f2;
    border-bottom: 2px solid #002ecc;
    font-weight: 600;
    padding-bottom:3.5px;
}

/* 1 */
/* Edge(edgeHTML) */
_:-ms-lang(x)::backdrop, .tab a.active {
    padding-bottom:2px !important;
}
/* Edge(Chromium) */
_:lang(x)::-ms-, .tab a.active {
    padding-bottom:2px !important;
}

/* 2 */
@supports (-ms-ime-align:auto) {
  .tab a.active {
    padding-bottom:2px !important;
      }
}


.tab {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-bottom:2px;
}

.tab-link {
/*    background: #f2f2f2;*/
    border-bottom: 0px solid #999;
    font-size: .8em;
    padding: 3px 0px;
    width: 120px;
}

.staff_width {
    width: 120px !important;



/* 旧版　tabのご動作を避けるため
.tab-content {
	display: none;
	}

.tab-content.active {
	display: block;
	}

.tab button {
	padding: 1px 3px 3px;
	cursor: pointer;
	}

.tab button.active {
	background-color: #f2f2f2;
	border-bottom:2px solid #002ecc;
	font-weight:bold;
    }

.tab button a{text-decoration:none;font-size:1.1em;}

.tab {
	margin-top:0px;
	margin-bottom:15px;
	border-bottom:1px solid #999;
	}

.tab-link {
	background:#f2f2f2;
	border:0;
	font-size:.8em;
	padding:3px 0px;
	width:115px;
	}
	
.staff_width {width:120px !important;}
*/