
.title00 h3{
    font-size: 2.6rem;
    color: #000;
    text-align: center;
}
.title00 h3 span{
    font-size: 1.8rem;
    display: block;
    margin-top: 1rem;
}
.content{
    margin: 7rem 1.2rem 0rem 1.2rem;

}

@media (max-width: 375px){
    
}

.date_tap{
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.date_tap ul li{
    float: left;
    font-size: 1.8rem;
    font-weight: 300;
    margin-right: 2.6rem;
    margin-bottom: 2rem;
}
.date_tap ul li span{
    margin-left: 2rem;
    margin-right: 2rem;
}
.date_tap ul li.selected{
    color: #000;
    font-weight: 500;
}
.date_tap ul a{
    color: #999;
}
.date_tap ul a:hover{
    color: #000;
}
.date_tap ul li.initial{
    color: #999;
}

.date h3{
    font-size: 1.6rem;
    color: #000;
    font-weight: 300;
    float: left;
}
.date h3 span{
    font-size: 4.4rem;
    font-weight: normal;
}
.date_line{
    width: 72%;
    border-top: 1px solid #eeeeee;
    float: right;
    margin-top: 30px;
}

.activity_list{
    
}
.listbox{
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
.linenone{
    border-bottom: none;

}
.activity_list .list_left{
    float: left;
    width: 22.4rem;
}
.activity_list .list_left h4{
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.activity_list .list_left p{
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
    line-height: 2rem;
}
.activity_list .list_left p span{
    font-weight: 400;
    color: #333;

}
.activity_list .list_right{
    float: right;
    width: 11rem;
}
.activity_list .list_right img{
    width: 100%;
}

.activity_list a:hover{
    opacity:0.8;
}

@media (min-width: 375px){
    .date_line{
        width: 74%;
        border-top: 1px solid #eeeeee;
        float: right;
        margin-top: 30px;
    }
   .activity_list .list_left{
        float: left;
        width: 25rem;
    } 
    .activity_list .list_right{
        float: right;
        width: 13rem;
    }
}






