@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]



******************************/

/*********************************
table
*********************************/
table.company {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 14px;
	text-align:justify;
	letter-spacing:0.05em;

}

table.company th,
table.company td {
padding: 10px;
line-height:1.8;
font-weight:400;
}

table.company th {
background: #5bade1;
vertical-align: middle;
text-align: left;
width: 80px;
overflow: visible;
position: relative;
color: #fff;
text-align:center;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #5bade1;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #4152b0 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #fafafa;
width: 360px;
padding-left: 30px;
padding-right: 30px;
}




#schedule table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	table-layout: fixed;

	
}

#schedule table:last-child {
	margin-bottom: 0;
}



#schedule th,
#schedule td {
	letter-spacing:0;
	font-size: 14px;
	text-align: center;
	color:#333;
		border-right: 1px solid #dcdcdc;

}

#schedule th:last-child,
#schedule td:last-child {
		border-right: 0;
}

#schedule tbody{
		border: 1px solid #a2a2a2;
}


#schedule tbody tr{
		border-bottom: 1px solid #dcdcdc;
		
}


#schedule tbody tr:nth-child(even){
		border-bottom:double 3px #dcdcdc;
}

#schedule tbody:last-child tr:nth-child(even){
		border-bottom:0;
}


#schedule tbody .subject{
		border-bottom:double 3px #dcdcdc;
}

#schedule tbody:last-child .subject{
		border-bottom: 1px solid #a2a2a2;
}



#schedule th.outpatient span {
	font-size: 17px;
	display: inline-block;

}

#schedule th:first-child {
}

#schedule td {
	width: 10%;
	padding: 15px 0;
	letter-spacing:0.05em;
}


#schedule td ul {
	margin:0;
}


#schedule td ul li{
		line-height: 1.3;
		margin:0;
		margin-bottom:10px;
		list-style:none;
			text-align:center;
}

#schedule td ul li .sub-text{
	font-size:0.9em;
}

#schedule td ul li .pink{
	background: #FFE5F6;
}


	

#schedule td ul li:last-child{
		margin-bottom:0px;
}


#schedule tbody:hover {
}

#schedule td a {
	text-decoration: underline;
	display: inline-block;
}

#schedule td a span {
	font-size: 1rem;
}

#schedule td a:hover {
	text-decoration: none;
}


#schedule .subject {
	width: 10%;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	background-color: #efefef;
}

#schedule .subject:last-child {
}

#schedule .subject span {
	font-weight: normal;
	font-size: 12px;

}

#schedule thead {
	border: 1px solid #a2a2a2;
	border-bottom:double 3px #dcdcdc;
}

#schedule thead th,
#schedule tfoot th {
	height: 50px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.05);

}


#reception {

}

#reception a{
	display:inline-block;
	color:white;
	border:1px solid rgba(255,255,255,0.8);
	padding:5px 10px;
	margin-top:15px;
	margin-right:10px;
	
	
}

#reception i{
	margin-right:5px;
}



#reception p {
	color:white;
	font-size:14px;
	padding-top:10px;
	line-height:1.7;
}



#reception table {
	width: 100%;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	line-height:1.7;
}


#reception .title {
	color:white;
	margin-bottom:15px;
	font-size:19px;
	font-family: 'Cinzel', serif;
	font-weight:bold;
}

#reception .icon {
		padding-left:40px;
}


#reception .icon-clock:before {
  content: "\f017";
  font-family: FontAwesome;
  position:absolute;
  top:0;
  left:10px;
  font-weight:normal;
}


#reception th {
	font-size: 15px;
	text-align: left;
	padding:10px 0;
	color:white;
	font-weight:normal;
	letter-spacing:1em;
	vertical-align: top;
	width:80px;

}

#reception td {
	vertical-align: top;
	font-size: 15px;
	text-align: justify;
	padding:10px 0;
	color:white;
	
	letter-spacing:0.05em;

}

table.price {
	font-size: 15px;
	width:100%;
	color:#333;
	text-align: center;
	border-collapse: collapse;
	margin-bottom:50px;
	margin-top:10px;

}

table.price thead th {
	padding:15px 5px;
	text-align:center;
	letter-spacing:0;
	background-color: rgba(0,0,0,0.05);
	line-height:1;
	border: 1px solid #dcdcdc;
	color:#333;
	border-bottom:double 3px #dcdcdc;


}

table.price tbody th {
	padding:7px 5px;
	letter-spacing:0;
	line-height:1;
	font-weight:normal;
	border: 1px solid #dcdcdc;
	color:#333;

}


table.price tbody:nth-child(odd) {
	background-color: #fafafa;

}



table.price td {
	padding:7px 0;
	line-height:1.4;
	border: 1px solid #dcdcdc;

}

table.price span {
	font-size:13px;color:rgba(29,30,124,0.8);
}


