#memorabilia {
    height: 32px;
    padding: 0px 32px;
    width: 749px;
}

#memorabilia .swiper-slide {
    width: 101px;
    height: 32px;
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    font-size: 20px;
    color: #4D4D4D;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.swiper-button-prev {
    left: 0px;
    width: 90px;
    height: 50px;
    background: #fff url(../img/ntrow06.png) no-repeat center center;
    margin-top: -31px;
}

.swiper-button-next {
    right: 0px;
    width: 90px;
    height: 50px;
    background: #fff url(../img/ntrow07.png) no-repeat center center;
    margin-top: -31px;
}

#memorabilia .swiper-wrapper {
    z-index: 20;
}

#memorabilia .swiper-slide.active {
    background: #F7BD43;
    border-color: #F7BD43;
}

/*========================================================================*/
.memorabiliaConMk {
    position: relative;
    margin-top: 8%;
}

.memorabiliaConMk .Tb01 {
    width: 20px;
    height: 40px;
    background: url(../img/ntrow08.png) no-repeat;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.memorabiliaList {
    position: relative;
    padding-top: 40px;
    padding-left: 0px;
}

.memorabiliaList::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    background: #B2B2B2;
}


.memorabiliaList li {
    padding-bottom: 40px;
    list-style: none;
    display: inline-block;
    width: 100%;
    clear: both;
}

.memorabiliaList li:nth-child(2n) .memorabiliaList01 {
    float: right;
}

.memorabiliaList li:nth-child(2n) .memorabiliaList01::before {
    left: -6px;
    right: auto;
}


.memorabiliaList li:nth-child(2n) .memorabiliaList02 {
    float: left;
    padding-left: 0;
    padding-right: 25px;
}

.memorabiliaList li:nth-child(2n) .memorabiliaList01 img {
    float: right;
}

.memorabiliaList01::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px;
    background: #7F7F7F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.memorabiliaList01 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    height: 123px;
}

.memorabiliaList01 img {
    display: block;
    width: 178px;
    height: 123px;
}

.memorabiliaList01 i {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #666666;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
    height: 1px;
    z-index: -1;
}

.memorabiliaList02 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-left: 25px;
    margin-top: 25px;
}

.memorabiliaList02 .fon24 {
    margin-bottom: 10px;
}

.fon24 {
    font-size: 24px;
}


.memorabiliaConMk .Tb02 {
    width: 20px;
    height: 40px;
    background: url(../img/ntrow09.png) no-repeat;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -1px;
}