@charset "utf-8";


/* 受診のご案内 */

.about_flow {
	background-image: url(/patient/inc/images/kaigo/flow_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.about_flow .img_left {
	float: left !important;
	padding: 0px 15px 0px 0px !important;

}

.about_flow p {
	background-color: #eeeeee;
	padding: 10px;
	margin: 0px !important;
}

.last {
	padding-bottom: 0px !important;
	margin-bottom: 20px;
	background-image: none !important;
}

.flow_btn {
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 0px;
	line-height: 0px;
}

.bottom_flow {
	text-align: center;
	background-color: #f4f4f4;
	padding: 10px;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 40px;
}


/* 診療の流れ */

.flow_detail_A {
	width: 390px;
	float: right;
}

.flow_detail_A dt {
	color: #ffffff;
	background-color: #33b2bd;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.flow_detail_B {
	background-color: #f4f4f4;
	padding: 15px;
	margin-bottom: 10px;
}

.flow_detail_B li {
	margin-left: 1em;  
	text-indent: -1em;
}

.flow_detail_C {
	width: 300px;
}

.flow_detail_C dt {
	margin-bottom: 10px;
}

.flow_clearance {
	background-image: url(/patient/inc/images/gairai/flow/arrow1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 38px;
}

.clearance_box {
	background-image: url(/patient/inc/images/gairai/flow/clearance_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #33b2bd;
	padding: 10px;
}

.clearance_box div {
	width: 395px;
	float: right;
}

.clearance_box .receipt {
	float: right;
	width: 253px;
}


/* 受付時間・ご予約方法 */

.reception_box {
	margin-bottom: 10px;
}

.bottomline {
	padding-bottom: 10px;
	border-bottom: #CCC solid 1px;
}

/* typeC 緑枠線タイプ　変化 */
.reception_box table {
	background-color: #fff;
	margin-bottom: 0px;
	margin-right: 10px;
}
.reception_box table.end {
	margin-bottom: 15px;
}
.reception_box table th,
.reception_box table td{
	text-align: left;
	white-space: nowrap;
}
.reception_box table th{
	padding: 3px 15px 3px 3px;
	border-right: 1px solid #33B2BD;
}
.reception_box table th.icon{
	background-image: url(/inc/images/common/aicon_list.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 3px 3px 3px 15px;
}
.reception_box table td img{
	vertical-align: middle;
}
.reception_box table td{
	color: #33B2BD;
	font-size: 110%;
	font-weight: bold;
	border-top: 1px solid #33B2BD;
	border-bottom: 1px solid #33B2BD;
	border-right: 1px solid #33B2BD;
	padding: 3px 7px 3px 7px;
}

.reception_box table td.time {
	font-size: 80%;
	font-weight: normal;
}

.reception_box table td.leftline {
	border-left: 1px solid #33B2BD;
}


.kyuushin td {
	font-size: 100% !important;
	font-weight: normal !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.kyuushin td span {
	color: #565656;
	font-size: 80%;
}

table.consultation_hours{
	border-top: 1px solid #33B2BD;
	border-left: 1px solid #33B2BD;
}

table.consultation_hours td{
	border-right: 1px solid #33B2BD;
	border-bottom: 1px solid #33B2BD;	
	border-top-style: none;
}





























