div.swicth-btn {
  width: 98%;
  border: 3px solid #1d2089;
  margin: 3px auto;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,241,250,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,241,250,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(233,241,250,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(233,241,250,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(233,241,250,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(233,241,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f1fa',GradientType=0 );
}
div.swicth-btn a {
  text-decoration: none;
  font-size: 250%;
  font-weight: bold;
  line-height: 4.5;
  background: url(http://www.innervision.co.jp/ressources/images/icon/swicth_icon_01.png) 1em center no-repeat, url(http://www.innervision.co.jp/ressources/images/icon/swicth_icon_02.png) 95% center no-repeat;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0 1em;
}
div.swicth-btn a span {
  margin: 0 0 0 1em;
}
