@charset "utf-8";
/* CSS Document */

/*
.highlightBorderTabDifferent::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .2s;
}
.highlightBorderTabDifferent:hover::after{
  width: 100%;
  left: 0;
}
*/

.tab-row1 {
	text-align: center;
	padding: 0;
	float: none;
	display:inline-block;
	list-style: none;
	width: auto;
}

.tab-row1 li {
	width:auto;
	text-align:center;
	font-size:15px;
	font-weight:600;
	letter-spacing:1.07px;
	transition:all 0.25s ease-out 0s;
	display:inline-block;
	position:relative;
	color:#832575;
	border:1px solid #832575;
	background:none;
	margin:0 13px 0 0;
	padding:11px 20px 11px 20px;
	cursor:pointer;
	animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 350ms;
  animation-delay: calc(var(--count) * 250ms);
  animation-fill-mode: both;
}

.tab-row1 li:hover {
	color:#ffffff; background:#832575; border-color:#832575;
}

.tab-row1 li.active {
	color:#ffffff; background:#832575; border-color:#832575;
}

.tab-row2 {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 auto 0;
}
.tab-bar2 {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
}

@media screen and (min-width:481px) and (max-width:600px) {

}

@media screen and (min-width:601px) and (max-width:767px) {

}

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