.tab {
	overflow:hidden;
	border-bottom: 3px solid #666666;
	margin-bottom: 10px;
}
.tab_content {
	margin-bottom: 50px;
}
.tab .tab_list {
	background: #eeeeee;
	padding: 10px 15px;
	float: left;
	margin-right: 10px;
	font-size: 20px;
  line-height: 32px;
	cursor: pointer;
}
.tab_list span {
	font-size: 80%;
}

.tab .tab_list.select {
	background: #666666;
	color: #ffffff;
}
.tab_hide {
	display: none;
}

@media screen and (max-width:481px) {
	.tab .tab_list {
		font-size: 16px;
	}
}
