﻿@charset "utf-8";



/*----------------------------------------
■リセット
------------------------------------------*/

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote {
	margin:0;
	padding:0;
}

h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}

p {
	margin:0 0 1em 0;
	}

ul {
	list-style-type:none;
	}

img {
	border:0;
	}

img a {
	border:none;
	}

caption,th {
	text-align:left;
	}

caption,em,strong,th {
	font-style: normal;
	}


/*----------------------------------------
■ヘッダー
------------------------------------------*/


/*----------------------------------------
■
------------------------------------------*/


/*下層ページタイトル*/
#titHead {
	clear: both;
	display: block;
	width: 1200px;
	height: 210px;
	position: relative;
	overflow: hidden;
	margin: 0px auto 26px auto;
	}
#titHead p#pagetit {
	position: absolute;
	top: 50px;
	z-index:20;
	color: #996A20;
	font-size: 36px;
	margin: 0;
	line-height: 1.3em;
	}
#titHead p#pagetit span {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 1.3em;
	}
#titHead img#titimg {
	position: absolute;
	left: 834px;
	z-index:10;
	margin: 0;
	}


/*----------------------------------------
■メインコンテナ
------------------------------------------*/
#mainContainer {

	}


/*----------------------------------------
■コンテンツ　コンテナ
------------------------------------------*/
#contentContainer {
	width: 1200px;
	margin: 0 auto;
	}


/*下層ページ用*/

#contentContainer p {
	font-size: 16px;
	line-height: 1.9em;
	}

#contentContainer p a:link {
	color: #DB5700;
	font-weight: bold;
	text-decoration: underline;
	}
#contentContainer p.wid200 {
	font-size:16px;
}
#contentContainer .otoArea p {
	font-size:16px;
	line-height: 1.8em;
}


/*フッターお問い合わせ*/
div.otoArea {
	clear: both;
	display: block;
	width: 668px;
	background: url(../img/bg_contact.png) no-repeat;
	margin-top: 20px;
	margin-bottom: 12px;
	text-align: right;
	padding: 20px 15px 15px 15px;
	border-bottom: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
}


/* -----------------------------------------------------------
  h見出し　装飾
----------------------------------------------------------- */
#contentContainer h2 {
	clear: both;
	text-align: center;
	position: relative;
	margin: 2.5em 0 1em 0;
	font-size: 50px;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding-bottom: 0.5em;
	font-family: zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
#contentContainer h2::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background: #2e3336;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#contentContainer h2 span {
	display: block;
	font-family: minerva-modern, zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #8f9396;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}

#contentContainer .mediaCont h2 {
	margin: 0 0 1em 0;
	}

#contentContainer .mediaCont time {
	display: block;
	margin: 10em 0 0 0;
	text-align: right;
	font-size: 14px;
	}

/*h3タイトル1*/
#contentContainer h3 {
	display: block;
	line-height: 1.3em;
	padding: 0 0 0 0.4em;
	margin: 2.5em 0 0.7em 0;
	font-family: minerva-modern, zen-old-mincho, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	letter-spacing: .1em;
	border-left: solid #B29683 7px;
	border-bottom: dotted #B29683 1px;
	}

#contentContainer h4 {
	clear: both;
	display: block;
	line-height: 1.4em;
	padding: 0 0 4px 20px;
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	background: url(../img/bg_h4.png) no-repeat left 0px;
	}

/*----------------------------
  治療の流れ
----------------------------*/
#contentContainer .stepBox h2,
#contentContainer .stepBox h3,
#contentContainer .stepBox h4 {
	clear: both;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	padding: 5px 0 10px 80px;
	border-bottom: dotted #999999 1px;
	border-top: none;
	border-left: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#contentContainer .stepBox .titStep01 { background-image: url(../img/step01.png) ; }
#contentContainer .stepBox .titStep02 { background-image: url(../img/step02.png) ; }
#contentContainer .stepBox .titStep03 { background-image: url(../img/step03.png) ; }
#contentContainer .stepBox .titStep04 { background-image: url(../img/step04.png) ; }
#contentContainer .stepBox .titStep05 { background-image: url(../img/step05.png) ; }
#contentContainer .stepBox .titStep06 { background-image: url(../img/step06.png) ; }
#contentContainer .stepBox .titStep07 { background-image: url(../img/step07.png) ; }
#contentContainer .stepBox .titStep08 { background-image: url(../img/step08.png) ; }
#contentContainer .stepBox .titStep09 { background-image: url(../img/step09.png) ; }

.stepBox p {
	background: url(../img/arrow_step.png) no-repeat 10px 10px;
	margin-left: 5px;
	padding: 0 0 1.5em 40px;
	}
#contentContainer .stepBox ul {
  margin-left: 4em;
	}


/*----------------------------
2列　1200：2列　装飾
----------------------------*/
.clinicBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	margin: 40px auto;
	}

.clinicBox div {
	width: 580px;
	}
#contentContainer .clinicBox div h3 {
	font-size: 30px;
	font-weight: normal;
	color: #00B2B2;
	text-align: center;
	line-height: 1.3em;
	padding-top: 5px;
	border: none;
	text-indent: 0;
	padding-left: 0;
	background: none;
	margin-top: 0;
	margin-bottom: 0.5em;
	}
#contentContainer .clinicBox div p {
	font-size: 16px;
	}
#contentContainer .clinicBox div img {
	display: block;
	margin:  0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/*----------------------------
3列　1200：3列　装飾
----------------------------*/

.eqBox{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin: 30px auto;
	}

.eqBox div {
	width: 380px;
	}
#contentContainer .eqBox div h3 {
	font-size: 24px;
	font-weight: normal;
	color: #00B2B2;
	text-align: center;
	line-height: 1.3em;
	padding-top: 5px;
	border: none;
	text-indent: 0;
	padding-left: 0;
	background: none;
	margin-top: 0;
	margin-bottom: 0.5em;
	}
#contentContainer .eqBox div p {
	font-size: 16px;
	}
#contentContainer .eqBox div img {
	display: block;
	margin:  0 auto;
	}

/*----------------------------
院内紹介用 写真　旧：装飾
----------------------------*/

.tourBox div {
	display: block;
	float: left;
	width: 330px;
	margin-right: 20px;
	margin-bottom: 5px;
	}
.tourBox div img {
	border: 5px #CCCCCC solid;
	}
#contentContainer .tourBox div h3 {
	font-size: 18px;
	font-weight: normal;
	color: #00B2B2;
	text-align: center;
	line-height: 1.3em;
	padding-top: 5px;
	border: none;
	text-indent: 0;
	padding-left: 0;
	background: none;
	margin-top: 0;
	margin-bottom: 0;
	}
.tourBox div span {
	display: block;
	font-size: 10px;
	color: #297D96;
	text-align: center;
	line-height: 12px;
	padding-bottom: 5px;
	margin: 0 auto;
	}
#contentContainer .tourBox div p {
	font-size: 16px;
	}

/*院内機器*/
#contentContainer .eqContent p {
	display: block;
	float: left;
	width: 212px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.4em;
	}
#contentContainer .eqContent p span {
	display: block;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #297678;
	text-align: center;
	line-height: 18px;
	padding-top: 3px;
	margin: 0;
	}

/*----------------------------
  Q&A設定
----------------------------*/

dl.faqArea {
	margin: 0 0 3em 0;
	display:block;
	}

dl.faqArea dt {
	background: url(../img/q.png) no-repeat top left;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #3F3416;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 10px 0 8px 0;
}

dl.faqArea dd {
	background: url(../img/a.png) no-repeat top left;
	padding-left: 4em;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 1.7em;
	font-size: 16px;
}
dl.faqArea dd span {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4D4DFF;
}

/*----------------------------------------
■フッター
------------------------------------------*/
#footerContainer {
	width: 100%;
	height: 277px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_foot.jpg) repeat-x;
	padding: 0 0 0 0;
	}
#footerContent {
	width: 960px;
	height: 257px;
	padding: 20px 0 0 0;
	margin: 0 auto 0 auto;
	background: url(../img/copy.png) no-repeat center 214px;
	}
/*----------------------------------------
■角丸
------------------------------------------*/
div.round_uu {
	clear: both;
	border-radius: 10px;
	border: #E9E6DA 1px solid;
	padding: 10px;
	margin: 0 auto 20px auto;
	background-color: #E9E6DA;
	width: 90%;
}

/*その中の見出し設定*/
#contentContainer h3.hDr,
#contentContainer h4.hDr {
	display: block;
	clear: both;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	padding: 15px 0 13px 160px;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	background: #fff url(../img/bg_h3_dr.png) no-repeat 10px 0;
	}
#contentContainer h3.hMemo,
#contentContainer h4.hMemo {
	display: block;
	clear: both;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	padding: 15px 0 13px 10px;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	background: #fff;
	border-radius: 5px;
	}
#contentContainer h3.hPoint,
#contentContainer h4.hPoint {
	display: block;
	clear: both;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	padding: 10px 0 10px 10px;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	background: #fff;
	}


/*Dr経歴表示*/
dl.drProfile {
	display: block;
	margin: 0 0 2em 1em;
	line-height: 1.7em;
	font-size: 16px;
	}

dl.drProfile dt {
	float: left;
	clear: both;
	width: 190px;
	padding: 0px 0 0px 0px;
	background: url(../img/arrow01.png) no-repeat left 5px;
	}

dl.drProfile dd {
	margin: 0;
	margin-left: 200px;
	}
/*----------------------------
  テーブル　医院情報　設定
----------------------------*/
.tableClinic {
	width: 100%;
	border-collapse: collapse;
	 font-size: 16px;
	 margin-bottom: 1.5em;
	}
.tableClinic tr:nth-child(odd) {
	background: rgba(153,148,145,0.1);
}
.tableClinic th {    
	width: 18%;
	font-family: zen-old-mincho, sans-serif;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: left;
	padding: 1.2em 3%;
	}
.tableClinic td {
	 vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 1.2em 3%;
	}

/*----------------------------
  テーブル　料金　基本
----------------------------*/
.tableFee {
	width: 100%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-bottom: 2em;
	}
.tableFee th {
	 background-color: #E0DECF;
	padding: 0.7em 0.4em;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	}
.tableFee td {
	padding: 0.7em 0.4em;
	 border: 1px solid #CCCCCC;
	}

/*----------------------------
  テーブル　症例　インデックス
----------------------------*/
.tableCaseindex {
	width: 80%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin: 0 auto 0 auto;
	}
.tableCaseindex th {
	 padding: 2px;
	 font-weight: normal;
	 border-bottom: 1px dotted #CCC;
	 white-space: nowrap;
	}
.tableCaseindex td {
	 padding: 2px;
	 border-bottom: 1px dotted #CCC;
	}
#contentContainer .caseBox p a {
	padding: 0;
	background: none;
}
.caseBtn {
	display: block;
	margin: 0 auto 3em auto;
}

/*----------------------------
  テーブル　症例個別詳細ページ
----------------------------*/
.tableCase {
	width: 86%;
	border-collapse:collapse;
	 font-size: 16px;
	 display: block;
	 margin: 0 auto 2em auto;
	}
.tableCase th {
	 background-color: #E0DECF;
	 padding: 3px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	}
.tableCase td {
	 padding: 3px;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　料金　インレー・クラウン表
----------------------------*/
.tableCeramic {
	width: 680px;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-bottom: 3.5em;
	}
.tableCeramic th {
	 background-color: #E0DECF;
	 padding: 3px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	}
.tableCeramic td {
	 padding: 3px;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　料金　ホワイトニング表
----------------------------*/
.tableWhite {
	width: 100%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-bottom: 1.5em;
	}
.tableWhite th {
	 background-color: #E0DECF;
	padding: 0.7em 0.4em;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 text-align: center;
	}
.tableWhite td {
	padding: 0.7em 0.4em;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　料金　顎顔面
----------------------------*/
.tableFacial {
	width: 97%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin-left: 1em;
	 margin-bottom: 1.5em;
	}
.tableFacial th {
	 background-color: #E0DECF;
	 padding: 3px;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 text-align: center;
	}
.tableFacial td {
	 padding: 3px;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　セラミック矯正期間
----------------------------*/
.tableSpeed {
	width: 70%;
	border-collapse:collapse;
	 font-size: 16px;
	 margin: 0 auto 1.5em auto;
	}
.tableSpeed th {
	 background-color: #E0DECF;
	padding: 0.7em 0.4em;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 white-space: nowrap;
	 text-align: center;
	}
.tableSpeed td {
	padding: 0.7em 0.4em;
	 border: 1px solid #CCCCCC;
	}
/*----------------------------
  テーブル　CT比較情報　設定
----------------------------*/
.tableCt {
	 border-collapse:collapse;
	 width: 100%;
	margin-left: auto;
	margin-right: auto;
	 font-size: 16px;
	}
.tableCt th {
	 padding: 3px;
	 border: 1px solid #CCCCCC;
	 background-color: #F9F5EC;
	 font-weight: normal;
	 text-align: center;
	}
.tableCt td {
	 padding: 3px;
	 border: 1px solid #CCCCCC;
	 background-color: #FFF;
	 text-align: center;
	}

/*-------------------------------
リスト
---------------------------------*/

/* リスト　三角矢印*/

#contentContainer ul {
	display: block;
	list-style-image: url(../img/arrow.png);
	line-height:1.7em;
	font-size: 16px;
	margin-left: 2em;
	margin-bottom: 2em;
	}
#contentContainer ul li ul {
	display: block;
	list-style-image: url(../img/arrow.png);
	line-height:1.7em;
	margin-left: 2em;
	}
#contentContainer #mailfield dl.mailform ul {
	list-style-image: none;
	}
#contentContainer table ul {
	margin-left: 1.5em;
	margin-bottom: 0;
	}

/*番号リスト*/
#contentContainer ol {
	display: block;
	line-height:1.8em;
	font-size: 16px;
	margin-left: 2em;
	margin-bottom: 2em;
	}

/*論文　番号リスト*/
#contentContainer .ronbunBox img {
	margin-right: 1em;
	}
#contentContainer .ronbunBox ol {
	display: block;
	line-height:1.7em;
	font-size: 16px;
	margin-left: 2.5em;
	margin-bottom: 2em;
	}
#contentContainer .ronbunBox ol li {
	margin-bottom: 1em;
	}


/*200pxを3つ*/
#contentContainer ul.imgList {
	list-style-image: none;
	margin-left: 40px;
	}

#contentContainer ul.imgList li {
	display: block;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 200px;
	background-color: #FFF;
	text-align: center;
	}

/*写真素材*/
#contentContainer .freeBox ul {
	margin: 0;
	list-style-image: none;
	}
#contentContainer .freeBox ul li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	}



/*-------------------
 リンク設定
 ---------------------*/
a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	color: #DB5700;
	}

a:hover {
	color: #FF9900;
	text-decoration:underline;
	}

p {
	color: #000;
	line-height: 1.7em;
	}

.uLine a {
	color: #DB5700;
	text-decoration: underline;
	}

.linkColor a {
	color: #333;
	text-decoration: none;
	}


/* ページの先頭へ */

p.retornPage {
	clear: both;
	display: block;
	width: 700px;
	text-align:right;
	margin: 0;
	background: url(../img/bg_pagetop.jpg) no-repeat left;
	}
#contentContainer p.pageTop a {
	clear: both;
	display:block;
	text-align:right;
	margin: 0;
	padding-right: 16px;
	font-size: 16px;
	background: url(../img/pagetop.gif) no-repeat right;
	}

/*padding設定*/
.pt30 { padding-top: 30px; }

.pl05 { padding-left: 05px; }
.pl10 { padding-left: 10px; }
.pl12 { padding-left: 12px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl24 { padding-left: 24px; }
.pl27 { padding-left: 27px; }
.pl30 { padding-left: 30px; }
.pl36 { padding-left: 36px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }


.bold {
	color: #000;
	font-weight: bold;
	}
#contentContainer p.bold1,
.bold1 {
	color: #5C26FF;
	font-weight:bold;
	letter-spacing:0.2em;
	}

.bold2 {
	color: #884797;
	font-weight:bold;
	letter-spacing:0.2em;
	}

.bold3 {
	color:#FF6600;
	font-weight:bold;
	letter-spacing:0.1em;
	}

/*マージン設定群*/

.m0 {	margin:0;	}

.mb03{	margin-bottom:3px;	}
.mb04{	margin-bottom:4px;	}
.mb05{	margin-bottom:5px;	}
.mb06{	margin-bottom:6px;	}
.mb07{	margin-bottom:7px;	}
.mb08{	margin-bottom:8px;	}
.mb09{	margin-bottom:9px;	}
.mb10{	margin-bottom:10px;	}
.mb12{	margin-bottom:12px;	}
.mb13{	margin-bottom:13px;	}
.mb15{	margin-bottom:15px;	}
.mb20{	margin-bottom:20px;	}
.mb25{	margin-bottom:25px;	}
.mb27{	margin-bottom:27px;	}
.mb30{	margin-bottom:30px;	}
.mb36{	margin-bottom:36px; }
.mb40{	margin-bottom:40px; }
.mb50{	margin-bottom:50px; }
.mb60{	margin-bottom:60px; }
.mb70{	margin-bottom:70px; }
.mb100{	margin-bottom:100px; }


.mt05{	margin-top:5px;	}
.mt10{	margin-top:10px; }
.mt15{	margin-top:15px; }
.mt20{	margin-top:20px; }
.mt25{	margin-top:25px; }
.mt30{	margin-top:30px; }
.mt100{	margin-top:100px; }

.mr05{	margin-right:5px; }
.mr06{	margin-right:6px; }
.mr07{	margin-right:7px; }
.mr08{	margin-right:8px; }
.mr09{	margin-right:9px; }
.mr10{	margin-right:10px; }
.mr11{	margin-right:11px; }
.mr12{	margin-right:12px; }
.mr13{	margin-right:13px; }
.mr14{	margin-right:14px; }
.mr15{	margin-right:15px; }
.mr16{	margin-right:16px; }
.mr17{	margin-right:17px; }
.mr20{	margin-right:20px; }
.mr25{	margin-right:25px; }
.mr26{	margin-right:26px; }
.mr30{	margin-right:30px; }
.mr50{	margin-right:50px; }


.ml05{	margin-left:5px; }
.ml10{	margin-left:10px; }
.ml15{	margin-left:15px; }
.ml20{	margin-left:20px; }
.ml25{	margin-left:25px; }
.ml26{	margin-left:26px; }
.ml27{	margin-left:27px; }
.ml28{	margin-left:28px; }
.ml30{	margin-left:30px; }
.ml40{	margin-left:40px; }
.ml50{	margin-left:50px; }
.ml60{	margin-left:60px; }
.ml70{	margin-left:70px; }
.ml100{	margin-left:100px; }


/*レタースペース*/
.ls00 { letter-spacing: 0 }
.ls01 { letter-spacing: 0.1em }
.ls02 { letter-spacing: 0.2em }
.ls03 { letter-spacing: 0.3em }
.ls04 { letter-spacing: 0.4em }
.ls05 { letter-spacing: 0.5em }
.ls06 { letter-spacing: 0.6em }
.ls07 { letter-spacing: 0.7em }
.ls08 { letter-spacing: 0.8em }
.ls09 { letter-spacing: 0.9em }
.ls10 { letter-spacing: 1em }


/*クリア設定*/

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}


.coler1 { color: #FF6666; }
.coler2 { color: #3399CC; }
.coler3 { color: #009966; }
.coler4 { color:#990000; }
.coler5 { color:#FF0000; }

.f10 { font-size: 10px;	}
.f11 { font-size: 11px;	}
.f12 { font-size: 12px;	}
.f13 { font-size: 13px;	}
.f14 { font-size: 14px;	}
.f15 { font-size: 15px;	}
.f16 { font-size: 16px;	}
.f17 { font-size: 17px;	}
.f18 { font-size: 18px;	}
.f19 { font-size: 19px;	}
.f20 { font-size: 20px;	}
.f30 { font-size: 30px;	}


/*幅設定*/
.wid80 { width: 80px; }
.wid100 { width: 100px; }
.wid120 { width: 120px; }
.wid140 { width: 140px; }
.wid150 { width: 150px; }
.wid180 { width: 180px; }

.wid200 { width: 200px; }
.wid212 { width: 212px; }
.wid215 { width: 215px; }
.wid250 { width: 250px; }
.wid260 { width: 260px; }
.wid276 { width: 276px; }
.wid300 { width: 300px; }
.wid312 { width: 312px; }
.wid320 { width: 320px; }
.wid350 { width: 350px; }
.wid360 { width: 360px; }

.wid400 { width: 400px; }
.wid450 { width: 450px; }
.wid470 { width: 470px; }
.wid480 { width: 480px; }
.wid490 { width: 490px; }

.wid500 { width: 500px; }
.wid550 { width: 550px; }

.wid600 { width: 600px; }
.wid630 { width: 630px; }
.wid650 { width: 650px; }
.wid670 { width: 670px; }
.wid680 { width: 680px; }


/*----------------------------
  安心のポイント
----------------------------*/
/*----------------------------
  インプラント安心の7ポイント
----------------------------*/
.pointBox {
	display: block;
	line-height: 1.8em;
	margin-bottom: 3em;
	}

#contentContainer .pointBox h3 {
	clear: both;
	color: #57468E;
	line-height: 1.3em;
	font-size: 30px;
	margin: 2.5em 0 10px 0;
	padding: 10px 0 10px 62px;
	border-bottom: dotted #CCCCCC 1px;
	background-repeat: no-repeat;
	border-left: none;
	}
#contentContainer .pointBox h4 {
	clear: both;
	color: #000;
	line-height: 1.3em;
	font-size: 20px;
	margin: 1.5em 0 10px 0;
	padding: 4px 0 4px 20px;
	background: url(../img/bg_h4.png) no-repeat 0 5px;
	}
.pointBox img {
	}

#contentContainer .point01 { background-image: url(../img/point01.png) ;}
#contentContainer .point02 { background-image: url(../img/point02.png) ;}
#contentContainer .point03 { background-image: url(../img/point03.png) ;}
#contentContainer .point04 { background-image: url(../img/point04.png) ;}
#contentContainer .point05 { background-image: url(../img/point05.png) ;}
#contentContainer .point06 { background-image: url(../img/point06.png) ;}
#contentContainer .point07 { background-image: url(../img/point07.png) ;}

/* リンク・ブランク表示アイコン */
.linkBlank a {
   background: transparent url(../img/external.png) right no-repeat;
   padding-right: 15px;
}
/* メモ帳アイコン　表示 */
#contentContainer p a,
.aLink01 a {
	color: #00B2B2;
	text-decoration: underline;
	background: transparent url(../img/txt-icon00.png) right top no-repeat;
	padding: 0 14px 4px 0;
	margin-right: 3px;
	font-weight: bold;
}
.aLink02 a {
	color: #008EBF;
	text-decoration: underline;
	background: transparent url(../img/txt-icon.png) right no-repeat;
	padding-right: 15px;
	margin-right: 3px;
	height: 15px;
	font-weight: bold;
}
#contentContainer p.txtNone a {
	background: none;
}
#contentContainer p.aLink03 a {
	color: #FE2686;
	text-decoration: underline;
	background: #EDEFF3 url(../img/arrow02.png) right center no-repeat;
	margin: 2.5em 0 2.5em 0;
	padding: 1em 3em 1em 1em;
	font-weight: normal;
	border: solid #B6CEDC 3px;
}
#contentContainer p.aLink03 {
	margin: 2.5em 0 2.5em 0;
}

/* メモ帳アイコン　表示 */
#contentContainer p a,
.txtIcon a {
	color: #FF6600;
	text-decoration: underline;
	background: transparent url(../img/txt-icon.gif) right no-repeat;
	padding-right: 12px;
	margin-right: 3px;
	height: 12px;
}

/*BOXのセンタリング*/
.boxCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}



/* ---------------------------------------------------------------- *
	clearfixに関する設定
 * ---------------------------------------------------------------- */

div:after {
 content: ".";  
 display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

*+html div {
	display: inline-block;
	}				
	/*-- IE7用 --*/

/**/
.fl {
	display: block;
	float: left;
	}

.fr {
	display: block;
	float: right;
	}
#contentContainer .alignR {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.alignC {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*----------------------------------------
■
------------------------------------------*/

/*----------------------------------------
■
------------------------------------------*/

/*----------------------------------------
■
------------------------------------------*/

