/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	width:100%;
}

#container {
	width:100%;
	overflow:hidden;
}

h1 {
	margin:0 auto 0px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 {
	width:auto;
	height:119px;
	font-size: 121%;
	margin-bottom: 10px;
	background-image:url(../images/h2.fw.png) ;
}


h3 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#FFF;
	background-color:#444444;
	padding:5px 0 5px 5px;
}

h4 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#FFF;
	background-color:#FF9900;
	padding:5px 0 5px 5px;
}


#wrap {
	padding: 10px;
}



#logo {
	width:auto;
	margin:0 0 15px;
}

#Nav  {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	overflow:hidden;
	background-color:#1A2162;
	font-weight:bold;
	width:auto;
	margin:0 10px 0 10px;
}

#Nav ul {
	margin:0;
	padding:0;
}

#Nav li {
	list-style-type:none;
	float:left;
	-webkit-box-flex:1;
}

#Nav li a {
	display:block;
	width:104px;
	padding:5px 0;
	border: solid 1px #FFFFFF;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	height:45px;
	line-height:50px;
}

#Nav li a:hover {
	border-color:#999;
}

nav.global-navi ul {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    background:#444;
    border: 1px solid #FFF;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
	margin-top:0px;
}
 
nav.global-navi ul li {
    border-right: 1px solid #FFF;
    display: table-cell;
}
 
nav.global-navi ul li:last-child {
    border-right: none;
}
 
nav.global-navi ul li a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}
 
nav.global-navi ul li a:hover {
    background: #111111;
}

/*--------メニュー---------*/

.menu {margin-bottom: 20px;}

.menu h3 { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#FFF;
	background-color:#1A2162;
	padding:5px 0 5px 5px;
}

.menu ul {
	margin:0;
	padding:0;
}

.menu li {
	margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #EFEFEF;
}

.menu li a {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#574620;
	padding: 10px 0 10px 10px;
	background-color:#F7F7F7;
	background-position: 0 50%;
}

.menu li a:hover {
	background-color:#FFF;
}

/*--------メニューend---------*/

input {
	width: 100% ;
	height: 30px ;
	font-size: 13px ;
	margin-top:7px;
	margin-bottom:12px;
}

select {
	width: 100% ;
	height: 30px ;
	font-size: 13px ;
	margin-top:7px;
	margin-bottom:12px;
}

/*--------コンテンツ---------*/

.contents {
	float:none;
	width:auto;
	height:auto;
	margin:20px;
}

.contents h3 { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#1A2162;
	padding:5px 0 0px 0px;
	margin-bottom:0px;
}

.contents p {
	font-size:14px;
	margin:5px 0 5px 5px;
	font-weight:bold;
}

.contents img {
	width:110px;
	border:none;
	display: inline-block;
	vertical-align: middle;
	float:left;
	margin-right:10px;
}

.contents a {
	height:auto;
	color:#000;
	text-decoration:none;
	display:block;
	overflow:hidden;
}

.contents a:hover {
	background-color:#FFF;
}


.contents_sub {
	float:none;
	width:auto;
	height:auto;
	margin: 0 3px;
	padding:3px;
}

.contents_sub h3 { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#1A2162;
	padding:5px 0 0px 0px;
	margin-bottom:0px;
}

.contents_sub p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.contents_sub img {
	border:none;
	display: inline-block;
	vertical-align: middle;
	float:right;
	margin-left:5px;
}

.contents_sub1 {
	float:none;
	width:auto;
	height:auto;
	margin: 0 3px;
	padding:5px;
}

.contents_sub1 h3 { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#1A2162;
	padding:5px 0 0px 0px;
	margin-bottom:0px;
}

.contents_sub1 p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.contents_sub1 img {
	width:120px;
	border:none;
	display: inline-block;
	vertical-align: middle;
	float:right;
	margin-left:5px;
}

.contents_sub2 {
	float:none;
	width:auto;
	height:auto;
	margin: 0 3px;
	padding:5px;
}

.contents_sub2 h3 { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#1A2162;
	padding:5px 0 0px 0px;
	margin-bottom:0px;
}

.contents_sub2 p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.contents_sub2 img {
	width:120px;
	border:none;
	display: inline-block;
	vertical-align: middle;
	float:left;
	margin-right:5px;
}

.contents_title { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:15px;
	color:#000;
	background-color:#F5F5F5;
	padding:10px 0 10px 5px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}



/*--------コンテンツend---------*/


section, nav {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}
aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}

#btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}

div#Footer {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:2;
}
#Footer {
    text-align: center;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#444));
    padding: 0 0 10px 0;
    color: white;
}


div#Footer h1 {
	margin:0 auto 5px auto;
}




footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}


footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}



/*--------医院概要---------*/


.info {
	width:auto;
	height:auto;
	margin-bottom:20px;
}


.info h3 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#1A2162;
	background-color:#DFE1F7;
	padding:5px 0 5px 5px;
	border: solid 1px #1A2162;
}

.info h4 {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	margin:10px 0 5px 5px;
	color: #FFF;
	background-color:#FF6600;
	padding:5px 5px;
	width:60px;
	text-align:center;
}


.info p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	margin:5px 0 5px 5px;
}


/*--------虫歯治療---------*/


.cavity {
	width:auto;
	height:auto;
	margin-bottom:20px;
}


.cavity h3 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#1A2162;
	background-color:#DFE1F7;
	padding:5px 0 5px 5px;
	border: solid 1px #1A2162;
}

.cavity h4 {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:21px;
	color:#3399CF;
	background-color:#FFF;
	border-bottom: dotted 1px #3399CF;
	text-align:center;
	margin-top:15px;
}

.cavity h5 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#FF6600;
	padding:5px 0 5px 5px;
	text-align:center;
}


.cavity p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	margin:5px 0 5px 5px;
	line-height:170%;
}

.cavity1 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	color:#FF6F0E;
	border: solid 1px #FF9900;
	background-color:#FFECCE;
	padding:5px;
}

.cavity1 p {
	font-size:14px;
	margin:5px 0 5px 5px;
	color:#FF6666;
}

.cavity1 img {
	width:110px;
	border:none;
	vertical-align: middle;
	float:left;
	margin-right:5px;
}

.cavity2 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	border: solid 1px #D9D9D9;
	padding:5px;
	overflow:hidden;
	display:block;
}

.cavity2 p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.cavity2 img {
	width:120px;
	height:145px
	border:none;
	vertical-align: middle;
	float:left;
	margin-right:5px;
}

/*--------予防---------*/


.prevention {
	width:auto;
	height:auto;
	margin-bottom:20px;
}


.prevention h3 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#1A2162;
	background-color:#DFE1F7;
	padding:5px 0 5px 5px;
	border: solid 1px #1A2162;
}

.prevention h4 {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:21px;
	color:#3399CF;
	background-color:#FFF;
	border-bottom: dotted 1px #3399CF;
	text-align:center;
	margin-top:15px;
}

.prevention h5 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#FF6600;
	padding:5px 0 5px 5px;
	text-align:center;
}


.prevention p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	margin:5px 0 5px 5px;
	line-height:170%;
}

.prevention1 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	color:#FF6F0E;
	border: solid 1px #FF9900;
	background-color:#FFECCE;
	padding:5px;
}

.prevention1 p {
	font-size:14px;
	margin:5px 0 5px 5px;
	color:#FF6666;
}

.prevention2 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	border: solid 1px #D9D9D9;
	padding:5px;
	overflow:hidden;
	display:block;
}

.prevention2 p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.prevention2 img {
	width:120px;
	height:145px
	border:none;
	vertical-align: middle;
	float:left;
	margin-right:5px;
}

/*--------infant---------*/

.infant {
	width:auto;
	height:auto;
	margin-bottom:20px;
}


.infant h3 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#1A2162;
	background-color:#DFE1F7;
	padding:5px 0 5px 5px;
	border: solid 1px #1A2162;
}

.infant h4 {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:21px;
	color:#3399CF;
	background-color:#FFF;
	border-bottom: dotted 1px #3399CF;
	text-align:center;
	margin-top:15px;
}

.infant h5 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#FF6600;
	padding:5px 0 5px 5px;
	text-align:center;
}


.infant p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	margin:5px 0 5px 5px;
	line-height:170%;
}

.infant1 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	color:#FF6F0E;
	border: solid 1px #FF9900;
	background-color:#FFECCE;
	padding:5px;
}

.infant1 p {
	font-size:14px;
	margin:5px 0 5px 5px;
	color:#FF6666;
}

.infant2 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	border: solid 1px #D9D9D9;
	padding:5px;
	overflow:hidden;
	display:block;
}

.infant2 p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.infant2 img {
	width:120px;
	height:145px
	border:none;
	vertical-align: middle;
	float:left;
	margin-right:5px;
}


/*--------スタッフ---------*/
.staff1 {
	float:none;
	width:auto;
	height:auto;
	margin: 6px;
	border: solid 1px #D9D9D9;
	padding:5px;
	overflow:hidden;
	display:block;
}

.staff1 p {
	font-size:14px;
	margin:5px 0 5px 5px;
}

.staff1 img {
	width:120px;
	height:145px
	border:none;
	vertical-align: middle;
	float:left;
	margin-right:5px;
}



/*--------top---------*/
.top_img {
	width:auto;
	margin:0 0 0px;
}
.top_imgs {
	width:auto;
	margin:0 0 15px;
	background-color:#FFDFBF;
}


.top_img h3 { 
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:18px;
	color:#FFF;
	background-color:#444;
	padding:5px 0 5px 5px;
}



#Tel {
	width:242px;
	height:43px;
	margin:10px auto 20px auto;
}



#header li{
     width:50%;
     float:left;
     box-sizing :border-box;
	 list-style:none;
}


/*--------TIME---------*/
#time_img {
	width:auto;
	margin:20px 0 20px;
}

.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
.fix_menu_smartphone img{
  width:100%;
}


table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #FF8000 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background-color:#F6F6F6;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	background-color:#FFF;
}


h5 {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:21px;
	color:#C385A0;
	border-bottom: dotted 1px #C385A0;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

#News {
	width: auto;
	margin-bottom: 20px;
}

#News ul {
	margin:0;
}

#News li {
   padding:15px 0 15px ;
   border-bottom:1px dotted #333333;
   padding-left: 10px;
}

.date {
	font-size: 14px;
	color: #666666;
	margin-right: 30px;
	display:inline-block;
	text-indent:0;	
}

.news {
	font-size: 14px;
	color: #333;
	display:inline-block;
	text-indent:0;	
}


    * {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 20px auto;
    }

    .slick-slide {
      margin: 0px 5px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}	
	
