@charset "utf-8";
.tab {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.tab-nav, .quick-supplement-tab-nav, .bonus-tab-nav,.order-list-tab-nav,.judagement-tab-nav {
	overflow: hidden;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}
.tab-nav a, .quick-supplement-tab-nav a, .bonus-tab-nav a,.order-list-tab-nav a,.judagement-tab-nav a {
	display: block;
	float: left;
	width: 50%;
	padding: 3% 0;
	text-align: center;
	text-decoration: none;
}
.quick-supplement-tab-nav, .bonus-tab-nav {
	margin-bottom: 10px;
}
.quick-supplement-tab-nav a {
	background: #fff;
}
.bonus-tab-nav a {
	width: 33%;
	background: #fff;
}
.order-list-tab-nav a{
	width: 20%;
	background: #fff;}
	.judagement-tab-nav a{ width:25%;}
.tab-nav a.current, .quick-supplement-tab-nav a.current, .bonus-tab-nav a.current,.order-list-tab-nav a.current,.judagement-tab-nav a.current {
	border-bottom: 2px solid #e9656b;
	color: #e9656b;
}
.tab-con {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.tab-con-item {
	display: none;
	width: 100%;
	text-align: center;
	padding: 0 2%;
}
