@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	color: #5A5657;
	font-size: 13px;
	line-height:1.6;
	}
#wrapper {
	width: 100%;
	min-width: 1020px;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
	
/* リンク */
a:link    {color:#0066FF; text-decoration: none;}
a:visited {color:#0066FF; text-decoration: none;}
a:hover   {color:#0066FF; text-decoration: underline;}
a:active  {color:#0066FF; text-decoration: underline;}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {
	vertical-align: bottom;
	}


/* ▼▼▼ ヘッダー
=====================================*/
#header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	}
#header_inner {
	width: 1020px;
	margin: 45px auto 35px;
	overflow: hidden;
	}
#header_inner h2 {
	width: 490px;
	float: left;
	}
#header_inner .head_access {
	width: 427px;
	float: right;
	}	
#header_inner dl {
	width: 427px;
	overflow: hidden;
	}	
	#header_inner dl dt {
		width: 352px;
		float: left;
		}
	#header_inner dl dd {
		float: left;
		}	
		
/* タイトル */
#site_title {
	overflow: hidden;
	}
h1 {
	color: #FFF;
	font-size: 9px;
	padding: 2px;
	background-color: #241000;
	}	
	h1 span {
		width: 1020px;
		margin: 0 auto;
		display: block;
		}		
/* グローバルナビゲーション */
#gnav {
	width: 1020px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}
#gnav li {
	float: left;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width: 1020px;
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}


/* コンテンツ */
#contents {
	float: left;
	width: 663px;
	margin-top: 35px;
	overflow: hidden;
	}
#contents h3 {
	margin-bottom: 20px;
	}	


/* ▼▼▼ サイド
=====================================*/
#side {
	width: 319px;
	float: right;
	margin-top: 35px;
	overflow: hidden;
	}
	#side ul li {
		margin-bottom: 10px;
		}
		
/* ▼▼▼ フッター
=====================================*/
#footer {
	color: #FFF;
	width: 100%;
	background: #411C01;
	border-top: 8px solid #B89E7D;
	padding: 35px 0;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}
#footer a,
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	#footer a:hover {
		color: #FFF;
		text-decoration: underline;
		}
#footer_inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	#footer_inner .left {
		width: 400px;
		margin-right: 35px;
		float: left;
		}	
	#footer_inner .right {
		font-size: 11px;
		width: 420px;
		float: left;
		}
	#footer_inner .right img {
		margin-bottom: 10px;
		}	
	#footer_inner ul {
		width: 120px;
		float: right;
		}
		
/* ▼ コピーライト */
#copyright {
	font-size: 11px;
	}
	#copyright span {
		width: 1020px;
		margin: 0 auto;
		display: block;
	}
	
/* ▼▼▼ TOPページ
=====================================*/
#treat ul {
	margin-bottom: 15px;
	overflow: hidden;
	}	
	#treat ul li {
		float: left;
		margin-right: 13px;
		}
	#treat ul li.last {
		margin-right: 0;
		}	
	
/* ▼▼▼ アクセスマップ
=====================================*/
#access #maps dl {
	font-size: 16px;
	width: 663px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}
	#access #maps dl.line {
		border-bottom: 1px dotted #C1C1C1;
	}	
	#access #maps dl dt {
		font-weight: bold;
		width: 140px;
		float: left;
	}
	#access #maps dl dd {
		width: 522px;
		float: left;
	}
	
/* ▼▼▼ お問い合わせ
=====================================*/
#contact #contents dl dd {
	color: #654222;
	font-size: 12px;
	margin: 5px 0 30px;
}

/* ▼▼▼ 交通事故治療
=====================================*/

#traffic .box {
	margin-bottom: 30px;
	overflow: hidden;
}	
#traffic .box dl {
	width: 464px;
	float: left;
	}
	#traffic .box dl dt {
		margin-bottom: 10px;
	}
#traffic .box p.photo {
	width: 177px;
	float: right;
}
#traffic dl.points {
	margin-bottom: 25px;
	}
	#traffic dl.points dt {
		margin-bottom: 10px;
	}

/* ▼▼▼ 当院のご案内
=====================================*/

#guidance .box {
	margin-bottom: 30px;
	overflow: hidden;
}	
#guidance .box dl dt {
	margin-bottom: 10px;
}
#guidance .inner {
	overflow: hidden;
	}
	#guidance .inner .left {
		width: 415px;
		float: left;
	}
	#guidance .inner .right {
		width: 227px;
		float: right;
	}
	#guidance .inner p.photo {
		margin-bottom: 15px;
	}
#guidance ul.view {
	margin-bottom: 30px;
	overflow: hidden;
}	
#guidance ul.view li {
	width: 211px;
	margin-right: 15px;
	float: left;
}	
#guidance ul.view li.last {
	margin-right: 0;
}		
	
	
/* ▼▼▼ 院長紹介
=====================================*/

#director h3 {
	margin-bottom: 0;
}	
#director #contents dl {
	width: 663px;
	margin-bottom: 30px;
	position: relative;
	}
	#director #contents dl dd {
		color: #111;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		letter-spacing: 0.05em;
		line-height: 1.7;
		width: 420px;
		position: absolute;
		top: 100px;
		left: 0;
	}
	
/* ▼▼▼ 料金のご案内
=====================================*/

#fee #contents #treat {
	width: 663px;
	height: 176px;
	position: relative;
}	
#fee #contents #treat .inner {
	position: absolute;
	top: 20px;
	left: 25px;
}
#fee #contents #treat .inner ul {
	width: 630px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#fee #contents #treat .inner ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#fee #contents p.red {
	color: #C00108;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0;
}
#fee #contents dl.no01,
#fee #contents dl.no02 {
	position: relative;
	}
	#fee #contents dl.no01 dd,
	#fee #contents dl.no02 dd {
		color: #5A330C;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		letter-spacing: 0.08em;
		line-height: 1.7;
		width: 400px;
		position: absolute;
		top: 20px;
		left: 25px;
	}



/* ▼▼▼ 診療内容
=====================================*/

#care #contents .box {
	width: 663px;
	margin-bottom: 30px;
	overflow: hidden;
}
#care #contents h4 {
	margin-bottom: 20px;
}
#care #contents .box .inner {
	width: 390px;
	float: left;
	}
	#care #contents .box .inner p {
		margin-bottom: 10px;
	}
	#care #contents .box p.photo {
		width: 247px;
		float: right;
	}


/* ▼▼▼ セルフホワイトニング
=====================================*/

#whitening .box {
	margin-bottom: 10px;
	overflow: hidden;
}
#whitening .box .left {
	width: 443px;
	float: left;
	}
	#whitening .box .left dl {
		margin-bottom: 25px;
	}
	#whitening .box dl dt {
		margin-bottom: 10px;
	}
#whitening .box .right {
	width: 197px;
	float: right;
}
#whitening .box .right p {
	margin-bottom: 30px;
}

#whitening .qa {
	margin-bottom: 40px;
}
#whitening .qa dl {
	margin-bottom: 20px;
}
#whitening .qa dl dt {
	margin-bottom: 10px;
}






