@charset "EUC-JP";
/* top.htmlÍÑCSS */

h1#headerNew {
    background: -moz-linear-gradient(center top , #ffffff, #d2d6d9) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d2d6d9));
    height: 43px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #F1F2F4;
    border-top: 1px solid #F0F1F3;
}

h1#headerNew span.btnTop {
    display: inline-block;
    margin-top: 10px;
}

h1#headerNew span.btnBack {
    float: left;
    margin: 7px 0 0 8px;
}

h1#headerNew span.btnBack2 {
    float: left;
}

h1#headerNew span.btnFav {
    float: right;
    margin: 7px 8px 0 0 ;
}

h1#headerNew span.btnFav2 {
    float: right;
}

h2.ttlBike {
    border-top: 1px solid #A7A7A7;
    color: #333333;
    font-size: 14px;
    padding: 5px 2px 0;
    text-align: center;
}

h2.ttlBike.f12 {
    font-size: 12px;
}
