@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

index CSS File

File Name		index.css
Note			インテックス用スタイルシート


New Creation	2012/04/20 18:42
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
    6-1.	main
    6-2.	sub
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

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

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

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

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

a:hover {
  color: #da7a24 !important;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-width: 1000px;
  min-height: 100%;
  background: url(../img/container_bg1.jpg) left top no-repeat, url(../img/container_bg2.jpg) right top no-repeat, black;
  background-attachment: fixed;
}
* html #container {
  width: expression(document.body.clientWidth < 902  ? "900px" : "auto");
  height: 100%;
}
* + html #container {
  height: 100%;
}
#container {
  -pie-background: url(https://www.vaser-4d.com/img/container_bg1.jpg) left top no-repeat, url(https://www.vaser-4d.com/img/container_bg2.jpg) right top no-repeat, black \9;
  behavior: url(https://www.vaser-4d.com/js/PIE.htc) \9;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
nav {
  width: 900px;
  margin: 0 auto;
}
nav ul:before, nav ul:after {
  content: "";
  display: table;
}
nav ul:after {
  clear: both;
}
* html nav ul {
  zoom: 1;
}
* + html nav ul {
  zoom: 1;
}
nav ul li {
  float: left;
  width: 150px;
  height: 68px;
}
nav ul li a {
  position: relative;
  display: block;
  width: 150px;
  height: 68px;
  overflow: hidden;
}
nav ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  text-align: center;
}
#header #logo {
  margin: 0 117px 39px 0;
  padding-top: 50px;
}

#header {
  margin-bottom: 40px;
}

#header #logo {
  padding-top: 57px;
  margin: 0 0 57px;
}

#header h2 {
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  width: 900px;
}
#content:before, #content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
* html #content {
  zoom: 1;
}
* + html #content {
  zoom: 1;
}

/*
6-1.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 650px;
}
#main section {
  margin-bottom: 50px;
  padding-top: 30px;
  border: 2px solid rgba(105, 84, 75, 0.5);
}
#main section {
  border: 2px solid #69544b \9;
}
#main section h1 {
  margin-bottom: 43px;
}
#main section p {
  margin: 0 55px;
  font-size: 1.2em;
  line-height: 2.16667;
  color: #c8c8c9;
}
#main section section {
  margin: 0 0 30px;
  padding: 0 55px;
  border: none;
}
#main section section h1 {
  margin-bottom: 30px;
}
#main section section p {
  margin: 0;
}

#main #about {
  background: url(../img/index_about_bg.jpg) right 76px no-repeat;
}
#main #about:before, #main #about:after {
  content: "";
  display: table;
}
#main #about:after {
  clear: both;
}
* html #main #about {
  zoom: 1;
}
* + html #main #about {
  zoom: 1;
}

#main #about p {
  margin-right: 200px;
  margin-bottom: -7.0px;
}

#main #about .link {
  background: url("../img/link_more_h.gif") left top no-repeat;
  float: right;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: right;
  line-height: 1;
}
#main #about .link a {
  display: block;
  width: 63px;
  height: 18px;
}
#main #about .link a img {
  display: block;
  width: auto;
  height: auto;
}
#main #about .link a:hover {
  background: none;
}
#main #about .link a:hover img {
  vertical-align: top;
}

* html #main #about .link {
  display: inline;
}

#main #dynamx:before, #main #dynamx:after {
  content: "";
  display: table;
}
#main #dynamx:after {
  clear: both;
}
* html #main #dynamx {
  zoom: 1;
}
* + html #main #dynamx {
  zoom: 1;
}

#main #dynamx p {
  float: right;
  margin-left: 0;
  width: 315px;
}

* html #main #dynamx p {
  display: inline;
}

#main #dynamx .pic {
  float: left;
  margin: 7.0px 0 40px 50px;
  width: auto;
}

#main #doctors h1 {
  margin-bottom: 50px;
}

#main #doctors p {
  margin: 38px 55px 3px;
  font-size: 1em;
  text-align: right;
  line-height: 1;
}

#main #doctors p small {
  font-size: 1em;
  color: #8c8c8d;
}

#main #doctors ol {
  margin: 0 55px 45px;
}

#main #doctors ol li {
  position: relative;
  padding: 7px;
}
* html #main #doctors ol li {
  height: 1%;
}

#main #doctors ol li:nth-child(odd) {
  background: rgba(163, 135, 129, 0.3);
}

* + html #main #doctors ol li:nth-child(odd) {
  -pie-background: rgba(163, 135, 129, 0.3);
  behavior: url(https://www.vaser-4d.com/js/PIE.htc);
}

#main #doctors ol li:nth-child(odd) {
  -pie-background: rgba(163, 135, 129, 0.3) \9;
  behavior: url(https://www.vaser-4d.com/js/PIE.htc) \9;
}

* html #main #doctors ol li dl {
  height: 1%;
}

* + html #main #doctors ol li dl {
  height: 1%;
}

#main #doctors ol li dl dt,
#main #doctors ol li dl dd {
  display: table-cell;
  vertical-align: middle;
}
* html #main #doctors ol li dl dt, * html
#main #doctors ol li dl dd {
  display: inline;
  zoom: 1;
}
* + html #main #doctors ol li dl dt, * + html
#main #doctors ol li dl dd {
  display: inline;
  zoom: 1;
}

#main #doctors ol li dl dd {
  padding-left: 20px;
  font-size: 1.2em;
  color: #c8c8c9;
}
* + html #main #doctors ol li dl dd {
  line-height: 1.2;
}

#main #doctors ol li dl dd span {
  font-size: 1.16667em;
  line-height: 1.85714;
  color: #da7a24;
}

#main #doctors ol li .clinic {
  position: absolute;
  top: 8px;
  right: 7px;
}

#main #doctors ol li .clinic dt,
#main #doctors ol li .clinic dd {
  display: inline;
  vertical-align: top;
  font-size: 1em;
  color: #c8c8c9;
}
* html #main #doctors ol li .clinic dt, * html
#main #doctors ol li .clinic dd {
  line-height: 1.2;
}
* + html #main #doctors ol li .clinic dt, * + html
#main #doctors ol li .clinic dd {
  line-height: 1.2;
}

#main #doctors ol li .clinic dt {
  margin-right: 1em;
}

#main #doctors ol li .clinic dd {
  padding: 0;
}

#main #doctors ol li .link {
  background: url("../img/link_more_h.gif") left top no-repeat;
  position: absolute;
  right: 7px;
  bottom: 7px;
  margin: 0;
}
#main #doctors ol li .link a {
  display: block;
  width: 63px;
  height: 18px;
}
#main #doctors ol li .link a img {
  display: block;
  width: auto;
  height: auto;
}
#main #doctors ol li .link a:hover {
  background: none;
}
#main #doctors ol li .link a:hover img {
  vertical-align: top;
}

#main #doctors aside {
  padding: 50px 35px;
  border-top: 2px solid rgba(105, 84, 75, 0.5);
}

#main #doctors aside {
  border-top: 2px solid #69544b \9;
}

#main #doctors aside p {
  margin: -2.0px 0 0;
  padding-left: 65px;
  background: url(../img/index_doctors_aside_bg.png) left center no-repeat;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.33333;
}

#main #doctors aside p em {
  color: #da7a24;
}

#main #doctors aside .link {
  background: url("../img/link_inquiry_h.gif") left top no-repeat;
  float: right;
  margin: 0;
  padding: 0;
}
#main #doctors aside .link a {
  display: block;
  width: 108px;
  height: 18px;
}
#main #doctors aside .link a img {
  display: block;
  width: auto;
  height: auto;
}
#main #doctors aside .link a:hover {
  background: none;
}
#main #doctors aside .link a:hover img {
  vertical-align: top;
}

* html #main #doctors aside .link {
  display: inline;
}

/*
6-2.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  width: 210px;
}
#sub section {
  position: relative;
  margin-bottom: 40px;
}
* html #sub section#gallery ul {
  width: 210px;
}
#sub section#gallery ul li {
  height: 220px;
}
#sub section#report ul li {
  height: 150px;
}
#sub section ul li a {
  display: block;
}
#sub section .link {
  background: url("../img/link_more_h.gif") left top no-repeat;
  position: absolute;
  top: 9px;
  right: 5px;
}
#sub section .link a {
  display: block;
  width: 63px;
  height: 18px;
}
#sub section .link a img {
  display: block;
  width: auto;
  height: auto;
}
#sub section .link a:hover {
  background: none;
}
#sub section .link a:hover img {
  vertical-align: top;
}
#sub aside {
  padding-top: 40px;
  border-top: 1px solid rgba(105, 84, 75, 0.5);
}
#sub aside #facebook {
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#footer nav {
  padding: 0 50px;
  margin-bottom: 60px;
}
#footer #dynamx {
  width: 1000px;
  margin: 0 auto 40px;
}
#footer #pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 50px;
  height: 50px;
}
#footer #pagetop a {
  display: block;
}
#footer #pagetop a img {
  position: absolute;
  top: 0;
  right: 0;
}
#footer #copyright {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  line-height: 30px;
  color: #da7a24;
}
