 @charset "utf-8";
html {
}
body {
	background-color:#FFF;
	width:100%;
}

/*========ヘッダー==============

#wrapper header {
	display:block;
	width:100%;
	height:300px;
}*/
/*========メイン画像==============*/
#mv {
width:100%;
background-color:#EFE1B8;
}


#mainVisual {
	height:200px;
	width:960px;
	margin:0 auto;
}

/*========コンテンツ==============*/
#contents {
	width:100%;
}
/*========メインコンテンツ==============*/

#main h3{
	 margin-bottom:20px;}
.subTit{
	font-size:18px;
	height:20px;
	line-height:20px;
}
.subTit:before{
	content:"■";
	color:#866239;
	font-size:13px;
	margin-right:10px;}
.subTit02:before{
	content:"●";
	color:#EB5A24;
	font-size:10px;
	margin-right:10px;}
/*========セクション==============*/

#main section {
	overflow: hidden;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1em;
}

#main section p{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5em;
}
/*=======ノンクラスプデンチャー==============*/
.listN{
	margin-left:20px;
}
.listN li{
	margin-bottom:10px;
	line-height:2em;
}
.listN li:before{
	content:"●";
	color:#EB5A24;
	font-size:10px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:2em;
}
.caseNOut{
	width:800px;
	display:block;
	margin:0 auto;}
.caseN{
	display:block;
	width:270px;
	float:left;
	margin-left:65px;
	margin-right:65px;}
.caseN dt{
}
.titN{
	color:#FFF;
		font-weight: bold;
	font-size: 16px;
	background-color: #39F;
	margin-bottom:10px;
}
	
.caseN dd{
	display:block;
	text-align:center;
	line-height:1.5em;
}
.text .tooths2 {
	display: block;
	float: left;
	height: auto;
	width: 200px;
	margin-left: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #39F;
	color: #FFF;
}
.text .tooths {
	display: block;
	float: left;
	height: auto;
	width: 230px;
	font-size: 14px;
	line-height: 20px;
	margin-left: 70px;
}
.text .toothsleft {
	display: block;
	float: left;
	height: auto;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	margin-left: 40px;
}
.text5 .tooths {
	display: block;
	float: left;
	height: auto;
	width: 200px;
	margin-left: 70px;
	text-align: center;
}
.tVoice {
	display: table;
	width: 800px;
	table-layout: fixed;
	margin: 0 auto;
}
.tVoice li {
	display: table-cell;
text-align: center;}

.tVoice li img{
/*margin-bottom: 15px;*/}

.tVoice li dl{
	display: block;
	height: auto;
	width: 200px;
	line-height: 1.5em;
/*	border-bottom: #ccc dotted 1px;*/
}
.tVoice li dl dt{
color: #F90;
	margin-bottom: 5px;
}
.tVoice li dl dd{
	margin-bottom: 10px;
}

/*=======金属床のメリット==============*/

.voice{
	position:relative;
	display:block;
	width:860px;
	height:336px;
	margin-bottom:15px;}
.voice img{
	position:absolute;
	top:0;
	left:0;}
.txt_v01{
	position:absolute;
	width:420px;
	height:auto;
	font-size:16px;
	top:46px;
	left:230px;}
.txt_v02{
	position:absolute;
		width:436px;
	height:auto;
	font-size:16px;
	top:148px;
	left:316px;}
	.txt_v03{
	position:absolute;
		width:400px;
	height:auto;
	font-size:16px;
	top:220px;
	left:372px;}	

/*=======保険と自費の入れ歯の違い==============*/

/*=======料金表==============*/
.tableF {
	display:table;
			-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:660px;
	border-collapse:collapse;
	border:#999 solid 1px;
	margin:0 auto 20px;
}
.tableF dl {
	display:table-row;
	font-size:16px;
}
.tableF dl dt {
	display:table-cell;
	width:45%;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	padding:10px 5px 10px 20px;
	border:#999 solid 1px;
		background-color: #F5F3F5;
}
.tableF dl dd {
	display:table-cell;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	padding:10px 20px;
	border:#999 solid 1px;
	text-align:right;
}
