@charset "utf-8";
/* CSS Document */

/*inner*/
.tab-row11 {
	width: 100%;
	float: left;
	text-align: center;
	background-origin: border-box;
	background-clip: content-box, border-box;
	display: inline-block;
	margin: 0 auto 48px;
	padding: 0 0 0;
}
.tab-row11 a {
	float: none;
	cursor: pointer;
	font-size: 14.3px;
	color: #2e3547;
	letter-spacing:0.3px;
	background-origin: border-box;
	background-clip: content-box, border-box;
	overflow: hidden;
	display: inline-block;
	margin: 0 18px 0;
	line-height:30px;
	position: relative;
	font-family: 'futura-book-font';
}
.tab-row11 a:hover {
	box-shadow: none;
	color:#cfb95a;
}

.tab-row11 a:hover .tab1 {
	color:#cfb95a;
	-webkit-background-clip: text;
	-webkit-text-fill-color: inherit;
}
.tab-row11 a.active {
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: none;
	color:#cfb95a;
}

.tab-row22 {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 0;
}
.tab-bar22 {
	padding: 0 0 0;
	display: none;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.tab-row11 { width:100%;}
.tab-row11 a { margin:0 3% 10px; float:none; display:inline-block;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.tab-row11 { width:100%;}
.tab-row11 a { margin:0 3% 10px; float:none; display:inline-block;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.tab-row11 a { font-size:14px; margin:0 10px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1241px) {
}
