.tbl-side-caption {
	overflow: hidden;
	margin-top: -25px
}

.tbl-side-caption span {
	float: right;
	font-size: 13px;
	padding: 5px 0
}

.tbl-small-text td {
	font-size: 14px
}

.tbl-width-op table {
	width: 900px
}

.step-list.bg-type dl.tabel-dl {
	border: none
}

.step-list.bg-type dl.tabel-dl dt {
	background-color: #0070bd;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	display: table;
	width: 100%
}

.step-list.bg-type dl.tabel-dl dt span {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.step-list.bg-type dl.tabel-dl dd {
	border: none;
	min-height: 30px;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	padding-left: 12px;
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: -2px
}

.step-list.bg-type>li:after {
	content: url(../image/traffic02/step_arrow_right_mini.png);
	position: absolute;
	top: 30px;
	margin-top: 0;
	right: -25px
}

.step-list.bg-type dl.tabel-dl dd:before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #575757
}

.list-bk {
	color: #333;
	display: inline-block
}

.bul-bill.small {
	font-size: 15px
}

.tabBox {
	margin-bottom: 20px
}

.tabBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	background: url(/humanframe/theme/traffic/assets/image/bg_tab.gif)
		repeat-x left bottom
}

@media only screen and (max-width: 30em) {
	.tabBox ul {
		max-width: 480px;
		overflow-x: scroll
	}
}

.tabBox li {
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-bottom: 2px solid #4181c3;
	border-left: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

.tabBox li.tabBtOn {
	border-top: 2px solid #4181c3;
	border-right: 2px solid #4181c3;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #4181c3
}

.tabBox li a {
	display: block;
	padding: 0 30px
}

@media only screen and (max-width: 64em) {
	.tabBox li a {
		padding: 0 20px
	}
}

@media only screen and (max-width: 30em) {
	.tabBox li a {
		padding: 0 10px
	}
}

.tabBox li a span {
	display: block;
	text-align: center;
	font-weight: 300;
	line-height: 53px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap
}

.tabBox li:hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tabBox li:hover a span {
	color: #4181c3;
	text-align: center
}

.tabBox li.tabBtOn a span {
	color: #4181c3;
	font-size: 17px;
	font-weight: 500
}

.tabBox li:first-child {
	border-left: 1px solid #c5c5c5
}

.tabBox li.tabBtOn:first-child {
	border-left: 2px solid #4181c3
}