@charset "utf-8";
.tabs{
	width:100%;
}

.tabs p{
	width:50%;
	float:left;
}

.tabs p a{
	color:#292929;
	font-size:75%;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:7px;
	border-top:1px solid #292929;
	border-left:1px solid #292929;
	position:relative;
}
.tabs .tab_02{
	width:25%;
}

.guide .tabs .tab_02{
	width:49.6%;
	border-right:1px solid #292929;
}

.tabs .tab_03{
	width:24.6%;
	border-right:1px solid #292929;
}

.tabs .active a{
	color:#fff;
	background:#292929;
}

.tab_container{
	clear:both;
	margin:0 5px;
}

.tab_content{
	padding:5px;
	border:1px solid #292929;
}
.ranking .tabs p a{
	color:#dac677;
	border-top:1px solid #dac677;
	border-left:1px solid #dac677;
}

.ranking .tabs .tab_02{
	width:25%;
}

.ranking .tabs .tab_03{
	width:24.6%;
	border-right:1px solid #dac677;
}

.ranking .tabs .active a{
	color:#fff;
	background:#dac677;
}

.ranking .tab_content{
	border:1px solid #dac677;
}

