/* ============================================================
共通
============================================================ */

div#teikei_main {
  width:510px;
		margin: 10px auto 0;
  text-align:left;
		line-height:1.6;
		font-size:12px;
}

div#teikei_main h3,
div#teikei_main h4,
div#teikei_main th {
  font-size:12px;
		font-weight:bold;
}

div#teikei_main table {
  font-size:inherit;
		line-height:20px;
}

div#teikei_main h3 {
  width:auto;
		line-height:25px;
		text-indent:5px;
		margin:0 0 20px;
		border-bottom:4px solid #016AA0;
		background-color:#EEFAFF;
}

div#teikei_main h4 {
  width:auto;
		color:#016AA0;
		margin:0 0 5px;
		background:url(/implant_html/tokyo/yoshino/img/ball.gif) left center no-repeat;
		text-indent:18px;
		line-height:20px;
}

div#teikei_main p {
  width:auto;
		margin:0 0 20px;
		padding:0 5px;
		line-height:20px;
}

div.left_img {
  width:auto;
		float:left;
		margin-right:7px;
		padding:2px;
		border:1px solid #CCCCCC;
		text-align:center;
}

div.right_img {
  width:auto;
		float:right;
		margin-left:5px;
		padding:2px;
		border:1px solid #CCCCCC;
		text-align:center;
}

div.line {
  clear:both;
  padding:20px 0;
		text-align:center;
}

div.syo-box {
  clear:both;
		width:510px;
		padding-top:10px;
}

div.syo-box dl {
  margin:0;
		padding:5px;
		border:1px solid #CCCCCC;
}

dl.left {
  width:47%;
  float:left;
}

dl.left dt,
dl.right dt {
  font-weight:bold;
		border-bottom:1px dotted #CCCCCC;
		padding-bottom:3px;
		margin-bottom:3px;
}

dl.left dd,
dl.right dd {
  margin:0;
}

dl.right {
  width:47%;
  float:right;
}

/* ============================================================
スタッフ紹介
============================================================ */

dl.keireki {
  width:440px;
		margin:0 auto;
		padding:0;
		list-style:none;
		line-height:20px;
		text-align:left;
}

dl.keireki dt {
  width:auto;
		float:left;
		clear:both;
		padding:0;
		margin:0;
		vertical-align:top;
}

dl.keireki dd {
  padding:0 0 0 55px;
		margin:0;
		border-bottom:1px dotted #CCCCCC;
}

div#teikei_main ul.gakkai {
  width:440px;
		margin:0 auto;
		_margin:0;
		padding:0;
		list-style:none;
		line-height:20px;
		text-align:left;
}

ul.gakkai li {
  margin:0;
		padding:0;
		border-bottom:1px dotted #CCCCCC;
}

/* ============================================================
診療案内
============================================================ */

/* ============================================================
clear
============================================================ */

.clear {
  clear:both;
}

div.syo-box {
 overflow: hidden;
}

div.syo-box:after {
 content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}

/* Hides from IE-mac \*/
* html div.syo-box {
 height: 1em;
 overflow: visible;
}
/* End hide from IE-mac */

