﻿/*共通CSS*/

html {
	height: 100%;
	width: 100%;
	border: none;
	padding: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	width: 100%;
	border: none;
	padding: 0px;
}

form {
	height: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pnlCommon {
	position: relative;
	width: 100%;
}

.small-style1 {
	font-size:small;
	text-align:right;
	color:darkslategray;
	font-weight:bold;
	padding : 5px;
}

.small-style2 {
    font-size: small;
    text-align: center;
    color: darkslategray;
    font-weight: bold;
    padding: 5px;
}

.footer {
	position: absolute; /*←絶対位置*/
	bottom: 0; /*下に固定*/
}

.spreadFooter{
	position:relative;
	bottom:0px;
	top:0px;
}

.l-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.6);
}

.headerLogo {
	width: 100px;
	height: 40px;
	margin-left: 10px;
}

.headerLogo img {
	width: 50%;
	height: auto;
}

.l-header {
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.l-header.inputPage.menu {
	margin-bottom: 0;
}

.l-mainContainer {
	padding-left: 10px;
	padding-right: 10px;
    position:relative;
}

.container-menu {
	padding: 28px;
	border: 1px solid #ceced2;
	background-color: #f4f6f6;
	display: flex;
	justify-content: flex-start;
}

.container-menu-left {
	margin-right: 30px;
	width: 280px;
}

.container-menu-right {
	width: calc(100% - 310px);
}

.container-menu .menuBtnWrap {
	margin-bottom: 20px;
}

.container-menu .menuBtnWrap.last {
	margin-top: 60px;
}

.keyBox {
	width: 290px !important;
}

	.keyBox button {
		border: none;
	}

	.keyBox .keypad-key {
		margin: 2px;
		padding: 0;
		width: 60px;
		height: 60px;
		color: #1ABC9C;
		border: 2px solid #1ABC9C;
		background-color: #ffffff;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
		font-size: 22px;
	}

	.keyBox .keypad-special {
		margin: 2px;
		padding: 0;
		height: 60px;
		width: 90px;
		background-color: #ffffff;
		font-size: 18px;
	}

	.keyBox .keypad-space {
		display: inline-block;
		margin: 2px;
		width: 60px;
	}

	.keyBox .keypad-clear {
		border: 2px solid #e74c3c;
		color: #e74c3c;
	}

	.keyBox .keypad-back {
		border: 2px solid #3498db;
		color: #3498db;
		font-size: 26px;
	}

	.keyBox .keypad-close {
		color: #2c3e50;
		border: 2px solid #2c3e50;
	}

	.keyBox .keypad-minus {
		margin: 2px;
		padding: 0;
		width: 60px;
		height: 60px;
		color: #1ABC9C;
		border: 2px solid #1ABC9C;
		background-color: #ffffff;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
		font-size: 22px;
	}

	.keyBox .keypad-cancel {
		color: #FFB300;
		border: 2px solid #FFB300;
		font-weight: bold;
	}

.corner-frame {
	float: left;
}

.scrollable-rows-frame {
	float: left;
	overflow: hidden;
}

.scrollable-columns-frame {
	overflow: hidden;
}

.scrollable-data-frame {
	overflow: auto;
}


/*各ボタン共通設定*/
.btn-square {
	display: inline-block;
	padding: 4px 0 4px;
	text-decoration: none;
	background: #1ABC9C; /*ボタン色*/
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	height: 40px;
	font-size: 13px;
}
.btn-square:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px); /*下に動く*/
	border-bottom: none; /*線を消す*/
}

/*ボタン　サイズごとの設定*/
.btnCommon{
	width:95px;
	margin:2px;
}
.btnModerate{
	width:115px;
	margin:4px;
}

.btnWide {
	height: 40px;
	width: 140px;
	padding: 10px;
}

.btnLarge {
	width: 280px;
	height: 60px;
	font-size: 18px;
	font-size: 1.8rem;
}

.btnSmall{
	height:19px;
	width:19px;
	width:19px;
	text-align:center;
	vertical-align:middle;
}

.btnWrap-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.btnCmbTrigger {
	/* デフォルトスタイルをリセット */
	background-color: transparent;
	border-width: 1px;
	border-color: lightgray;
	cursor: pointer;
	outline: none;
	padding: 0px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*------------------------------*/
	height: 40px;
	width: 22px;
	/*position: relative;
	top: 0px;
	right: 0px;
	display: inline-block;
	justify-content: center;
	align-items: center;*/
}

.lblCommon {
	width:200px;
	height:40px;
}

label {
	margin: 0px;
	/*font-size: 1.4em;*/
}

.mojiRight{
	text-align:right;
}

.textBox-title {
	padding: 5px;
	text-align: left;
	background-color: #2c3e50;
	color: #000000;
	border-radius: 4px 4px 0 0;
}

.textBox-contents {
	height: 110px;
	padding: 10px;
	border-left: 2px solid #ceced2;
	border-right: 2px solid #ceced2;
	border-bottom: 2px solid #ceced2;
	border-radius: 0 0 4px 4px;
	background-color: #ffffff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.container-menu-right .textbox:nth-child(n+1) {
	/*margin-top: 20px;*/
}

.textAreaStyle {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 2px solid #ceced2;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: none;
	resize: none;
	outline: none;
}

textarea {
	max-width: 100%;
}

.txbShort {
	width: 80px;
	height: 40px;
	vertical-align:middle;
}

.txbMini {
    width: 60px;
    height: 40px;
}

.txbCommon {
	width:140px;
	height:40px;
	border-radius: 5px;
	border-color: lightgray;
}

.txbWide {
	width: 300px;
	height: 40px;
}

.tblCommon{
	width:100%;
	margin:auto;
	border-spacing:0px;
	padding:0px 2px 2px 0px;
}

/*CalcPageのヘッダー部分のボタンを配置しているテーブル*/
.tdCalcSearch{
	width:165px;
}
.tdCalcSerchWide{
	width:185px;
}
.tdCalcSearchModerate{
	width:135px;
}

.cmbCommon {
	width: 180px;
	height: 40px;
}

.cmbWide{
	width:300px;
	height:40px;
}

.C1cmbCommon {
	width: 180px;
	height: 40px;
}

.InputDateCommon {
	width: 180px;
	height: 48px;
}

.wijmo-wijcombobox
.wijmo-wijcombobox-wrapper {
	height: 40px;
	font-weight: normal;
	background-color: white;
}

.wijmo-wijcombobox-input {
	background-color: white;
}

.ui-state-disabled {
    opacity: 1;
    background-image: none;
}

.wijmo-wijinput
.wijmo-wijinput-wrapper {
    padding: 5px;
    top: 0px;
    height: 40px;
    vertical-align: bottom;
    font-weight: normal;
    background-color: white;
}

.spaceBtwnControl {
	margin-left: 3px;
}

div.spread {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.fpSpread {
	position: relative;
	width: 100%;
	margin: 4px;
}

.pageTitle {
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	color: #00CC99;
	margin-left: 5px;
}

/*疑似的に非表示にする*/
.invisible {
	width: 0px;
	height: 0px;
	padding:0px;
	border:0px;
	margin:0px;
}

.selectNarrow {
	width: 120px;
}

.CellEditor{
	border-width:medium;
	border-color:lightgray;
	border-radius:5px;
	color:black;
}

.cssInputNumber,
.cssInputDecimal{
	text-align: right;
}

#cphMain_cphSpreadMain_fsUriage_viewport{
	border-collapse:separate;
}

#divCmbListSelector .CmbListSelector {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    margin: auto;
    height: 60%;
    z-index: 60;
}

.CmbListSearchArea {
	height: 10%;
	width:100%;
}

#divCmbListSelector .CmbListSelector.fsCmbList {
    position: absolute;
    text-align: center;
    height: 80%;
    width: 30%;
}

/*.fsCmbList {
    position: relative;
    left:0;
    top:0;
}*/

.fsCmbList-dummy {
    background-color: white;
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
}

.CmbListFooter {
    text-align: center;
    position:relative;
    bottom:0;
    height: 10%;
    width: 100%;
}

.CmbListFooterBtnCommon {
	width: 50%;
	text-align: center;
    padding:2px;
}

    #divSpreadSearchCell .spreadSearchCell {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        max-width: 400px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        box-sizing: border-box;
        text-align: center;
    }

/* フッターのボタン配置 */
.SpreadSearchCellFooter {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}


/*スピンボタンを非表示にする*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance:none;
}

.required {
	background-color: Lightyellow !important;
}

.requiredCell {
	background-color: Lightyellow;
}

.disabled {
    color: gray !important;
    background-color: gainsboro !important;
}

.readonly {
    background-color: gainsboro !important;
}

/*ページ番号を表示する*/
#divPageNumber {
    position: absolute;
    text-align: right;
    right:5px;
    top:0px;
}

#lblPageNumber {
    margin: 1px;
}

/** Login用CSS */
.l-container-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.container-login {
	width: 468px;
	margin-top: 60px;
}

	.container-login .logoBox {
		margin-bottom: 50px;
        text-align:center;
        zoom:1.3;
	}

	.container-login .loginInputBox {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}

	.container-login .loginInputBox-label {
		width: 100px;
		color: #34495e;
		font-weight: bold;
	}

	.container-login .loginInputBox-input {
		width: calc(100% - 100px);
	}

    .container-login .changePasswordWrap {
        text-align: center;
    }

	.container-login .alertMessageBox {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #ff0000;
	}

		.container-login .alertMessageBox + .loginBtnWrap {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.container-login .alertMessageBox + .loginInputBox {
			margin-top: 20px;
		}

	.container-login .loginBtnWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.container-login .loginBtnWrap button + button {
			margin-left: 40px;
		}

		.container-login .loginBtnWrap button + a {
			margin-left: 40px;
		}

.certification {
	width: 100%;
	color: white;
	background-color: #9e9e9e;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.certification-body {
	margin-left: 15px;
	font-size: 12px;
	font-size: 1.2rem;
}

.inputItem {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 2px solid #ceced2;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: none;
	transition: border .3s;
	outline: none;
	max-width:100%;
}

	.inputItem:focus
	{
		border: 2px solid #1ABC9C;
	}

input[type="checkbox"] {
	margin:0px;
	vertical-align:middle;
	width: 25px;
	height: 25px;
    margin: 5px;
}


/*
	コマンドバーは非表示にする
*/
.commandBar {
	display: none;
}

.dragBox {
    width: 200px;
    height: auto;
    margin: 0px;
    background: #FFF;
    border: 3px solid #DDD;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
    .dragBox p {
        background-color: #FFC107;
        color: #FFF;
        font-weight: bold;
        margin:0px;
        height: 20px;
    }

    .dragBox div {
        text-align: left;
    }

*[draggable=true] {
    cursor: pointer;
}

/*　検索エリアのフォーカス時設定　*/
.wijmo-wijcombobox-input:focus,
#cidUc:focus,
.btnCmbTrigger:focus,
.txbCommon:focus {
	border: 3px solid black;
	border-radius: 4px;
}

/* 検索エリアのトグル */
#btnSearchConditions {
    position: absolute;
    margin: 1px;
    margin-left: 10px;
}

/*-----------------------------------------------------------------------------------------
    Loadin表示
---------------------------------------------------------------------------------------- */

#loadingBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    z-index: 99999;
}

#loading {
    position: fixed;
    left: calc(50%);
    top: calc(50%);
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 999999;
}

    #loading .loadingMsg {
        text-align: center;
        padding-top: 100px;
        width: 100px;
        background-image: url("../images/loading.gif");
        background-position: center top;
        background-repeat: no-repeat;
    }

.loader {
    margin: 0 auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #008080, 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.5), -1.8em -1.8em 0 0em rgba(0,128,128, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.7), 1.8em -1.8em 0 0em #008080, 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.5), 1.8em -1.8em 0 0em rgba(0,128,128, 0.7), 2.5em 0em 0 0em #008080, 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.5), 2.5em 0em 0 0em rgba(0,128,128, 0.7), 1.75em 1.75em 0 0em #008080, 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.5), 1.75em 1.75em 0 0em rgba(0,128,128, 0.7), 0em 2.5em 0 0em #008080, -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.5), 0em 2.5em 0 0em rgba(0,128,128, 0.7), -1.8em 1.8em 0 0em #008080, -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.5), -1.8em 1.8em 0 0em rgba(0,128,128, 0.7), -2.6em 0em 0 0em #008080, -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.5), -2.6em 0em 0 0em rgba(0,128,128, 0.7), -1.8em -1.8em 0 0em #008080;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #008080, 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.5), -1.8em -1.8em 0 0em rgba(0,128,128, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.7), 1.8em -1.8em 0 0em #008080, 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.5), 1.8em -1.8em 0 0em rgba(0,128,128, 0.7), 2.5em 0em 0 0em #008080, 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.5), 2.5em 0em 0 0em rgba(0,128,128, 0.7), 1.75em 1.75em 0 0em #008080, 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.5), 1.75em 1.75em 0 0em rgba(0,128,128, 0.7), 0em 2.5em 0 0em #008080, -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.5), 0em 2.5em 0 0em rgba(0,128,128, 0.7), -1.8em 1.8em 0 0em #008080, -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.5), -1.8em 1.8em 0 0em rgba(0,128,128, 0.7), -2.6em 0em 0 0em #008080, -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.5), -2.6em 0em 0 0em rgba(0,128,128, 0.7), -1.8em -1.8em 0 0em #008080;
    }
}


.tabBox > ul {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .tabBox > ul.current {
        display: flex;
    }

.tabBox .tabs {
    position: relative;
    min-width: 50px;
    margin-right: 10px;
    background-color: #1ABC9C;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

    .tabBox .tabs a {
        display: block;
        padding: 10px;
        color: #ffffff;
    }

    .tabBox .tabs.normal a {
        padding: 10px 20px;
    }

    .tabBox .tabs.active {
        background-color: #3498DB;
    }

.tabBox + .tabBox {
    margin-top: 10px;
}

.tabBox2 {
    margin-top: 10px;
}

    .tabBox2 > ul {
        display: none;
        flex-direction: row;
        justify-content: flex-start;
    }

        .tabBox2 > ul.current {
            display: flex;
        }

    .tabBox2 .tabs {
        position: relative;
        min-width: 50px;
        margin-right: 10px;
        background-color: #FFC107;
        border-radius: 4px 4px 0 0;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
    }

        .tabBox2 .tabs a {
            display: block;
            padding: 10px;
            color: #ffffff;
        }

        .tabBox2 .tabs.normal a {
            padding: 10px 20px;
        }

        .tabBox2 .tabs.active {
            background-color: #FF0000;
        }
