p.switch_btn_ { float:right;}
p.switch_btn_ a { }

.switch_banner_ { position:relative; width:950px; margin:0 auto; text-align:center; display:none; }
.switch_banner_btn_ { position:absolute; top:2px; }
.switch_btn_ {
    width: 14%;
    padding: 3px 0 3px 3px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
    background: #6d453b;
    margin-top: 10px;
}
.switch_btn_ a {
    display: block;
    height: 36px;
    width: 100%;
    background: url(../img/usr/sb/common/header/btn_pc.png) no-repeat center center;
    background-size: 46px 40px;
    -webkit-background-size: 46px 40px;
    text-indent: -9999px;
    border: 1px dotted #5d3b32;
    border-right: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}
.switch_btn_:link { color:#202020; text-decoration:none; }
.switch_btn_:visited { color:#202020; text-decoration:none; }
.switch_btn_ a { color:#202020!important; }
.switch_btn_ a:link { color:#202020; text-decoration:none; }
.switch_btn_ a:visited { color:#202020; text-decoration:none; }
