﻿@charset "utf-8";

/* -----------------------------------------------
 * なおしてねっと
 * 病院：詳細ページ(./detail.php) CSS
 *
 * Author        : sue
 * CreationDate  : 08/06/04
 * LastUpdate    : 08/06/04
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.詳細の設定
 *	1-1.病院名
 *	1-2.カテゴリー
 *	1-3.画像分岐
 *	1-4.詳細
 *		・お医者さんの写真
 *	1-5.写真一覧
=============================================== */

/* -----------------------------------------------
 * 1.詳細の設定
----------------------------------------------- */

#detail.centeringBox {
	width: 650px;
}

/* 1-1.病院名
----------------------------------------------- */

#detail .clinicName {
	height: 70px;
	margin: 12px 0;
	padding-left: 70px;
	border-bottom: 1px dotted #C4D3A5;
}
	#detail .clinicName h2 {
		margin: 0;
		padding: 16px 0 0 0;
		font-size: 140%;
		font-weight: bold;
		line-height: 1.2;
	}

	/* 1-2.カテゴリー
	--------------------------------------------- */
	#detail .clinicName p.category {
		margin: 3px 0;
		padding: 0;
		color: #E46F5F;
		font-size: 90%;
		line-height: 1.2;
	}

/* 1-3.画像分岐
----------------------------------------------- */

/* ここの画像の表示は、
	 Smartyで、if分岐させている。 */

/* 歯科だったら */
#dentistry {
	background: url("../img/dentistryBack.gif") no-repeat left center;
}

/* クリニックだったら */
#clinic {
	background: url("../img/clinicBack.gif") no-repeat left center;
}


/* 1-4.詳細
----------------------------------------------- */
#detail h3 {
	margin-bottom: 6px;
	padding-left: 20px;
	color: #E46F5F;
	font-size: 120%;
	font-weight: bold;
	background: url("../../common/img/arrow02.gif") no-repeat left;
}

#detail .article {
	margin: 0 0 1em 1.5em;
}

/* お医者さんの写真が出てくるところ */
/* 副院長 */

#detail #hd .article,
#detail #ad .article {
	float: left;
	width: 400px;
	margin: 0;
	margin-right: 10px;
}
#detail #ad {
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: 1px dotted #888888;
}

	#detail .article h4 {
		margin-bottom: 0.5em;
		color: #495F1D;
		font-size: 120%;
		font-weight: bold;
	}

	#detail .article dl {
		margin-bottom: 1.5em;
	}

	#detail .article dl dt {
		font-size: 120%;
		margin-bottom: 0.5em;
	}
	#detail .article dl dd {
		margin-left: 1em;
		padding-bottom: 0.5em;
		font-size: 110%;
		border-bottom: 1px dotted #cccccc;
	}


/* 1-5.写真一覧
----------------------------------------------- */

#detail table td,
#detail table td p {
	text-align: center;
}
	#detail table td p {
		margin-top: 6px;
	}
