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

Clinic CSS File

File Name		clinic.css
Note			『クリニック・ドクター紹介』カテゴリ用CSS


New Creation	2012/05/16 12:48
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	header
5.	content
6.	main
	6-1.	エコー診断
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

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

* + html 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: 0;
  font: 100%;
  font-size: inherit;
}

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 {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

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

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

a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../../img/pc/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#container {
  height: 100%;
}

* html #container {
  text-align: center;
}

#container #smartphone {
  border-bottom: 1px solid #1f313f;
  background: #102634;
}

#container #smartphone a {
  display: block;
  padding: 60px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #8da9b4;
}

#container .wrapper {
  margin: 0 auto;
  width: 980px;
  min-height: 100%;
  background: url(../../img/pc/container_bg.gif) center top repeat-y;
}

* html #container .wrapper {
  height: 100%;
  text-align: left;
}

body > #container .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	header
----------------------------------------------------------------------*/
#header {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 980px;
}

#header:after {
  content: "";
  display: table;
  clear: both;
}

* html #header {
  text-align: left;
}

#header h1,
#header .header__text {
  position: relative;
  z-index: 200;
  border-bottom: 1px solid #203041;
  background: #0d1c27;
  text-align: right;
  line-height: 24px;
  color: #8da9b4;
}

* html #header h1, * html
#header .header__text {
  height: 1%;
}

* + html #header h1, * + html
#header .header__text {
  height: 1%;
}

#header .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  margin: 57px 0 0;
  padding: 0 1px;
  width: 228px;
  min-height: 1px;
  background: none;
}

#header .wrapper #logo {
  margin-bottom: 40px;
  text-align: center;
}

#header .wrapper #gnavi {
  clear: left;
  background: url(../../img/pc/nav_bg.gif) left top no-repeat;
}

#header .wrapper #gnavi li {
  position: relative;
  text-align: center;
}

* html #header .wrapper #gnavi li a {
  height: 1%;
}

* + html #header .wrapper #gnavi li a {
  vertical-align: top;
}

#header .wrapper #gnavi li.hover a {
  display: block;
  width: 228px;
  height: 42px;
}

#header .wrapper #gnavi li.hover a img {
  display: block;
  width: auto;
  height: auto;
}

#header .wrapper #gnavi li.hover a:hover {
  background: none;
}

#header .wrapper #gnavi li.hover a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#header .wrapper #gnavi li a {
  display: block;
}

#header .wrapper #gnavi li ul {
  display: none;
  position: absolute;
  top: 0;
  right: -220px;
  z-index: 999;
  padding-left: 6px;
  width: 219px;
  border-right: 1px solid #2a3745;
  background: url(../../img/pc/gnavi_page_bg.png) left top no-repeat;
}

#header .wrapper #gnavi li.hover ul li,
#header .wrapper #gnavi li.active ul li {
  background: none !important;
}

#header .wrapper #gnavi li.hover ul li a,
#header .wrapper #gnavi li.active ul li a {
  display: inline;
  width: auto !important;
  height: auto !important;
}

#header .wrapper #gnavi li.hover ul li a:hover,
#header .wrapper #gnavi li.active ul li a:hover {
  background: none;
}

#header .wrapper #gnavi li.hover ul li a:hover img,
#header .wrapper #gnavi li.active ul li a:hover img {
  width: auto !important;
  height: auto !important;
}

#header .wrapper #gnavi li ul li:first-child {
  border-top: 1px solid #2a3745;
}

#header .wrapper #gnavi li ul li:last-child {
  border-bottom: 1px solid #2a3745;
}

#header .wrapper #gnavi li ul li a {
  display: block !important;
  position: relative;
}

#header .wrapper .banner {
  margin: 40px 14px 14px;
}

#header .wrapper .banner__item a {
  display: block;
  transition: opacity .5s;
}

#header .wrapper .banner__item a:hover {
  opacity: .7;
}

#header .wrapper .banner__item + .banner__item {
  margin-top: 10px;
}

.h-info {
  *zoom: 1;
  position: relative;
  z-index: 300;
  float: right;
  margin-top: -1px;
  padding: 14px 4px 5px 18px;
  border: 1px solid #46464e;
  background: #383a42;
}

.h-info:after {
  content: "";
  display: table;
  clear: both;
}

.h-info .title,
.h-info .tel,
.h-info .form {
  float: left;
}

.h-info .title {
  margin: 7px 11px 0 0;
}

.h-info .tel {
  margin-right: 14px;
}

.h-info .tab-list {
  *zoom: 1;
  margin-bottom: 7px;
}

.h-info .tab-list:after {
  content: "";
  display: table;
  clear: both;
}

.h-info .tab-item {
  float: left !important;
  margin: 0;
  padding: 2px 0 3px;
  width: 39px;
  border-bottom: 1px solid #c2c3c3;
  border-left: 1px solid #c2c3c3;
  text-align: center;
}

.h-info .tab-item:last-child {
  border-right: 1px solid #c2c3c3;
}

.h-info .tab-item.active, .h-info .tab-item.hover {
  padding: 1px 0 4px;
  border-top: 1px solid #c2c3c3;
  border-bottom: medium none;
  background: url("../../img/pc/header_info_tel_tab_bg.gif") repeat-x scroll left top transparent;
  cursor: pointer;
}

.h-info .tabbox {
  display: none;
  text-align: center;
  color: #fff;
}

.h-info .tabbox img {
  margin-bottom: 5px;
}

.h-info .bhour {
  position: absolute;
  top: 62px;
  left: 19px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

* html .h-info .bhour {
  left: 195px;
}

.h-info .form {
  margin: 1px 0 0;
}

.h-info .form li {
  float: left;
  margin-right: 2px;
}

.h-info .form li dl dt {
  margin-bottom: 6px;
  text-align: center;
}

.h-info .form li dl dd {
  background: url("../../img/pc/header_info_form_bg.gif") left top no-repeat;
}

.h-info .form li dl dd a {
  display: block;
  width: 183px;
  height: 41px;
}

.h-info .form li dl dd a img {
  display: block;
  width: auto;
  height: auto;
}

.h-info .form li dl dd a:hover {
  background: none;
}

.h-info .form li dl dd a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.h-info .form .counseling dl dd {
  background-position: left bottom;
}

/*----------------------------------------------------------------------
5.	content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-left: 230px;
  width: 750px;
}

* html #content {
  width: 980px;
  text-align: left;
}

/*----------------------------------------------------------------------
6.	main
----------------------------------------------------------------------*/
#main {
  padding: 20px 0 0;
}

#main .title {
  margin: 0 20px;
}

#main #topicpath {
  *zoom: 1;
  transform: translateY(-100%);
  margin: 0 20px;
}

#main #topicpath:after {
  content: "";
  display: table;
  clear: both;
}

#main #topicpath ol {
  float: left;
  padding: 0 197px 0 10px;
  background: url(../../img/pc/topicpath_bg.png) right top repeat-y;
}

#main #topicpath ol li {
  float: left;
  margin-right: 7px;
  padding-right: 14px;
  background: url(../../img/pc/topicpath_bg.gif) right top no-repeat;
  line-height: 18px;
  color: #edeeee;
}

#main #topicpath ol li a {
  color: #edeeee;
}

#main #topicpath ol .last {
  margin: 0;
  padding: 0;
  background: none;
}

#main .tab {
  clear: both;
  margin: 0 20px;
}

#main .tab ul {
  *zoom: 1;
}

#main .tab ul:after {
  content: "";
  display: table;
  clear: both;
}

#main .tab ul li {
  float: left;
  margin-right: 2px;
}

#main .tab ul .active {
  background: none !important;
  padding: 0;
}

#main .tab ul .active a {
  display: inline;
  width: auto !important;
  height: auto !important;
}

#main .tab ul .active a:hover {
  background: none;
}

#main .tab ul .active a:hover img {
  width: auto !important;
  height: auto !important;
}

#main .header {
  margin-bottom: 20px;
  background: url(../../img/pc/main_tab_header_bg.gif) left bottom repeat-x;
}

#main .header ul {
  background: url(../../img/pc/main_tab_header_bg_footer.gif) right bottom no-repeat;
}

#main .header ul li {
  padding-top: 5px;
}

#main .footer {
  margin-bottom: 50px;
  background: url(../../img/pc/main_tab_footer_bg.gif) left top repeat-x;
}

#main .footer ul {
  background: url(../../img/pc/main_tab_footer_bg_footer.gif) right top no-repeat;
}

#main .footer ul li {
  padding-bottom: 5px;
}

#main .anchor {
  margin: 0 40px 20px;
}

#main .anchor ul {
  *zoom: 1;
}

#main .anchor ul:after {
  content: "";
  display: table;
  clear: both;
}

#main .anchor ul li {
  float: left;
  margin: 0 15px 10px 0;
}

#main .anchor ul li a {
  display: inline-block;
  padding-left: 18px;
  background: url(../../img/pc/main_anchor_bg.gif) left top no-repeat;
  line-height: 13px;
  font-size: 1.5em;
  color: #335775;
}

#main .section {
  margin: 0 20px 50px;
}

#main .section * {
  margin: 0 20px;
}

#main .section * * {
  margin: 0;
}

#main .section .title {
  margin: -4px 0 30px -14px;
}

#main .section p {
  margin: -5px 20px 25px;
  line-height: 1.625;
  font-size: 1.6em;
  color: #3c3938;
}

#main .section p.pic {
  margin: 0;
}

#main .section .section .title {
  margin: 0 0 20px;
  padding-left: 7px;
  border-left: 2px solid #112634;
  background: #335775;
}

#main .section .notice-tax {
  margin-top: 20px;
  padding: 12px 0;
  border: 1px solid #112634;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5em;
  color: #e85554;
}

.clinic #container #content #main .header ul .index {
  background: url("../../img/pc/clinic_main_tab_header_index_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .index a {
  display: block;
  width: 126px;
  height: 32px;
}

.clinic #container #content #main .header ul .index a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .index a:hover {
  background: none;
}

.clinic #container #content #main .header ul .index a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .header ul .tokyo {
  background: url("../../img/pc/clinic_main_tab_header_tokyo_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .tokyo a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .header ul .tokyo a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .tokyo a:hover {
  background: none;
}

.clinic #container #content #main .header ul .tokyo a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .header ul .yokohama {
  background: url("../../img/pc/clinic_main_tab_header_yokohama_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .yokohama a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .header ul .yokohama a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .yokohama a:hover {
  background: none;
}

.clinic #container #content #main .header ul .yokohama a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .header ul .nagoya {
  background: url("../../img/pc/clinic_main_tab_header_nagoya_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .nagoya a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .header ul .nagoya a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .nagoya a:hover {
  background: none;
}

.clinic #container #content #main .header ul .nagoya a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .header ul .osaka {
  background: url("../../img/pc/clinic_main_tab_header_osaka_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .osaka a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .header ul .osaka a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .osaka a:hover {
  background: none;
}

.clinic #container #content #main .header ul .osaka a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .header ul .hiroshima {
  background: url("../../img/pc/clinic_main_tab_header_hiroshima_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .hiroshima a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .header ul .hiroshima a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .hiroshima a:hover {
  background: none;
}

.clinic #container #content #main .header ul .hiroshima a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .header ul .fukuoka {
  background: url("../../img/pc/clinic_main_tab_header_fukuoka_h.gif") left bottom no-repeat;
}

.clinic #container #content #main .header ul .fukuoka a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .header ul .fukuoka a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .header ul .fukuoka a:hover {
  background: none;
}

.clinic #container #content #main .header ul .fukuoka a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .index {
  background: url("../../img/pc/clinic_main_tab_footer_index_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .index a {
  display: block;
  width: 126px;
  height: 32px;
}

.clinic #container #content #main .footer ul .index a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .index a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .index a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .tokyo {
  background: url("../../img/pc/clinic_main_tab_footer_tokyo_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .tokyo a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .footer ul .tokyo a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .tokyo a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .tokyo a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .yokohama {
  background: url("../../img/pc/clinic_main_tab_footer_yokohama_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .yokohama a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .footer ul .yokohama a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .yokohama a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .yokohama a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .nagoya {
  background: url("../../img/pc/clinic_main_tab_footer_nagoya_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .nagoya a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .footer ul .nagoya a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .nagoya a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .nagoya a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .osaka {
  background: url("../../img/pc/clinic_main_tab_footer_osaka_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .osaka a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .footer ul .osaka a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .osaka a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .osaka a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .hiroshima {
  background: url("../../img/pc/clinic_main_tab_footer_hiroshima_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .hiroshima a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .footer ul .hiroshima a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .hiroshima a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .hiroshima a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .footer ul .fukuoka {
  background: url("../../img/pc/clinic_main_tab_footer_fukuoka_h.gif") left top no-repeat;
}

.clinic #container #content #main .footer ul .fukuoka a {
  display: block;
  width: 81px;
  height: 32px;
}

.clinic #container #content #main .footer ul .fukuoka a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .footer ul .fukuoka a:hover {
  background: none;
}

.clinic #container #content #main .footer ul .fukuoka a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

/*
6-1.	クリニック・ドクター紹介
----------------------------------------------------------------------*/
#index #container #content #main #introduction .section {
  position: relative;
}

#index #container #content #main #introduction .section .pic {
  position: absolute;
  top: 48px;
  left: 0;
}

#index #container #content #main #introduction .section .pic2 {
  left: 190px;
}

#index #container #content #main #introduction .section .tel,
#index #container #content #main #introduction .section .address,
#index #container #content #main #introduction .section .bhour {
  position: static;
  margin: 0 0 0 445px;
  line-height: 1.2;
  font-size: 1.5em;
  color: #6d6d6d;
}

#index #container #content #main #introduction .section .tel {
  margin-bottom: 7px;
}

#index #container #content #main #introduction .section .tel img {
  margin-bottom: 4px;
}

#index #container #content #main #introduction .section .bhour {
  margin-bottom: 7px;
}

#index #container #content #main #introduction .section .bhour dt,
#index #container #content #main #introduction .section .bhour dd {
  display: inline;
}

#index #container #content #main #introduction .section .bhour dt {
  margin-right: 1em;
}

#index #container #content #main #introduction .section .link {
  margin: 0 0 41px 439px;
}

#index #container #content #main #introduction #index .link {
  background: url("../../img/pc/clinic_introduction_index_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #index .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #index .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #index .link a:hover {
  background: none;
}

#index #container #content #main #introduction #index .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #tokyo .link {
  background: url("../../img/pc/clinic_introduction_tokyo_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #tokyo .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #tokyo .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #tokyo .link a:hover {
  background: none;
}

#index #container #content #main #introduction #tokyo .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #yokohama .link {
  background: url("../../img/pc/clinic_introduction_yokohama_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #yokohama .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #yokohama .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #yokohama .link a:hover {
  background: none;
}

#index #container #content #main #introduction #yokohama .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #nagoya .link {
  background: url("../../img/pc/clinic_introduction_nagoya_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #nagoya .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #nagoya .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #nagoya .link a:hover {
  background: none;
}

#index #container #content #main #introduction #nagoya .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #osaka .link {
  background: url("../../img/pc/clinic_introduction_osaka_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #osaka .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #osaka .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #osaka .link a:hover {
  background: none;
}

#index #container #content #main #introduction #osaka .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #hiroshima .link {
  background: url("../../img/pc/clinic_introduction_hiroshima_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #hiroshima .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #hiroshima .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #hiroshima .link a:hover {
  background: none;
}

#index #container #content #main #introduction #hiroshima .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #fukuoka .link {
  background: url("../../img/pc/clinic_introduction_fukuoka_link_h.gif") left top no-repeat;
}

#index #container #content #main #introduction #fukuoka .link a {
  display: block;
  width: 237px;
  height: 37px;
}

#index #container #content #main #introduction #fukuoka .link a img {
  display: block;
  width: auto;
  height: auto;
}

#index #container #content #main #introduction #fukuoka .link a:hover {
  background: none;
}

#index #container #content #main #introduction #fukuoka .link a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#index #container #content #main #introduction #tokyo .pic1 {
  top: 54px;
  left: 33px;
}

#index #container #content #main #introduction #yokohama .pic1 {
  top: 54px;
  left: 33px;
}

#index #container #content #main #introduction #nagoya .pic1 {
  top: 53px;
  left: 46px;
}

#index #container #content #main #introduction #osaka .pic1 {
  top: 43px;
  left: 53px;
}

#index #container #content #main #introduction #hiroshima .pic1 {
  top: 48px;
  left: 52px;
}

#index #container #content #main #introduction #fukuoka .pic1 {
  top: 41px;
  left: 53px;
}

/*
6-2.	クリニック紹介
----------------------------------------------------------------------*/
/*スライド用*/
.clinic #container #slide {
  position: relative;
  overflow: hidden;
  margin: 0 20px 20px;
  padding: 0;
  height: 384px;
}

.clinic #container #slide .slidesjs-container {
  width: 564px !important;
}

.clinic #container #slide .slidesjs-control {
  width: 564px !important;
}

.clinic #container #slide .slidesjs-control img {
  width: 100%;
  height: auto;
}

.clinic #container #slide .slidesjs-pagination {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 58px;
}

.clinic #container #slide .slidesjs-pagination img {
  width: 100%;
}

.clinic #container #slide .slidesjs-pagination-item {
  margin-bottom: 8px;
}

.clinic #container #content #main .section #intro {
  margin-bottom: 20px !important;
}

.clinic #container #content #main .section #intro #swfdisp {
  margin: 0 40px 20px;
}

.clinic #container #content #main .section #intro #swfdisp ul li {
  float: left;
  margin: 7px 7px 0 0;
}

.clinic #container #content #main .section #intro #swfdisp ul {
  *zoom: 1;
  margin-right: -11px;
}

.clinic #container #content #main .section #intro #swfdisp ul:after {
  content: "";
  display: table;
  clear: both;
}

.clinic #container #content #main .section #intro .pic {
  float: left;
}

.clinic #container #content #main .section #intro dl {
  margin: 0 0 8px 323px;
}

.clinic #container #content #main .section #intro #bhour {
  margin-bottom: 0;
}

.clinic #container #content #main .section #intro dl dt,
.clinic #container #content #main .section #intro dl dd {
  display: table-cell;
  vertical-align: middle;
}

* html .clinic #container #content #main .section #intro dl dt, * html
.clinic #container #content #main .section #intro dl dd {
  display: inline;
  zoom: 1;
}

* + html .clinic #container #content #main .section #intro dl dt, * + html
.clinic #container #content #main .section #intro dl dd {
  display: inline;
  zoom: 1;
}

.clinic #container #content #main .section #intro dl dt {
  width: 73px;
  border-left: 2px solid #112634;
  background: #335775;
  text-align: center;
}

.clinic #container #content #main .section #intro dl dd {
  padding-left: 19px;
  line-height: 1.4;
  font-size: 1.5em;
  color: #6d6d6d;
}

.clinic #container #content #main .section #access {
  clear: both;
  margin-bottom: 39px;
  padding-bottom: 11px;
  background: url(../../img/pc/operation_echo_section_bg.gif) center bottom no-repeat;
}

.clinic #container #content #main .section #access .gMap {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 590px;
}

.clinic #container #content #main .section #access p,
.clinic #container #content #main .section #access div,
.clinic #container #content #main .section #access dl {
  margin: 0 40px;
}

.clinic #container #content #main #access .guide {
  margin: 0;
  padding-bottom: 15px;
  width: 590px;
}

.clinic #container #content #main #access .guide .title {
  position: inherit;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 1.7em;
  color: #fff;
}

.clinic #container #content #main #access .guide ol {
  overflow: hidden;
}

.clinic #container #content #main #access .guide li {
  position: relative;
  float: left;
  margin-right: 40px;
  width: 259px;
}

.clinic #container #content #main #access .guide li::after {
  content: '';
  position: absolute;
  top: 29px;
  right: -34px;
  width: 21px;
  height: 18px;
  background: url("../img/clinic_guide_arrow.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.clinic #container #content #main #access .guide li:last-child {
  margin-right: 0;
}

.clinic #container #content #main #access .guide li:last-child::after {
  content: none;
}

.clinic #container #content #main #access .guide li p {
  margin: 0 !important;
  line-height: 1.4;
  color: #7f7875;
}

.clinic #container #content #main #access .guide li .pic {
  float: right;
  margin-bottom: 20px;
}

.clinic #container #content #main #access .guide li .pic img {
  border: none;
}

.clinic #container #content #main #access .guide li .text {
  padding-left: 35px;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5em;
}

.clinic #container #content #main #access .guide li.no1 .text {
  background-image: url(../../img/pc/clinic_route_bg1.png);
}

.clinic #container #content #main #access .guide li.no2 .text {
  background-image: url(../../img/pc/clinic_route_bg2.png);
}

.clinic #container #content #main #access .guide li.no3 .text {
  background-image: url(../../img/pc/clinic_route_bg3.png);
}

.clinic #container #content #main #access .guide li.no4 .text {
  background-image: url(../../img/pc/clinic_route_bg4.png);
}

.clinic #container #content #main .section #access #mapdisp {
  margin-bottom: 50px;
  height: 590px;
}

.clinic #container #content #main .section #access #mapdisp * {
  margin: 0;
}

.clinic #container #content #main .section #access .link {
  margin-bottom: 10px;
  text-align: right;
  line-height: 14px;
}

.clinic #container #content #main .section #access .link a {
  padding-left: 22px;
  background: url(../../img/pc/main_anchor_bg.gif) left top no-repeat;
  font-size: 0.8571428571em;
  color: #335775;
}

.clinic #container #content #main .section #access #mobile {
  margin-bottom: 30px;
  border: 1px solid #798a93;
}

.clinic #container #content #main .section #access #mobile .title {
  margin: 0;
  padding: 0;
  border: none;
  background: #798a93;
  text-align: center;
  line-height: 28px;
  font-size: 1.7em;
  font-weight: normal;
  color: #fff;
}

.clinic #container #content #main .section #access #mobile li {
  display: table-cell;
  vertical-align: middle;
}

* html .clinic #container #content #main .section #access #mobile li {
  display: inline;
  zoom: 1;
}

* + html .clinic #container #content #main .section #access #mobile li {
  display: inline;
  zoom: 1;
}

.clinic #container #content #main .section #access #mobile dl,
.clinic #container #content #main .section #access #mobile dt {
  display: block;
  float: none;
  margin: 0;
}

.clinic #container #content #main .section #access #mobile dt,
.clinic #container #content #main .section #access #mobile dd {
  line-height: 1;
}

.clinic #container #content #main .section #access #mobile dd {
  margin: 0;
}

.clinic #container #content #main .section #access #mobile .url {
  padding: 0 0 0 14px;
  width: 347px;
  border-right: 1px solid #798a93;
}

.clinic #container #content #main .section #access #mobile .url dt {
  margin-bottom: 4px;
  font-size: 1.5em;
  color: #8f8e90;
}

.clinic #container #content #main .section #access #mobile .url dd {
  line-height: 1.375;
  font-size: 1.6em;
  color: #4b4c4c;
}

.clinic #container #content #main .section #access #mobile .qr {
  padding: 20px;
  width: 186px;
}

.clinic #container #content #main .section #access #mobile .qr dt,
.clinic #container #content #main .section #access #mobile .qr dd {
  text-align: center;
}

.clinic #container #content #main .section #access #mobile .qr dt {
  margin-bottom: 14px;
  font-size: 1.5em;
  color: #8f8e90;
}

.clinic #container #content #main .section #access #mobile .qr img {
  vertical-align: middle;
}

.clinic #container #content #main .section #access #smartphone {
  *zoom: 1;
  margin: 0 35px 50px 65px;
  padding: 0 30px;
  border: none;
  background: url(../../img/pc/clinic_access_smartphone_bg_header.gif) 3px center no-repeat;
  text-align: center;
}

.clinic #container #content #main .section #access #smartphone:after {
  content: "";
  display: table;
  clear: both;
}

.clinic #container #content #main .section #access #smartphone dt,
.clinic #container #content #main .section #access #smartphone dd {
  line-height: 40px;
  font-size: 1.6em;
  color: #3c3938;
}

.clinic #container #content #main .section #access #smartphone dt {
  float: left;
  margin-right: 5px;
  padding-right: 27px;
  background: url(../../img/pc/clinic_access_smartphone_bg_footer.gif) right center no-repeat;
}

.clinic #container #content #main .section #access #smartphone dd {
  background: url("../../img/pc/clinic_access_smartphone_link_h.gif") left top no-repeat;
  float: right;
  margin: 3px 0 2px;
}

.clinic #container #content #main .section #access #smartphone dd a {
  display: block;
  width: 182px;
  height: 35px;
}

.clinic #container #content #main .section #access #smartphone dd a img {
  display: block;
  width: auto;
  height: auto;
}

.clinic #container #content #main .section #access #smartphone dd a:hover {
  background: none;
}

.clinic #container #content #main .section #access #smartphone dd a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.clinic #container #content #main .section #access #smartphone dd a {
  padding: 0;
  text-align: left;
}

.clinic #container #content #main .section #access #smartphone dd a img {
  vertical-align: middle;
}

.clinic #container #content #main .section #doctor .title {
  margin-bottom: 50px;
}

.clinic #container #content #main .section #doctor .section {
  position: relative;
  margin-bottom: 39px;
  padding-bottom: 11px;
  background: url(../../img/pc/operation_echo_section_bg.gif) center bottom no-repeat;
}

.clinic #container #content #main .section #doctor .last {
  margin-bottom: 50px;
  background: none;
}

.clinic #container #content #main .section #doctor .section * {
  margin-left: 245px;
}

.clinic #container #content #main .section #doctor .section * * {
  margin: 0;
}

.clinic #container #content #main .section #doctor .section .title {
  position: relative;
  margin-bottom: 16px;
  padding: 20px 0 0;
  border: none;
  background: none;
  color: #3c3938;
}

.clinic #container #content #main .section #doctor .section .title .name {
  padding-top: 1.8em;
  font-size: 1.8em;
  font-weight: bold;
}

.clinic #container #content #main .section #doctor .section .title .name span {
  margin-left: 8px;
  font-size: 0.5555555556em;
  font-style: italic;
}

.clinic #container #content #main .section #doctor .section .title .position {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #3c3938;
  line-height: 1.6;
  font-size: 1.5em;
}

.clinic #container #content #main .section #doctor .section .pic {
  position: absolute;
  top: 0;
  left: 40px;
  margin: 0;
}

.clinic #container #content #main .section #doctor .section .wrapper {
  margin-bottom: 50px;
  width: auto;
}

.clinic #container #content #main .section #doctor .section .wrapper li,
.clinic #container #content #main .section #doctor .section .wrapper li dt,
.clinic #container #content #main .section #doctor .section .wrapper li dd {
  line-height: 1.4666666667;
  color: #3c3938;
}

.clinic #container #content #main .section #doctor .section .wrapper li {
  font-size: 1.5em;
}

.clinic #container #content #main .section #doctor .section .wrapper li a {
  text-decoration: underline;
  color: #8D713C;
}

.clinic #container #content #main .section #doctor .section .wrapper li li {
  font-size: 1em;
}

.clinic #container #content #main .section #doctor .section .wrapper li dt {
  float: left;
  margin-right: 1em;
}

.clinic #container #content #main .section #doctor .section .wrapper li dd {
  overflow: hidden;
}

.clinic #container #content #main .section #doctor .section .wrapper .history {
  margin-bottom: 28px;
}

.clinic #container #content #main .section #doctor .section .wrapper .license {
  *zoom: 1;
  padding: 10px;
  border: 1px solid #aaabab;
}

.clinic #container #content #main .section #doctor .section .wrapper .license:after {
  content: "";
  display: table;
  clear: both;
}

.clinic #container #content #main .section #doctor .section .wrapper .license li {
  float: left;
  margin-left: 1.5em;
  width: 44%;
  list-style-type: disc;
}

.clinic #container #content #main .section #doctor .section .certificate {
  position: absolute;
  top: 205px;
  left: 40px;
  margin: 0;
  width: 170px;
  text-align: center;
}

.clinic #container #content #main .section #doctor .section .certificate ul li {
  margin-bottom: 15px;
}

.clinic #container #content #main .section #doctor .section .blog {
  margin-top: -30px;
  margin-bottom: 50px;
}

#tokyo #container #content #main .section #intro .pic {
  margin: -5px 0 0 114px;
}

#yokohama #container #content #main .section #intro .pic {
  margin: -5px 0 0 114px;
}

#nagoya #container #intro .pic {
  margin: -9px 0 0 128px;
}

#nagoya #container #content #main #access .guide {
  float: left;
  width: 275px;
}

#nagoya #container #content #main #access .guide:nth-child(even) {
  margin-left: 0;
}

#nagoya #container #mobile {
  clear: both;
}

#fukuoka #container #content #main .section #intro .pic {
  margin: -13px 0 0 124px;
}

#hiroshima #container #content #main .section #intro .pic {
  margin: 15px 0 0 114px;
}

#osaka #container #content #main .section #intro {
  *zoom: 1;
  margin-bottom: 1px;
}

#osaka #container #content #main .section #intro:after {
  content: "";
  display: table;
  clear: both;
}

#osaka #container #content #main .section #access .guide li {
  margin-left: 20px;
  width: 150px;
}

#osaka #container #content #main .section #access .guide li:first-child {
  margin-left: 0;
}

#osaka #container #content #main .section #access .guide li .text {
  padding-top: 83px;
  padding-left: 55px;
  width: 95px;
}

#osaka #container #content #main .section #intro .pic {
  margin: -14px 0 0 110px;
}

/*----------------------------------------------------------------------
7.	footer
----------------------------------------------------------------------*/
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

#footer .aside {
  margin: -248px auto 0;
  padding-left: 230px;
  width: 750px;
}

* html #footer .aside {
  width: 980px;
}

* + html #footer .aside {
  margin-top: -251px;
}

#footer .f-info {
  margin: 0;
  background: #f1f0f1;
}

#footer .f-info .form {
  *zoom: 1;
  padding: 8px 27px 15px 32px;
  border-bottom: 1px solid #c9caca;
}

#footer .f-info .form:after {
  content: "";
  display: table;
  clear: both;
}

#footer .f-info .form .lead {
  float: left;
  margin-right: 9px;
  padding: 29px 0 20px 110px;
  background: url(../../img/pc/footer_info_form_bg.jpg) left center no-repeat;
}

#footer .f-info .form-list {
  position: static;
  overflow: hidden;
  margin-top: 8px;
}

#footer .f-info .form-item {
  float: left;
  margin-right: -2px;
}

#footer .f-info .form-item:last-child {
  margin: 0;
}

#footer .f-info .form-item a {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}

#footer .f-info .form-item img {
  display: block;
  margin: 0 auto 1px;
}

#footer .f-info .form-item.mail a {
  background-image: url(../../img/pc/footer_info_mail_h.gif);
}

#footer .f-info .form-item.counseling a {
  width: 193px;
  height: 58px;
  background-image: url(../../img/pc/footer_info_counseling_h.gif);
}

#footer .f-info .clinic-list {
  padding: 24px 0 24px 32px;
  border-bottom: 1px solid #c9caca;
  background: url(../../img/pc/footer_info_clinic_bg.gif?v=3) 513px 10px no-repeat;
}

#footer .f-info .clinic-item {
  margin-bottom: 5px;
  font-size: 1.2em;
}

#footer .f-info .clinic-item img {
  vertical-align: bottom;
}

#footer .f-info .clinic-item .title {
  float: left;
  margin-right: 8px;
}

#footer .f-info .clinic-item .tel {
  overflow: hidden;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 1em;
  color: #7d7d7d;
}

#footer .f-info .clinic-item .tel img {
  margin: 7px 5px 2px 0;
}

#footer .f-info .clinic-item .tel span {
  font-size: 0.8333333333em;
}

#footer .f-info .link {
  *zoom: 1;
  padding: 8px 9px 9px 0;
}

#footer .f-info .link:after {
  content: "";
  display: table;
  clear: both;
}

#footer .f-info .link a {
  display: block;
  float: right;
  width: 184px;
  height: 37px;
  background: url(../../img/pc/footer_info_clinic_link_h.gif) right top no-repeat;
}

#footer #cnavi {
  margin: -1px auto 0;
  padding: 27px 0 21px;
  width: 980px;
  border-top: 1px solid #203041;
  background: #0d1c27;
}

#footer #cnavi ul {
  *zoom: 1;
  position: relative;
  border-left: 1px solid #203041;
}

#footer #cnavi ul:after {
  content: "";
  display: table;
  clear: both;
}

#footer #cnavi ul li {
  float: left;
  padding: 0 10px;
  width: 119px;
  border-right: 1px solid #203041;
}

#footer #cnavi ul .top {
  width: 118px;
  text-align: center;
}

#footer #cnavi ul a {
  display: block;
  margin-bottom: 15px;
  padding-left: 18px;
  background: url(../../img/pc/footer_cnavi_bg1.gif) left top no-repeat;
  line-height: 14px;
  font-size: 1.2em;
  color: #8da9b4;
}

#footer #cnavi ul .top a {
  padding: 0;
  background: none;
}

#footer #cnavi ul li ul {
  margin: -4px 0 -4px 5px;
  border: none;
}

#footer #cnavi ul li ul li {
  float: none;
  padding: 0;
  width: auto;
  border: none;
  line-height: 1.4;
}

#footer #cnavi ul li ul li a {
  display: inline;
  margin: 0;
  padding-left: 10px;
  background: url(../../img/pc/footer_cnavi_bg2.gif) left center no-repeat;
  font-size: 1em;
}

#footer #cnavi ul li.about .mobile {
  margin-top: 1em;
}

#footer #cnavi ul li.qa ul li {
  display: inline;
  color: #8da9b4;
}

#footer #cnavi ul li.qa ul li::after {
  content: '／';
}

#footer #cnavi ul li.qa ul li.last::after {
  content: '';
}

* html #footer #cnavi ul li.qa ul li {
  padding-right: 10px;
  background: url(../../img/pc/slash.gif) right bottom no-repeat;
}

* + html #footer #cnavi ul li.qa ul li {
  padding-right: 10px;
  background: url(../../img/pc/slash.gif) right bottom no-repeat;
}

* html #footer #cnavi ul li.qa ul li.last {
  padding: 0;
  background: none;
}

* + html #footer #cnavi ul li.qa ul li.last {
  padding: 0;
  background: none;
}

#footer #cnavi ul li.qa ul li a {
  padding: 0;
  background: none;
}

#footer .text {
  min-width: 980px;
  border-top: 1px solid #203041;
  background: #0d1c27;
  color: #8da9b4;
}

* html #footer .text {
  width: expression(document.body.clientWidth < 982? '980px' : 'auto');
}

#footer .text p {
  margin: -2px auto;
  padding: 14px 0;
  width: 845px;
  text-align: center;
  line-height: 1.4;
}

#footer #copyright {
  min-width: 980px;
  background: #112634;
  text-align: center;
  line-height: 24px;
  color: #8da9b4;
}

/*# sourceMappingURL=clinic.css.map */
