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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	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;
}

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

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

html {
  -pie-load-path: "http://any.server/path/to/pie-js-files/PIE.htc";
  min-width: 1200px;
}

body {
  -webkit-text-size-adjust: 100%;
}

a img {
  transition: opacity 0.1s linear;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #000;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  background: url(../img/header_bg.gif) left 24px repeat-x;
}

.header-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.header-wrapper .h1 {
  font-size: 1.1em;
  text-align: center;
  line-height: 24px;
  color: #968c85;
}

.form #header {
  background: url(../img/form_header_bg.jpg) left top repeat-x;
}
.form .header-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  background: url(../img/form_header_wrapper_bg.jpg) center 24px no-repeat;
}
.form .header-wrapper:after {
  position: absolute;
  top: 154px;
  content: '';
  width: 1200px;
  height: 3px;
  background: url(../img/nav_bg2.gif) left center no-repeat;
  background-size: 1200px 3px;
}
.form .header-wrapper #logo {
  padding: 4px 0 0 164px;
}
.form .header-wrapper #logo a img:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}
.form .header-wrapper .link {
  position: absolute;
  top: 108px;
  right: 169px;
}
.form .header-wrapper .link a img:hover {
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}
.form.send .header-wrapper {
  padding-bottom: 15px;
}
.form.send .header-wrapper:after {
  content: none;
}

#gnavi {
  width: 100%;
  background: url(../img/nav_bg.gif) left top repeat-x;
  z-index: 100;
}
#gnavi ul {
  *zoom: 1;
  width: 860px;
  margin: 0 auto;
}
#gnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi ul:after {
  position: relative;
  top: 0;
  right: 170px;
  content: '';
  width: 1200px;
  height: 3px;
  background: url(../img/nav_bg2.gif) left center no-repeat;
  background-size: 1200px 3px;
}
#gnavi li {
  float: left;
}
#gnavi li.top {
  background: url(../img/nav_top_bg.gif) left top no-repeat;
}
#gnavi li.about {
  background: url(../img/nav_about_bg.gif) left top no-repeat;
}
#gnavi li.technic {
  background: url(../img/nav_technic_bg.gif) left top no-repeat;
}
#gnavi li.attention {
  background: url(../img/nav_attention_bg.gif) left top no-repeat;
}
#gnavi li.price {
  background: url(../img/nav_price_bg.gif) left top no-repeat;
}
#gnavi li.clinic {
  background: url(../img/nav_clinic_bg.gif) left top no-repeat;
}
#gnavi li.mail {
  background: url(../img/nav_mail_bg.gif) left top no-repeat;
}
#gnavi li.counseling {
  background: url(../img/nav_counseling_bg.gif) left top no-repeat;
}
#gnavi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 24px;
}

.send #content {
  padding-top: 50px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 860px;
}

.box {
  margin-bottom: 50px;
  padding: 50px 0 0;
}
.box .box-title {
  margin-bottom: 2px;
}

.box-wrapper {
  padding: 40px 65px;
  border-right: 1px solid #767676;
  border-left: 1px solid #767676;
  background: #f7f7f7;
}
.box-wrapper p,
.box-wrapper dd.text {
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #4c4a4a;
}
.box-wrapper ul li,
.box-wrapper dl dd {
  color: #4c4a4a;
}

.radius1 {
  border-radius: 4px;
}

.radius2 {
  border-radius: 4px 4px 0 0;
}

.radius3 {
  border-radius: 0 0 4px 4px;
}

.box-footer {
  *zoom: 1;
  padding: 23px 66px 24px;
  border-top: none;
  background: url(../img/box_footer_bg.gif) left top no-repeat;
}
.box-footer:after {
  content: "";
  display: table;
  clear: both;
}
.box-footer .link {
  background: url(../img/footer_link_button_h.gif) top center no-repeat;
  text-align: center;
}
.box-footer .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.subbox {
  margin: 0 auto 40px;
}

.subbox-title {
  margin-bottom: 20px;
}

.banner {
  text-align: center;
}

.box footer .box-wrapper {
  border-radius: 0 0 4px 4px;
  padding: 20px 65px 20px;
  border: none;
  background: url(../img/box_footer_information_bg.gif) left top repeat-x #f7f7f7;
}
.box footer .box-wrapper ul {
  *zoom: 1;
}
.box footer .box-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
.box footer .box-wrapper ul li {
  font-size: 10px;
  line-height: 1.4;
  float: left;
}
.box footer .box-wrapper ul.footer-clinictel {
  margin-bottom: 8px;
}
.box footer .box-wrapper ul.footer-clinictel li {
  margin-bottom: 12px;
}
.box footer .box-wrapper ul.footer-clinictel li:nth-child(odd) {
  margin-right: 52px;
}
.box footer .box-wrapper ul.footer-clinictel dt,
.box footer .box-wrapper ul.footer-clinictel dd {
  display: table-cell;
  vertical-align: middle;
}
.box footer .box-wrapper ul.footer-clinictel dt {
  padding-top: 10px;
}
.box footer .box-wrapper ul.footer-clinictel .telnum {
  padding-left: 11px;
}
.box footer .box-wrapper ul.footer-clinictel .abroad {
  padding: 3px 0 0 51px;
  display: block;
}
.box footer .box-wrapper ul.footer-clinictel .hours {
  padding-left: 5px;
  font-weight: bold;
}
.box footer .box-wrapper ul.footer-linkform li:first-child {
  margin-right: 17px;
}

#about .box-wrapper {
  padding: 40px 60px;
}
#about .box-wrapper h2 {
  margin: 0 0 16px 9px;
}
#about #detail {
  background: url(../img/index_about_detail_bg.jpg) 560px 310px no-repeat;
}
#about #detail .comparison-notice {
  color: #4c4c4c;
  font-size: 10px;
  line-height: 1.5;
}
#about #point {
  *zoom: 1;
  margin-bottom: 40px;
}
#about #point:after {
  content: "";
  display: table;
  clear: both;
}
#about #point li {
  position: relative;
  float: left;
  display: inline;
  margin-right: 6px;
  width: 242px;
  background: url(../img/index_about_point_bg.gif) left top repeat-y;
}
#about #point li.last {
  margin-right: 0px;
}
#about #point li dl {
  min-height: 228px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#about #point li dl dt {
  padding: 32px 0px 0px 22px;
  background: url(../img/index_about_point_bg_header.gif) left top no-repeat;
}
#about #point li dl dd {
  margin: 24px 110px 0px 20px;
  padding-bottom: 43px;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #4d4d4d;
}
#about #point li#no1 dl {
  background-image: url(../img/index_about_point_no1_bg_footer.gif);
}
#about #point li#no2 dl {
  background-image: url(../img/index_about_point_no2_bg_footer.gif);
}
#about #point li#no3 dl {
  background-image: url(../img/index_about_point_no3_bg_footer.gif);
}
#about #point li#no2 dl dt, #about #point li#no3 dl dt {
  padding-left: 21px;
}
#about #point li#no2 dl dd {
  margin: 24px 126px 0px 20px;
}
#about #point li#no3 dl dd {
  margin: 24px 125px 0px 20px;
}
#about .comparison {
  clear: both;
  margin-bottom: 10px;
  width: 523px;
  border-bottom: 1px solid #c8c4c1;
}
#about .comparison thead tr th.first {
  padding-left: 1px;
}
#about .comparison tbody {
  border: 1px solid #c8c4c1;
}
#about .comparison tbody tr th, #about .comparison tbody tr td {
  padding: 9px 0px 8px;
  border-right: 1px solid #c8c5c1;
  border-left: 1px solid #c8c5c1;
  background: url(../img/border1.gif) left bottom repeat-x #f2f2f2;
  text-align: center;
  color: #4c4c4c;
}
#about .comparison tbody tr th {
  padding: 14px 0;
  background-color: #e8e7e7;
}
#about .comparison tbody tr td {
  width: 110px;
  background-color: #fff;
}
#about .comparison tbody tr .vaser {
  color: #fb1e3b;
  font-weight: bold;
}
#about .comparison tbody tr.last th, #about .comparison tbody tr.last td {
  background-image: none;
}

* html #container #content #main #about ul li dl {
  height: 228px;
}

* html #container #content #main #about ul li dl {
  text-align: left;
  height: 1%;
}

* + html #container #content #main #about ul li dl {
  height: 1%;
}

* html #index #container #main #about .comparison table thead tr th {
  border-bottom: 1px solid #c8c4c1;
}

* + html #index #container #main #about .comparison table thead tr th {
  border-bottom: 1px solid #c8c4c1;
}

* html #index #container #main #about .comparison table thead tr th {
  text-align: right;
}

* + html #index #container #main #about .comparison table thead tr th {
  text-align: right;
}

* html #index #container #main #about .comparison table tbody tr td {
  width: 111px;
}

* + html #index #container #main #about .comparison table tbody tr td {
  width: 109px;
}

.attention-banner {
  text-align: center;
}

#attention #technology {
  *zoom: 1;
}
#attention #technology:after {
  content: "";
  display: table;
  clear: both;
}
#attention #technology p {
  float: left;
}
#attention #technology p.attention-text {
  width: 480px;
}
#attention #technology p.pic {
  margin: -20px 0 0 22px;
}
#attention #failure {
  margin-bottom: 20px;
}
#attention #failure ul {
  *zoom: 1;
}
#attention #failure ul:after {
  content: "";
  display: table;
  clear: both;
}
#attention #failure ul li {
  width: 225px;
  margin-right: 16px;
  float: left;
}
#attention #failure ul li:last-child {
  margin-right: 0;
}
#attention #failure ul li dl dt {
  margin-bottom: 10px;
}

.attention-text {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.8571428571;
  text-align: justify;
}
.attention-text mark {
  color: #d83750;
  font-weight: bold;
  background: none;
}

#technic .technic-list .technic-list-item {
  width: 728px;
  height: 233px;
  margin-bottom: 14px;
  background: url(../img/index_technic_list_bg.gif) left top no-repeat;
}
#technic .technic-list .technic-list-item:last-child {
  margin-bottom: 0;
}
#technic .technic-list .technic-list-item dl {
  height: 233px;
  padding: 30px 0 0 35px;
  position: relative;
}
#technic .technic-list .technic-list-item dl dt {
  margin-bottom: 10px;
}
#technic .technic-list .technic-list-item dl dd {
  width: 465px;
  text-align: justify;
}
#technic .technic-list .technic-list-item.no1 dl:after {
  position: absolute;
  content: '';
  width: 193px;
  height: 231px;
  background: url(../img/index_technic_list1_bg.png);
  background-size: 193px 231px;
}
#technic .technic-list .technic-list-item.no2 dl:after {
  position: absolute;
  content: '';
  width: 319px;
  height: 318px;
  background: url(../img/index_technic_list2_bg.png);
  background-size: 319px 318px;
}
#technic .technic-list .technic-list-item.no3 dl:after {
  position: absolute;
  content: '';
  width: 238px;
  height: 229px;
  background: url(../img/index_technic_list3_bg.png);
  background-size: 238px 229px;
}
#technic .technic-list .technic-list-item.no1 dl:after {
  top: 1px;
  right: -6px;
}
#technic .technic-list .technic-list-item.no2 dl {
  padding-left: 231px;
}
#technic .technic-list .technic-list-item.no2 dl:after {
  top: -13px;
  left: -10px;
}
#technic .technic-list .technic-list-item.no3 dl:after {
  top: 1px;
  right: -35px;
}

#price .pic {
  margin: 0 auto 55px;
}
#price table {
  table-layout: fixed;
}
#price table tbody th {
  padding: 6px 0 6px 9px;
}
#price table tbody td {
  text-align: center;
}
#price .table-box {
  *zoom: 1;
}
#price .table-box:after {
  content: "";
  display: table;
  clear: both;
}
#price .table-box .base {
  width: 494px;
  float: right;
}
#price .table-box .base thead {
  border-bottom: 1px solid #989898;
}
#price .table-box .base thead th {
  width: 127px;
}
#price .table-box .base tbody tr th {
  border-top: 1px solid #989898;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
  background-color: #fefefe;
}
#price .table-box .base tbody tr th span {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  background: url(../img/arrow1.gif) left 4px no-repeat;
}
#price .table-box .base tbody tr th span span {
  padding-left: 0;
  font-size: 10px;
  background-image: none;
}
#price .table-box .base tbody tr td {
  color: #D83750;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #989898;
  background-color: #fefefe;
}
#price .table-box .base tbody tr.last th {
  border-bottom: 1px solid #989898;
  background-image: none;
}
#price .table-box .base tbody tr.last td {
  border-bottom: 1px solid #989898;
}
#price .table-box .base tbody tr.last .price-notice {
  color: #D83750;
}
#price .add {
  margin-right: 153px;
  padding-left: 24px;
  background: url(../img/index_price_pricelist_add_bg.gif) left 9px no-repeat;
  font-size: 1em;
  line-height: 36px;
  color: #4c4c4c;
  float: right;
}
#price .pricetable {
  width: 495px;
  float: right;
}
#price .pricetable tbody tr th {
  width: 357px;
  padding: 6px 0 6px 9px;
  color: #4c4c4c;
  font-size: 1.2em;
  line-height: 1.1em;
  border-right: 1px solid #A9A9A9;
  border-left: 1px solid #A9A9A9;
  background: url(../img/border1.gif) left bottom repeat-x #EDEDED;
}
#price .pricetable tbody tr th.no {
  padding: 4px 0px;
  width: 15px;
  border: none !important;
  background-image: none;
  background-color: #F7F7F7 !important;
  vertical-align: top;
}
#price .pricetable tbody tr th span {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  background: url(../img/arrow1.gif) left 4px no-repeat;
}
#price .pricetable tbody tr th span span {
  padding-left: 0;
  font-size: 10px;
  background-image: none;
}
#price .pricetable tbody tr td {
  width: 93px;
  color: #D83750;
  font-size: 12px;
  line-height: 1.5;
  border-right: 1px solid #A9A9A9;
  background: url(../img/border1.gif) left bottom repeat-x #EDEDED;
}
#price .pricetable tbody tr td span {
  display: block;
  font-size: 0.8333333333em;
  color: #4c4c4c;
}
#price .pricetable tbody tr.first th, #price .pricetable tbody tr.first td {
  border-top: 1px solid #A9A9A9;
}
#price .pricetable tbody tr.even th, #price .pricetable tbody tr.even td {
  background-color: #fefefe;
}
#price .pricetable tbody tr.last th, #price .pricetable tbody tr.last td {
  border-bottom: 1px solid #A9A9A9;
  background-image: none;
}
#price .vaserpic {
  width: 121px;
  margin-left: 10px;
  float: left;
}
#price .note {
  width: 495px;
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.4;
  float: right;
}

#clinicintro .box-wrapper {
  *zoom: 1;
  padding-bottom: 50px;
}
#clinicintro .box-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.clinicintro-item {
  *zoom: 1;
  margin-bottom: 17px;
  width: 728px;
  color: #474645;
}
.clinicintro-item:after {
  content: "";
  display: table;
  clear: both;
}
.clinicintro-item.tokyo {
  background: url(../img/clinicintro_tokyo_bg.png) no-repeat;
}
.clinicintro-item.nagoya {
  background: url(../img/clinicintro_nagoya_bg.png) no-repeat;
}
.clinicintro-item.osaka {
  background: url(../img/clinicintro_osaka_bg.png) no-repeat;
}
.clinicintro-item.hiroshima {
  background: url(../img/clinicintro_hiroshima_bg.png) no-repeat;
}
.clinicintro-item.fukuoka {
  background: url(../img/clinicintro_fukuoka_bg.png) no-repeat;
}
.clinicintro-item.tokyo {
  background-position: 16px 70px;
}
.clinicintro-item.yokohama {
  background-position: 24px 67px;
}
.clinicintro-item.yokohama .map {
  margin-bottom: 37px;
}
.clinicintro-item.nagoya {
  background-position: 29px 60px;
}
.clinicintro-item.nagoya .map {
  margin-bottom: 38px;
}
.clinicintro-item.osaka {
  background-position: 36px 60px;
}
.clinicintro-item.osaka .map {
  margin-bottom: 36px;
}
.clinicintro-item.hiroshima {
  background-position: 26px 60px;
}
.clinicintro-item.hiroshima .map {
  margin-bottom: 36px;
}
.clinicintro-item.fukuoka {
  background-position: 31px 60px;
}
.clinicintro-item .item-inner {
  float: left;
  margin: 0 15px;
  width: 376px;
}
.clinicintro-item .clinic-title {
  margin-bottom: 17px;
  padding: 7px 0 0 15px;
  height: 23px;
  background: url(../img/clinicintro_title_bg.gif) left top no-repeat;
}
.clinicintro-item .address {
  margin: 11px 0 3px 139px;
  font-size: 1.4em;
  line-height: 1.2857142857;
}
.clinicintro-item .bhour {
  margin-left: 139px;
  margin-bottom: 21px;
  font-size: 1.2em;
}
.clinicintro-item .bhour dt, .clinicintro-item .bhour dd {
  display: inline;
}
.clinicintro-item .url, .clinicintro-item .map {
  margin: 0 0 5px 139px;
  font-size: 1.2em;
  line-height: 1;
}
.clinicintro-item .url a, .clinicintro-item .map a {
  color: #d63650;
  text-decoration: underline;
}
.clinicintro-item .map {
  margin: 2px 0 35px 139px;
  color: #d63650;
}
.clinicintro-item .map a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 18px;
  color: #d63650;
  background: url(../img/clinicintro_map_bg.gif) left center no-repeat;
  line-height: 14px;
}
.clinicintro-item .tel {
  margin-bottom: 13px;
}
.clinicintro-item .tel .abroad {
  margin-top: 7px;
}

.doctor {
  border-radius: 5px;
  float: right;
  position: relative;
  padding: 15px;
  width: 290px;
  background: #e7e7e7;
}
.doctor .doctor-title {
  margin-left: 80px;
  background: url(../img/clinicintro_doctor_title_bg.gif) left center repeat-x;
}
.doctor .name {
  padding-top: 8px;
  margin: 0 0 12px 80px;
}
.doctor .name .ruby {
  display: block;
  margin-top: 5px;
}
.doctor .name em {
  margin-right: 6px;
  font-weight: bold;
  font-size: 1.6em;
}
.doctor .name .rt {
  display: block;
  margin-top: 4px;
  color: #838384;
}
.doctor .pic {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.doctor .text {
  font-size: 1.2em;
  line-height: 1.6666666667;
  text-align: justify;
}

.multiple {
  float: right;
  width: 477px;
  padding: 8px;
  margin: 10px 0 0;
  border: 1px solid #A9A9A9;
}
.multiple dt {
  padding-bottom: 7px;
  color: #D83750;
  font-size: 12px;
  font-weight: bold;
}
.multiple dd {
  font-size: 12px;
  line-height: 1.25;
}
.multiple dd em {
  color: #D83750;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer #copyright {
  color: #2d2b29;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: #9b9c9d;
}

img.assist {
  display: none;
}
