﻿/* 費用について
------------------------------------------------ */
h4.title{
	width:610px;
	padding:20px;
	margin:0px auto 20px;
	border:4px #CCC solid;
}

/* ベーシックインプラントモデル
------------------------------------------------ */
.basic{
	width:650px;
	margin:0px auto;
}
.basic .l{
	width:185px;
}
.basic .r{
	width:445px;
}
.basic .r dl{
	border-bottom:1px #CCC solid;
}
.basic dt{
	width:220px;
	float:left;
}
.basic dd{
	width:205px;
	float:right;
}

/* オールオンフォーインプラントモデル
------------------------------------------------ */
.standard{
	width:650px;
	margin:0px auto 20px;
}
.standard .l{
	width:200px;
	float:left;
}
.standard .c{
	width:200px;
	margin-right:25px;
	margin-left:25px;
	float:left;
}
.standard .r{
	width:200px;
	float:right;
}
.standard dt{
	margin-bottom:15px;
}

/* 保証について
------------------------------------------------ */
.hosyo_0{
	width:650px;
	margin:0px 0px 15px;
}
.hosyo_0 dt{
	margin-bottom:10px;
}
#box{
	width:618px;
	padding:15px;
	margin:0px auto 20px;
	border:1px #CCC solid;
}
#box dt{
	margin-bottom:10px;
	font-weight:bold;
}
#box dd{
	width:590px;
	margin:0px auto 10px 20px;
}
#box dd .l{
	width:25px;
}
#box dd .r{
	width:545px;
}