@charset "utf-8";

/*

	Description : コンテンツ詳細設定

*/


/* contents name
----------------------------------------------------------- */

div.table p {
	display:table-cell;
	vertical-align: middle;
	margin: 0;
}

* html div.table p{ /* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html div.table p {/* IE 7 */
	display:inline;
	zoom:1;
}
img { width: 100%;}
* {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.header {
	overflow: hidden;
}
.header .fl-l {
	width: 36%;
}

.header h1 {
	float: right;
	width: 63%;
}
#header_menu {
	margin-bottom: 1em;
	overflow: hidden;
}

#header_menu li {
	float: left;
	width: 25%;
}

.content {
	width: 96%;
	margin: 0 auto 2em;
	text-align: left;
}
#globalNav {
	overflow: hidden;
	margin-bottom: 2em;
}

#globalNav li {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}


#point06 {
	margin-bottom: 1em;
	overflow: hidden;
}

#point06 li {
	text-align: center;
	float: left;
	width: 50%;
	padding-left: 1%;
	margin-bottom: 2%;
	padding-right: 1%;
}
.grayTit {
	color: #193558;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f9f9f9 50%, #ededed 70%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#f9f9f9), color-stop(70%,#ededed), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f9f9f9 50%,#ededed 70%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f9f9f9 50%,#ededed 70%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f9f9f9 50%,#ededed 70%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f9f9f9 50%,#ededed 70%,#cfcfcf 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	border: 2px solid #CCC;
	font-size: 150%;
	padding: 0.6em;

}
.grayBox {
	padding: 0.5em;
	margin-bottom: 2em;
	border: 2px solid #CCC;
}


#footer {
	background-image: url(../../img/footer_bg.jpg);
	background-repeat: repeat;
	text-align: left;
	padding: 1em;
	color: #FFF;
}
#footer p {
	background-image: url(../../img/footer_bg.jpg);
	background-repeat: repeat;
}
#footer a { color:#FFF;}

#copyright {
	text-align: center;
	padding: 1em;
}
container {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
}
	 
container iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
}
#nakaTitle {
	background: #5c4747; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c4747 0%, #614a4a 50%, #5a4545 51%, #523f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c4747), color-stop(50%,#614a4a), color-stop(51%,#5a4545), color-stop(100%,#523f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5c4747 0%,#614a4a 50%,#5a4545 51%,#523f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5c4747 0%,#614a4a 50%,#5a4545 51%,#523f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5c4747 0%,#614a4a 50%,#5a4545 51%,#523f3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5c4747 0%,#614a4a 50%,#5a4545 51%,#523f3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c4747', endColorstr='#523f3f',GradientType=0 ); /* IE6-9 */
	text-align: left;
	clear: both;
	border-left-width: .2em;
	border-left-style: solid;
	border-left-color: #260F0F;
	padding-left: 0.5em;
	color: #FFF;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 150%;
	margin-bottom: .4em;
	margin-top: 1em;
}
#tokushokuBack #point1,
#tokushokuBack #point2,
#tokushokuBack #point3,
#tokushokuBack #point4,
#tokushokuBack #point5,
#tokushokuBack #point6,
#tokushokuBack #point7 {
	color: #600;
	text-align: left;
	background-color: #FFF;
	font-size: 140%;
}


.tokushokuTxt {
	border: 2px solid #CCBFBF;
	text-align: left;
	padding: 1em;
	margin-bottom: 2em;
	overflow: hidden;
}
.tokushokuTxt .tokushokuMidashi {
	font-size: 125%;
	margin-bottom: 1em;
	color: #4D3333;
}
.tokushokuTxt p {
	background-color: #FFF;
}
.tokushokuTxt img {
	width: 50%;
	margin:0 25% 1em;
}

/*治療手順*/
.midashi01 {
	color: #600;
	text-align: left;
	background-color: #ECE6DC;
	font-size: 140%;
	background-image: url(../../img/bg_midashi.png);
	background-repeat: repeat;
	padding: 0 .4em;
}
.txtmidashi01 {
	font-size: 120%;
	font-weight: bold;
	color: #B78E51;
	background: #FFF;
}
.txtmidashi02 {
	font-size: 120%;
	font-weight: bold;
	color: #7f6033;
	background:#fff;
}
.txtmidashi03 {
	font-size: 100%;
	margin-bottom: 15px;
	background:#fff;
}
.tejyun li {
	background: url(../../../img/point01.png) left 10px no-repeat;
	background-size: 20px 20px;
	margin: 5px 0;
	padding: 0 0 0 30px;
	line-height: 1.6;
}
.tejyunNagare {
	padding: 10px 0 20px 0;
	margin:auto;
	width: 10%;
	clear: both;
}
#tbTejyun {
	background: #DCDCDC;
	margin: 5px 0 0 0;
}


#tbTejyun th {
	font-weight: normal;
	padding: 5px 10px;
	background: #E0E8EE;
	border: 1px solid #FFF;
	width: 6em;
}

#tbTejyun td {
	padding: 5px 10px;
	background: #FFF;
}

/* 矯正治療Q&A
----------------------------------------------------------- */

#faqIchiran {
	font-size: 120%;
	line-height: 1.7;
	margin-bottom: 20px;
	background: #FFF;
}
.faqTxt {
	margin: 0 0 1em 1em;
	background: #FFF;
}
.faqTxt .gaku li { background:#FFF;}
.faqTable {
	margin-left: 1em;
	background: #FFF;
}

.faqTable td {
	padding: 2px 5px 2px 0;
	background: #FFF;
}

/* 料金
----------------------------------------------------------- */
.ryokin li {
	margin: 5px 0;
	padding: 0 0 0 30px;
	line-height: 1.6;
	background-color: #FFF;
	background-image: url(../../../img/point01.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 10px;
}
.ryokin2 li {
	margin: 1px 0;
	padding: 0 0 0 30px;
	line-height: 1.6;
	background-color: #FFF;
	background-image: url(../../../img/point02.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 10px;
}
.ryokin3 li { background:#FFF}
.ijyo {
	margin: 0 0 5px 10px ;
	background: #f9f7f2;
	padding: 5px;
}

.ijyo td {
	background: #f9f7f2;
	padding: 7px;
}

/* 矯正Before/After
----------------------------------------------------------- */
.ba {
	margin: 0 0 1em;
	padding: 1em 0;
	background: #fff;
	border-bottom: 1px dashed #CCC;
}
.ba p {
	background:#FFF;
}
.ba_gazo {
	margin: 10px 0px ;
}

.ba_gazo2 {
	margin: 20px 0px 10px 0px ;
}
.casetable{
	background: #DCDCDC;
	margin: 5px 0 0 0;
	font-size: 100%;
}

.casetable th{
	text-align: center;
	font-weight: normal;
    padding: 5px 10px;
    background: #E0E8EE;
	border: 1px solid #FFF;
	width: 50%;
}

.casetable td{
	padding: 5px 10px;
	background: #FFF;
	width: 50%;

}

/* 患者様の声
----------------------------------------------------------- */
.txtbigB {
	font-size: 120%;
	font-weight: bold;
}
.voiceFuki {
	font-size: 100%;
	font-weight: bold;
	color: #4C3333;
	width: auto;
	padding: 0 0 22px 15px;
	line-height: 1.3;
	background-color: #E8DDCC;
	/*background-image: url(../../../voice/img/fuki02.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

.voiceTable {
	margin-bottom: 30px;
	width:100%;
}

.voiceTable th {
	width: 70px;
	text-align: left;
}

.voiceTable td {
	line-height: 1.7;
	padding: 10px 12px;
	border: 1px dashed #CCC;
	background:#FFF;
}
/* 歯を抜かない治療
----------------------------------------------------------- */
.kyushinTextSun,
a.kyushinTextSun {
	color: #CC0000;
}
.nukanai ul {
	margin: 0;
	padding: 0;
}

.nukanai li {
	margin: 5px 0 0 20px;
	padding: 0 0 0 50px;
	line-height: 1.6;
	font-size: 120%;
	font-weight: bold;
	color: #412424;
	background-image: url(../../../nukanai/img/point.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.nukanaiTxt {
	margin: 0 0 10px 20px;
	background:#FFF;
}
.nukanaiWaku {
	margin: 0 0 35px 20px;
	border: #E5E5E5 1px solid;
	padding: 20px;
}

.nukanaiWaku2 {
	margin: 0 0 35px 20px;
	border: #E5E5E5 1px solid;
	padding: 20px;
}

.nukanaiWaku th {
	background: #ECE6DC;
	color: #B78D51;
	line-height: 2;
	text-align: center;
	font-size: 120%;
}

.nukanaiWaku td {
	text-align: center;
}

.nukanaiWaku img {
	margin-top: 10px;
}

.map-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
}
	 
.map-container iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
}

/* リンク
----------------------------------------------------------- */

.linklist ul {
	margin: 0;
	padding: 0;
}

.linklist li {
	background: url(../../../link/img/point.png) left center no-repeat;
	background-size: 20px 20px;
	margin: 5px 0;
	padding: 0 0 0 30px;
	line-height: 1.6;
}

/* 矯正治療のチェックリスト
----------------------------------------------------------- */

#checkBack {
	width: auto;
	margin: 0 auto;
	padding: 0 30px 30px 50px;
	background: url(../../img/back03.png) bottom left repeat-y;
}
.checkTxt li {
	background: url(../../../check/img/check.png) left 15px no-repeat;
	background-size: 30px 30px;
	margin: 0 0 8px 0;
	padding: 0 0 8px 40px;
	font-size: 120%;
	border-bottom: 1px dashed #CCC;
}.bg-w {
	background-color: #FFF;
}
/* table
----------------------------------------------------------- */

/*トップ*/
#tbJikan {
	background: #DCDCDC;
	text-align: center;
	margin-bottom: 8px;
}

#tbJikan th {
	font-weight: normal;
	padding: 5px 10px;
	background: #E0E8EE;
	border: 2px solid #FFF;
}

#tbJikan td {
	padding: 5px 10px;
	background: #FFF;
}

#muryousoudan_top {
	font-size:200%;
}
.content #icon01 {
	background-image: url(../../img/icon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px 60px;
	padding: .1em 0 .1em 2em;
}
.content #icon02 {
	background-image: url(../../img/icon02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px 60px;
	padding: .1em 0 .1em 2em;
}
.content #icon03 {
	background-image: url(../../img/icon03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px 60px;
	padding: .1em 0 .1em 2em;
}
.content #icon04 {
	background-image: url(../../img/icon04.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px 60px;
	padding: .1em 0 .1em 2em;
}
