
.cals_wrap {
	padding-top: 0.5em;
}

.cal_wrap {
	display: inline-block;
}

.cal_wrap table {
	min-width: 12.5em;
}

#rcal,
#rcal th,
#rcal td {
	border: 1px solid #333;
	border-collapse: collapse;
}

#rcal td {
	padding: 5px;
}

#rcal td > span {
	display: block;
	width: 1.35em;
	line-height: 1;
}

#rcal td > span:first-child {
	margin-bottom: 3px;
}

#rcal td > span:last-child {
	text-align: center;
}

#rcal td a {
	color: #9b875d;
	font-weight: bold;
}

#rday,
#rday th,
#rday td {
	border: 1px solid #333;
	border-collapse: collapse;
}

#rday td {
	padding: 5px;
}

#rday td:first-child {
	width: 7em;
}

@media all and (min-width: 768px) {
/* PC */
.cal_wrap {
	vertical-align: top;
	margin-right: 1em;
}
.cal_wrap:last-child {
	margin-right: 0;
}
/* PC end */
}

@media all and (max-width: 767px){
/* SP */
.cals_wrap {
	text-align: center;
}
/* SP end */
}
