#topContentsArea .shopArea {
    padding-bottom: 40px;
}
#topContentsArea .shopArea .shopAreaContent {
    padding-bottom: 0px;
}

.output table,
.output tbody,
.output tfoot,
.output thead,
.output tr,
.output th,
.output td,
.output span,
.output div
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.output {
    width: 640px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    max-width: 100%;
}
.calendarnew_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.output #mouthdis {
    margin-top: 0;
    line-height: 1.0;
    font-size: 1.8rem;
    background-color:#fff;
    border-radius: 3px;
    margin-bottom: 5px;
    font-weight: 600;
}

.output .mouthblock {
    width: 240px;
    margin: 0 20px 20px;
    display: inline-block;
}
.output .mouthblock table {
	 width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.output .mouthblock table th {
    text-align: center;
    color: #4d4d4d;
    font-weight: 900;
    padding-bottom: 0px;
}
.output .mouthblock table td {
    background-color: #fff;
    border: 1px solid #4d4d4d;
	text-align:center;
    color: #4d4d4d;
    line-height: 2.0;
    font-weight: 500;
}

/*日付パディング*/
.output .mouthblock table td.other {
    background-color: #e6e6e6;
}

/*定休日カラー*/
.output .mouthblock table td.ssums{
    background-color:#8CC152;
    color: #fff;
}
.output .mouthblock table td.rsums{
    background-color: #cb162c;
    color: #fff;
}

.mouthblock td:first-child{
	color:#e50012;
}
.mouthblock td:last-child{
	color:#182987
}

p.day_details {
}
p.day_details span.holidays01 i {
    color: #cb162c;
}
p.day_details span.holidays02 i {
    color: #8CC152;
}



.output table tr:nth-child(2)
{
	border-top:solid 8px #4d4d4d;
}

.output table td:first-child{
	border-left:solid 2px #4d4d4d;
}

.output table td:last-child{
	border-right:solid 2px #4d4d4d;
}

.output table tr:last-child{
	border-bottom:solid 2px #4d4d4d;
}


@media screen and (max-width: 775px) {
    .output{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .output .mouthblock {
        width: calc( 50% - 10px);
        margin: 0 5px 5px;
        display: inline-block;
    }
    .output #mouthdis {
        font-size: 1.3rem;
    }
    .calendarnew_title {
        font-size: 2.0rem;
    }
    .output .mouthblock table {
    	font-size: 1.2rem;
    }
    .output .mouthblock table td {
        line-height: 1.5;
    }
    p.day_details {
        font-size: 1.4rem;
    }
}
