@charset "UTF-8";

#tab {
	margin: 20px 0 10px;
	border-bottom: 2px solid #1FA4C7;
}

#tab li {
	float: left;
	margin-left: 8px;
	font-size: 14px;
}

#tab li a {
	display: block;
	text-decoration: none;
	background-color: #EDF9FC;
	padding: 10px 15px;
	text-align: center;}

#tab .current a {
	background-color: #1FA4C7;
}

#tab .current a {
	color: #fff;
}

/* -----------------------------------------------
	ご案内
----------------------------------------------- */
#accept table {
	border: 1px solid #BCBCBC;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#accept table th,
#accept table td {
	border: 1px solid #BCBCBC;
	padding: 5px;
}

#accept table th {
	font-weight: normal;
	background-color: #f3f3f3;
}

#accept table td span {
	color: #fff;
	padding: 2px 4px 1px 4px;
	margin: 0 8px 0 2px;
	font-size: 0.8em;
}

#accept table td .am {
	background-color: #ee907d;

}

#accept table td .pm {
	background-color: #83A2ED;
}

#accept .emergency {
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
}

#accept .emergency .tel {
	font-weight: bold;
	font-size: 20px;
	background: url('/home/images/icon_tel.png') no-repeat left center;
	padding-left: 22px;
	margin-top: 5px;
}
#accept #information li {
	margin: 0 0 5px 1em;
	text-indent: -1em;
}

#appoint ul {
	margin-top: 20px;
}

#appoint li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 6px;
}

#appoint ul li:before {
	content: "・"
}

#change .changeInfo {
	background-color: #F5F5F5;
	padding: 15px;
}

#change .changeInfo ul li {
	text-align: center;
}

#change .changeInfo ul li span {
	font-size: 1.6em;
}

#calendar table {
	border: 1px solid #BCBCBC;
	width: 100%;
	margin-bottom: 10px;
}

#calendar table + h2 {
	margin-top: 40px;
}

#calendar table th,
#calendar table td {
	border: 1px solid #BCBCBC;
	padding: 7px;
}

#calendar table th {
	width: 5em;
	font-weight: normal;
	text-align: center;
	background-color: #f7f7f7;
}

#calendar table .sun,
#calendar table .holiday {
	color:#e66464;
	background-color: #fff5f3;
}

#calendar table .sun02 {
	color:#e66464;
}

#calendar table .sun p,
#calendar table .holiday p {
	color: #e66464;
}

#calendar table td.sun.none,
#calendar table td.holiday.none{
	color: #f6a2a2;
}

#calendar table .sat {
	color:#2395ce;
	background-color: #f4fdff;
}

#calendar table td.none {
	color: #c0c0c0;
}

#calendar table td.sat.none{
	color: #92c4ff;
}

#calendar table td p {
	font-weight: bold;
	color: #4D4D4D;
	display: inline-block;
	margin-right: 20px;
}

#calendar table td p span{
	font-size: 80%;
	font-weight: normal;
	line-height: 1.1;
	padding-left: 5px;
}

#calendar table td .time{
	background: #b9e5fa;
	font-size: 70%;
	text-align: center;
	display: inline;
	padding: 3px 4px 2px;
	margin-left: 2px;
}

/* -----------------------------------------------
	外来のご案内
----------------------------------------------- */
#hours .tableWrap {
	position: relative;
}

#hours .tableScroll {
	width: 98%;
	overflow-x: scroll;
}

#hours h2 span {
	font-size: 10px;
	margin-left: 20px;

}

#hours table {
	text-align:center;
	width:500px;
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-collapse:collapse;
	margin-bottom: 10px;
}

#hours table th {
	text-align:center;
	font-weight: normal;
	padding:8px 0;
	width: 60px;
	border-bottom: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	background-color: #f7f7f7;
}

#hours table .cred {
	color:#F00;
}

#hours table th.week{
	background-color: #fdf9fb;
}

#hours table td {
	line-height:1.2;
	vertical-align:middle;
	padding:0;
	border-bottom: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
}

#hours table td p {
	margin-bottom: 10px;
}

#hours table th.noneb{
	background-color:#fff;
}

#hours table td.time {
	background-color:#fff5f3;
}

/*#hours table td.time a { */
#hours table td.time p {
	text-decoration: none;
	display: block;
	padding: 4px 0;
	margin-bottom: 0;
}

#hours table td.pm {
	background-color:#f4fdff;
}

#hours table td span {
	display: block;
	font-size: 10px;
	color:#F46C80;
}

#hours table th.none,
#hours table td.none {
	color:#d1d1d1;
	background-color:#F9F9F9;
}

#hours table td span.ttop {
	display: block;
	margin-top: -5px;
}

#hours table .sat {
	background-color: #f7f7f7;
}

#hours table tr.topLine {
	border-top: 1px solid #BCBCBC;
}
#hours table tr.dotLine {
	border-bottom: 1px dotted #E6E6E6;
}
#hours table tr.dotLine th,
#hours table tr.dotLine td {
	border-bottom: none;
}

#hours table .subject {
	vertical-align: middle;
	background-color: #feddd6;
	border-bottom: 1px solid #BCBCBC;
	line-height: 2.0;
	width: 12px;
	padding: 0 4px;
}

#hours #afternoon table .subject {
	background-color: #d0f6ff;
}

#hours table .subject i {
	width: 1em;
	font-color:#f00;
}

#hours .pileupWrap {
	position: absolute;
	top:0; left:0;
	width: 135px;
	overflow: hidden;
}



/**************************************************
#hours table {
	width: 96%;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
}

#hours th, #hours td {
	padding: 10px; border: 1px solid #ddd;
	text-align: center;
}

#hours th {
	background: #f4f4f4;
}

#hours th {
	width: 200px;
}

#hours td {
	width: 20px;
}

 #hours table thead{
        display: block;
        float: left;
        overflow-x:scroll;
    }
 #hours table tbody{
        display: block;
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }
 #hours table th{
        display: block;
        width:auto;
    }
 #hours table tbody tr{
        display: inline-block;
        margin: 0 -3px;
    }
 #hours table td{
        display: block;
    }
    ************************************/