@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 {
  float: right;
  margin-right: -8px;
  width: 656px;
}

#main .title {
  background: url(../img/main_title_bg.gif) left top no-repeat;
  padding: 13px 13px 46px;
}

#main #tab {
  background: url(../img/tab_bg.gif) 13px 50px no-repeat;
}
#main #tnavi {
  overflow: hidden;
  *zoom: 1;
  padding: 0 25px;
}
#main #tnavi.top {
  margin-bottom: 26px;
  background: url(../img/tnavi_top_bg.gif) center bottom no-repeat;
}
#main #tnavi.under {
  margin-bottom: 30px;
  padding-bottom: 25px;
  padding-left: 38px;
  background: url(../img/tnavi_under_bg.gif) center top no-repeat;
}
#main #tnavi li {
  float: left;
  vertical-align: bottom;
}
#main #tnavi li img {
  vertical-align: bottom;
}

#main .wrapper {
  margin: -20px 13px 0;
  padding: 0 1px;
  width: auto;
  background: url(../img/main_bg.gif) top center repeat-y;
}

#main .wrapper .section {
  margin-bottom: 30px;
  padding-bottom: 50px;
  background: url(../img/main_section_bg.gif) left bottom repeat-x;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .wrapper div.last {
  margin-bottom: 0;
}

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

#main .wrapper .section * * {
  margin: 0;
  font-size: 1em;
}

#main .wrapper .section .title {
  background: url(../img/main_section_title_bg.gif) left top no-repeat;
  height: 48px;
  margin: 0;
  padding: 12px 0 0 35px;
}

#main .wrapper .section .text {
  text-align: justify;
  margin-top: -0.4285714286em;
  margin-bottom: -0.4285714286em;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #656464;
}

#main .wrapper .section p {
  margin-top: -0.4285714286em;
  margin-bottom: -0.4285714286em;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #656464;
}

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

#main .wrapper .section div {
  margin-bottom: 30px;
  padding-bottom: 1px;
  background: url(../img/main_section_paragraph_bg.gif) left bottom repeat-x;
}

#main .wrapper .section .last {
  padding: 0;
  background: none;
}

#main .wrapper .section div .title {
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
}

#main .aside {
  margin: 0 5px;
}
#main .aside .m-info {
  margin-bottom: 30px;
}
#main .aside .m-info > .title {
  margin-bottom: -83px;
  padding: 13px 13px 83px;
  background: url(../img/main_info_bg_header.gif) left top no-repeat;
  z-index: 1;
}
#main .aside .m-info .form {
  position: relative;
  z-index: 2;
  margin: 0 13px;
  padding: 24px 0 25px 40px;
  background: url(../img/main_info_form_bg.gif) left bottom no-repeat;
}
#main .aside .m-info .form .lead {
  padding: 0 40px 75px 141px;
  background: url(../img/main_info_form_bg2.jpg) left center no-repeat;
  text-align: center;
}
#main .aside .m-info .form-list {
  position: absolute;
  left: 181px;
  bottom: 17px;
}
#main .aside .m-info .form-item {
  float: left;
  margin-right: 7px;
  text-align: center;
}
#main .aside .m-info .form-item:last-child {
  margin: 0;
}
#main .aside .m-info .form-item img {
  display: block;
  margin: 9px auto 0;
}
#main .aside .m-info .form-item a {
  display: block;
}
#main .aside .m-info .form-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#main .aside .m-info .form-item a img {
  margin: 0;
}
#main .aside .m-info .form-item.mail a {
  background: url(../img/main_info_form_mail_h.gif) left bottom no-repeat;
}
#main .aside .m-info .form-item.counseling a {
  background: url(../img/main_info_form_counseling_h.gif) left bottom no-repeat;
}
#main .aside .m-info .clinic {
  *zoom: 1;
  margin: 0 13px;
  padding: 22px 0 0 40px;
  border: 1px solid #c7bcb5;
  border-top: 0;
  background: #fff;
}
#main .aside .m-info .clinic:after {
  content: "";
  display: table;
  clear: both;
}
#main .aside .m-info .clinic-item {
  margin-bottom: 7px;
  font-size: 1.2em;
}
#main .aside .m-info .clinic-item img {
  vertical-align: bottom;
}
#main .aside .m-info .clinic-item .title {
  position: static;
  float: left;
  margin-right: 13px;
  padding: 0;
  background: none;
}
#main .aside .m-info .clinic-item .tel {
  overflow: hidden;
  vertical-align: bottom;
  line-height: 24px;
  color: #7d7d7d;
}
#main .aside .m-info .clinic-item .tel img {
  margin: 7px 7px 1px 0;
}
#main .aside .m-info .clinic-item .tel span {
  font-size: 0.8333333333em;
}
#main .aside .m-info .link {
  float: right;
  padding: 17px 10px 10px 0;
}
#main .aside .m-info .link a {
  display: block;
  background: url(../img/main_info_clinic_link_h.gif) right top no-repeat;
}
#main .aside .m-info .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.operation #main #tnavi.top {
  margin-bottom: 35px;
}

.operation #container #content #main #tnavi.top .index {
  background: url("../img/tnavi_top_operation_reproduction_index_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.under .index {
  background: url("../img/tnavi_under_operation_reproduction_index_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.top .comparison {
  background: url("../img/tnavi_top_operation_reproduction_comparison_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.under .comparison {
  background: url("../img/tnavi_under_operation_reproduction_comparison_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.top .flow {
  background: url("../img/tnavi_top_operation_reproduction_flow_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.under .flow {
  background: url("../img/tnavi_under_operation_reproduction_flow_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.top .progress {
  background: url("../img/tnavi_top_operation_reproduction_progress_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.under .progress {
  background: url("../img/tnavi_under_operation_reproduction_progress_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.top .price {
  background: url("../img/tnavi_top_operation_reproduction_price_h.gif") left top no-repeat;
}
.operation #container #content #main #tnavi.under .price {
  background: url("../img/tnavi_under_operation_reproduction_price_h.gif") left top no-repeat;
}

.operation #main .wrapper div.last {
  padding-bottom: 70px;
  background: none;
}

/*----------------------------------
THE CLINICの再生豊胸
----------------------------------*/
#index.operation #main .wrapper #naturalbust {
  overflow: hidden;
  *zoom: 1;
}
#index.operation #main .wrapper #naturalbust .text {
  width: 352px;
}
#index.operation #main .wrapper #naturalbust div.pic {
  margin: -38px 34px 20px 0;
  padding-bottom: 0;
  background: none;
  float: right;
}
#index.operation #main .wrapper #naturalbust div.pic p {
  margin: 0;
}
#index.operation #main .wrapper #naturalbust .features dt {
  margin-bottom: 4px;
}
#index.operation #main .wrapper #naturalbust .features dd ul {
  overflow: hidden;
  *zoom: 1;
}
#index.operation #main .wrapper #naturalbust .features dd ul li {
  width: 182px;
  margin-right: 4px;
  border: 1px solid #c6bcb5;
  float: left;
  min-height: 217px;
}
#index.operation #main .wrapper #naturalbust .features dd ul li:last-child {
  margin-right: 0;
}
#index.operation #main .wrapper #naturalbust .features dd ul li .text {
  width: auto;
  padding: 5px 1px 20px 15px;
  font-size: 1.2em;
  line-height: 1.6666666667;
  text-align: inherit;
}
#index.operation #main .wrapper #naturalbust .section {
  margin-top: 50px;
  padding-top: 40px;
  background: url(../img/operation_point_echo_section_paragraph_bg.gif) left top no-repeat;
  clear: both;
}
#index.operation #main .wrapper #naturalbust .section h4 {
  margin-bottom: 25px;
}
#index.operation #main .wrapper #naturalbust .section .pic {
  margin-top: -96px;
  margin-right: -50px;
  float: right;
}
#index.operation #main .wrapper #naturalbust .section .text {
  width: auto;
}
#index.operation #main .wrapper #naturalbust .section#liposuction .pic {
  margin-right: 0;
}
#index.operation #main .wrapper #naturalbust .section#liposuction dl {
  overflow: hidden;
  *zoom: 1;
}
#index.operation #main .wrapper #naturalbust .section#liposuction dl dt {
  margin-bottom: 6px;
  padding: 5px 0 5px 9px;
  background: #e9e5d8;
}
#index.operation #main .wrapper #naturalbust .section#liposuction dl dd {
  float: left;
}
#index.operation #main .wrapper #naturalbust .section#liposuction dl .text {
  width: 114px;
  margin: 0 0 0 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
#index.operation #main .wrapper #naturalbust .section#liposuction .traditional {
  margin-top: 30px;
}
#index.operation #main .wrapper #naturalbust .section#liposuction .traditional dt {
  border-left: 3px solid #746760;
}
#index.operation #main .wrapper #naturalbust .section#liposuction .vaserlipo {
  margin-top: 14px;
}
#index.operation #main .wrapper #naturalbust .section#liposuction .vaserlipo dt {
  border-left: 3px solid #a20d23;
}
#index.operation #main .wrapper #naturalbust .section#treatment .pic {
  margin-left: 50px;
}
#index.operation #main .wrapper #naturalbust .section#treatment .cell {
  overflow: hidden;
  *zoom: 1;
  margin: 25px 0 10px 0;
}
#index.operation #main .wrapper #naturalbust .section#treatment .cell li {
  margin-right: 15px;
  float: left;
}
#index.operation #main .wrapper #naturalbust .section#injection .pic {
  margin-left: 0;
}
#index.operation #main .wrapper #naturalbust .section#injection .pic2 {
  margin: 15px 26px 0 0;
  float: left;
}
#index.operation #main .wrapper #naturalbust .section#injection .text2 {
  width: 343px;
  margin: 15px 0 0 0;
  float: left;
}

/*----------------------------------
脂肪注入による豊胸の比較
----------------------------------*/
#comparison.operation #main .wrapper.top .index {
  background: url(../img/tnavi_top_operation_reconstruction_comparison_index_h.gif) left top no-repeat !important;
}
#comparison.operation #main .wrapper.under .index {
  background: url(../img/tnavi_under_operation_reconstruction_comparison_index_h.gif) left top no-repeat !important;
}

* + html #comparison #container #content #main .wrapper {
  height: 1%;
}

#comparison #container #content #main #list .link {
  margin-bottom: 25px;
}

#comparison #container #content #main #list .link {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid #a3968a;
}

#comparison #container #content #main #list .link dt {
  float: left;
  padding: 20px 0;
  width: 161px;
  text-align: center;
  background: #eae5d8;
}

#comparison #container #content #main #list .link dd ul {
  padding-top: 11px;
}

* + html #comparison #container #content #main #list .link dd ul {
  height: 1%;
}

#comparison #container #content #main #list .link dd ul li {
  float: left;
  margin: 0 0 7px 20px;
}

* + html #comparison #container #content #main #list .link dd ul li {
  white-space: nowrap;
}

#comparison #container #content #main #list .link dd ul li a {
  display: block;
  padding-left: 17px;
  height: 14px;
  background: url(../img/link_bg.gif) left top no-repeat;
  line-height: 14px;
  color: #746760;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#comparison #container #content #main #list .section {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding: 0;
  border: 1px solid #a3968a;
  background: url(../img/operation_reconstruction_comparison_list_bg.gif) left top no-repeat;
}

#comparison #container #content #main #list .last {
  margin-bottom: 27px;
}

#comparison #container #content #main #list .section .chart {
  float: left;
  margin: 8px 18px 20px 13px;
}

#comparison #container #content #main #list #crf .chart,
#comparison #container #content #main #list #stemcell .chart,
#comparison #container #content #main #list #fat .chart,
#comparison #container #content #main #list #hyaluronicacid .chart {
  margin: 25px 18px 25px 13px;
}

#comparison #container #content #main #list #crf table,
#comparison #container #content #main #list #stemcell table,
#comparison #container #content #main #list #fat table,
#comparison #container #content #main #list #hyaluronicacid table {
  margin-top: 15px;
}

#comparison #container #content #main #list .section table {
  width: 295px;
}

#comparison #container #content #main #list .section table tbody tr th,
#comparison #container #content #main #list .section table tbody tr td {
  border: 1px solid #a3968a;
}

#comparison #container #content #main #list .section table tbody tr th {
  width: 121px;
}

#comparison #container #content #main #list .section table tbody .even th,
#comparison #container #content #main #list .section table tbody .even td {
  background: #f4f2eb;
}

#comparison #container #content #main #list .section table tbody tr .score {
  padding-left: 8px;
}

#comparison #container #content #main #list .section table tbody tr .score img {
  margin-right: 8px;
}

#comparison #container #content #main #list .section table tbody tr .num {
  width: 27px;
  text-align: center;
}

#comparison #container #content #main #list #reconstruction .pic {
  margin: 0 0 21px 13px;
}

#comparison #container #content #main #list #reconstruction .title {
  margin-bottom: 23px;
}

#comparison #container #content #main #list .section dl {
  clear: both;
  float: left;
  background: #f2f0e8;
}

#comparison #container #content #main #list .section .merit {
  width: 261px;
}

#comparison #container #content #main #list .section .demerit {
  clear: none;
  width: 297px;
}

#comparison #container #content #main #list .section dl dt,
#comparison #container #content #main #list .section dl dd {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

* + html #comparison #container #content #main #list .section dl dt,
* + html #comparison #container #content #main #list .section dl dd {
  display: inline;
  height: auto;
  zoom: 1;
}

#comparison #container #content #main #list .section dl dt {
  padding: 0 16px 0 19px;
}

* + html #comparison #container #content #main #list .section dl dt {
  line-height: 60px;
}

* + html #comparison #container #content #main #list .section dl dd {
  width: 165px;
}

#comparison #container #content #main #list .section dl dd ul li {
  margin-left: 1.5em;
  list-style-type: disc;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  color: #535252;
}
#comparison #container #content #main #list .section dl dd ul li em {
  color: #BF0C0D;
}

/*----------------------------------
施術の流れ
----------------------------------*/
#flow.operation #main .wrapper.top .comparison {
  background: url(../img/tnavi_top_operation_reconstruction_flow_comparison_h.gif) left top no-repeat !important;
}
#flow.operation #main .wrapper.under .comparison {
  background: url(../img/tnavi_under_operation_reconstruction_flow_comparison_h.gif) left top no-repeat !important;
}
#flow.operation #main .wrapper #order #lead {
  margin-bottom: 30px;
  padding: 0;
  background: none;
}
#flow.operation #main .wrapper #order .section {
  overflow: hidden;
  *zoom: 1;
  min-height: 190px;
  margin-bottom: 40px;
  padding-top: 30px;
  background: url(../img/operation_point_echo_section_paragraph_bg.gif) left top no-repeat;
  position: relative;
}
#flow.operation #main .wrapper #order .section * {
  margin-bottom: 8px;
  margin-left: 208px;
}
#flow.operation #main .wrapper #order .section * * {
  margin: 0;
}
#flow.operation #main .wrapper #order .section h4 {
  float: left;
  margin: 0;
}
#flow.operation #main .wrapper #order .section .text {
  margin-top: 7px;
}
#flow.operation #main .wrapper #order .section .info {
  margin-bottom: 0;
  padding: 0;
  background: none;
}
#flow.operation #main .wrapper #order .section .info .form {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3px;
  background: #EAE5D8;
}
#flow.operation #main .wrapper #order .section .info .form dt {
  float: left;
  padding: 20px 30px 20px 18px;
}
#flow.operation #main .wrapper #order .section .info .form dd {
  float: left;
  margin: 17px 13px 0 0;
  background: url(../img/operation_flow_order1_info_form_counseling_h.gif) left top no-repeat;
}
#flow.operation #main .wrapper #order .section .tel {
  margin-bottom: 0;
  color: #656464;
}
#flow.operation #main .wrapper #order .section .tel li {
  *zoom: 1;
  margin-bottom: 1px;
  background: #eeeadf;
}
#flow.operation #main .wrapper #order .section .tel li:after {
  content: "";
  display: table;
  clear: both;
}
#flow.operation #main .wrapper #order .section .tel li:last-child {
  margin-bottom: 0;
}
#flow.operation #main .wrapper #order .section .tel .title {
  padding: 9px 0 0 8px;
  float: left;
}
#flow.operation #main .wrapper #order .section .tel .tel {
  float: left;
  padding: 9px 0 0 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
#flow.operation #main .wrapper #order .section .tel .tel img {
  margin-bottom: 2px;
}
#flow.operation #main .wrapper #order .section .tel .notice {
  overflow: hidden;
  padding: 10.5px 0 10.5px 7px;
  background: #e6ddca;
  line-height: 1.3;
}
#flow.operation #main .wrapper #order .section .pic {
  position: absolute;
  top: 76px;
  left: 33px;
  margin: 0;
  z-index: 100;
}
#flow.operation #main .wrapper #order .section ul.text {
  margin-top: 0;
  padding: 4px 0 10px;
}
#flow.operation #main .wrapper #order .section ul.text li {
  margin-left: 1.5em;
  list-style-type: disc;
  color: #A20D23;
}
#flow.operation #main .wrapper #order .section ul.text li span {
  color: #656464;
  font-weight: bold;
}
#flow.operation #main .wrapper #order .section .daybefore {
  padding: 18px 0 22px 14px;
  background: #edeadf;
}
#flow.operation #main .wrapper #order .section .daybefore dt {
  margin-bottom: 10px;
}
#flow.operation #main .wrapper #order .section .daybefore dd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2em;
  line-height: 1.6666666667;
  color: #656464;
}

/*----------------------------------
術後の経過
----------------------------------*/
#progress.operation #main .wrapper.top .flow {
  background: url(../img/tnavi_top_operation_reconstruction_progress_flow_h.gif) left top no-repeat !important;
}
#progress.operation #main .wrapper.under .flow {
  background: url(../img/tnavi_under_operation_reconstruction_progress_flow_h.gif) left top no-repeat !important;
}
#progress.operation #main .wrapper h4.title {
  margin-bottom: 20px;
  border-bottom: 1px solid #b2a79c;
}
#progress.operation #main .wrapper .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#progress.operation #main .wrapper .section h5.title {
  margin-bottom: 10px;
}
#progress.operation #main .wrapper .section .section {
  background: none;
}
#progress.operation #main .wrapper #oneweek #quality #attention {
  background: #edeadf;
}
#progress.operation #main .wrapper #oneweek #quality #attention dt, #progress.operation #main .wrapper #oneweek #quality #attention dd {
  display: table-cell;
  vertical-align: middle;
}
#progress.operation #main .wrapper #oneweek #quality #attention dt {
  width: 135px;
  text-align: center;
}
#progress.operation #main .wrapper #oneweek #quality #attention dd {
  padding: 14px 18px 14px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2em;
  line-height: 1.6666666667;
  color: #535252;
}
#progress.operation #main .wrapper #oneweek #aftertreatment {
  overflow: hidden;
  *zoom: 1;
}
#progress.operation #main .wrapper #oneweek #aftertreatment .part {
  margin-bottom: 30px;
}
#progress.operation #main .wrapper #oneweek #aftertreatment .part p {
  float: left;
  width: 346px;
}
#progress.operation #main .wrapper #oneweek #aftertreatment .part .pic {
  float: right;
  width: auto;
  background: #EAE5D8;
}
#progress.operation #main .wrapper #oneweek #aftertreatment .part .pic dt {
  padding: 10px 10px 0;
  background: #EAE5D8;
}
#progress.operation #main .wrapper #oneweek #aftertreatment .part .pic dd {
  padding: 6px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  text-align: center;
  color: #535252;
}
#progress.operation #main .wrapper #twoweeks #aftercare {
  overflow: hidden;
  *zoom: 1;
}
#progress.operation #main .wrapper #twoweeks #aftercare .part {
  margin-bottom: 30px;
}
#progress.operation #main .wrapper #twoweeks #aftercare .part p {
  width: 346px;
  float: left;
}
#progress.operation #main .wrapper #twoweeks #aftercare .part .pic {
  width: auto;
  padding: 10px;
  float: right;
  background: #EAE5D8;
}
#progress.operation #main .wrapper #threemonths.last {
  margin-bottom: 0;
  padding-bottom: 70px;
}
#progress.operation #main .wrapper #threemonths.last h4.title {
  margin-bottom: 10px;
  border-bottom: 0;
}

/*----------------------------------
料金
----------------------------------*/
/*----------------------------------
料金トビラ
----------------------------------*/
#index.price #main .wrapper #introduction h3 {
  margin-bottom: 20px;
}
#index.price #main .wrapper #introduction ul li {
  margin-bottom: 20px;
}
#index.price #main .wrapper #introduction ul li a:hover * {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#index.price #main .wrapper #introduction ul li dl {
  position: relative;
}
#index.price #main .wrapper #introduction ul li dl dd {
  width: 361px;
  font-size: 1.2em;
  line-height: 1.6666666667;
  position: absolute;
  left: 31px;
  bottom: 32px;
}
#index.price #main .wrapper #introduction ul li:last-child {
  margin-bottom: 0;
}
#index.price #main .wrapper div.last {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../img/qa_section_last_bg_footer.gif) left bottom repeat-x;
  border-bottom: 1px solid #BAAFA6;
}

/*----------------------------------
再生豊胸の料金
----------------------------------*/
.price #main .wrapper #list .notice-tax, #price #main .wrapper #list .notice-tax {
  margin: -10px 34px 20px;
  padding: 12px 0;
  color: #E85554;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  border: 1px solid #C9C9CA;
  background-color: #F6F7F7;
  text-align: center;
}
.price #main .wrapper #list .link, #price #main .wrapper #list .link {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
.price #main .wrapper #list .link li, #price #main .wrapper #list .link li {
  float: left;
  margin-right: 40px;
}
.price #main .wrapper #list .link li a, #price #main .wrapper #list .link li a {
  display: block;
  padding-left: 17px;
  height: 14px;
  background: url(../img/link_bg.gif) left top no-repeat;
  line-height: 14px;
  color: #746760;
  font-size: 1.2em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.price #main .wrapper #list .link li a:hover, #price #main .wrapper #list .link li a:hover {
  background-image: url(../img/link_bg_h.gif);
  color: #746760;
}
.price #main .wrapper #list .section, #price #main .wrapper #list .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
  padding-bottom: 0;
  border: 1px solid #c7bdb5;
  background: none;
}
.price #main .wrapper #list .section div, #price #main .wrapper #list .section div {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.price #main .wrapper #list .section p, #price #main .wrapper #list .section p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.3333333333;
}
.price #main .wrapper #list #firstvisitfee .counseling dt, .price #main .wrapper #list #firstvisitfee .counseling dd, #price #main .wrapper #list #firstvisitfee .counseling dt, #price #main .wrapper #list #firstvisitfee .counseling dd {
  display: table-cell;
  vertical-align: middle;
}
.price #main .wrapper #list #firstvisitfee .counseling dt, #price #main .wrapper #list #firstvisitfee .counseling dt {
  padding: 21px 45px 27px 20px;
  font-size: 1.4em;
  line-height: 1.75;
  color: #656464;
}
.price #main .wrapper #list #firstvisitfee .counseling dt span, #price #main .wrapper #list #firstvisitfee .counseling dt span {
  font-size: 0.7142857143em;
  line-height: 1.15;
  display: block;
}
.price #main .wrapper #list #firstvisitfee .counseling .free, #price #main .wrapper #list #firstvisitfee .counseling .free {
  padding-right: 28px;
  font-size: 1.8em;
  font-weight: bold;
  color: #b01135;
}
.price #main .wrapper #list #firstvisitfee .counseling .counseling, #price #main .wrapper #list #firstvisitfee .counseling .counseling {
  background: url(../img/price_list_firstvisitfee_counseling_h.gif) left 29px no-repeat;
}
.price #main .wrapper #list #treatmentfee ul li, #price #main .wrapper #list #treatmentfee ul li {
  border-bottom: 1px solid #C7BDB5;
}
.price #main .wrapper #list .box, #price #main .wrapper #list .box {
  font-size: 1.2em;
  color: #656464;
  overflow: visible;
}
.price #main .wrapper #list .box .box-title, #price #main .wrapper #list .box .box-title {
  cursor: pointer;
  background: url(../img/price_list_box_box-title_bg.gif) left top repeat-x;
  position: relative;
}
.price #main .wrapper #list .box .box-title h3, #price #main .wrapper #list .box .box-title h3 {
  width: 108px;
  padding: 26px 23px 26px 82px;
  display: table-cell;
  vertical-align: middle;
}
.price #main .wrapper #list .box .box-title p, #price #main .wrapper #list .box .box-title p {
  width: 239px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  line-height: 1.3333333333;
  display: table-cell;
  vertical-align: middle;
}
.price #main .wrapper #list .box .box-title p em, #price #main .wrapper #list .box .box-title p em {
  color: #B01135;
  font-weight: bold;
}
.price #main .wrapper #list .box .box-title:after, #price #main .wrapper #list .box .box-title:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/price_list_box_box-title_arrow_open.gif) left top no-repeat;
  top: 20px;
  right: 20px;
}
.price #main .wrapper #list .box .box-title.open:after, #price #main .wrapper #list .box .box-title.open:after {
  background: url(../img/price_list_box_box-title_arrow_close.gif) left top no-repeat;
}
.price #main .wrapper #list .box .box-wrapper, #price #main .wrapper #list .box .box-wrapper {
  padding: 20px 14px 17px;
  border-top: 1px solid #C7BDB5;
  display: none;
}
.price #main .wrapper #list .box .box-wrapper h4, #price #main .wrapper #list .box .box-wrapper h4 {
  padding: 0 0 14px 0;
  line-height: 1.3333333333;
}
.price #main .wrapper #list .box .box-wrapper h4 span, #price #main .wrapper #list .box .box-wrapper h4 span {
  font-size: 11px;
}
.price #main .wrapper #list .box .box-wrapper .crf, #price #main .wrapper #list .box .box-wrapper .crf {
  margin-bottom: 17px;
}
.price #main .wrapper #list .box .box-wrapper .details, #price #main .wrapper #list .box .box-wrapper .details {
  margin-top: 23px;
}
.price #main .wrapper #list .box .box-wrapper .details table tr th, #price #main .wrapper #list .box .box-wrapper .details table tr th {
  line-height: 1.1416666667;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.terms td ul li, #price #main .wrapper #list .box .box-wrapper .details table tr.terms td ul li {
  margin-bottom: 3px;
  margin-left: 15px;
  line-height: 1.225;
  list-style: disc;
  text-indent: -5px;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.flow td ul li, #price #main .wrapper #list .box .box-wrapper .details table tr.flow td ul li {
  margin-bottom: 5px;
  line-height: 1.4166666667;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li, #price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li {
  line-height: 1.4166666667;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dt,
.price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dd, #price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dt,
#price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dd {
  line-height: 1.4166666667;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dt, #price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dt {
  float: left;
  width: 5em;
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #316174;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dd, #price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li dd {
  overflow: hidden;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li span, #price #main .wrapper #list .box .box-wrapper .details table tr.tel td ul li span {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #316174;
  display: inline;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.net td p, #price #main .wrapper #list .box .box-wrapper .details table tr.net td p {
  font-size: 1em;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.net td ul, #price #main .wrapper #list .box .box-wrapper .details table tr.net td ul {
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.net td ul li, #price #main .wrapper #list .box .box-wrapper .details table tr.net td ul li {
  float: left;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.net td ul li:nth-child(1), #price #main .wrapper #list .box .box-wrapper .details table tr.net td ul li:nth-child(1) {
  margin-right: 6px;
  background: url(../img/price_list_monitor_net_h.gif) left top;
}
.price #main .wrapper #list .box .box-wrapper .details table tr.net td ul li:nth-child(2), #price #main .wrapper #list .box .box-wrapper .details table tr.net td ul li:nth-child(2) {
  background: url(../img/price_list_monitor_net_mail_h.gif) left top;
}
.price #main .wrapper #list .box .box-wrapper .details table tr span, #price #main .wrapper #list .box .box-wrapper .details table tr span {
  font-size: 10px;
  display: block;
}
.price #main .wrapper #list .box .box-wrapper .pic, #price #main .wrapper #list .box .box-wrapper .pic {
  margin-bottom: 7px;
}
.price #main .wrapper #list .box .box-wrapper table, #price #main .wrapper #list .box .box-wrapper table {
  width: 100%;
  border: 1px solid #A3968A;
  font-size: 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.price #main .wrapper #list .box .box-wrapper table tbody tr th, #price #main .wrapper #list .box .box-wrapper table tbody tr th {
  width: 100px;
  background: #EAE5D8;
  padding: 8px 0;
  border-bottom: 1px solid #A3968A;
  text-align: center;
}
.price #main .wrapper #list .box .box-wrapper table tbody tr .operation, #price #main .wrapper #list .box .box-wrapper table tbody tr .operation {
  padding: 8px 12px;
  width: auto;
  background: none;
  text-align: left;
  font-weight: bold;
  color: #22306a;
}
.price #main .wrapper #list .box .box-wrapper table tbody tr td, #price #main .wrapper #list .box .box-wrapper table tbody tr td {
  padding: 8px 12px;
  border-bottom: 1px solid #A3968A;
}
.price #main .wrapper #list .box .box-wrapper table tbody tr.last th, .price #main .wrapper #list .box .box-wrapper table tbody tr.last td, #price #main .wrapper #list .box .box-wrapper table tbody tr.last th, #price #main .wrapper #list .box .box-wrapper table tbody tr.last td {
  border-bottom: 1px solid #A3968A;
  background: none;
}
.price #main .wrapper #list .box .box-wrapper table tbody .contents th, .price #main .wrapper #list .box .box-wrapper table tbody .contents td, #price #main .wrapper #list .box .box-wrapper table tbody .contents th, #price #main .wrapper #list .box .box-wrapper table tbody .contents td {
  width: auto;
  border: none;
  background: url(../img/price_list_campaign_bg.gif) left bottom repeat-x;
}
.price #main .wrapper #list .box .box-wrapper table tbody .contents th, #price #main .wrapper #list .box .box-wrapper table tbody .contents th {
  padding: 8px 12px;
  text-align: left;
  font-weight: normal;
}
.price #main .wrapper #list .box .box-wrapper table tbody .contents td, #price #main .wrapper #list .box .box-wrapper table tbody .contents td {
  text-align: right;
}
.price #main .wrapper #list #campaign .box-title:before, #price #main .wrapper #list #campaign .box-title:before {
  position: absolute;
  content: '';
  width: 74px;
  height: 58px;
  background: url(../img/price_list_campaign_title_bg.png) left top no-repeat;
  bottom: 0px;
  left: -7px;
}
.price #main .wrapper #list #monitor .box-title:before, #price #main .wrapper #list #monitor .box-title:before {
  position: absolute;
  content: '';
  width: 69px;
  height: 58px;
  background: url(../img/price_list_monitor_title_bg.png) left top no-repeat;
  top: 5px;
  left: 0px;
}
.price #main .wrapper #list #payment table, #price #main .wrapper #list #payment table {
  width: 100%;
}
.price #main .wrapper #list #payment table tr th, .price #main .wrapper #list #payment table tr td, #price #main .wrapper #list #payment table tr th, #price #main .wrapper #list #payment table tr td {
  padding: 10px 0 10px 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2em;
  color: #656464;
  background: url(../img/price_list_payment_table_paragraph.gif) left bottom repeat-x;
}
.price #main .wrapper #list #payment table tr:last-child th, .price #main .wrapper #list #payment table tr:last-child td, #price #main .wrapper #list #payment table tr:last-child th, #price #main .wrapper #list #payment table tr:last-child td {
  background: none;
}
.price #main .wrapper #list #payment table tr th, #price #main .wrapper #list #payment table tr th {
  width: 135px;
  vertical-align: top;
}
.price #main .wrapper #list #payment table tr th img, #price #main .wrapper #list #payment table tr th img {
  margin-right: 12px;
}
.price #main .wrapper #list #payment table tr th span, #price #main .wrapper #list #payment table tr th span {
  position: relative;
  top: -2px;
  font-weight: bold;
}
.price #main .wrapper #list #payment table tr td, #price #main .wrapper #list #payment table tr td {
  vertical-align: middle;
}
.price #main .wrapper #list #payment table tr td p, #price #main .wrapper #list #payment table tr td p {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.5833333333;
}
.price #main .wrapper #list #payment table tr td p span, #price #main .wrapper #list #payment table tr td p span {
  display: block;
}
.price #main .wrapper #list #payment table tr td dl dt, #price #main .wrapper #list #payment table tr td dl dt {
  margin-bottom: 10px;
}
.price #main .wrapper #list #payment table tr td dl dd ul li, #price #main .wrapper #list #payment table tr td dl dd ul li {
  margin-left: 19px;
  line-height: 1.75;
  list-style-type: lower-hexadecimal;
}
.price #main .wrapper #list #payment table tr td dl dd ul li span, #price #main .wrapper #list #payment table tr td dl dd ul li span {
  padding-left: 12px;
  display: block;
}
.price #main .wrapper #list #payment table tr td dl dd ul li li, #price #main .wrapper #list #payment table tr td dl dd ul li li {
  margin-left: 0;
  list-style-type: none;
}
.price #main .wrapper #list #payment table tr .text, #price #main .wrapper #list #payment table tr .text {
  margin: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.5;
}

/*----------------------------------
エコー検査の料金、しこり除去の料金
----------------------------------*/
#echo.price #main .wrapper #treatmentfee dl dt, #echo.price #main .wrapper #treatmentfee dl dd, #price #main .wrapper #treatmentfee dl dt, #price #main .wrapper #treatmentfee dl dd {
  display: table-cell;
  vertical-align: middle;
}
#echo.price #main .wrapper #treatmentfee dl dt, #price #main .wrapper #treatmentfee dl dt {
  width: 410px;
  padding: 22px 0 22px 20px;
  font-size: 1.4em;
  color: #656464;
}
#echo.price #main .wrapper #treatmentfee dl dd, #price #main .wrapper #treatmentfee dl dd {
  padding-left: 0;
}

#echo.price #main .wrapper #treatmentfee dl dt {
  width: 440px;
}

#price.echo #main .wrapper #treatmentfee dl dd {
  padding-left: 25px !important;
}

#echo.price #main .wrapper #list #campaign,
#price.echo #main .wrapper #list #campaign {
  margin: -90px 34px 30px;
  padding: 90px 0 0;
  background: none;
}
#echo.price #main .wrapper #list #campaign div,
#price.echo #main .wrapper #list #campaign div {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
#echo.price #main .wrapper #list #campaign .box-title,
#price.echo #main .wrapper #list #campaign .box-title {
  border: 1px solid #C7BDB5;
  background: url(../img/price_list_box_box-title_bg.gif) left top repeat-x;
}
#echo.price #main .wrapper #list #campaign .box-wrapper,
#price.echo #main .wrapper #list #campaign .box-wrapper {
  padding: 20px 14px 17px;
  border: 1px solid #C7BDB5;
  border-top: none;
}
#echo.price #main .wrapper #list #campaign table .price td,
#price.echo #main .wrapper #list #campaign table .price td {
  text-align: right;
}
#echo.price #main .wrapper #list #campaign table .price td em,
#price.echo #main .wrapper #list #campaign table .price td em {
  font-weight: bold;
  color: #22306A;
}

#echo.price #main .wrapper #list .box .box-title h3,
#price.echo #main .wrapper #list .box .box-title h3 {
  padding: 26px 34px 26px 82px;
}

/*----------------------------------
しこり除去の料金
----------------------------------*/
#extraction.price #main .wrapper #treatmentfee dl dt, #extraction.price #main .wrapper #treatmentfee dl dd, #price #main .wrapper #treatmentfee dl dt, #price #main .wrapper #treatmentfee dl dd {
  display: table-cell;
  vertical-align: middle;
}
#extraction.price #main .wrapper #treatmentfee dl dt, #price #main .wrapper #treatmentfee dl dt {
  width: 410px;
  padding: 22px 0 22px 18px;
  font-size: 1.4em;
  color: #656464;
}
#extraction.price #main .wrapper #treatmentfee dl dd, #price #main .wrapper #treatmentfee dl dd {
  padding-left: 0;
}
#extraction.price #main .wrapper #treatmentfee dl.last, #price #main .wrapper #treatmentfee dl.last {
  border-top: 1px solid #C7BDB5;
}
#extraction.price #main .wrapper #treatmentfee .details, #price #main .wrapper #treatmentfee .details {
  border-top: 1px solid #C7BDB5;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
.operation #sub #menu ul li ul {
  margin-bottom: 0;
  border-top: 1px solid #BAAFA6;
}
.operation #sub #menu ul li ul li {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #BAAFA6;
}
.operation #sub #menu ul li ul li.first {
  border-top: 1px solid #fff;
}
.operation #sub #menu ul li ul li:last-child {
  border-bottom: none;
}
.operation #sub #menu ul li ul li.comparison:hover {
  background-size: 1px 42px;
}

#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;
}

.echo {
  background: url("../img/sub_menu_operation_echo_h.gif") left top no-repeat;
}

.extraction {
  background: url("../img/sub_menu_operation_extraction_h.gif") left top no-repeat;
}

.reproduction {
  background: url("../img/sub_menu_operation_reproduction_h.gif") left top no-repeat;
}

/*----------------------------------------------------------------------
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=operation_reproduction.css.map */
