body {
    min-width: 1200px !important;
}
    
table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
    font-weight: bold;
    margin: 10px auto;
}
    
.fav-item{
    position: absolute;
    right: 25px;
    top: 10px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
    cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}
    
#hdr .hdrBottom2 .hdrInner .gNav > ul > li > a span:nth-child(2) {line-height: 1.4;}
    
.hdrLine{
    margin-left: 10px;
}


/*ヘッダーアコーディオン*/
ul.header_aclist {
    position: absolute;
    z-index: 10;
    background-color: #f7f7f7;
    padding: 15px 15px 1px;
}
ul.header_aclist > li {
    margin-bottom: 14px;
}
ul.header_aclist > li > ul {
    padding: 15px 10px 0;
}
ul.header_aclist > li > ul > li + li {
    margin-top: 14px;
}
ul.header_aclist > li a.open {
    font-weight: bold;
}

/*追加*/
.itemList.itemList--ranking .itemList__unit:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    letter-spacing: 0;
    top: 8px;
    font-size: 13px;
    border: 0;
}

.fav-item button {
    color: rgba(155,155,155, 0.8);
}

#favoliteSection {
    margin-top: 80px;
}

/* 240807 yamada add */
.h_meganav_list {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h_meganav_list li {
    width: 20%;
    pad: 10px;
}