/*

traffic

*/

.rank-content {
	width: 680px;
	margin: 20px 0;
}

.genre-top-text {
	font-size: 16px;
	text-align: left;
}

/* タブ切り替え */
.tab-box {
	display: flex;
}

.ChangeElem_Btn {
	width: 235px;
	height: 85px;
	margin: 10px;
}

.traffic-tab {
	width: 235px;
	height: 60px;
	border: 1px solid #777;
	border-radius: 10px;
	font-size: 20px;
	color: #777777;
}

.traffic-tab:hover {
	opacity: 0.5;
}

.tab {
	display: flex;
	width: 100%;
	margin: 80px auto 100px;
    justify-content: center;
}

.tab-traffic {
	flex-wrap: wrap;
}

.top {
	margin: 75px auto;
}

.current {
	background-image: url(../img/button-traffic.png);
	border: 1px solid #ffffff;
}

.current-w {
	color: #ffffff;
	border: 0;
}

.current-btm {
	z-index: 3;
	background-color: #00603b;
	border: 1px solid #00603b;
	border-radius: 10px;
	color: #ffffff;
}

.genre-department-text {
	margin: 40px 0 20px;
	font-size: 30px;
	color: #00603b;
}