/*　◆切替スイッチ◆　*/
.switchBtn {
margin-top: 0;
padding:0;
width: 100%;
text-align: center;
clear: both;
}

.switchBtn a{
color:#FFFFFF;
margin: 0 10px;
padding: 5px 30px;
text-align: center;
display: inline-block;
overflow: hidden;
text-decoration:none;
font-size:90%;
}

.switchBtn a{
background-image:-moz-linear-gradient(top, #00CBFF, #00A4ED);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00CBFF), to(#00A4ED), color-stop(1,#00A4ED));
border:2px solid #65DAF8;
color:#FFFFFF !important;
}
 
.switchBtn a{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}