@charset "UTF-8";

/* Saeki dental clinic Common CSS Document */

/* Common elements setting */
* {
  *zoom: 1;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;

  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
  background: url(../images/head_back.jpg) repeat-x center top;
}
img {
  border: none;
}
a {
  outline: none;
  color: #005cd0;
}
a:hover {
  color: #f90;
}

/* class setting */

/* clearfix setting */
.clearfix {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* exist MacIE ¥*/
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
  overflow: hidden;
} /* */

/* clear element */
.fc {
  clear: both;
}

#wall {
  width: 100%;
  background: url(../images/foot_back.jpg) center bottom repeat-x;
}
#wrap {
  width: 940px;
  margin: 0 auto;
  padding: 10px;
}
#sub {
  margin: 0;
  font-size: 0.86em;
  text-align: right;
}

/* header part setting */

#header {
  margin-bottom: 18px;
}
#header h1 {
  margin: 0;
  padding: 0;
  float: left;
}
#header h1 a {
  display: block;
  width: 471px;
  height: 67px;
  background: url(../images/logo.png) no-repeat;
  text-indent: -9999px;
}
#header #phone {
  margin: 0;
  padding: 0;
  width: 325px;
  height: 67px;
  background: url(../images/phone.png) no-repeat;
  text-indent: -9999px;
  float: right;
}
#header #gmenu {
  margin: 20px 0 auto;
  padding: 0;
  width: 947px;
  height: 60px;
  background: url(../images/gmenu.png) no-repeat;
}
#header #gmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header #gmenu li {
  float: left;
}
#header #gmenu a {
  height: 60px;
  display: block;
  text-indent: -9999px;
}
#header #gmenu #gm1 {
  width: 150px;
  background: url(../images/gmenu.png) 0 -60px no-repeat;
}
#header #gmenu #gm1:hover {
  background: url(../images/gmenu.png) 0 -120px no-repeat;
}
#header #gmenu #gm2 {
  width: 160px;
  background: url(../images/gmenu.png) -150px -60px no-repeat;
}
#header #gmenu #gm2:hover {
  background: url(../images/gmenu.png) -150px -120px no-repeat;
}
#header #gmenu #gm3 {
  width: 160px;
  background: url(../images/gmenu.png) -310px -60px no-repeat;
}
#header #gmenu #gm3:hover {
  background: url(../images/gmenu.png) -310px -120px no-repeat;
}
#header #gmenu #gm4 {
  width: 160px;
  background: url(../images/gmenu.png) -470px -60px no-repeat;
}
#header #gmenu #gm4:hover {
  background: url(../images/gmenu.png) -470px -120px no-repeat;
}
#header #gmenu #gm5 {
  width: 160px;
  background: url(../images/gmenu.png) -630px -60px no-repeat;
}
#header #gmenu #gm5:hover {
  background: url(../images/gmenu.png) -630px -120px no-repeat;
}
#header #gmenu #gm6 {
  width: 150px;
  background: url(../images/gmenu.png) -790px -60px no-repeat;
}
#header #gmenu #gm6:hover {
  background: url(../images/gmenu.png) -790px -120px no-repeat;
}

/* container part setting */
#mainv {
  margin-bottom: 1em;
}

#mainv p img {
  text-align: center;
}

#crumb {
  margin: 0 0 20px 0;
  background: #ebecec;
}
#crumb p {
  margin: 0;
  padding: 5px 10px;
  font-size: 0.86em;
}
#crumb p a {
  color: #333;
}
#crumb p a:hover {
  color: #f90;
}

/* sidebar part setting */
#side {
  width: 242px;
  float: left;
  margin-top: 8px;
}
#confirm {
  margin: 0 0 20px 0;
}
#reserve .comment {
  font-size: 0.86em;
  line-height: 1.33em;
}
#reserve table {
  margin: 0;
  padding: 0;
  font-size: 0.93em;
  border-collapse: collapse;
}
#reserve table th,
#reserve table td {
  padding: 5px;
  vertical-align: top;
}
#reserve #map {
  text-align: center;
  margin-bottom: 20px;
}
#confirm a:hover,
#map a:hover {
  opacity: 0.7;
}
#open h2 {
  margin: 0;
  padding: 0;
}
#open ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#open li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#open .day {
  font-weight: bold;
  color: #1c82b1;
}

/* content part setting */
#content {
  width: 674px;
  float: right;
}

/* Footer part setting */
#footer {
  width: 950px;
  margin: 100px auto 0 auto;
}
#footer #address {
  width: 400px;
  float: left;
}
#footer #address h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#footer #address p {
  margin: 0;
}
#footer #fmenu {
  width: 400px;
  float: right;
}
#footer #fmenu p {
  margin: 0;
  text-align: right;
}
#footer #fmenu a {
  text-decoration: none;
  color: #333;
}
#footer #fmenu a:hover {
  color: #f90;
}
#footer #copyright {
  clear: both;
  text-align: right;
}

/* ============================
	2023/6/13 追記分 メニュー最下部テキスト追記
============================ */
.home-text {
  padding: 10px;
  line-height: 1.65;
}
