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

File Name:		static.scss
Note:			静的ファイル用SCSSファイル


New Creation:	2013/02/21 15:00:44.
Last Change:	2014/10/09 17:46:19.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

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

body {
  -webkit-text-size-adjust: 100%;
  min-width: 1146px;
}

a img {
  transition: opacity 0.15s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: url(../img/container_bg.gif) left top repeat-x #dcebee;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  margin: 0 auto;
  width: 980px;
  background: url(../img/nav_bg.gif) left top no-repeat;
}
.nav ul {
  *zoom: 1;
}
.nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.nav ul li {
  float: left;
}
.nav ul li.hover a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.nav ul li.hover a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#topicpath {
  background: url(../img/topicpath_bg.gif) left top repeat-x;
}
#topicpath ol {
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
  text-align: right;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  display: inline;
  color: #5f5e5e;
}
#topicpath ol li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
  padding-right: 28px;
  height: 24px;
  background: url(../img/topicpath_bg2.gif) top right no-repeat;
  line-height: 24px;
  color: #5f5e5e;
}
#topicpath ol li.last a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
  padding-right: 0;
  height: 24px;
  background: none;
  line-height: 24px;
  color: #5f5e5e;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 1146px;
  background: url(../img/header_bg.jpg) center top no-repeat;
}
#header h1 {
  margin: 0 auto;
  width: 980px;
  height: 30px;
  text-align: right;
  line-height: 30px;
  color: #f4f5f5;
}
#header #logo {
  padding: 6px 0 17px 80px;
}
#header .info {
  position: absolute;
  top: 30px;
  right: 79px;
  background-image: url('../img/info.png');
  background-position: 0 68px;
  background-repeat: no-repeat;
}
#header .info ul {
  *zoom: 1;
  padding: 0 20px 23px 26px;
}
#header .info ul:after {
  content: "";
  display: table;
  clear: both;
}
#header .info ul li {
  float: left;
  margin-right: 6px;
  background-image: url('../img/info.png');
  background-repeat: no-repeat;
}
#header .info ul li.reservation {
  background-position: 0 -455px;
}
#header .info ul li.mail {
  background-position: 0 -95px;
}
#header .info ul li.pmail {
  background-position: 0 -256px;
}
#header .info ul li a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .info ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 304px;
}
#content > div.wrapper {
  *zoom: 1;
  margin: 20px auto 0;
  width: 980px;
}
#content > div.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 748px;
}
#main h2,
#main p {
  color: #5f5e5e;
}
#main > div.wrapper {
  margin: 0 0 40px;
  padding: 32px 39px 40px;
  width: auto;
  border: 1px solid #a6a7a7;
  background: url(../img/main_bg.gif) left top repeat;
}
#main > div.wrapper div.last {
  margin: 0;
}
#main .title {
  margin-bottom: 35px;
}
#main .section {
  margin-bottom: 40px;
}
#main .section .title {
  margin: 0;
}
#main .qa {
  margin-bottom: 60px;
}
#main .qa .title {
  border: none;
}
#main .qa .entrylist li {
  padding: 12px 0 17px;
  border-top: 1px solid #f4f8fa;
  border-bottom: 1px solid #a1bcc2;
}
#main .qa .entrylist li.first {
  border-top: none;
}
#main .qa .entrylist li.last {
  border-bottom: none;
}
#main .qa .entrylist li dl {
  text-align: right;
}
#main .qa .entrylist li dl dt {
  margin-bottom: 4px;
  padding: 0px 0 0 60px;
  min-height: 48px;
  background: url('../img/qa.png') -37px 0 no-repeat;
  text-align: left;
}
#main .qa .entrylist li dl dt a {
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #175564;
}
#main .qa .entrylist li dl dd {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
  color: #535252;
}
#main .qa .entrylist li dl dd .new {
  margin-right: 7px;
}
#main .qa .entrylist li dl dd .new img {
  vertical-align: top;
}
#main .qa .entrylist li dl dd ul,
#main .qa .entrylist li dl dd li {
  display: inline;
}
#main .qa .entrylist li dl dd.cat {
  font-weight: normal;
  color: #175564;
}
#main .qa .link {
  background-image: url('../img/button.png');
  background-position: 634px -214px;
  background-repeat: no-repeat;
  text-align: right;
}
#main .qa .link a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main .qa .link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.ui-datepicker {
  z-index: 2000 !important;
}

#ui-datepicker-div .ui-datepicker-today {
  opacity: .8;
}

#ui-datepicker-div .ui-datepicker-today span {
  background: #F9E5E0;
}

#main {
  width: auto;
}
#main p {
  background: none;
  line-height: 1.5714285714;
  margin-bottom: 36px;
}
#main .title {
  margin-bottom: 36px;
}
#main #message {
  margin-bottom: 36px;
  padding: 20px 0 17px;
  border: 2px solid #d61346;
  background: #fff;
}
#main #message p {
  padding: 0 48px;
  width: 360px;
  margin: 0 auto;
  background: url(../img/form_message_bg.gif) left center no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  color: #d61346;
}
#main #message p span {
  font-size: 0.8333333333em;
  font-weight: normal;
  color: #5f5e5e;
}
#main #order, #pmail #main .pic {
  position: absolute;
  top: 111px;
  left: 0;
  margin: 0;
}

.form #main {
  position: relative;
}
.form #main * {
  margin-left: 278px;
}
.form #main * * {
  margin-left: 0;
}
.form #main .title {
  margin-left: 0;
}
.form #main p {
  font-size: 1.4em;
}
.form #main #inputform {
  margin-bottom: 40px;
}
.form #main form legend {
  display: none;
}
.form #main form table {
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #a9a8a9;
}
.form #main form table p {
  margin: 0;
  font-size: 1em;
}
.form #main form table th,
.form #main form table td {
  background: #fff;
  border: 1px solid #a9a8a9;
  border-top: none;
  font-size: 1.4em;
  color: #5f5e5e;
}
.form #main form table th {
  padding-left: 11px;
  width: 279px;
}
.form #main form table th.required {
  background: url(../img/form_required.gif) 248px 7px no-repeat #fff;
}
.form #main form table th label,
.form #main form table th span,
.form #main form table th p {
  line-height: 1.4;
}
.form #main form table th label span,
.form #main form table th span span,
.form #main form table th p span {
  font-size: 1em;
  color: #d61346;
}
.form #main form table th p {
  margin-top: 4px;
  font-size: 0.8333333333em;
}
.form #main form table .even th,
.form #main form table .even td {
  background-color: #f4f5f5;
}
.form #main form table .even td.required {
  background: #f6d2cb;
}
.form #main form table td {
  padding: 7px 10px;
}
.form #main form table td.required {
  background: #f9e5e0;
}
.form #main form table input,
.form #main form table textarea {
  padding: 8px;
  border: 1px solid #a9a8a9;
  line-height: 1.2;
  color: #5f5e5e;
}
.form #main form table select {
  border: 1px solid #a9a8a9;
  color: #5f5e5e;
}
.form #main form table .history input,
.form #main form table .clinic input {
  border: none;
}
.form #main form table .short {
  width: 60px;
}
.form #main form table .middle {
  width: 150px;
}
.form #main form table .large {
  width: 370px;
}
.form #main form table li {
  margin-right: 1em;
  line-height: 2;
}
.form #main form table li label {
  margin-left: 0.5em;
}
.form #main form table .history li,
.form #main form table .possibletime li {
  display: inline;
  white-space: nowrap;
}
.form #main #button li {
  background-image: url('../img/button.png');
  background-position: 0 -132px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  width: 197px;
  height: 41px;
}
.form #main #button li input {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.form #main #button li input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#pmail #main ol {
  *zoom: 1;
  margin-bottom: 40px;
}
#pmail #main ol:after {
  content: "";
  display: table;
  clear: both;
}
#pmail #main ol li {
  float: left;
  margin-right: 14px;
  border: 2px solid #47818a;
}
#pmail #main ol li.last {
  margin: 0;
}
#pmail #main #destination {
  *zoom: 1;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #175564;
}
#pmail #main #destination:after {
  content: "";
  display: table;
  clear: both;
}
#pmail #main #destination .title,
#pmail #main #destination p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  text-align: center;
}
#pmail #main #destination .title {
  padding: 4px 0 4px 4px;
}
#pmail #main #destination #mail {
  margin-left: -4px;
  padding: 55px 15px 52px;
  border-right: 1px solid #175564;
}
#pmail #main #destination #qr {
  margin-left: -4px;
  width: 239px;
}
#pmail #main #cautions {
  margin-bottom: 36px;
}
#pmail #main #cautions .title {
  margin-bottom: 8px;
}
#pmail #main #cautions li {
  margin-left: 2em;
  list-style-type: disc;
  color: #7fa1a9;
}
#pmail #main #cautions li span {
  font-size: 1.4em;
  line-height: 1.5714285714;
  color: #5f5e5e;
}
#pmail #main #cautions li span img {
  vertical-align: text-top;
}
#pmail #main .link {
  margin-bottom: 40px;
  background-image: url('../img/button.png');
  background-position: 244px -380px;
  background-repeat: no-repeat;
  text-align: center;
}
#pmail #main .link a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#pmail #main .link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#mail #main p {
  margin-left: 278px;
}
#mail #main #message p {
  margin-left: auto;
}
#mail #main .email th,
#mail #main .email td {
  border-bottom-style: dotted;
}

.js-accordion-title {
  cursor: pointer;
}

.js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}

.privacypolicy-text {
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 0;
  min-height: auto;
  background: 0;
  text-align: center;
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #5b5d5e;
  margin-right: 0 !important;
	margin-left: 278px !important;
}

.p-privacypolicy {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  background: 0;
  color: #5b5d5e;
}

.p-privacypolicy p {
  margin-left: 0 !important;
}

.p-privacypolicy div {
  padding: 0;
  background: 0;
}

.p-privacypolicy div p {
  margin: 0;
  width: auto;
  color: inherit;
}

.p-privacypolicy-inner {
  margin: 0 auto;
  box-sizing: border-box;
}

.p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../img/privacypolicy_arrow2.png) center bottom no-repeat;
}

.p-privacypolicy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  width: 100%;
  background: url(../img/privacypolicy_arrow1.png) center bottom no-repeat;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  letter-spacing: .18em;
}

.p-privacypolicy-title::before, .p-privacypolicy-title::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

.p-privacypolicy-title::before {
  margin-right: 1em;
}

.p-privacypolicy-title::after {
  margin-left: 1em;
}

.p-privacypolicy-contents-wrapper.p-privacypolicy-contents-wrapper {
  padding-top: 50px;
}

.p-privacypolicy .title {
  margin-bottom: 1em !important;
  padding: 0;
  height: auto;
  min-height: auto;
  border: 0;
  background: 0;
  line-height: 1;
  font-size: 1.4em;
  font-weight: bold;
}

.p-privacypolicy .text,
.p-privacypolicy .item {
  line-height: 1.8333333333;
  font-size: 1.2em;
}

.p-privacypolicy .contents-title {
  margin-bottom: .5em;
  font-size: 1.2em;
}

.p-privacypolicy .list {
  margin-bottom: 1em;
  margin-left: 1em;
  counter-reset: list;
}

.p-privacypolicy .item {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.p-privacypolicy .item:nth-child(n)::before {
  content: "（" counter(list) "）";
  counter-increment: list;
}

.p-privacypolicy .item .item {
  font-size: 1em;
}

.p-privacypolicy .text {
  margin-bottom: 1em !important;
  padding: 0;
  min-height: auto;
  background: 0;
}

.p-privacypolicy .text + .text,
.p-privacypolicy .text + .list {
  margin-top: 1em;
}

.p-privacypolicy .text.date {
  text-align: right;
}

.p-privacypolicy .text + .title,
.p-privacypolicy .list + .title {
  margin-top: 2em;
}

.p-privacypolicy #reception dt,
.p-privacypolicy #reception dd {
  line-height: 1.8333333333;
  font-size: 1.2em;
}

.p-privacypolicy #reception dl {
  display: flex;
}

.p-privacypolicy #reception dl dt,
.p-privacypolicy #reception dl dd {
  font-size: 1em;
}

.p-privacypolicy #reception a {
  color: #5b5d5e;
  pointer-events: none;
}

#reservation #main .section .title {
  margin-bottom: 16px;
}
#reservation #main .section.wrapper {
  padding: 20px;
  margin: 0 0 20px 278px;
}
#reservation #main p {
  margin-left: 30px;
}
#reservation #main .lead {
  margin-left: 0;
}
#reservation #main #echo {
  position: relative;
}
#reservation #main #echo > * {
  margin-left: 214px;
}
#reservation #main #echo h3 {
  margin-bottom: 11px;
}
#reservation #main #echo p {
  margin-bottom: 11px;
}
#reservation #main #echo .ready {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#reservation #main #echo .ready dt {
  width: 70px;
  display: table-cell;
  background: url(../img/echochart_details_latest_title_bg.png) left top repeat;
  text-align: center;
  vertical-align: middle;
}
#reservation #main #echo .ready dd {
  display: table-cell;
  width: 332px;
}
#reservation #main #echo .ready dd ul {
  position: relative;
  width: 332px;
  margin: 0 0 0 1px;
}
#reservation #main #echo .ready dd ul:after {
  position: absolute;
  right: 2px;
  bottom: -2px;
  content: "";
  display: block;
  width: 99px;
  height: 77px;
  background: url(../img/reservation_echo_icon.png) left top no-repeat;
}
#reservation #main #echo .ready dd ul li {
  width: 290px;
  position: relative;
  padding: 0 0 0 42px;
  margin: 1px 0 0;
  background: #FFF;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  color: #5F5E5E;
  line-height: 32px;
}
#reservation #main #echo .ready dd ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 13px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#reservation #main #echo .ready dd ul li:first-child {
  margin-top: 0;
}
#reservation #main #echo .ready dd ul li:nth-child(1):after {
  background-image: url(../img/reservation_echo_ready_no1.gif);
}
#reservation #main #echo .ready dd ul li:nth-child(2):after {
  background-image: url(../img/reservation_echo_ready_no2.gif);
}
#reservation #main #echo .ready dd ul li:nth-child(3):after {
  background-image: url(../img/reservation_echo_ready_no3.gif);
}
#reservation #main #echo .pic {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 192px;
  margin: 0;
}
#reservation #main #price h3 {
  margin-bottom: 15px;
}
#reservation #main #price .price-list {
  *zoom: 1;
}
#reservation #main #price .price-list:after {
  content: "";
  display: table;
  clear: both;
}
#reservation #main #price .price-list .price-item {
  float: left;
  width: 214px;
  padding-left: 9px;
}
#reservation #main #price .price-list .price-item:first-child {
  padding-left: 0;
}
#reservation #main #price .price-list .price-item dt {
  margin-bottom: 2px;
}
#reservation #main #price .price-list .price-item dd {
  background: #FFF;
  padding: 17px 0;
  text-align: center;
}
#reservation #main #message p {
  margin-left: auto;
}
#reservation #main table th p {
  margin-left: 0;
}
#reservation #main table td p {
  margin: 0;
}
#reservation #main #tel {
  margin-top: 60px;
  margin-bottom: 40px;
}
#reservation #main #tel .middle-text {
  margin: 0 0 10px;
}
#reservation #main #tel .yokohama-area {
  position: relative;
  width: 700px;
  height: 128px;
  margin: 0 0 20px;
  background: url(../img/reservation_tel_bg_header_yokohama.gif) left top no-repeat;
}
#reservation #main #tel .yokohama-area > * {
  position: absolute;
}
#reservation #main #tel .yokohama-area .title {
  top: 42px;
  left: 131px;
}
#reservation #main #tel .yokohama-area .tel {
  top: 19px;
  left: 375px;
}
#reservation #main #tel .yokohama-area .tel span {
  display: block;
  padding: 8px 0 0 2px;
  font-size: 1.4em;
  color: #5F5E5E;
  line-height: 1.3571428571;
}
#reservation #main #tel .yokohama-area .bhour {
  top: 69px;
  left: 378px;
  font-size: 1.4em;
  color: #5F5E5E;
  line-height: 1.3571428571;
}
#reservation #main #tel .yokohama-area .pic {
  top: 10px;
  left: 27px;
}
#reservation #main #tel .yokohama-area .doctor {
  width: 690px;
  bottom: 10px;
  left: 5px;
  text-align: center;
  color: #FFF;
  font-size: 1.4em;
}
#reservation #main #tel ul {
  *zoom: 1;
}
#reservation #main #tel ul:after {
  content: "";
  display: table;
  clear: both;
}
#reservation #main #tel ul li {
  float: left;
  margin: 0 10px 10px 0;
}
#reservation #main #tel ul li:nth-child(even) {
  margin-right: 0;
}
#reservation #main .tel-item {
  float: left;
  margin: 0 10px 10px 0;
  width: 346px;
  background: url(../img/reservation_tel_bg.gif) left top repeat-y;
  color: #5f5e5e;
}
#reservation #main .tel-item:nth-child(even) {
  margin-right: 0;
}
#reservation #main .tel-item .item-inner {
  position: relative;
  padding: 15px 0 0;
  background: url(../img/reservation_tel_bg_header.gif) left top no-repeat;
}
#reservation #main .tel-item .item-inner > * {
  margin-left: 115px;
}
#reservation #main .tel-item .title {
  margin-bottom: 10px;
}
#reservation #main .tel-item .tel {
  margin-bottom: 4px;
}
#reservation #main .tel-item .tel img {
  margin-bottom: 6px;
}
#reservation #main .tel-item .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#reservation #main .tel-item .bhour {
  padding-bottom: 36px;
}
#reservation #main .tel-item .doctor {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0 0 5px 12px;
  width: 334px;
  background: url(../img/reservation_tel_bg_footer.gif) left bottom no-repeat;
  line-height: 25px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
}
#reservation #main .tel-item .doctor img {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#reservation #main .tel-item.tokyo .pic {
  top: 21px;
  left: 25px;
}
#reservation #main .tel-item.yokohama .pic {
  top: 17px;
  left: 24px;
}
#reservation #main .tel-item.yokohama .doctor img {
  right: 8px;
}
#reservation #main .tel-item.nagoya .pic {
  top: 15px;
  left: 31px;
}
#reservation #main .tel-item.nagoya .doctor img {
  right: 8px;
}
#reservation #main .tel-item.osaka .pic {
  top: 12px;
  left: 37px;
}
#reservation #main .tel-item.osaka .doctor img {
  right: 8px;
}
#reservation #main .tel-item.hiroshima .pic {
  top: 12px;
  left: 37px;
}
#reservation #main .tel-item.hiroshima .doctor img {
  right: 8px;
}
#reservation #main .tel-item.fukuoka .pic {
  top: 10px;
  left: 32px;
}
#reservation #main #net form .date .wrapper {
  display: inline;
  clear: none;
  margin: 0 10px 0 0;
  width: auto;
}
#reservation #main #net form .date input {
  padding: 5px 8px 4px;
  width: 139px;
}
#reservation #main #net form .date img {
  border: 1px solid #a9a8a9;
  border-left: none;
}

#confirmation #main em {
  background: none;
  color: #d61346;
}
#confirmation #main form table tbody tr th,
#confirmation #main form table tbody tr td {
  line-height: 1.5;
}
#confirmation #main form table tbody tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}
#confirmation #main form table tbody tr th span {
  color: #5f5e5e;
}
#confirmation #main form table tbody tr.date #no1 {
  border-bottom-style: dotted;
}
#confirmation #main form table tbody tr.email td {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2222222222;
  color: #d61346;
}
#confirmation #main form table tbody tr.email td .small {
  margin-top: 8px;
  font-size: 0.5555555556em;
  font-weight: normal;
  line-height: 1.2;
}
#confirmation #main form table tbody tr li {
  display: list-item;
}
#confirmation #main #button {
  *zoom: 1;
}
#confirmation #main #button:after {
  content: "";
  display: table;
  clear: both;
}
#confirmation #main #button li {
  float: left;
  width: 147px;
  background-image: url('../img/button.png');
  background-position: 0 -299px;
  background-repeat: no-repeat;
}
#confirmation #main #button li.back {
  width: 139px;
  height: 28px;
  margin: 7px 40px 7px 170px;
  background-image: url('../img/button.png');
  background-position: 0 -30px;
  background-repeat: no-repeat;
}
#confirmation #main #button li.back a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#confirmation #main #button li.back a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#confirmation #main #send {
  margin-bottom: 20px;
  border: 2px solid #305f6e;
}
#confirmation #main #send dt {
  float: left;
  margin-right: 18px;
}
#confirmation #main #send dd {
  background: #fff;
  line-height: 36px;
  font-size: 1.8em;
  color: #d61346;
}
#confirmation #main .aside {
  clear: both;
  margin-bottom: 60px;
  padding-top: 40px;
  border-top: 1px solid #75919b;
}
#confirmation #main #recieve {
  padding: 30px 0;
  margin-bottom: 40px;
  background: url(../img/confirmation_recieve_bg_header.gif) left top no-repeat #7fa1a9;
}
#confirmation #main #recieve .title,
#confirmation #main #recieve p {
  margin: 0 25px;
}
#confirmation #main #recieve .title,
#confirmation #main #recieve p,
#confirmation #main #recieve li {
  font-size: 1.2em;
  color: #fff;
}
#confirmation #main #recieve p,
#confirmation #main #recieve li {
  line-height: 1.6666666667;
}
#confirmation #main #recieve .title {
  margin-bottom: 14px;
  font-weight: bold;
}
#confirmation #main #recieve p {
  margin-bottom: 4px;
}
#confirmation #main #recieve p em {
  color: #d61346;
}
#confirmation #main #recieve ul {
  padding: 0 25px 26px;
  background: url(../img/confirmation_recieve_bg_footer.gif) left bottom no-repeat;
}
#confirmation #main #recieve li {
  margin-left: 2em;
  list-style-type: disc;
}
#confirmation #main .link {
  margin: 0 auto;
  width: 214px;
  height: 41px;
  background-image: url('../img/button.png');
  background-position: 0 -380px;
  background-repeat: no-repeat;
}
#confirmation #main .link a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#confirmation #main .link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  width: 202px;
}
#sub div {
  margin-bottom: 30px;
}
#sub div.siliconbag-outpatient, #sub div.fat-stiffness {
  margin-bottom: 15px;
}
#sub #menu {
  border-top: 5px solid #47818a;
  border-bottom: 5px solid #47818a;
  border-left: 1px solid #47818a;
}
#sub #menu .title {
  border-bottom: 1px solid #47818a;
  background-color: #bcd9df;
}
#sub #menu .title a {
  display: block;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 24px;
  background: url(../img/arrow3.png) 7px center no-repeat;
  font-size: 1.4em;
  font-weight: bold;
  color: #175564;
}
#sub #menu .title a:hover {
  background-color: #e9f2f5;
}
#sub #menu .title.active a {
  background-color: #87bbc4;
}
#sub #menu li {
  padding-bottom: 1px;
  background: url(../img/sub_menu_bg.gif) left bottom repeat-x;
}
#sub #menu li.last {
  padding-bottom: 0;
  background: none;
}
#sub #menu li a {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 24px;
  background: url(../img/arrow4.png) 7px center no-repeat;
  font-size: 1.2em;
  color: #47818a;
}
#sub #menu li a:hover {
  background-image: url(../img/arrow3.png);
  background-color: #e9f2f5;
  color: #175564;
}
#sub #menu li.active a {
  background-image: url(../img/arrow3.png);
  background-color: #bcd9df;
  color: #175564;
}
#sub #menu li span {
  display: block;
  padding-left: 10px;
  background: #47818a;
  line-height: 20px;
  color: #fff;
}
#sub .info {
  background-image: url('../img/info.png');
  background-position: 0 -460px;
  background-repeat: no-repeat;
}
#sub .info ul {
  padding: 0 14px 10px;
}
#sub .info ul li {
  margin-bottom: 5px;
  background-image: url('../img/info.png');
  background-repeat: no-repeat;
}
#sub .info ul li.reservation {
  background-position: 0 -841px;
}
#sub .info ul li.mail {
  background-position: 0 -705px;
}
#sub .info ul li.pmail {
  background-position: 0 -773px;
}
#sub .info ul li a {
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sub .info ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sub #ranking {
  margin-right: auto;
  margin-left: auto;
  width: 202px;
  background: url(../img/sub_ranking_bg.gif) left top repeat-y;
}
#sub #ranking ul {
  padding: 0 3px 3px;
  background: url(../img/sub_ranking_bg_footer.gif) left bottom no-repeat;
}
#sub #ranking ul li {
  padding-left: 70px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4d5d5;
  background-image: url('../img/ranking.png');
  background-repeat: no-repeat;
}
#sub #ranking ul li.no1 {
  border-top: none;
}
#sub #ranking ul li.no10 {
  border-bottom: none;
}
#sub #ranking ul li.no1 {
  background-position: 8px 5px;
}
#sub #ranking ul li.no2 {
  background-position: 8px -133px;
}
#sub #ranking ul li.no3 {
  background-position: 8px -204px;
}
#sub #ranking ul li.no4 {
  background-position: 8px -275px;
}
#sub #ranking ul li.no5 {
  background-position: 8px -340px;
}
#sub #ranking ul li.no6 {
  background-position: 8px -405px;
}
#sub #ranking ul li.no7 {
  background-position: 8px -471px;
}
#sub #ranking ul li.no8 {
  background-position: 8px -536px;
}
#sub #ranking ul li.no9 {
  background-position: 8px -601px;
}
#sub #ranking ul li.no10 {
  background-position: 8px -69px;
}
#sub #ranking ul li a {
  line-height: 17px;
  font-size: 1.2em;
  color: #5f5e5e;
}
#sub #ranking ul li.no1 a, #sub #ranking ul li.no2 a, #sub #ranking ul li.no3 a {
  font-size: 1.6em;
  font-weight: bold;
}
#sub #ranking ul li.no1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
#sub #ranking ul li.no1 a {
  line-height: 20px;
}
#sub #ranking ul li.no2, #sub #ranking ul li.no3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
#sub #ranking ul li.no2 a, #sub #ranking ul li.no3 a {
  line-height: 18px;
}
#sub #blog ol {
  margin-bottom: 8px;
  border-bottom: 1px solid #47818a;
}
#sub #blog ol li {
  padding: 11px 7px 6px;
  background: url(../img/sub_blog_bg.gif) left bottom repeat-x;
}
#sub #blog ol li.last {
  background: none;
}
#sub #blog ol li dl {
  text-align: right;
}
#sub #blog ol li dl dt {
  margin-bottom: 1px;
  text-align: left;
}
#sub #blog ol li dl dt a {
  text-decoration: underline;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #c63e78;
}
#sub #blog ol li dl dd {
  color: #5f5e5e;
}
#sub #blog .link a img {
  border: 1px solid #166077;
}
#sub .firsttime img {
  border: 1px solid #d96e0c;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/footer_bg.gif) left top repeat-x #175564;
}
#footer .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 31px 0 49px;
  width: 980px;
}
#footer .wrapper * {
  margin-right: 264px;
  margin-bottom: .5em;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #a4bbc0;
}
#footer .wrapper * * {
  margin: 0;
  font-size: 1em;
}
#footer .wrapper .logo {
  position: absolute;
  top: 31px;
  right: -6px;
  margin: 0;
}
#footer .wrapper .link {
  margin-bottom: 0;
}
#footer .wrapper .link li {
  display: inline;
  margin-right: .5em;
  padding-right: .5em;
  border-right: 1px solid #a4bbc0;
  white-space: nowrap;
}
#footer .wrapper .link li.last {
  margin: 0;
  padding: 0;
  border: none;
}
#footer #copyright {
  background: url(../img/copyright_bg.gif) left top repeat-x;
  text-align: center;
  line-height: 28px;
  color: #f4f5f5;
}
