@charset "UTF-8";
/*=============================
 		共通スタイル
==============================*/
/* webfont */
@font-face {
  font-family: 'mplus-2p-light';
  src: url('http://mplus-webfonts.sourceforge.jp/mplus-2p-light.eot');
  src: url('http://mplus-webfonts.sourceforge.jp/mplus-2p-light.eot?#iefix') format('embedded-opentype'),
       url('http://mplus-webfonts.sourceforge.jp/mplus-2p-light.woff') format('woff'),
       url('http://mplus-webfonts.sourceforge.jp/mplus-2p-light.ttf') format('truetype');
}
/* clearfix for modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* clearfix for IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* 基本 */
#container {
	overflow: hidden;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	background-color: #FFF;
	min-width: 960px;
}
a {
	color: #009e96;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
.ml10 {
	margin-left: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #0776a7;
}
.skyblue {
	color: #62aee0;
}
.pink {
	color: #fd7b80;
}
.fs8 {
	font-size: 8px;
	vertical-align: middle;
}
.fs10 {
	font-size: 10px;
}
.fs20 {
	font-size: 20px;
}
.taC {
	text-align: center;
}
.flL {
	float: left;
}
/*============================
		トップページ
=============================*/
header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
header h1 {
	float: left;
	margin-top: 22px;
	height: 38px;
	width: 242px;
}
header h2 {
	float: left;
	line-height: 1.5;
	font-weight: normal;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 18px;
}
#hd_phone {
	float: right;
	width: ;
	height: ;
	height: 80px;
	width: 275px;
}
#hd_reserve {
	float: right;
	height: 79px;
	width: 79px;
    margin-right:10px;
}
.flR figure {
    float: left;
}




/*グローバルナビ*/
#gnav {
	margin-right: auto;
	margin-left: auto;
	height: 52px;
	margin-top: 25px;
	background-image: url(../img/gnav_bg2.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	min-width: 960px;
}
#gnav ul {
	height: 52px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#gnav ul li {
	float: left;
	height: 52px;
	width: 160px;
}

/*ドロップダウン*/

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 160px;
  float: left;
  margin: 0;
  padding: 0;
}
.dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#gnav .dropmenu li ul li{
  width: 160px;
  height: 40px;
  float: none;
}
.dropmenu li ul li a{
  padding: 13px 0 13px 30px;
  border-top: 1px solid #9fdfdc;
  /*background: #009e96;*/
  background-color: rgba(0,158,150,0.8);
  text-align: left;
}
.dropmenu li:hover > a{
  background: #6e7c0c;
}
.dropmenu li a:hover{
  background: #3bcec7;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

/*スライダー*/
#slider {
	margin-top: 0px;
	margin-bottom: 50px;
	min-width: 960px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
#top section {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 65px;
}
#top section h3 {
	margin-bottom: 40px;
	text-align: center;
}
/* 8バナー */
#bnr8box figure {
	float: left;
	height: 250px;
	width: 228px;
	margin-right: 16px;
}
#bnr8box figure:nth-child(4),#bnr8box figure:nth-child(8){
	margin-right: 0;
}
#bnr8box figure:nth-child(1),#bnr8box figure:nth-child(2),#bnr8box figure:nth-child(3),#bnr8box figure:nth-child(4){
	margin-bottom: 16px;
}
/*
.bnr3box figure {
	float: left;
}
.bnr3box figure:nth-child(2),.bnr3box figure:nth-child(5){
	margin-right: 21px;
	margin-left: 21px;
}
.bnr3box figure:nth-child(1),.bnr3box figure:nth-child(2),.bnr3box figure:nth-child(3){
	margin-bottom: 21px;
}
*/

#top #access {
	width: 100%;
	min-width: 960px;
}
#maparea {
	float: left;
	width: 50%;
	height: 470px;
}
#map_canvas {
	height: 470px;
	width: 100%;
}
#txtarea {
	height: 470px;
	width: 50%;
	float: right;
	background-color: #d1eeed;
}
#text_canvas {
	margin-left: 60px;
	width: 400px;
}
#text_canvas h5 {
	padding-top: 155px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#text_canvas .tbl_wrap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#text_canvas table {
	font-size: 14px;
	line-height: 1.5;
}
#text_canvas table th {
	text-align: left;
	padding-bottom: 10px;
	font-weight: normal;
}
#text_canvas table td {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
#info h4 {
	font-family: 'mplus-2p-light', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
#info table {
	text-align: center;
	line-height: 1;
}
#info table td {
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	font-size: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}
#info table .fs12 {
	font-size: 12px;
	padding-top: 17px;
	padding-bottom: 17px;
}
#info table .cel1 {
	background-color: #D1EEED;
}
#info table .row1 {
	color: #FFF;
	background-color: #009e96;
	border-bottom-style: none;
}
#info table tr {
	border-bottom: solid 1px #ddd;
}
#info .flR {
	float: right;
	width: 448px;
	margin-top: 80px;
}
#info .flR p {
	width: 420px;
	font-size: 12px;
	padding-left: 28px;
}
#info .flL {
	float: left;
}
#info .flR figure {
	text-align: right;
}
footer {
	background-color: #d1eeed;
	font-size: 13px;
	line-height: 2;
}
#footerarea {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 20px;
}
#footerarea h2 {
	font-size: 16px;
	font-weight: bold;
	color: #009E95;
}
footer ul {
	list-style-type: none;
	float: left;
}
footer table {
	float: left;
	margin-left: 25px;
}
footer table tr td:first-child {
	padding-right: 15px;
}
footer .bnr-doctors {
	float:left;
	clear: none;
	margin-right: 2px;
	margin-left: 5px;
}
footer .bnr-doctors img {
	float:left;
	clear: none;
	margin-bottom: 2px;
}
#fnav {
	font-size: 12px;
	color: #009E95;
	text-align: center;
	clear: both;
	padding-top: 70px;
}
#copyright {
	font-size: 11px;
	color: #fff;
	background-color: #009e96;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pagetop {
	position: fixed;
	right: 25px;
	bottom: 20px;
	z-index: 1000;
	margin-bottom: 0;
}
/*============================
		下層ページ共通
=============================*/
#inmv {
	width: 960px;
	position: relative;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#inmv h3 {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.white {
	background-color: #fff;
}
.grey {
	background-color: #f5f5f5;
}
.contents section {
	padding-bottom: 30px;
}
.contents figure.flL {
	float: left;
}
.contents section p {
	margin-bottom: 15px;
}
.inbox {
	padding-top: 40px;
	padding-left: 120px;
}
.inbox .morebox {
	margin-top: 30px;
}
.inbox .morebox0 {
	margin-top: 0;
}
.grey h4 {
	line-height: 1;
	color: #3abca6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 570px;

}
.grey h4.long {
	line-height: 1;
	color: #3abca6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 100%;
}
.white h4 {
	line-height: 1;
	color: #fd7b80;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 570px;
	background-repeat: no-repeat;
}
.white h4.long {
	line-height: 1;
	color: #fd7b80;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 100%;
}
.white h4.semi {
	line-height: 1;
	color: #fd7b80;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	margin-bottom: 10px;
	padding-bottom: 8px;
	width: 620px;
}
.contents .grey h6 {
	color: #3abca6;
	font-weight: bold;
}
/*=========================
		メインビジュアル
==========================*/
#mv1 {
	background-image: url(../img/mv1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#mv2 {
	background-image: url(../img/mv2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#mv2 #inmv h3 {
	position: absolute;
	bottom: 10px;
	right: 0px;
}
#mv3 {
	background-image: url(../img/mv5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#mv4 {
	background-image: url(../img/mv4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

/*=========================
		医院紹介
==========================*/

#about h5 {
	font-size: 14px;
	line-height: 1;
	font-weight: boldl;
	margin-bottom: 10px;
}
#about p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}
#about .mb0 {
	margin-bottom: 0;
}
#about .inbox .flR {
	float: right;
	margin-top:5px;
	margin-left: 15px;
}
#about #message {
	background-image: url(../img/message_bg.png);
	background-repeat: no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#about #message .inbox:last-child {
	background-image: url(../img/flower_bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#about #concept {
	background-image: url(../img/concept_bg.png);
	background-repeat: no-repeat;
}
#features {
	background-image: url(../img/features_bg.png);
	background-repeat: no-repeat;
}
#features .clean {
	margin-bottom: 30px;
}
#features .clean figure {
	float: left;
	margin-right: 20px;
}
#features .clean dl {
	float: left;
	width: 540px;
}
#features .clean dl dd {
	padding-top: 10px;
}
#features .safe figure {
	float: right;
	margin-left: 20px;
}
#features .safe {
	margin-bottom: 30px;
}
#features .safe dl {
	float: right;
	width: 540px;
}
#access {
	margin-bottom: 60px;
}
#innai {
	padding-bottom: 20px;
}
#info {
	margin-bottom: 60px;
}
#about #info table {
	text-align: center;
	line-height: 1;
}
#about #info table td {
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	font-size: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}
#about #info table .fs12 {
	font-size: 12px;
	padding-top: 17px;
	padding-bottom: 17px;
}
#about #info table .cel1 {
	background-color: #D1EEED;
}
#about #info table .row1 {
	color: #FFF;
	background-color: #009e96;
	border-bottom-style: none;
}
#about #info table tr {
	border-bottom: solid 1px #ddd;
}
#about #info .flR {
	float: right;
	width: 448px;
	margin-top: 80px;
}
#about #info .flR p {
	width: 420px;
	font-size: 12px;
	padding-left: 28px;
}
#about #info .flL {
	float: left;
}
#about .flR figure {
	text-align: right;
}
#about #construction{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
#about #construction p {
	font-size: 24px;
	text-align: center;
}

.clean {
	margin-bottom: 25px;
}
.clean figure {
	float: left;
	margin-right: 20px;
}
.clean dl {
	float: left;
	width: 660px;
}
.clean dl dt {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	height: 60px;
}
.clean dl dd {
	padding-top: 10px;
	font-size: 13px;
}
.safe figure {
	float: right;
	margin-left: 20px;
}
.safe dl {
	float: right;
	width: 660px;
}
.safe dl dt {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	height: 60px;
	text-align: right;
}
.safe dl dd {
	padding-top: 10px;
	font-size: 13px;
}
#innai {
	background-repeat: no-repeat;
	background-image: url(../img/innai_bg.png);
}
#innai #carousel {
	width: 500px;
	float: left;
}
#innai p {
	float: right;
	width: 310px;
	font-size: 13px;
	padding-top: 120px;
}
.grey .kakomi {
	background-color: #fff;
	width: 500px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 3px;
	background-image: url(../img/kadomaru_bg.gif);
	background-repeat: repeat;
}
.grey .check li {
	background-image: url(../img/flower2.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	line-height: 20px;
}
#about #info {
	margin-bottom: 30px;
}
.tbl1 {
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b8b7b6;
	border-left-color: #b8b7b6;
	margin-bottom: 15px;
	width: 70%;
}
.tbl1 tr{
	border-bottom: solid 1px #b8b7b6;
}
.tbl1 tr.row1 th {
	text-align: center;
	font-weight: bold;
}
.tbl1 tr th,.tbl1 tr td {
	padding: 8px 20px;
}
.tbl1 tr th {
	background-color: #fff6f7;
	width: 15%;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
	text-align: left;

}
.tbl1 tr td {
	width: 50%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
.tbl1 tr .cel1 {
	padding-left: 180px;
}
.tbl1 tr .cel2 {
	padding-left: 100px;
}
/*=========================
		診療案内
==========================*/

#shinryo h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#hajimeni {
	background-image: url(../img/hajimeni_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#ippan {
	background-image: url(../img/ippan_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#yobou {
	background-image: url(../img/yobou_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#perio {
	background-image: url(../img/perio_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#shinbi {
	background-image: url(../img/shinbi_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#child {
	background-image: url(../img/child_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*診療ページ一般設定*/
#shinryo .inbox .flR {
	float: right;
	margin-left: 10px;
	margin-top:5px;
}
#shinryo table {
	font-size: 14px;
}
#shinryo table td {
	padding-left: 20px;
	padding-bottom: 10px;
}

/*はじめに*/
#hajimeni ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
/*むしば治療*/
#ippan .inbox .shinko {
	margin-bottom: 20px;
}
#ippan .inbox .shinko:last-child {
	margin-bottom: 0;
}
#ippan .inbox .shinko .flR{
	width: 620px;
	float: right;
}
#ippan .inbox .shinko .flR dl {
	background-color: #fff7ef;
	padding: 15px;
	border-radius: 3px;
	margin-top: 5px;
}
#ippan .inbox .arrow {
	text-align: center;
}
/*審美歯科*/
#shinryo #shinbi table {
	font-size: 13px;
	margin-bottom: 20px;
}
#shinryo #shinbi table:last-child {
	margin-bottom: 0;
}
#shinryo #shinbi table td {
	vertical-align: middle;
	padding: 0;
}
#shinryo #shinbi table .cel1 {
	width: 160px;
	padding-right: 10px;
}
#shinryo #shinbi table .cel5 {
	width: 160px;
	padding-left: 10px;
}
#shinryo #shinbi table .cel3 {
	padding-right: 10px;
	padding-left: 10px;
}
#shinryo #shinbi .tbl2 {
	border-top: solid 1px #b8b7b6;
	border-left: solid 1px #b8b7b6;
}
#shinryo #shinbi .tbl2 tr{
	border-bottom: solid 1px #b8b7b6;
}
#shinryo #shinbi .tbl2 .row1 td {
	background-color:#fff6f7;
}
#shinryo #shinbi .tbl2 tr th {
	background-color: #fff6f7;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
	padding: 10px;
}
#shinryo #shinbi .tbl2 tr td {
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*白背景のdl*/
#shinryo .white dt {
	color: #0776a7;
	font-weight: normal;
	font-size: 15px;
}
#shinryo .white dd {
	margin-bottom: 10px;
	font-size: 13px;
}
/*黒背景*/
#shinryo .grey dl {
	font-size: 14px;
	margin-bottom: 15px;
}
#shinryo .grey dt {
	font-size: 16px;
	color: #0776a7;
	font-weight: normal;
}
#shinryo .grey dd {
	margin-bottom: 10px;
	font-size: 14px;
}
/*囲み枠系*/
#shinryo .white .kakomi {
	background-color: #F5F5F5;
	width: 520px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-radius: 5px;
}
#shinryo .white .kakomi1 {
	background-color: #fff7ef;
	background-repeat: repeat;
	width: 650px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 5px;
}
/*==============================
		保険外診療ページ
===============================*/
/*ホワイトニング*/
#whitening {
	background-image: url(../img/white_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*矯正*/
#kyousei {
	background-image: url(../img/orthodontics_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.grey .kakomi2 {
	background-color: #fff;
	width: 800px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-radius: 3px;
	background-image: url(../img/kadomaru_bg.gif);
	background-repeat: repeat;
}
#kyousei .imgbox {
	margin-bottom: 15px;
}
#kyousei .imgbox:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
}
#kyousei .imgbox figure{
	float: left;
	width: 180px;
	margin-right: 0;
}
#kyousei .imgbox .arrow{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 36px;
	height: 26px;
	margin-top: 46px;
}
.contents #kyousei h6 {
	color: #555;
	margin-bottom: 5px;
	font-weight: bold;
}
/*インビザライン*/
#kyousei #invisa1 {
	background-image: url(../img/invisa_img1.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei #invisa2 {
	background-image: url(../img/invisa_img2.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei #invisa3 {
	background-image: url(../img/invisa_img3.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei #invisa4 {
	background-image: url(../img/invisa_img4.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei #invisa5 {
	background-image: url(../img/invisa_img5.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei #invisa6 {
	background-image: url(../img/invisa_img6.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei #invisa7 {
	background-image: url(../img/invisa_img7.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-bottom: 15px;
}
#kyousei .invisa_tokucho dt {
	padding-left: 180px;
	font-size: 16px;
}
#kyousei .invisa_tokucho dd {
	padding-left: 180px;
}
/*入れ歯*/
#ireba {
	background-image: url(../img/ireba_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#ireba dl {
	font-size: 14px;
}
#shinryo #ireba dl dt {
	color: #0776a7;
	font-size: 16px;
	border-bottom: solid 1px #FFF;
	margin-bottom: 5px;
	font-weight: normal;
}
#shinryo #ireba dl dd {
	font-size: 14px;
}
#shinryo #ireba table tr {
	padding-bottom: 15px;
}
#shinryo #ireba table td {
	vertical-align: middle;
	padding-left: 0;
}
#shinryo #ireba table .col1 {
	padding-left: 10px;
	padding-right: 10px;
}
.imgbox figure {
	float: left;
	margin-right: 40px;
	width:240px;
	hight: 160px;
}
.imgbox figure figcaption {
	font-size: 12px;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 10px;
}
#noncrasp h5 {
	font-size: 16px;
 	color: #0776a7;
	font-weight: normal;
}
#noncrasp .kakomi2 {
	background-color: #e6f3ff;
	padding: 15px;
	border-radius: 3px;
	margin-top: 5px;
	width: 400px;
}
#noncrasp .flL {
	width: 390px;
	float: left;
}
#shinryo #noncrasp .flR {
	float: right;
	margin-top:0;
}
#ireba .imgbox2 {
	margin-bottom: 20px;
}
#ireba .imgbox2 figure{
	float: left;
	width: 195px;
	height: 160px;
}
#ireba .imgbox2 .arrow{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 36px;
	height: 26px;
	margin-top: 67px;
}

/*ホワイトニング*/
#whitening {
	background-image: url(../img/white_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*レーザー治療*/
#laser {
	background-image: url(../img/laser_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
/*小児歯科*/
#child .child_tbl {
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b8b7b6;
	border-left-color: #b8b7b6;
	margin-bottom: 15px;
	width: 100%;
}
#child .child_tbl tr{
	border-bottom: solid 1px #b8b7b6;
}
#child .child_tbl tr th,#child .child_tbl tr td {
	padding: 8px;
}
#child .child_tbl .row1,#child .child_tbl .row1 th,#child .child_tbl .row1 td {
	background-color:#fff6f7;
	font-weight: bold;
}
#child .child_tbl tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
}
#child .child_tbl tr .col1 {
	text-align: left;
}
#child .child_tbl tr .col2 {
	background-color:#fff6f7;
}
#child h6 {
	color: #0776a7;
}
.yellow {
	color: #f8b308;
	font-size: 16px;
}
/*========================
		料金表
==========================*/
#hoken {
	background-image: url(../img/price_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#price h5 {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: normal;
	background-image: url(../img/flower2.png);
	background-repeat: no-repeat;
	padding-left: 38px;
	line-height: 1;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #f8b308;
}
#price .price_tbl {
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b8b7b6;
	border-left-color: #b8b7b6;
	margin-bottom: 15px;
	width: 80%;
}

#price .price_tbl tr{
	border-bottom: solid 1px #b8b7b6;
}
#price .price_tbl tr th,#price .price_tbl tr td {
	padding: 8px;
}
#price .price_tbl .row1,#price .price_tbl .row1 th,#price .price_tbl .row1 td {
	background-color:#fff6f7;
	font-weight: bold;
}
#price .price_tbl tr th {
	background-color: #fff6f7;
	width: 30%;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
}
#price .price_tbl tr td {
	width: 30%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b7b6;
	vertical-align: middle;
}
#price #hoken .inbox {
	background-image: url(../img/flower_bg3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#price #hoken .inbox2{
	background-image: none;
	padding-top: 40px;
	padding-left: 120px;
}


/*20181221追加*/

.poririn_h3 {
    border-bottom: solid 2px #ddd;
    padding-bottom: 2px;
    margin-bottom: 1.5em;
}
.poririn_img {
    margin: -40px 0 2em;
}
.poli_txt {
    width: 530px;
}
.flR_p {
    float: right;
    margin: -1em;
}

.flR_pp {
    float: right;
    margin: -5px;
}

/*20191008追加*/

.profile {
    font-weight: 100;
    font-size: 0.9em;
}

.profile_txt {
    margin: 0 0 1em;
    border-bottom: 1px solid #333;
    width: 80%;
}
#price .price_tbl02 {
    text-align: center;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #b8b7b6;
    border-left-color: #b8b7b6;
    margin-bottom: 15px;
    width: 100%;
}

#price .price_tbl02 tr{
    border-bottom: solid 1px #b8b7b6;
}
#price .price_tbl02 tr th,#price .price_tbl02 tr td {
    padding: 8px;
}
#price .price_tbl02 .row1,#price .price_tbl02 .row1 th,#price .price_tbl02 .row1 td {
    background-color:#fff6f7;
    font-weight: bold;
}
#price .price_tbl02 tr th {
    background-color: #fff6f7;
    width: 30%;
    font-weight: 800;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b8b7b6;
    vertical-align: middle;
}
#price .price_tbl02 tr td {
    width: 45%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b8b7b6;
    vertical-align: middle;
}

.price_h4 {
    font-size: 16px;
    color: #3abca6;
}
