@charset "utf-8";
/*--京record.css--*/
/* ##########PC########## */
/*活動記録*/
.page_body ul.report_list{
    margin: 0 0 3rem 0;
}

.page_body ul.report_list li{
    border-bottom: 1px dotted #b8b8b8;
    padding: 2px 0;
}

.page_body ul.report_list li::before{
    display: none;
}

.page_body ul.report_list li a{
    color: #111;
    line-height: 1.6;
    display: flex;
    justify-content: flex-start;
    padding: 0.9rem 1rem 0.9rem 1rem;
    text-decoration: none;
    transition: .3s all ease;
    position: relative;
}

.page_body ul.report_list li a:hover{
    background: #f6f7f0;
}

@media screen and (min-width:1px) and (max-width:1400px){
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {


}


/* ##########印刷用########## */
@media print{

}