.breadcrumb_sp {
    margin: 5px 10px 5px;
    overflow-x: scroll;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
    line-height: 15px;
}

.breadcrumb_sp ol {
    list-style: none;
    display: table;
    padding-left: 5px;
    margin-left: 5px;
}

.breadcrumb_sp ol li {
    display: table-cell;
    white-space: nowrap;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 5px;
}
.breadcrumb_sp ol li h1{
    display: table-cell;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
}
.breadcrumb_sp ol li a {
    padding: 0px 20px 0 0;
/*    background:url("../../../img/sp/icon/arrow.gif") no-repeat right center;*/
    background:url("../../img/arrow.gif") no-repeat right center;
    color: #3392C8;
    font-weight: normal;
}

.breadcrumb_sp ol li a:last-of-type:after {
    background: 0 0;
}
