#pconly { display: none;}


#topContents {
    background: url(http://dummyimage.com/2000x600/dddddd/eeeeee) no-repeat center center;
    height: 500px;
    background-size: cover;
}

div.newyeartime {
    width: 100%;
}

div.area {
    font-size: 0;
}

div.area th,
div.area td {
    line-height: 24px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

div.area .retail td,
div.area .retail th {
    line-height: 48px;
}

div.areatitle {
    background-color: #7f0019;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 15px;
}

div.area .retail,
div.area .opendate {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
}

div.area .retail {
    width: 20%;
}

div.area .retail table {
    width: 100%;
}

div.area .retail table tr {
    text-align: center;
}

div.area .opendate {
    width: 80%;
    overflow-x: auto;
}

div.area .opendate table {
    width: 100%;
    min-width: 700px;
}

div.area .opendate table tr {
    text-align: center;
}

.horizontal tr:nth-child(2n) {
    background-color: #ececec;
}

.smallscreenonly {
    display: none;
}

@media only screen and (max-width: 768px) {
    .smallscreenonly {
        display: inline-block;
    }
}

@media only screen and (max-width: 414px) {
    #pconly { display: block!important;}
}
@media only screen and (max-width: 768px) {
    #pconly { display:none;}
}

@media only screen and (max-width: 414px) {
    div.area .retail,
    div.area .opendate {
        font-size: 13px;
    }
    div.area .opendate {
    width: 70%;
    overflow-x: auto;}
    
    div.area .retail {
    width: 30%;
}
}

@media only screen and (max-width: 445px) {
    div.area .toolong td {
        padding: 22px 0;
    }
}
.wrapper p a{
	color:#7f0019;
	font-weight: bold;
}
.wrapper p a:hover{
	color:#000;
}
