 @charset "utf-8";
/* CSS Document */
.conten-tab { width:100%; float:right; margin:0 0 41px;}
.conten-tab img { width:100%; display:block;}
.conten-tab .conten-tab1 { width:100%; float:left; margin:26px 0 0;}

.tab-row1 {
	float: none;
	display:inline-block;
	list-style: none;
	width: auto;
	border-bottom:1px solid #d9d9d9;
}

.tab-row1 li { width:auto; font-size:22px; color:#1d1d1b; font-weight:500; padding:0 39px 14px 0; border:none; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; z-index:9; cursor:pointer;}
.tab-row1 li:last-child { padding-right:0;}

.tab-row1 li:hover {
	color:#948050;
	transition: all 0.25s ease-out 0s;
}


.tab-row1 li.active {
	color:#948050;
	transition: all 0.25s ease-out 0s;
}

.tab-row2 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.tab-bar2 {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 0;
}
.tab-icon1 {
	width: 55px;
	float: none;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.conten-tab { width:100%; margin:0 0 45px;}
.tab-row1 li { font-size:16px; padding:0 8px 23px 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.conten-tab { width:100%; margin:0 0 45px;}
.tab-row1 li { font-size:18px; padding:0 16px 23px 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.conten-tab { width:100%; margin:0 0 45px;}
.tab-row1 li { font-size:18px; padding:0 16px 23px 0;}
}

@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:1240px) {
}

@media screen and (min-width:1241px) and (max-width:1350px) {
}