@charset "utf-8";
/* CSS Document */

.tabs {
  /* Clearfix */
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0;
}
.tabs::before, .tabs::after {
  display: table;
  content: '';
  clear: both;
}
.tabs .tab {
  display: inline;
 }
.tabs ul{
  order: 99; 
  width: calc(100% - 2px);
  /*padding: 15px;0908*/
  /* background: #fff; 0908*/
  /* border: 1px #ddd solid; 0908*/
  float: left;
}
.tabs ul {
    min-height: 280px;
}
.tabs ul li {
	font-size:1.1875em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom:12px; /*Add 0914*/
    padding-left: 30px;/*Add 0908*/
    /* background: url(../images/li-background-white.png);   */
    background-size: cover;
}

/*Add 0908*/
.tabs .A {
    background: url(../images/li-background-white.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/*Add 0908*/
.tabs .B {
    background: url(../images/li-background-blue.png);
    background-size: cover;
}


.tabs ul li a {
    color: #4f63a3;/*#414141 0908*/
     line-height: 45px;
     font-size: 1.25em;/*0908*/
    font-weight: bold;/*0908*/
}
.tabs ul li a:hover, .tabs .tab-item ul li a:focus {
    text-decoration: none;
    color:#c54f61;
}
.tabs ul li span {
	font-size:0.7895em;
    margin-right: 15px;
    background: #c54f61;
    border-radius: 30px;
    padding: 5px 12px;
    color: #fff;
}
.tabs .more {
    text-align: right;
	font-size:0.9375em;
    color: #517d88;
}
.tabs .more a {
    color: #517d88;
}
.tabs .tab-button {
    order: 1;
    display: inline-block;
    transition: background ease 0.2s;
    background-color: #dcdcdc;
    font-size: 1.25em;
    color: #414141;
    padding: 10px 15px;
    font-weight: normal;
    width: calc(100%/3);
    text-align: center;
    margin-right: -4px;
    border-right: 2px #fff solid;
}
.tab.active .tab-button, .tab-button:hover, .tab-button:focus {
    color: #fff;
    font-weight: bold;
    background-color: #517d88;
    text-align: center;
	text-decoration: none;
}

.tabs .tab.active .tab-item {
  display: block;
}

/*Add 0908 */
.tabs li .tab-img{
    max-width:10%;
    margin: 0 10px;
    padding-bottom: 5px;
}

@media (max-width: 991px) {

.tabs-info{
    margin:auto;
}

.tabs .tab-button {
    width: 100%;
	margin-top: 0.2rem;
}

.tabs .B{
    background-position: right;
    border-radius:30px;
    padding-left:5px;
}

.tabs .A{
    background-position: right;
    border-radius:30px;
    padding-left:5px;
}
.tabs ul li a {
    color: #4f63a3;
    line-height: 45px;
    font-size: 0.875em;
    font-weight: bold;
}

.tabs li .tab-img{
    max-width: 8%;
    margin: 12px 5px 10px 3px;
    padding-bottom: 2px;
}


}




