@charset "utf-8";
.sec_inner_status {
    max-width: 670px;
    margin: 0 auto;
    padding-bottom: 70px;
}
h2 {
    font-size: 2.6rem;
    color: #fff;
    border-radius: 10px;
    padding: 1px 0 3px;
    margin-bottom: 15px;
}
.pd20 h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
}
h3.past {
    font-size: 2.6rem;
}
.pd20 h3,
.attention {
    font-weight: bold;
    text-align: left;
}
.pd20 {
    padding: 0 20px;
    margin-bottom: 70px;
    text-align: left;
}
.pd20 .row .col.grid-5 {
    width: 40%;
}
.pd20 .row .col.grid-7 {
    width: 60%;
    position: relative;
}
.number {
    font-size: 2.4rem;
    display: inline-block;
    border-radius: 10px;
    line-height: 1;
    padding: 10px 11px;
    margin-bottom: 5px;
    min-width: 180px;
    font-weight: bold;
}
.number span {
    font-size: 6.5rem;
    letter-spacing: -2px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.number span:first-child,
.number span:nth-child(2){
    text-decoration: line-through;
}
.number span.slash {
    display: inline-block;
    background: url(../../images/bg_entry_status_slash.png) 0 0 no-repeat;
    width: 28px;
    height: 53px;
    margin: 0 0 5px 2px;
    vertical-align: bottom;
}
.number span.shukei {
    display: inline-block;
    font-size: 3.8rem;
    text-decoration: none;
    padding-top: 1.8rem;
}
.number span.kekka {
    text-decoration: none;
}
.mini {
    font-size: 1.4rem;
    text-align: left;
}
.past_box {
    position: relative;
}
table.realtime_tbl {
    border: none;
    margin: 10px 0;
    font-size: 1.7rem;
    width: 100%;
}
table.realtime_tbl.balloon{
    position: relative;
}
table.realtime_tbl th {
    text-align: center;
    border: 1px solid #000;
    color: #000000;
    vertical-align: middle;
    padding: 10px;
    font-weight: normal;
}
table.realtime_tbl th.col1,
table.realtime_tbl th.col2 {
    width: 20%;
}
table.realtime_tbl th.col4 {
    width: 25%;
    padding-right: 40px;
}
table.realtime_tbl td {
    text-align: center;
    border: 1px solid #000;
    vertical-align: middle;
    padding: 10px;
}
.salestore h2 {
    background: #aa1c23;
}
.salestore .pd20 h3,
.salestore .attention {
    color: #aa1c23;
    font-weight: bold;
}
.salestore table.realtime_tbl th {
    background: #dfa8ab;
}
.salestore .number {
    border: 1px solid #aa1c23;
}
.homecenter h2 {
    background: #012063;
}
.homecenter .pd20 h3,
.homecenter .attention {
    color: #012063;
    font-weight: bold;
}
.homecenter table.realtime_tbl th {
    background: #a1acc5;
}
.homecenter .number {
    border: 1px solid #012063;
}
.carryover {
    position: absolute;
    top: -70px;
    left: 230px;
    background: url(../img/bg_entry_status_carryover.png) 0 0 no-repeat;
    background-size: contain;
    width: 150px;
    height: 106px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    padding: 15px;
}
.carryover.diy{
    top: -80px;
    left: auto;
    right: -80px;
    padding: 20px 0 0;
    line-height: 1.2;
}
.carryover.diy strong {
    font-size: 2.2rem;
}
.carryover_td {
    padding-right: 40px !important;
}
.mb70{
    margin-bottom: 70px;
}

#entry_status main .sec_inner{
    margin-top: 0;
}
#entry_status main{
    margin-bottom: 70px;
}
#entry_status #header{
    min-height:initial;
}
#entry_status #footer{
    padding-top:0;
}
#entry_status #footer .row{
    margin-bottom: 1rem;
}
#entry_status #footer .btn-nav.btn-nav-pro{
    display: list-item;
}
#entry_status #footer a{
    display: block;
    max-width: initial;
}
@media print, screen and (max-width: 768px) {
    h1 img {
        max-width: 280px;
    }
    .sec_inner_status {
        padding-bottom: 0;
    }
    .pd20 {
        padding: 0;
        margin-bottom: 35px;
    }
    .pd20 .row{
        margin-bottom: 20px;
    }
    .pd20 .row .col:first-child {
        margin-bottom: 10px;
    }
    .pd20 .row .col.grid-5 {
        width: 100%;
    }
    .pd20 .row .col.grid-7 {
        width: 100%;
    }
    table.realtime_tbl th.col4 {
        padding-right: 10px;
    }
    .number span {
        font-size: 5.8rem;
    }
    .number span.slash {
        margin: 0 ;
    }
    .carryover {
        left: 200px;
        width: 140px;
        height: 102px;
    }
    .carryover_td {
        padding-right: 10px !important;
    }
    table.realtime_tbl tr:nth-child(2) .carryover_td {
        padding-bottom: 20px !important;
    }
    table.realtime_tbl tr:last-child .carryover_td {
        padding-top: 40px !important;
    }
    .carryover.diy{
        zoom: 0.6;
        top: -40px;
        left: auto;
        right: -40px;
        padding: 20px 0 0;
        line-height: 1.2;
    }
    .carryover.diy strong {
        font-size: 1.8rem;
        zoom: 1.4;
    }
}