@charset "UTF-8";

@import url("style.css");

/* ページ全体の指定 */

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
}

a:link {
  COLOR: #FF6600;
}
a:visited {
  COLOR: #FF6600;
}
a:active { COLOR: #999999; }
a:hover { COLOR: #999999; }



/*ヘッダー */

header {
  width: 100%;
}

header h1 {
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 10px  0;
}


#page_top {
  margin: 0;
  padding: 0;
}

/* コンテンツ全体 */

article {
  width: 100%;
  margin: 0 0 8px 0;
}



/* 新着 */


.info {
  width: 100%;
  margin: 10px 0 8px 0;
}


.info h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #000000;
  background-color: #FFCC00;
  text-align: center;
}

.info p {
  margin: 0 0 12px 0;
  padding: 3px 8px 3px 8px;
  line-height: 1.8;
}

.topimg {
  padding: 0px 0px 10px 0px;
  text-align: center;
}

/* 案内 */

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}


section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #000000;
  background-color: #FFCC00;
  background: url(../images/smobi/section_bg.jpg);
  text-align: center;
}

section h3 {
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  -moz-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
  border-bottom: solid 2px #ff9933;
  background:url(../images/smobi/h3_icon.png) 5px center no-repeat ;
  padding:5px 0 5px 30px;
  background-size:18px 20px;
  -webkit-background-size:18px 20px; /* Safari,Google Chrome用 */  
  -moz-background-size:18px 20px; /* Firefox用 */  
  -o-background-size:18px 20px;　/* Opera用 */
  font-weight:bold;
  margin-bottom: 15px;
}

section h4 {
  font-size: 14px;
  background-color: #cfe0ff;
  -webkit-box-shadow: inset 0 1px 1px #cfe0ff;
  -moz-box-shadow: inset 0 1px 1px #cfe0ff;
  box-shadow: inset 0 1px 1px #cfe0ff;
  border-left: solid 5px #89b2ff;
  padding:5px 0 5px 10px;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 8px 3px 8px;
  line-height: 1.8;
}

.ado {
  padding: 0px 0px 10px 0px;
  text-align: center;
}

.ado_in {
  padding: 0px 0px 10px 0px;
  text-align: left;
  width: 320px;
  margin: 0 auto;
}

.gmap {
  padding: 5px 0px 0px 0px;
  text-align: left;
  width: 320px;
  margin: 0 auto;
}


/* 診療時間テーブル */
section table {
  padding: 0px 0px 0px 0px;
  background-color: #FF6600;
  border-collapse:separate;
  border-spacing:1px;
  border:0px;
  font-size: 12px;
  margin: 0 0 0 0px;
}

section tr {
  padding: 0px;
}

section td {
  padding: 2px 7px 2px 7px;
  background-color: #FFFFFF;
}

section .trc {
  background-color: #FFFFB9;
}



/*ナビ */

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(../images/smobi/nav_bg.gif) repeat-x;
}


nav ul {
  width: 100%;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  letter-spacing: 2px;
  font-size: 15px;
}

nav li a {
  padding: 7px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #FFCC00;
  background: url(../images/smobi/nav_bg.jpg) repeat-x;
  border-radius: 6px;
  　-webkit-border-radius : 6px;
  　-moz-border-radius: 6px;
  margin: 0 5px;
}

nav li a:hover {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #FFCC00;
  background: url(../images/smobi/nav_bg_hover.jpg) repeat-x;
}

nav a:link {
  COLOR: #FFFFFF;
}
nav a:visited {
  COLOR: #FFFFFF;
}



/*トップに戻る */

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/* フッター */

#footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px #FF9900;
  background-color: #FFEB99;
}

#footer p {
  padding: 10px;
}

#footer a:link {
  COLOR: #996600;
}
#footer a:visited {
  COLOR: #996600;
}
#footer a:active { COLOR: #999999; }
#footer a:hover { COLOR: #999999; }

.KijiArea,.IncludeArea {
  margin: 20px 10px 10px 10px;
}

.KijiArea p,.IncludeArea p {
 margin: 0px;
}

.ImageMain1 {
 margin: 0px auto 10px auto;
 float: none !important;
 display:block;
 clear:both;
 padding:5px;
 border:#dddddd solid 1px;
}

.ImageMain2 {
 margin: 0px auto 10px auto !important;
 float: none !important;
 display:block;
 clear:both;
 padding:5px;
 border:#dddddd solid 1px;
}

.date {
  font-size: 12px;
  font-weight: normal;
  color: #6699cc;
}

.img_resize {
 width: 290px;
}

/** Youtube 埋め込み ****/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
