@charset "UTF-8";

#UgcCreativeReviewArea table th,
#UgcCreativeReviewArea table td {
	border: none !important;
}


.add-calendar-list {
	display: flex;
}
.add-calendar-list .add-calendar {
	margin: 0 15px;
	flex: 1;
}
.add-calendar-list .add-calendar .add-calendar-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.add-calendar-list .add-calendar table tr th,
.add-calendar-list .add-calendar table tr td {
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
}
.add-calendar-list .add-calendar table tr th {
	background: #f0f0f0;
	border: solid 1px #dcdcdc;
	font-size: 16px;
	color: #333333;
}
.add-calendar-list .add-calendar table tr td {
	background: #ffffff;
	font-size: 14px;
}
.add-calendar-list .add-calendar table tr .holiday {
	color: #FF0004;
}
.add-calendar-list .add-calendar table tr .saturday {
	color: #3f6dff;
}
.add-calendar-list .add-calendar table td a {
	text-decoration: none;
	color: #333333;
	transition: .3s;
}
.add-calendar-list .add-calendar table td a:hover {
	opacity: 0.5;
}


@media (min-width: 641px){

a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
}
a[href^="tel:"]::after {
	display: none;
}

}


@media (max-width: 640px){

.add-calendar-list {
	display: block;
}
.add-calendar-list .add-calendar {
	margin: 0 0 30px;
}

}