@charset "utf-8";
/* margin */
.maB20 {
	margin-bottom:20px;
}
.maB50 {
	margin-bottom:50px;
}
.maT20B20{
	margin:20px 0;
}

.maT20{
	margin:20px 0 0 0;
}

tr.td_B td{
	border-bottom:1px solid #CCC;
}

/* float */
.fl {
	float:left;
	margin-right:5px;
}
.fr {
	float:right;
	margin-left:5px;
}

.fr2 {
	float:right;
	margin:0 0 10px 10px;
}

.cl {
	clear:both;
}

/* img */
img.border {
	border:solid 1px #CCC;
	padding:3px;
}

/* ul */
ul.news {
	width:410px;
	height:110px;
	overflow:auto;
}
ul.news li {
	margin-bottom:10px;
	list-style:none;
}

ul.news .newsDate {
	padding:2px;
	color:#645c2c;
	font-size:12px;
}

ul.qa{
	margin:0 10px 30px 10px;
	list-style:none;
}
ul.qa li.q{
	margin-top:10px;
	padding:0 0 15px 30px;
	background:url(common/q.gif) top left no-repeat;
}
ul.qa li.a{
	padding:0 0 20px 30px;
	background:url(common/a.gif) top left no-repeat;
	border-bottom:1px dotted #CCCCCC;
}

ul.circle {
	padding:5px 0 15px 30px;
}
ul.circle li{
	margin-bottom:5px;
}
ul.decimal {
	list-style:decimal;
	padding-left:25px;
}

ul.clinic {
	width:698px;
	margin:20px auto 0 auto;
	list-style:none;
	text-align:center;
}
ul.clinic li{
	height:250px;
	width:208px;
	margin-right:32px;
	margin-bottom:10px;
	float:left;
}

ul.clinic li#r1{
	height:250px;
	width:208px;
	margin:0 0 10px 0;
	float:left;
}

ul.staff {
	list-style:none;
	margin:0;
	padding:0;
}
ul.staff li{
	width:794px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:dotted 1px #CCCCCC;
}
ul.staff img{
	margin:0 20px 40px 0;
}

/* table */
table.time {
	background:#c5bc86;
	font-size:13px;
}
table.time th {
	width:90px;
	height:40px;
	font-weight:normal;
	background:#f0eddb;
}
table.time td {
	width:90px;
	height:40px;
	text-align:center;
	background:#ffffff;
}
table.time .first {
	text-align:center;
	width:73px;
}
table.time tr.doctor td {
	height:30px;
}

table.implant {
	font-size:13px;
	background:#afa463;
}
table.implant th {
	padding:3px;
	font-weight:normal;
	background:#f0eddb;
	text-align:center;
}
table.implant td {
	padding:3px;
	vertical-align:top;
	background:#ffffff;
}

table.implant2 {
	font-size:13px;
	background:#afa463;
}
table.implant2 th {
	width:70px;
	height:40px;
	font-weight:normal;
	background:#f0eddb;
	text-align:center;
}
table.implant2 td {
	width:70px;
	height:40px;
	text-align:center;
	background:#ffffff;
}

table.whitening td {
	vertical-align:top;
}

table.allCeramic {
	width:550px;
	font-size:13px;
	background:#afa463;
	margin-top:20px;
}
table.allCeramic th {
	padding:5px;
	font-weight:normal;
	background:#f0eddb;
	text-align:center;
}
table.allCeramic td {
	padding:5px;
	vertical-align:top;
	background:#ffffff;
}
table.allCeramic .col1 {
	width:50px;
}
table.allCeramic .col3 {
	width:165px;
}

table.staff td{
	width:350px;
	padding:5px 20px;
}
table.staff td.col1{
	border-right:1px dotted #cccccc;
}

table.recruit {
	margin-top:20px;
	background:#afa463;
}
table.recruit th {
	width:200px;
	padding:5px;
	font-weight:normal;
	background:#f0eddb;
	text-align:center;
}
table.recruit td {
	width:590px;
	padding:5px 10px;
	vertical-align:top;
	background:#ffffff;
}
table.recruit2 td {
	padding:0px;
}

/* other */
.stitle {
	margin:30px 0 15px 0;
}

.detailButton {
	margin-top:25px;
}

.case {
	margin-top:10px;
}

.flowText {
	color:#60592e;
	font-weight:bold;
	margin:0 0 5px 0;
	display:block;
}

.causeText {
	border-bottom:1px solid #ff9000;
	padding:2px 0 2px 10px;
}

.caption {
	font-weight:bold;
	color:#786e33;
	display:block;
	margin:10px 0;
}
.strong {
	color:#FF0000;
	font-weight:bold;
}
.implantText {
	color:#000000;
	font-size:11px;
}