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

File Name:
Note:


New Creation:	.
Last Change:	2014/04/15 20:41:49.


Created By		Yoshiaki Murakami

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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer
10.	追加修正

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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;
}

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

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

body {
  -webkit-text-size-adjust: 100%;
  background: #edeadf !important;
}

* + html body img.assist {
  display: none;
}

a, a *, input {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

#smartphone {
  text-align: center;
}
#smartphone a {
  display: block;
  margin: 20px;
  padding: 20px;
  background: #a3968a;
  border-radius: 10px;
  font-size: 8em;
  font-weight: bold;
  color: #fff;
}

#right_nav {
  position: fixed;
  right: 0px;
  bottom: 3.5%;
  z-index: 1000;
  display: block;
}
#right_nav .mail {
  margin-bottom: 16px;
  background: url(../img/right_nav_mail_h.gif) left top no-repeat;
}
#right_nav .counseling {
  margin-bottom: 16px;
  background: url(../img/right_nav_counseling_h.gif) left top no-repeat;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
#main #cnavi {
  padding: 3px 8px 8px;
  width: auto;
  height: auto;
  text-align: left;
}

#cnavi ol {
  overflow: hidden;
  *zoom: 1;
}

#cnavi ol li {
  float: left;
  width: 50%;
}

#cnavi ol .prev {
  float: left;
}

#cnavi ol .next {
  float: right;
  text-align: right;
}

#cnavi ol li a {
  display: block;
  padding-left: 17px;
  height: 14px;
  background: url(../img/link_bg.gif) left top no-repeat;
  line-height: 14px;
  color: #746760;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 1.2em;
}
#cnavi ol li a:hover {
  background-image: url(../img/link_bg_h.gif);
  color: #746760;
}

#cnavi ol .prev a {
  padding: 0 0 0 20px;
  background: url(../img/cnavi_prev_bg.gif) left top no-repeat;
}

#cnavi ol .prev a:hover {
  background-image: url(../img/cnavi_prev_bg_h.gif);
}

#cnavi ol .next a {
  padding: 0 20px 0 0;
  background-position: right top;
}

.nav {
  margin: 0 auto;
  width: 860px;
  height: 58px;
  text-align: center;
}
.nav ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: 220px;
  background: url(../img/nav_bg.gif) left top no-repeat;
}
* + html .nav ul {
  zoom: 1;
}
.nav ul li {
  float: left;
  display: inline;
  background: none;
}
.nav ul li a {
  height: 58px;
  display: block;
  position: relative;
}
.nav ul .top a {
  width: 54px;
}
.nav ul .operation a {
  width: 80px;
}
.nav ul .case a {
  width: 54px;
}
.nav ul .clinic a {
  width: 111px;
}
.nav ul .doctor a {
  width: 100px;
}
.nav ul .price a {
  width: 55px;
}
.nav ul .qa a {
  width: 111px;
}
.nav ul li ul {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0px;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  overflow: hidden;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
  z-index: 1000;
}
#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 {
  vertical-align: middle;
  padding: 5px 91px 0 2em;
  font-size: 1em;
  line-height: 1.2;
  text-indent: -1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  padding-bottom: 11px;
  background: url(../img/header_bg.png) left top repeat-x;
  z-index: 100;
}
#header .wrapper {
  background: url(../img/h1_bg.gif) center top no-repeat;
}
#header .wrapper .wrapper {
  position: relative;
  width: 860px;
  margin: 0 auto;
}
#header .wrapper .wrapper h1 {
  width: 860px;
  margin: 0 auto;
  padding: 0 0 3px;
  text-align: right;
  line-height: 24px;
  color: #bfae83;
}
#header .wrapper .wrapper #logo {
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 999;
}
#header .wrapper .wrapper #gnavi {
  margin-top: 82px;
  padding: 6px 0 1px;
}
* + html #header .wrapper .wrapper #gnavi {
  margin-top: 0;
  padding-top: 88px;
}
#header .wrapper .wrapper .info {
  position: absolute;
  top: 34px;
  right: 0;
}
#header .wrapper .wrapper .info .title {
  float: left;
  margin: 20px 9px 0 0;
}
#header .wrapper .wrapper .info .tel {
  float: left;
  margin: 0 15px 0 0;
}
#header .wrapper .wrapper .info .tab {
  *zoom: 1;
  margin-top: 3px;
}
#header .wrapper .wrapper .info .tab:after {
  content: "";
  display: table;
  clear: both;
}
#header .wrapper .wrapper .info .tab li {
  float: left;
  width: 49px;
  margin: 0;
  padding: 5px 0 4px;
  text-align: center;
  border-bottom: 1px solid #c2c3c3;
  border-left: 1px solid #c2c3c3;
  background: none;
  cursor: pointer;
}
#header .wrapper .wrapper .info .tab li.active, #header .wrapper .wrapper .info .tab li.hover {
  padding: 4px 0 5px;
  border-top: 1px solid #c2c3c3;
  border-bottom: none;
  background: url(../img/header_info_tel_tab_bg.gif) left top repeat-x;
}
#header .wrapper .wrapper .info .tab li:last-child {
  border-right: 1px solid #c2c3c3;
}
#header .wrapper .wrapper .info .tabbox {
  display: none;
  padding: 7px 0 0;
  text-align: center;
  color: #595757;
}
#header .wrapper .wrapper .info .tabbox img {
  margin-bottom: 3px;
}
#header .wrapper .wrapper .info .form {
  float: left;
}
#header .wrapper .wrapper .info .form li {
  width: 185px;
  height: 33px;
  background: url(../img/header_info_form_bg.gif) left top no-repeat;
}
#header .wrapper .wrapper .info .form .mail {
  margin-bottom: 2px;
}
#header .wrapper .wrapper .info .form .counseling {
  background-position: left bottom;
}
#header .wrapper .wrapper .info .form li a {
  width: 185px;
  height: 39px;
}

.form #header {
  min-height: 111px;
  background-image: url(../img/form_header_bg.png);
}

.form.send #header {
  min-height: 197px;
  background-image: url(../img/header_bg.png);
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin-top: -5px;
  padding-bottom: 356px;
}

#content .wrapper {
  margin: 27px auto 0;
  width: 860px;
}

#topicpath {
  position: relative;
  background: #dad2bc;
  border-bottom: 1px solid #8d7d6d;
  z-index: 80;
}
#topicpath ol {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  padding-left: 220px;
  width: 640px;
}
#topicpath ol li {
  float: left;
  margin-right: 4px;
  padding: 8px 16px 6px 0;
  background: url(../img/topicpath_bg.gif) right top no-repeat;
  color: #483a31;
}
#topicpath ol li a {
  color: #483a31;
}
#topicpath ol li a:hover {
  text-decoration: underline;
}
#topicpath ol .last {
  margin: 0;
  padding-right: 0;
  background: none;
}

.form #topicpath ol {
  width: 860px;
  margin: 0 auto;
  padding-left: 0;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  margin: 0 -8px;
  width: 876px;
}
#main h2 {
  padding: 13px 13px 48px;
  position: relative;
  background: url(../img/form_main_title_bg.gif) left top no-repeat;
  z-index: 100;
}
#main .wrapper {
  width: auto;
  margin: -20px 13px 80px;
  padding: 20px 61px 40px;
  border: 1px solid #BAAFA6;
  border-top: none;
  background-color: #fff;
}

/*
フォーム共通
----------------------------------------------------------------------*/
#message {
  margin: 0 0 30px;
  padding: 30px 0 30px 162px;
  border: 2px solid #d40e16;
  background: #fff;
}
#message p {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 5px 48px;
  background: url(../img/form_message_bg.gif) left center no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.67em;
  color: #D40E16;
}
#message p span {
  font-size: 0.8333333334em;
  color: #4d4d4d;
}

form legend {
  display: none;
}
form table {
  width: 100%;
  background: #fff;
}
form table tbody tr th, form table tbody tr td {
  padding: 15px;
  color: #4C4A4A;
  font-size: 14px;
  line-height: 1.2857142857;
  border: 1px solid #B5B5B6;
}
form table tbody tr th {
  width: 248px;
  line-height: 1;
  vertical-align: middle;
}
form table tbody tr th label {
  padding-left: 16px;
  color: #4C4A4A;
  line-height: 1.4;
  background: url(../img/arrow.png) left 5px no-repeat;
  display: block;
}
form table tbody tr th p {
  margin: 5px 0px 0px;
  padding-right: 40px;
  font-size: 0.834em;
  line-height: 1.4em;
}
form table tbody tr th span.notice {
  margin: 0;
  color: #D83063;
}
form table tbody tr td input, form table tbody tr td textarea {
  width: 97%;
  padding: 7px 0 7px 10px;
  border: 1px solid #B5B5B6;
  vertical-align: middle;
}
form table tbody tr td input.middle {
  width: 7em;
  padding: 4.5px 8px;
}
form table tbody tr.required th {
  background-image: url(../img/form_table_required_bg.gif);
  background-position: 238px 4px;
  background-repeat: no-repeat;
}
form table tbody tr.name th label {
  margin-bottom: 5px;
}
form table tbody tr.name th span {
  font-size: 12px;
}
form table tbody tr.clinic ul li {
  line-height: 1.6666666667;
}
form table tbody tr.history input, form table tbody tr.clinic input {
  width: auto;
  margin-right: 5px;
  padding: 0;
}
form table tbody tr.history ul li {
  display: inline;
}
form table tbody tr.history ul li:first-child {
  margin-right: 20px;
}
form table tbody tr.tel td input {
  width: 4em;
}
form table tbody tr.contents ul li, form table tbody tr.possibletime ul li {
  display: inline;
  margin-right: 20px;
}
form table tbody tr.contents ul li:last-child, form table tbody tr.possibletime ul li:last-child {
  margin-right: 0;
}
form table tbody tr.contents ul li input, form table tbody tr.possibletime ul li input {
  width: auto;
  margin-right: 5px;
}
form table tbody tr.possibletime th span {
  font-size: 12px;
}
form table tbody tr.possibletime ul li {
  line-height: 1.5em;
}
form table tbody tr.date th {
  padding-right: 10px;
}
form table tbody tr.date span.wrapper {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
form table tbody tr.date span.wrapper #calendar1 {
  border: 1px solid #999;
}
form table tbody tr.date span.wrapper img {
  border: 1px solid #999;
  border-left: none;
}
form table tbody tr.even th {
  background-color: #EFEFEF;
}
form table tbody tr.even td {
  background-color: #EDEDED;
}
form table tbody tr.required td.errbg {
  background-color: #F9E5E0;
}
form table tbody tr.required.even td.errbg {
  background-color: #F6D2CB;
}

#button {
  margin-top: 40px;
  text-align: center;
}
#button li {
  background: url(../img/button_confirmation_h.gif) center top no-repeat;
}
#button li input:hover {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.form #ui-datepicker-div .ui-datepicker-today {
  opacity: 1;
  filter: Alpha(Opacity=100);
}
.form #ui-datepicker-div .ui-datepicker-today span {
  background: #F9E5E0;
}

/*
無料ドクターメール相談
----------------------------------------------------------------------*/
#mail #progress {
  margin-bottom: 20px;
}
#mail .mail-notice {
  margin-bottom: 20px;
  color: #4C4A4A;
  font-size: 1.3em;
  line-height: 1.8571428571;
}

/*
カウンセリング予約
----------------------------------------------------------------------*/
#counseling #tel h3 {
  margin-bottom: 30px;
}
#counseling #tel .tel-notice {
  margin-bottom: 24px;
  color: #4C4A4A;
  font-size: 1.4em;
  line-height: 1.8571428571;
}
#counseling #tel .clinic {
  padding-bottom: 0;
  background: none;
}
#counseling #tel .clinic-list {
  *zoom: 1;
  margin: 0 20px;
}
#counseling #tel .clinic-list:after {
  content: "";
  display: table;
  clear: both;
}
#counseling #tel .clinic-item {
  position: relative;
  float: left;
  margin-bottom: 43px;
  min-height: 100px;
  width: 343px;
}
#counseling #tel .clinic-item .item-inner {
  padding-left: 137px;
}
#counseling #tel .clinic-item .pic {
  position: absolute;
}
#counseling #tel .clinic-item .title {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: none;
}
#counseling #tel .clinic-item .tel {
  margin-bottom: 2px;
}
#counseling #tel .clinic-item .tel span {
  display: block;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #6a6a6a;
}
#counseling #tel .clinic-item .text {
  color: #6a6a6a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
}
#counseling #tel .clinic-item.tokyo .pic {
  top: 12px;
  left: 25px;
}
#counseling #tel .clinic-item.hiroshima .pic {
  top: -3px;
  left: 17px;
}
#counseling #tel .clinic-item.nagoya .pic {
  top: 1px;
  left: 35px;
}
#counseling #tel .clinic-item.osaka .pic {
  top: -10px;
  left: 28px;
}
#counseling #tel .clinic-item.fukuoka .pic {
  top: -6px;
  left: 35px;
}
#counseling #net h3 {
  margin-bottom: 12px;
}
#counseling #net #progress {
  margin-bottom: 20px;
}
#counseling #net .net-notice {
  margin-bottom: 20px;
  color: #4C4A4A;
  font-size: 1.3em;
  line-height: 1.8571428571;
}
#counseling #net .net-notice em {
  color: #BF0C0D;
}

/*
確認・完了画面
----------------------------------------------------------------------*/
#confirmation .confirm-text {
  padding: 20px 0;
  color: #4C4A4A;
  font-size: 1.2em;
  line-height: 1.834em;
}
#confirmation form table {
  width: 728px;
}
#confirmation form table .email td, #confirmation form table .tel td {
  font-size: 2em;
  font-weight: bold;
  color: #BF0C0D;
}
#confirmation form #button > li {
  width: 330px;
  float: left;
}
#confirmation form #button > li.back {
  padding-right: 10px;
  text-align: right;
  background: url(../img/button_back_h.gif) 180px top no-repeat;
}
#confirmation form #button > li.back img:hover {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
#confirmation form #button > li.send {
  padding-left: 10px;
  text-align: left;
  background: url(../img/button_send_h.gif) 10px top no-repeat;
}
#confirmation form #button > li.send input:hover {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

#confirmation.send #container #content #main .paragraph .wrapper #address {
  *zoom: 1;
  overflow: hidden;
  margin: 0 0 30px;
  border: none;
}
#confirmation.send #container #content #main .paragraph .wrapper #address:after {
  content: "";
  display: table;
  clear: both;
}
#confirmation.send #container #content #main .paragraph .wrapper #address dt {
  float: left;
  display: inline;
  padding-right: 12px;
  border: none;
}
#confirmation.send #container #content #main .paragraph .wrapper #address dd {
  border-top: 3px solid #5d4c39;
  border-right: 3px solid #5d4c39;
  border-bottom: 3px solid #5d4c39;
  line-height: 50px;
  font-size: 2em;
  color: #BF0C0D;
  position: inherit;
}
#confirmation.send #container #content #main .paragraph .wrapper #mail {
  padding: 0 0 30px;
}
#confirmation.send #container #content #main .paragraph .wrapper #mail .wrapper {
  width: auto;
  margin: 0;
  padding: 24px;
  border: none;
  background: #EAE5D8;
}
#confirmation.send #container #content #main .paragraph .wrapper #mail .wrapper h3 {
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: bold;
  color: #BF0C0D;
}
#confirmation.send #container #content #main .paragraph .wrapper #mail .wrapper p {
  margin: 0px;
  font-size: 1.2em;
  line-height: 1.67em;
}
#confirmation.send #container #content #main .paragraph .wrapper #mail .wrapper p em {
  color: #E60013;
}
#confirmation.send #container #content #main .paragraph .wrapper .top {
  text-align: center;
  background: url(../img/button_top_h.gif) center top no-repeat;
}
#confirmation.send #container #content #main .paragraph .wrapper .top img:hover {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/*
モニターお申し込み
----------------------------------------------------------------------*/
#monitor #progress {
  margin-bottom: 20px;
}
#monitor .mail-notice {
  margin-bottom: 20px;
  color: #4C4A4A;
  font-size: 1.3em;
  line-height: 1.8571428571;
}
#monitor .mail-notice em {
  color: #BF0C0D;
}

#quality #main .aside {
  margin-top: 50px;
  padding-left: 220px;
}
#quality #container #content #main {
  float: none;
  margin-left: -8px;
  width: 876px;
}
#quality #container #content #main h2 {
  background-image: url(../img/quality_main_title_bg.gif);
  padding-bottom: 20px;
}
#quality #container #content #main .wrapper {
  border-bottom: 1px solid #baafa6;
  margin: -20px 18px 80px 13px;
  padding: 0;
}
#quality #container #content #main #quality-contents {
  float: none;
  display: block;
  width: auto;
}
#quality .contents-wrapper {
  margin-bottom: 60px;
  padding-bottom: 4px;
  background: url(../img/president_bg_footer.gif) left bottom no-repeat whitesmoke;
}
#quality .contents-wrapper > .title {
  margin-bottom: 30px;
  padding-top: 30px;
  background: url(../img/president_title_bg.gif) left top no-repeat;
}
#quality .contents-wrapper .section {
  margin: 0 auto 30px;
  width: 764px;
}
#quality .contents-wrapper .section .title {
  margin-bottom: 30px;
}
#quality .section-wrapper {
  position: relative;
  margin: 0 15px;
}
#quality .quality-list {
  width: 775px;
  padding: 46px 0 0;
  margin: 0 auto;
}
#quality .quality-list .quality-item {
  margin-bottom: 10px;
  padding-left: 60px;
}
#quality .quality-list .quality-item:last-child {
  margin-bottom: 50px;
}
#quality .quality-list .quality-item .quality-box {
  width: 710px;
  position: relative;
  height: 280px;
  padding: 0;
  margin: 0;
  background-color: #eeeadf;
  background-position: 600px 25px;
  background-repeat: no-repeat;
}
#quality .quality-list .quality-item .quality-box h3 {
  padding: 34px 0 13px 30px;
  margin: 0;
}
#quality .quality-list .quality-item .quality-box .text {
  width: 390px;
  padding: 0 0 0 30px;
  margin: 0;
  color: #666565;
  font-size: 14px;
  line-height: 1.8571428;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#quality .quality-list .quality-item .quality-box .point-list {
  position: absolute;
  top: 65px;
  left: 460px;
}
#quality .quality-list .quality-item .quality-box .point-item {
  position: relative;
  width: 152px;
  height: 40px;
  margin: 0 0 3px;
  padding: 14px 0px 3px 70px;
  color: #f0f0ef;
  font-size: 12px;
  line-height: 1.2857142;
  background-color: #9a9b99;
}
#quality .quality-list .quality-item .quality-box .point-item:after {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 3px;
  left: 3px;
}
#quality .quality-list .quality-item .quality-box .point-item:last-child {
  margin-bottom: 0;
}
#quality .quality-list .quality-item .quality-box .point-item.short {
  padding-top: 20px;
  height: 33px;
}
#quality .quality-list .quality-item .box1 {
  background-image: url(../img/quality_box1_star.png);
}
#quality .quality-list .quality-item.quality1 {
  background: url(../img/quality_no1.jpg) no-repeat top left;
}
#quality .quality-list .quality-item.quality1 .point-list .point-item:nth-child(1):after {
  background-image: url(../img/quality_point1.gif);
}
#quality .quality-list .quality-item.quality1 .point-list .point-item:nth-child(2):after {
  background-image: url(../img/quality_point2.gif);
}
#quality .quality-list .quality-item.quality1 .point-list .point-item:nth-child(3):after {
  background-image: url(../img/quality_point3.gif);
}
#quality .quality-list .quality-item .box2 {
  background-image: url(../img/quality_box2_star.png);
}
#quality .quality-list .quality-item.quality2 {
  background: url(../img/quality_no2.jpg) no-repeat top left;
}
#quality .quality-list .quality-item.quality2 .point-list .point-item:nth-child(1):after {
  background-image: url(../img/quality_point4.gif);
}
#quality .quality-list .quality-item.quality2 .point-list .point-item:nth-child(2):after {
  background-image: url(../img/quality_point5.gif);
}
#quality .quality-list .quality-item.quality2 .point-list .point-item:nth-child(3):after {
  background-image: url(../img/quality_point6.gif);
}
#quality .quality-list .quality-item .box3 {
  background-image: url(../img/quality_box3_star.png);
}
#quality .quality-list .quality-item.quality3 {
  background: url(../img/quality_no3.jpg) no-repeat top left;
}
#quality .quality-list .quality-item.quality3 .point-list .point-item:nth-child(1):after {
  background-image: url(../img/quality_point7.gif);
}
#quality .quality-list .quality-item.quality3 .point-list .point-item:nth-child(2):after {
  background-image: url(../img/quality_point8.gif);
}
#quality .quality-list .quality-item.quality3 .point-list .point-item:nth-child(3):after {
  background-image: url(../img/quality_point9.gif);
}
#quality .quality-list .quality-item .box4 {
  background-image: url(../img/quality_box4_star.png);
}
#quality .quality-list .quality-item.quality4 {
  background: url(../img/quality_no4.jpg) no-repeat top left;
}
#quality .quality-list .quality-item.quality4 .point-list .point-item:nth-child(1):after {
  background-image: url(../img/quality_point10.gif);
}
#quality .quality-list .quality-item.quality4 .point-list .point-item:nth-child(2):after {
  background-image: url(../img/quality_point11.gif);
}
#quality .quality-list .quality-item.quality4 .point-list .point-item:nth-child(3):after {
  background-image: url(../img/quality_point12.gif);
}
#quality .quality-list .quality-item .box5 {
  background-image: url(../img/quality_box5_star.png);
}
#quality .quality-list .quality-item.quality5 {
  background: url(../img/quality_no5.jpg) no-repeat top left;
}
#quality .quality-list .quality-item.quality5 .point-list .point-item:nth-child(1):after {
  background-image: url(../img/quality_point13.gif);
}
#quality .quality-list .quality-item.quality5 .point-list .point-item:nth-child(2):after {
  background-image: url(../img/quality_point14.gif);
}
#quality .quality-list .quality-item.quality5 .point-list .point-item:nth-child(3):after {
  background-image: url(../img/quality_point15.gif);
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  position: absolute;
  margin-left: 5px;
  top: 239px;
  width: 180px;
}

#sub #menu {
  margin-bottom: 25px;
}

#sub #menu ul {
  border-bottom: 1px solid #fff;
}

#sub #menu ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #baafa6;
}

#sub #menu ul .hover a img:hover {
  opacity: 0;
}

#sub #menu ul .first {
  border-top: none;
}

#sub #menu ul li,
#sub #menu ul li a {
  font-weight: bold;
  color: #656464;
}

#sub #menu ul li {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  line-height: 1.3333333333;
}

/*
	*+html #sub #menu ul li a img {
		vertical-align:top;
	}
*/
#sub #menu ul li ul,
#sub #menu ul li ul li {
  border: none;
}

#sub #menu ul li ul {
  margin-bottom: 16px;
}

#sub #menu ul li ul li:hover {
  background: url(../img/sub_menu_bg_h.gif) left top repeat-x;
  background-size: 1px 26px;
}
#sub #menu ul li ul li.active a {
  color: #ba0a3b;
}
#sub #menu ul li ul li.active:hover {
  background: none;
}
#sub #menu ul li ul li a {
  padding: 5px 0px 5px 32px;
  display: block;
  background: url(../img/sub_menu_arrow.gif) 11px center no-repeat;
}

#sub .info {
  margin-bottom: 25px;
  border: 1px solid #baafa6;
  background: #fff;
}

#sub .info .title {
  border-bottom: 1px solid #baafa6;
}

#sub .info .tel {
  margin: 12px 8px 0 7px;
}

#sub .info .tel li {
  margin-bottom: 6px;
  background: none;
  text-align: center;
  color: #7d7d7d;
}
#sub .info .tel li img {
  margin-bottom: 3px;
}

#sub .info .form {
  margin: 0 0 7px 7px;
  background: url(../img/sub_info_form_bg.gif) left top no-repeat;
}

#sub .info .form li {
  margin-bottom: 3px;
}

#sub .info .form li a {
  width: 170px;
  height: 38px;
}

#sub .info .form .counseling a {
  height: 37px;
}

#sub .banner {
  margin-bottom: 25px;
  padding-bottom: 7px;
  background: url(../img/sub_banner_bg_footer.gif) left bottom repeat-x #dcd5c0;
}

#sub .banner ul {
  padding-top: 12px;
  background: url(../img/sub_banner_bg_header.gif) left top repeat-x;
}

#sub .banner ul li {
  margin-bottom: 6px;
  text-align: center;
}

#sub .campaign,
#sub .campaign ul {
  margin: 0;
  padding: 0;
  background: none;
}

#sub .campaign ul li {
  margin-bottom: 20px;
}

#sub .campaign ul li img {
  border: 1px solid #baafa6;
}

#sub .open {
  margin: 0 15px 20px;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0px;
  padding-top: 12px;
  width: 100%;
  background: url(../img/footer_bg.png) left top repeat-x;
  z-index: 90;
}
#footer #fnavi {
  position: relative;
  padding: 3px 0 12px;
  margin: 0 auto;
}
#footer #fnavi .logo {
  position: absolute;
  top: 3px;
  left: 0;
}
#footer .wrapper {
  padding: 10px 0 0;
  background: url(../img/footer_wrapper_bg.gif) left bottom repeat-x #a3968a;
}
#footer .wrapper #cnavi {
  margin-top: 25px;
  padding-bottom: 20px;
  width: auto;
  height: auto;
}
#footer .wrapper #cnavi ul {
  overflow: hidden;
  *zoom: 1;
  display: block;
  margin: 0 auto;
  width: 858px;
  border-right: 1px solid #bfb5ad;
  border-left: 1px solid #62544d;
  background: none;
}
#footer .wrapper #cnavi ul li {
  padding: 0 10px;
  width: 100.5px;
  border-right: 1px solid #62544d;
  border-left: 1px solid #bfb5ad;
  text-align: left;
  font-size: 1.2em;
  color: #fff;
  background: none;
}
#footer .wrapper #cnavi ul li.price {
  width: 101px;
}
#footer .wrapper #cnavi ul li a {
  display: block;
  padding-left: 19px;
  width: auto;
  height: auto;
  background: url(../img/footer_cnavi_bg1.gif) left top no-repeat;
  line-height: 1.25;
  color: #fff;
}
#footer .wrapper #cnavi ul li a:hover {
  text-decoration: underline;
}
#footer .wrapper #cnavi ul li ul {
  margin: 9px 3px 0 6px;
  width: auto;
  border: none;
}
#footer .wrapper #cnavi ul li ul li {
  float: none;
  display: list-item;
  margin: -1px 0;
  padding: 4px 0;
  width: auto;
  border: none;
  font-size: 0.8333333333em;
  line-height: 1.2;
}
#footer .wrapper #cnavi ul li ul li a {
  padding-left: 11px;
  background: url(../img/footer_cnavi_bg2.gif) left 2px no-repeat;
  line-height: 1.2;
  color: inherit;
}
#footer .wrapper #cnavi ul li .mammarygland {
  padding-right: 3px;
}
#footer .wrapper #cnavi ul li.reconstruction .index {
  padding-right: 5px;
}
#footer .wrapper #cnavi ul li .comparison {
  padding-right: 5px;
}
#footer .wrapper #cnavi ul li.introduction {
  width: 110.5px;
  padding-right: 0;
}
#footer .wrapper #cnavi ul li.introduction ul {
  margin: 0;
}
#footer .wrapper #cnavi ul li.introduction ul .clinic, #footer .wrapper #cnavi ul li.introduction ul .doctor {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #FFF;
  background: none;
}
#footer .wrapper #cnavi ul li.introduction ul .clinic a, #footer .wrapper #cnavi ul li.introduction ul .doctor a {
  padding-left: 19px;
  background: url(../img/footer_cnavi_bg1.gif) left top no-repeat;
  line-height: 1.25;
  color: #FFF;
}
#footer .wrapper #cnavi ul li.introduction ul .clinic {
  margin-bottom: 10px;
}
#footer .wrapper .text,
#footer .wrapper h2,
#footer .wrapper h3 {
  margin: 10px auto;
  width: 860px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
#footer .wrapper .text a,
#footer .wrapper h2 a,
#footer .wrapper h3 a {
  color: #fff;
}
#footer .wrapper h2 {
  margin-top: 0;
}
#footer .wrapper h3 {
  margin-top: 0;
  padding-top: 12px;
  width: auto;
  background: url(../img/footer_cnavi_bg3.gif) left top repeat-x;
}
#footer .wrapper #copyright {
  padding-top: 3px;
  background: url(../img/copyright_bg.gif) top center no-repeat;
  text-align: center;
  line-height: 24px;
  color: #bfae83;
}

.form #footer {
  background: none;
}
.form #footer .wrapper {
  background: url(../img/footer_wrapper_bg.gif) left bottom repeat-x;
}

.form.send #footer {
  position: absolute;
  bottom: 0px;
  padding-top: 12px;
  width: 100%;
  background: url(../img/footer_bg.png) left top repeat-x;
  z-index: 90;
}
.form.send #footer .wrapper {
  background: url(../img/footer_wrapper_bg.gif) left bottom repeat-x #A3968A;
}

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