@charset "utf-8";
/*-----------------------------------------------------
	reset
 ----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 96%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
a { outline: 0;	text-decoration: none; color:#290e0e; }
a:focus { outline: thin dotted; color:#290e0e; }
a:hover,
a:active { outline: 0; color:#1a9cc7; text-decoration:none; }

address {
	margin-top:8px;
}
b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
}
mark,
ins {
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
ul,
ol {
	list-style: none;
}
ul {
}
ol {
}
li > ul,
li > ol {
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.clear {
	clear:both;
}
.flt-l { float:left; }
.flt-r { float:right; }
/*-----------------------------------------------------
	grobal
 ----------------------------------------------------*/
body {
	font-family:
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"メイリオ",
	Meiryo,
	"ＭＳ Ｐゴシック",
	"MS PGothic",
	Osaka, sans-serif,
	serif;
	color:#666;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*-----------------------------------------------------
	wrapper
 ----------------------------------------------------*/
#container {
	width: 100%;
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
.inner {
	background:url(../img/bg/bg-box.png) repeat;
	position:relative;
	margin: 0 auto 23px auto;
	text-align:center;
	overflow:hidden;
	clear:both;
	padding:20px 15px;
}
/*-----------------------------------------------------
	header
 ----------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
	background:url(../img/bg/bg-header.png) 35% 100% repeat-x;
}
header h1,
header p {
	display:block;
	margin:10px auto 0 auto;
	width:85%;
	text-align:center;
}
header h1 img {
	width:80%;
	min-width:80%;
	height:auto;
}
header p img {
	width:65%;
	min-width:65%;
	height:auto;
}
header p#menu {
	min-width:17%;
	width:17%;
	height:auto;
	position:absolute;
	top:25px;
	left:0;
	margin: 0 !important;
}

/*-----------------------------------------------------
	gnavi
 ----------------------------------------------------*/
nav#gnavi {
	width:90%;
	margin:0 auto;
	text-align:center;
}
nav#gnavi ul {
	margin-top:5%;
}
nav#gnavi ul li {
	float:left;
	width:28%;
	height:28%;
	margin:3%;
}
nav#gnavi ul li img {
	width:100%;
	min-width:100%;
	height:auto;
}
/*-----------------------------------------------------
	slider
 ----------------------------------------------------*/
 #slider {
	position:relative;
	clear:both;
	overflow:hidden;
}
/*-----------------------------------------------------
	footer
 ----------------------------------------------------*/
.wave1 {
	background:url(../img/parts/img-wave01.png) 0 0 repeat-x;
	position: fixed;
	width:100%;
	height:14px;
	left: 0;
	bottom:0;
	z-index:9999;
}
.wave2 {
	background:url(../img/parts/img-wave02.png) 0 0 repeat-x;
	position: fixed;
	width:100%;
	height:14px;
	left: 0;
	bottom:0;
	z-index:9999;
}
#BtnPageTop {
	position:fixed;
	right:10px;
	bottom:0;
	margin:0 0 0 300px;
	width:40%;
	z-index:0;
	bottom:-153px;
}
#BtnPageTop img {
	width:100%;
	min-width:100%;
	height:auto;
}
/*-----------------------------------------------------
	top contents
 ----------------------------------------------------*/

/*---------- global ----------*/

article {
	padding-bottom:80px !important;
}
section h1 {
	width:65%;
	margin-top:20px;
	text-align:left !important;
}
section h1 img {
	width:100%;
	min-width:100%;
	height:auto;
}
div#ttl-p {
	background:url(../img/bg/bg-ttl-m.png) 0 0 repeat-x;
	border-top:1px solid #2e2e2e;
	border-bottom:1px solid #2e2e2e;
}
p.img-auto img {
	width:100%;
	min-width:100%;
	height:auto;
}
p.img-auto2 img {
	width:95%;
	min-width:95%;
	height:auto;
}
p.p-auto {
	width:auto !important;
}
/*---------- top ----------*/

section {
	position:relative;
	overflow:hidden;
	clear:both;
}
#middle {
	position:relative;
	width:100%;
	clear:both;
	overflow:hidden;
	background:url(../img/bg/bg-middle.png) 0 0 repeat;
	padding:15px 0 50px 0;
}
section#news {
	position:relative;
	width:95%;
	display:block;
	text-align:center;
	margin:0 auto 30px auto;
}
section#news div#newsBox {
	background:url(../img/sp/bg/bg-news.png) 0 0 no-repeat;
	background-size:100% 100%;
	margin-top:10px;
	clear:both;
	overflow:hidden;
	min-height:145px;
}
section#news div#newsBox ul {
	margin:17px;
}
section#news div#newsBox ul li {
	border-bottom:1px solid #FFF;
	line-height:150%;
	display:block;
	text-align:left;
	width:98%;
	overflow:hidden;
	padding:6px 0;
}
section#news div#newsBox ul li:last-child {
	border-bottom:none;
}
section#news div#newsBox ul dl {
	margin:0;
	padding:0;	
}
section#news div#newsBox ul li dl dt{
	float:left;
	width:20%;
	text-align:center;
	padding:2px;
	color:#00a9d5;
	background:#FFF;
	border-radius:2px;
	margin-right:2%;
	font-size:65%;
}
section#news div#newsBox ul li dl dd {
	float:left;
	width:75%;
	padding:2px;
	font-weight:700;
	font-size:90% !important;
}
section#news div#newsBox ul li dl dd a {
	color:#FFF !important;
}
section#news div#newsBox ul li dl dd a:hover {
	color:#FFF !important;
	text-decoration:underline;
}
section#timetable {
	position:relative;
	width:95%;
	display:block;
	text-align:center;
	margin:0 auto 30px auto;
	color:#FFF;
}
section#news h1,
section#news p,
section#timetable h1,
section#timetable p {
	text-align:left;
	margin-bottom:15px;
}
section#timetable h1,
section#news h1 {
	width:35%;
	min-width:35%;
	height:auto;
}
section#timetable p.eigyou {
	position:absolute;
	top:20px;
	left:125px;
	margin:20px 0 0 0;
	font-weight:700;
	font-size:65%;
}
section#timetable p img {
	width:100%;
	min-width:100%;
	height:auto;
}

/*---------- pdo ----------*/

.pdo-l {
	position:relative;
	width:95%;
	margin:3%;
	float:left;
	text-align:left;
}
.pdo-r {
	position:relative;
	width:95%;
	margin:3%;
	float:right;
	text-align:left;
}
.pdo-l h2,
.pdo-r h2 {
	padding:0;
	background:#FFF;
	font-weight:700;
	width:100%;
	margin-bottom:3px;
}
.pdo-l h2 img,
.pdo-r h2 img {
	width:100%;
	min-width:100%;
	height:auto;
}
.pdoBox {
	position:relative;
	padding:10px;
	background:#FFF;
	border-radius:5px;
	line-height:150%;
	clear:both;
	overflow:hidden;
	margin-bottom:3px;
	font-size:85%;
	min-height:70px;
}
.pdoBox p {
	width:60%;
	margin-bottom:0 !important;
}
.pdoBox p.img-pdo1 { width:30% !important; position:absolute; bottom:33px; right:22px; }
.pdoBox p.img-pdo2 { width:30% !important; position:absolute; bottom:41px; right:22px; }
.pdoBox p.img-pdo3 { width:30% !important; position:absolute; bottom:23px; right:22px; }
.pdoBox p.img-pdo4 { width:30% !important; position:absolute; bottom:14px; right:14px; }
.pdoBox p.img-pdo5 { width:30% !important; position:absolute; bottom:25px; right:14px; }
.pdoBox p.img-pdo6 { width:30% !important; position:absolute; bottom:8px; right:14px; }

.pdoBox p.img-pdo1 img,
.pdoBox p.img-pdo2 img,
.pdoBox p.img-pdo3 img,
.pdoBox p.img-pdo4 img,
.pdoBox p.img-pdo5 img,
.pdoBox p.img-pdo6 img {
	width:100%;
	min-width:100%;
	height:auto;
	
}
.pdoBox-f {
	position:relative;
	padding:10px;
	background:#FFF;
	border-radius:10px;
	margin:5px;
	line-height:150%;
	clear:both;
	overflow:hidden;
}
.pdoBox-f p {
	width:100%;
	line-height:200%;
	text-align:left;
	margin-bottom:0 !important;
	font-size:85%;
}
.pdoBox-f p.img-pdo {
	width:70% !important;
	margin:20px auto !important;
	text-align::center !important;
}
.pdoBox-f p.img-pdo img {
	width:100%;
	min-width:100%;
	height:auto;
}
.txt-blue {
	color:#00aadf;
}


/*---------- about ----------*/

.inner-c {
	position:relative;
	width:100%;
	text-align:left;
}
.inner-c h2 {
	padding:10px 0 10px 16px;
	margin-bottom:37px;
	background:#FFF;
	font-weight:700;
}
.inner-c h3 {
	color:#FFF;
	background:#333;
	padding:5px;
	width:100px;
	text-align:center;
}
div.fukidashi {
	position:absolute;
	top:42px;
	*top:45px;
	left:50px;
}
.innerBox {
	position:relative;
	padding:15px;
	background:#FFF;
	border-radius:10px;
	line-height:150%;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.innerBox p {
	margin-bottom:0;
}
.innerBox dl {
	margin:20px 0;
}
.innerBox dl dt {
	float:left;
	width:20%;
	text-align:right;
	margin:0 5% 2% 0; 
}
.innerBox dl dd {
	float:left;
	width:75%;
	margin:0 0 2% 0;
}
ul.aboutList {
	margin:5px;
}
ul.aboutList li dl dt {
	background:#FFF;
	padding:5px;
}
ul.aboutList li dl dd {
	margin:10px 0;
	padding:10px 0 10px 30px;
	background:url(../img/sp/p/about/parts/icon-arrow.png) 4% 50% no-repeat #FFF;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	text-align:left;
}
ul.aboutList li dl dt img,
ul.aboutList li dl dd img {
	width:100%;
	min-width:100%;
	height:auto;
}
/*---------- dentistry ----------*/

ul.dentLi {
	float:none;
	clear:both;
	text-align:left;
	margin:10px 0 20px 0;
}
ul.dentLi li {
	font-size:120%;
	font-weight:bold;
	background:url(../img/parts/icon-ring01.png) 0 50% no-repeat;
	line-height:150%;
	padding-left:30px;
}
dl.dentDl {
	float:none;
	clear:both;
	text-align:left;
	margin:10px 0 20px 0;
	width:100%;
}
dl.dentDl dt {
	float:left;
	text-align:right;
	padding:0 20px;
	width:20%;
	font-size:85%;
	background:url(../img/sp/p/dentistry/parts/icon-circle.png) 0 50% no-repeat;
}
dl.dentDl dd {
	float:left;
	text-align:left;
	font-size:85%;
	width:60%;
}
.dentBox {
	position:relative;
	padding:10px;
	background:#FFF;
	border-radius:10px;
	margin:5px;
	line-height:150%;
	clear:both;
	overflow:hidden;
}
.dentBox p {
	line-height:200%;
	text-align:left;
	margin:0;
	width:100%;
}
.img-dent {
	width:70% !important;
	margin:20px auto!important;
	text-align:center!important;
}
.img-dent img {
	width:100%;
	min-width:100%;
	height:auto;
}
/*---------- information ----------*/

.infoBox {
	position:relative;
	padding:10px;
	background:#FFF;
	border-radius:10px;
	margin:5px;
	line-height:150%;
	clear:both;
	overflow:hidden;
	text-align:left;
}
.infoBox p.img-info {
	width:70%;
	min-width:70%;
	margin:20px auto;
	text-align:center;
}
.infoBox p.img-info img {
	width:100%;
	min-width:100%;
	height:auto;
}

/*---------- access ----------*/

p.accessmap {
	width:100%;
	margin-bottom:20px;
}
p.accessmap img {
	width:95%;
	min-width:95%;
	height:auto;
}
#gmap-f {
	width:95%;
	margin:0 auto;
	text-align:center;
	padding:0 5px 5px 5px;
	border-radius:0 0 10px 10px;
}
.gmap-l { display:block; float:left; width:25%; padding-bottom:20px; text-align:left; }
.gmap-r { display:block; float:left; width:70%; padding-bottom:20px; text-align:left; }

ul.gmapList {
	clear:both;
	overflow:hidden;
	margin:20px 0;
	border-top:1px dashed #808080;
	width:100% !important;
}
ul.gmapList li {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:7px 0;
	border-bottom:1px dashed #808080;
}
ul.gmapList dl dt {
	width:100%;
	text-indent:20px;
	text-align:left;
	background:url(../img/parts/icon_arrow-blue.png) 0 50% no-repeat;
}
ul.gmapList dl dd {
	width:100%;
	text-align:left;
}


/*---------- news ----------*/

.diary .text-sp ul li {
	clear:both;
	overflow:hidden;
	padding:5px 0;
}
.diary .text-sp ul li dl dt {
	background:url(../img/parts/icon_arrow.png) 0 50% no-repeat;
	width:12%;
	padding-left:20px;
}
.diary .text-sp ul li dl dd {
	width:80%;
	padding-left:20px;
	font-size:120%;
}
p.newsListBack {
	display:block;
	margin:2% auto;
	text-align:center;
	border-radius:5px;
	behavior: url(../PIE.htc);
}
p.newsListBack a,
p.newsListBack a:link {
	background:#49bee0;
	padding:5px 30px;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	behavior: url(../PIE.htc);
}
p.newsListBack a:hover {
	background:#2e79c9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
ul.aboutList li dl dd {
	background:url(../img/sp/p/about/parts/icon-arrow@2x.png) 4% 50% no-repeat #FFF;
	-webkit-background-size: 14px 14px;
}
dl.dentDl dt {
	background:url(../img/sp/p/dentistry/parts/icon-circle@2x.png) 0 50% no-repeat;
	-webkit-background-size: 7px 7px;
}
}

@media print {

}


/***********************************
topics
***********************************/
#topics-top #topics_date{
	display: inline-block;
	text-align: center;
	padding: 2px;
	color: #00a9d5;
	background: #FFF;
	border-radius: 2px;
	margin: 0 15px 0 0;
}

#topics-top a{
	display: inline-block;
	color: #fff;
}

#topics-top li{
	border-bottom: 1px solid #FFF;
	line-height: 150%;
	display: block;
	text-align: left;
	width: 98%;
	overflow: hidden;
	padding: 6px 0;
}
