@charset "UTF-8";

/************************************************************
　　　　ローカルナビ
************************************************************/
#first #localNav > ul > li.first > a,
#re_examination #localNav > ul > li.re_examination > a,
#second_opinion #localNav > ul > li.second_opinion > a,
#hours #localNav > ul > li.hours > a,
#calendar #localNav > ul > li.calendar > a,
#account #localNav > ul > li.account > a {
	background-color: #edf9fc;
}


/************************************************************
　　　　コンテンツ
************************************************************/
/*	初めての方
------------------------------------------------------*/
#first article table.time{
	width: 700px;
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	margin-bottom: 30px;
}

#first article table.time .change{
	text-align: center;
	font-size: 80%;
}

#first article table.time th,
#first article table.time td{
	border-bottom: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 15px 18px;
}

#first article table.time th{
	width: 120px;
	background: #EBF7FD;
	font-weight: normal;
	text-align: center;
}

#first article table.time span {
	/*border: 1px solid #4D4D4D;*/
	color: #fff;
	/*font-size: 80%;*/
	padding: 2px 2px 1px 3px;
	margin: 0 4px 0 2px;
}

#first article table.time .am {
	background-color: #ee907d;

}

#first article table.time .pm {
	background-color: #83A2ED;
}

#first article #information li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 6px;
}

#first article .emergency {
	background-color: #f5f5f5;
	padding: 30px;
	margin-bottom: 30px;
}

#first article .emergency .tel {
	font-weight: bold;
	font-size: 22px;
	background: url('/home/images/icon_tel.png') no-repeat left center;
	padding-left: 20px;
	margin-top: 5px;
}


/*	再診の方
------------------------------------------------------*/
#re_examination #appoint .inner {
	position: relative;
	width: 440px;
}

#re_examination #appoint .photo {
	position: absolute;
	top:0;right: -260px;
	text-align: center;
}

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

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

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

#re_examination #change .changeInfo {
	background-color: #F5F5F5;
	padding: 24px 30px 30px;
}

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



/*	セカンドオピニオンについて
------------------------------------------------------*/
#second_opinion section {
	margin-bottom: 50px;
}

#second_opinion section .case {
	background: #F5F5F5;
	padding: 20px 30px;
	margin-top: 50px;
}

#second_opinion section .list li{
	text-indent: -3em;
	margin: 0 0 5px 3em;
}

#second_opinion section .list li span{
	font-weight: bold;
}

#second_opinion section table{
    width: 100%;
    margin-top: 10px;
	text-align: left;
}

#second_opinion section table th,
#second_opinion section table td{
	padding: 16px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}



/*	診療時間・診療表
------------------------------------------------------*/
#hours article table.time{
	width: 700px;
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	margin-bottom: 30px;
}

#hours article table.time .change{
	text-align: center;
	font-size: 80%;
}

#hours article table.time th,
#hours article table.time td{
	border-bottom: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 15px 18px;
}

#hours article table.time th{
	width: 120px;
	background: #EBF7FD;
	font-weight: normal;
	text-align: center;
}

#hours article table.time span {
	/*border: 1px solid #4D4D4D;*/
	color: #fff;
	/*font-size: 80%;*/
	padding: 2px 2px 1px 3px;
	margin: 0 4px 0 2px;
}

#hours article table.time .am {
	background-color: #ee907d;

}

#hours article table.time .pm {
	background-color: #83A2ED;
}

#hours article .emergency {
	background-color: #f5f5f5;
	padding: 30px;
	margin-bottom: 30px;
}

#hours article .emergency .tel {
	font-weight: bold;
	font-size: 22px;
	background: url('/home/images/icon_tel.png') no-repeat left center;
	padding-left: 20px;
	margin-top: 5px;
}
#hours article .calendar {
	position: relative;
}

#hours article .pdfDL {
	position: absolute;
	right: 0; top: -6px;
}

#hours article .pdfDL a {
	display: block;
	width: 20em;
	background-color: #F46C80;
	color: #fff;
	text-decoration: none;
	padding: 10px 2px 10px 14px;
	text-align: center;
	border-radius: 2px;
	position: relative;
}

#hours article .pdfDL a:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;left: 8px;
	margin: -3px 0 0 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

#hours article .pdfDL a:hover {
	background-color: #f898a6;
}

#hours article #information {
	padding: 30px 30px 24px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

#hours article #information li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 6px;
}

#hours article .calendar h3 span {
	font-size: 0.6em;
	margin-left: 2em;

}

#hours article .calendar table {
	text-align:center;
	width:100%;
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-collapse:collapse;
	margin-bottom: 10px;
}

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

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

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

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

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

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

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

#hours article .calendar table td.time a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

#hours article .calendar table td.time i {
	display: block;
	padding: 10px 0;
	font-style: normal;
}

#hours article .calendar table td.time a:hover {
	background-color:#FEDDD6;
}

#hours article .calendar table td.pm a:hover {
	background-color:#D0F6FF;
}

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

#hours article .calendar table td span {
	display: block;
	font-size: 0.8em;
	color:#F46C80;
}

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

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

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

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

#hours article .calendar table .subject {
	vertical-align: middle;
	background-color: #feddd6;
	border-bottom: 1px solid #BCBCBC;
	line-height: 2.0;
}

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

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

/*	休診情報
------------------------------------------------------*/
#calendar article section {
	margin-bottom:50px;
}
#calendar article .calendar table caption {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0 0 0 25px;
	position: relative;
	text-align:left;
	margin-bottom:20px;
}
#calendar article .calendar table caption:before {
	content:"";
	display: block;
	width: 4px;
	height: 2px;
	border-top: 4px solid #1fa4c7;
	border-bottom: 4px solid #1fa4c7;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top:-6px;
}
#calendar article .calendar table caption:after {
	content:"";
	display: block;
	width: 4px;
	height: 2px;
	border-top: 4px solid #1fa4c7;
	border-bottom: 4px solid #1fa4c7;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top:-6px;
}
#calendar article .calendar table caption strong {
	font-size: 120%;
	padding-left: 5px;
	font-weight: bold;
}

#calendar article .calendar table {
	text-align:center;
	width:100%;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-collapse:collapse;
	margin-bottom: 50px;
}

#calendar article .calendar table th {
	text-align:center;
	font-weight: normal;
	width: 95px;
	padding:14px 0;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background-color: #f7f7f7 !important;
}

#calendar article .calendar table td {
	line-height:1.6;
	vertical-align:top;
	padding:14px 0;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	height: 60px;
}

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

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

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

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

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

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

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

#calendar article .calendar table td p {
	font-weight: bold;
	color: #4D4D4D;
	text-align: center;
}

#calendar article .calendar table td p span{
	display: block;
	font-size: 80%;
	padding-bottom: 7px;
	font-weight: normal;
	line-height: 1.1;
}

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




/*	会計や書類など
------------------------------------------------------*/

#account article section {
  margin-bottom:50px;
}
#account article .payment div {
  width: 280px;
  float: right;
  margin:0 0 0 50px;
}
#account article p.att {
  padding: 30px;
  background-color: #f5f5f5;
  margin-top: 30px;
}
#account article .list li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 6px;
}

#account article .list li:before {
	content: "・"
}
