@charset "UTF-8";

.header .sub-nav .sns {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
}

.header .sub-nav .sns a {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.header .term {
    padding: 20px;
    background: #0000a5;
}

.header .term ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
}

.header .term li {
    margin: unset;
    padding: 5px 24px;
}

.header .term li b {
    color: #ea0000;
}

.content .button-group .manga-button {
    background-image: linear-gradient(to bottom, #ff9300, #ff7600);
}

.section h2 {
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #18aa45;
    border-radius: 5px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
}

.section h3 {
    border-left-color: #18aa45;
}

.entries .entry {
    display: block;
    overflow: hidden;
}

.entries .entry .rank {
    height: 152px;
    float: left;
}

.entries .entry .cover {
    height: 152px;
    float: left;
}

.entries .entry .info {
    width: 741px;
    display: flex;
    justify-content: space-between;
    float: left;
}

.entries .entry .info .content-info {
    width: 500px;
}

.entries .entry .buttons {
    width: 741px;
    display: flex;
    justify-content: space-between;
    float: left;
}

.entries .entry .read-button {
    width: 390px;
}

.entries .entry .bet-button {
    padding-top: 15px;
}

.entries .entry .cheer-button:last-child {
    padding-right: 0;
}

.abstract .image {
    margin-bottom: 40px;
}

.schedule .image {
    margin-bottom: 40px;
}

.notice img.character {
    position: absolute;
    right: -10 f0px;
    top: 150px;
}

.notice h3 {
    padding: 0 0 20px 0;
    border-left: 0;
    font-size: 22px;
    font-weight: normal;
}

.dialog.open form .buttons {
    width: 100%;
}
