@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   セゾン投信 /japan/css/chart.css
 *
 ********************************************************************** */
 .sw-btn{
     position: relative;
 }
 .sw-btn ul{
     margin-top:20px;
 }
 .sw-btn ul li{
     display: inline-block;
     padding:0 10px;
 }
 .sw-btn ul li.sw{
     background-color: rgb(247, 247, 247);
     margin-right:3px;
     cursor: pointer;
 }
 .sw-btn ul li.sw.active{
    background-color: rgb(230, 235, 245);
    font-weight: bold;
}
 .sw-btn ul li.sw:hover{
    background-color: rgb(230, 235, 245);
} 