@charset "utf-8";

#new {
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
	padding-right: 10px;
	padding-left: 10px;
}

#time {
	width: 100%;
	border-spacing: 0;
	line-height: 1.7em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#time th {
	background-color: #ff6666;
	text-align: center;
	border-top: 2px solid #1d1d1d;
	border-bottom: 2px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
}
#time th:first-child {
	border-radius: 10px 0 0 0;
	border-left: 2px solid #1d1d1d;
}
#time th:last-child {
	border-radius:0 10px 0 0;
	border-right:2px solid #1d1d1d;
}

#time td {
	text-align: center;
	border-bottom: 1px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
}
#time tr td:first-child{
	border-left:2px solid #1d1d1d;
}
#time tr td:last-child{
	border-right:2px solid #1d1d1d;
}
#time tr:last-child td{
	border-bottom:2px solid #1d1d1d;
}
#time tr:last-child td:first-child{
	border-radius: 0 0 0 10px;
}
#time tr:last-child td:last-child{
	border-radius: 0 0 10px 0;
	border-right:2px solid #1d1d1d;
}
p {
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.bold {
	font-weight: bold;
}

.google-maps {
	text-align: center;
}
.google-maps iframe {
	width: 90% !important;
}.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.appoint dt {
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.tel a {
	color: #333;
	font-size: 1.4em;
	line-height: 1.4em;
}

#infTime {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	line-height: 1.7em;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#infTime th {
	border-top: 2px solid #2FA0FF;
	border-bottom: 2px solid #2FA0FF;
	border-left: 1px solid #2FA0FF;
	background: #BDF4F1;
	text-align: center;
	line-height: 1.7em;
}

#infTime th:first-child {
	border-right: 1px solid #2FA0FF;
	border-left: 2px solid #2FA0FF;
	border-radius: 10px 0px 0px 0px;
}

#infTime th:last-child {
	border-right: 2px solid #2FA0FF;
	border-radius: 0px 10px 0px 0px;
}

#infTime td {
	border-bottom: 1px solid #2FA0FF;
	border-left: 1px solid #2FA0FF;
	text-align: center;
	line-height: 1.7em;
}

#infTime tr td:first-child {
	background: #BDF4F1;
	border-right: 1px solid #2FA0FF;
	border-left: 2px solid #2FA0FF;
}
#infTime tr td:last-child {
	border-right: 2px solid #2FA0FF;
}
#infTime tr:last-child td{
	border-bottom: 2px solid #2FA0FF;
}
#infTime tr:last-child td:first-child{
	border-radius: 0 0 0 10px;
}
#infTime tr:last-child td:last-child{
	border-radius: 0 0 10px 0;
}

.red {
	color: #F00;
}
#recruit {
	color: #C30;
}
