/* BASIC css start */

.visual { width:100%; margin:0 auto; text-align:center;}
.visual img {max-width:100%;}
/* tabs */
.tabs {
    width: 100%;
    z-index: 50;
  position: -webkit-sticky; 
  position: sticky; 
    top: 42px;
}
.tabs ul {
    width: 100%;
}
.tabs ul li {
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
}
.tabs ul li a {
    display: block;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
word-spacing: 1px;
    padding: 0 10px;
    text-decoration: none;
    border: solid #E9E9E9;
    border-width: 1px;
    border-bottom-color: #DDD;
    color: #333;
    background-color: #fff;
}
.tabs ul li a:hover, .tabs ul li a:focus {
    position: relative;
    color: #e2161c;
    border-color: #e2161c;
}
.tabs ul li a.on {
    position: relative;
    background: #e2161c;
    border-color: #e2161c;
    color: #fff;
}

.tabs.act {
    border-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
div.C-900-11-2 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

