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

File Name:		about.scss
Note:			3Dセルリフトとは用


New Creation:	2014/01/09 11:14:08.
Last Change:	2014/11/26 20:19:45.


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-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 {
  min-width: auto;
  height: 100%;
}

html {
  color: #474645;
}

body {
  min-width: 920px;
  background: url(../img/bg.png) top center repeat;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #9c9039;
}

a > * {
  transition: opacity 0.15s linear;
}

a:hover {
  text-decoration: underline;
}

a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: url(../img/bg2.png) center 214px no-repeat;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  clear: both;
  padding-bottom: 3px;
}

.nav ul {
  *zoom: 1;
  margin: 0 auto;
  width: 861px;
  background: url(../img/nav_bg.gif) left top no-repeat;
}

.nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav li {
  position: relative;
  float: left;
}

.nav li.has-submenu:hover img {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.nav li .contents-submenu {
  display: none;
  position: absolute;
  top: 59px;
  left: 1px;
  z-index: 1000;
  padding: 4px;
  width: 250px;
  background: #255d7f;
}

.nav li .contents-submenu ul {
  position: relative;
  width: 250px;
  background: url(../img/contents_submenu_bg.gif) left top repeat-x #FFF;
  -webkit-box-shadow: 0 0 3px #000;
  moz-box-shadow: 0 0 3px #000;
}

.nav li .contents-submenu ul li {
  width: 250px;
  background: url(../img/contents_submenu_boder.gif) left bottom repeat-x;
}

.nav li .contents-submenu ul li:last-child {
  background: none;
}

.nav li .contents-submenu ul li a {
  display: block;
  padding-top: 11px;
  padding-left: 26px;
  height: 23px;
  background: url(../img/arrow8.png) 6px center no-repeat;
  font-size: 1.4em;
  color: #595757;
}

.nav li .contents-submenu ul li a:hover {
  text-decoration: none;
  color: #5485b3;
}

.nav a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

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

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

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

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

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

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

#topicpath {
  *zoom: 1;
  margin-bottom: 7px;
}

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

#topicpath ol {
  float: right;
}

#topicpath li {
  float: left;
  background: url(../img/topicpath_bg2.png) left top repeat-x;
  line-height: 19px;
}

#topicpath li.first {
  padding-left: 30px;
  background: url(../img/topicpath_bg3.png) left top no-repeat;
}

#topicpath li a {
  display: block;
  margin-right: 5px;
  padding-right: 18px;
  background: url(../img/topicpath_bg.gif) right center no-repeat;
  line-height: 19px;
}

#topicpath li.last {
  padding-right: 6px;
}

#topicpath li.last a {
  display: block;
  padding-right: 0;
  background: none;
}

.tab {
  background-repeat: no-repeat;
}

.tab .tab-inner {
  *zoom: 1;
}

.tab .tab-inner:after {
  content: "";
  display: table;
  clear: both;
}

.tab .item {
  float: left;
  border-top: 1px solid #a6a7a7;
  border-right: 1px solid #a6a7a7;
  border-bottom: 1px solid #a6a7a7;
}

.tab .item:first-child {
  border-left: 1px solid #a6a7a7;
}

.tab .item:first-child.is-active {
  margin: 0 !important;
}

.tab .item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.tab .item.is-active {
  margin: 0 0 0 -1px !important;
  border-bottom: none;
  border-left: 1px solid #a6a7a7;
}

.tab .item.is-active a > * {
  transition: none;
}

.tab .item.is-active a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tab.top {
  background-position: 1px 14px;
}

.tab.top .item {
  margin-top: 13px;
}

.tab.bottom {
  background-position: 1px 1px;
}

.tab.bottom .item {
  margin-bottom: 13px;
}

.cnavi {
  *zoom: 1;
  margin-bottom: 20px;
}

.cnavi:after {
  content: "";
  display: table;
  clear: both;
}

.cnavi .prev {
  float: left;
}

.cnavi .prev a {
  padding-left: 24px;
  background: url(../img/arrow5.png) left center no-repeat;
}

.cnavi .next {
  float: right;
}

.cnavi .next a {
  padding-right: 24px;
  background: url(../img/arrow3.png) right center no-repeat;
}

.cnavi a {
  display: block;
  line-height: 14px;
  font-size: 1.2em;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin-bottom: 20px;
  background: url(../img/header_bg.gif) left top repeat-x;
}

.header-inner {
  margin: 0 auto;
  width: auto;
  min-width: 860px;
  height: 214px;
  background: url(../img/header_bg2.jpg) center 22px no-repeat;
}

h1 {
  margin: 0 auto;
  padding: 0 0 2px;
  width: 860px;
  text-align: right;
  line-height: 22px;
  color: #949bae;
}

#logo {
  margin: 17px auto 19px;
  width: 860px;
}

.h-info {
  position: relative;
  margin: -168px auto 0;
  padding: 0;
  padding: 0;
  width: 860px;
}

.h-info .tel {
  position: absolute;
  top: 0;
  left: 234px;
}

.h-info .tel > .title {
  margin-bottom: 4px;
  padding-left: 7px;
  background: url(../img/header_info_title_bg.png);
  line-height: 15px;
  color: #fff;
}

.h-info .tel .h-info-teb {
  *zoom: 1;
}

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

.h-info .tel .h-info-teb .h-info-teb-item {
  float: left;
  padding-top: 1px;
  width: 50px;
  border-bottom: 1px solid #406b86;
  border-left: 1px solid #406b86;
}

.h-info .tel .h-info-teb .h-info-teb-item:last-child {
  border-right: 1px solid #406b86;
}

.h-info .tel .h-info-teb .h-info-teb-item.active {
  padding-top: 0;
  padding-bottom: 1px;
  border-top: 1px solid #406b86;
  border-bottom: none;
  background: url(../img/header_tab_a_bg.png) left top no-repeat;
}

.h-info .tel .head-tab-content {
  display: none;
  padding: 7px 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #595757;
}

.h-info .tel .head-tab-content img {
  margin-bottom: 4px;
}

.h-info .tel-item.tokyo {
  margin-bottom: 9px;
}

.h-info .tel-item.osaka {
  margin-bottom: 10px;
}

.h-info .bhour {
  position: absolute;
  top: 0;
  right: 7px;
}

.h-info .bhour > * {
  display: inline;
  line-height: 15px;
  color: #fff;
}

.h-keyword, .s-keyword {
  position: relative;
  top: 0;
  left: 508px;
  overflow: hidden;
  margin-bottom: 7px;
  width: 352px;
}

.h-keyword legend, .s-keyword legend {
  display: none;
}

.h-keyword .form-inner, .s-keyword .form-inner {
  border: 1px solid #0c2a4a;
}

.h-keyword .form-inner input, .s-keyword .form-inner input {
  vertical-align: top;
}

.h-keyword .form-inner .text, .s-keyword .form-inner .text {
  *zoom: 1;
  padding: 0 11px;
  width: 259px;
  height: 30px;
  border: none;
  background: url(../img/header_info_form_bg.png) left top repeat;
  line-height: 30px;
  font-size: 1.2em;
  color: #fff;
}

.h-keyword .form-inner .text:after, .s-keyword .form-inner .text:after {
  content: "";
  display: table;
  clear: both;
}

.h-form {
  position: absolute;
  top: 39px;
  left: 508px;
  overflow: hidden;
  width: 352px;
}

.h-form .form-list {
  *zoom: 1;
}

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

.h-form .form-item {
  float: left;
  padding: 3px;
  background: url(../img/header_info_form_bg2.png) left top repeat;
}

.h-form .form-item.counseling {
  margin-left: 4px;
}

.h-form .form-item a {
  display: block;
  background-image: url(../img/header_info_form_bg.gif);
  background-repeat: no-repeat;
}

.h-form .form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.h-form .form-item.mail a {
  background-position: left top;
}

.h-form .form-item.counseling a {
  background-position: left bottom;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
.content-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 860px;
}

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

#content > .aside {
  margin-bottom: 0;
  padding: 45px 0;
  background: url(../img/content_clinic_bg.png) left top repeat;
}

#content > .aside .m-info {
  margin: 0 auto 45px;
  width: 860px;
  background: url(../img/main_info_bg.png) left top no-repeat;
}

#content > .aside .m-info > .title {
  border-bottom: 1px solid #b5b6b6;
}

#content > .aside .m-info .form {
  *zoom: 1;
  padding: 22px 0 22px 26px;
  border-bottom: 1px solid #b5b6b6;
}

#content > .aside .m-info .form:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .form .lead {
  float: left;
  margin: 0 22px 0 0;
  padding: 27px 0 28px 126px;
  background: url(../img/main_info_form_bg.jpg) left center no-repeat;
  text-align: center;
}

#content > .aside .m-info .form-list {
  *zoom: 1;
  margin-top: 8px;
}

#content > .aside .m-info .form-list:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .form-item {
  float: left;
  margin-right: 12px;
  text-align: center;
}

#content > .aside .m-info .form-item:last-child {
  margin: 0;
}

#content > .aside .m-info .form-item img {
  display: block;
  margin: 0 auto 6px;
}

#content > .aside .m-info .form-item a {
  display: block;
  border: 3px solid #96242d;
}

#content > .aside .m-info .form-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#content > .aside .m-info .form-item a img {
  margin: 0;
}

#content > .aside .m-info .form-item.mail a {
  background: url(../img/main_info_form_mail_h.gif) left bottom no-repeat;
}

#content > .aside .m-info .form-item.counseling a {
  background: url(../img/main_info_form_counseling_h.gif) left bottom no-repeat;
}

#content > .aside .m-info .clinic {
  *zoom: 1;
  padding: 23px 0 0 26px;
  background: url(../img/main_info_clinic_bg.png) 568px 5px no-repeat;
}

#content > .aside .m-info .clinic:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .clinic-item {
  margin-bottom: 11px;
  font-size: 1.3em;
}

#content > .aside .m-info .clinic-item:last-child {
  margin: 0;
}

#content > .aside .m-info .clinic-item img {
  vertical-align: bottom;
}

#content > .aside .m-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 104px;
  height: 26px;
  background: none;
}

#content > .aside .m-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

#content > .aside .m-info .clinic-item .tel {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  color: #7d7d7d;
}

#content > .aside .m-info .clinic-item .tel img {
  margin: 2px 7px 3px 0;
}

#content > .aside .m-info .clinic-item .tel span {
  font-size: 0.8461538462em;
}

#content > .aside .m-info .link {
  float: right;
  padding: 42px 15px 15px 0;
}

#content > .aside .m-info .link a {
  display: block;
  border: 2px solid #7c7b7b;
  background: url(../img/main_info_clinic_link_h.gif) right top no-repeat;
}

#content > .aside .m-info .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 626px;
}

#main > .title {
  margin-bottom: 30px;
}

.tab {
  background-image: url(../img/about_tab_bg.gif);
}

.tab.top {
  margin-bottom: 44px;
}

.tab.bottom {
  margin-bottom: 45px;
}

.tab .item.is-active {
  background: #f9f9fa;
}

.bottom.tab .item.is-active {
  border-top: none;
  border-bottom: 1px solid #a6a7a7;
}

.bottom.tab .item.is-active.operation {
  background: #fefefe;
}

.bottom.tab .item.is-active.comparison {
  background: #f0f0f3;
}

#container {
  background: url(../img/bg2.png) center 214px no-repeat;
}

.about #main h2.title, .f-menu .menu-item.price #main h2.title, .f-menu .menu-item.clinic #main h2.title {
  margin-bottom: 30px;
}

.feature {
  margin: 0 20px 80px;
}

.feature .small span {
  color: #aa76af;
}

.lead {
  margin-bottom: 42px;
  line-height: 2;
  font-size: 1.2em;
}

.item-wrapper {
  margin: 0 0 80px -200px;
  background: url(../img/about_feature_bg.png) left 137px no-repeat;
}

.item .title {
  margin-bottom: 16px;
}

.item .text {
  margin-bottom: 46px;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 1.2em;
}

.item .text .small {
  color: #aa76af;
}

.no1 {
  margin: 0 0 35px 200px;
  padding: 53px 338px 0 0;
  width: 200px;
  height: 233px;
  background: url(../img/about_feature_bg1.png) right top no-repeat;
}

.no2 {
  margin-left: 176px;
  padding: 68px 0 0 332px;
  width: 278px;
  height: 212px;
  background: url(../img/about_feature_bg2.png) left top no-repeat;
}

.no3 {
  margin-left: 236px;
  padding: 94px 347px 0 0;
  width: 222px;
  height: 186px;
  background: url(../img/about_feature_bg3.png) right top no-repeat;
}

/*===== mechanism =======================================================
========================================================================*/
#mechanism #main #agingmechanism {
  margin: 0;
  padding: 0 0 80px;
}

#mechanism #main #agingmechanism .about-box {
  position: relative;
  padding: 26px 0 0;
  min-height: 774px;
}

#mechanism #main #agingmechanism .about-box > * {
  position: relative;
  z-index: 2;
}

#mechanism #main #agingmechanism .about-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 73px;
  left: -21px;
  z-index: 1;
  width: 651px;
  height: 727px;
  background: url(../img/about_agingmechanism_bg.png) left top no-repeat;
}

#mechanism #main #agingmechanism .about-box .text {
  padding: 0 0 378px 20px;
  line-height: 2em;
  font-size: 1.2em;
}

#mechanism #main #agingmechanism .about-box dl {
  float: left;
  margin-right: 69px;
  padding: 0 0 0 56px;
}

#mechanism #main #agingmechanism .about-box dl dt {
  padding: 0 0 10px 63px;
  line-height: 1em;
}

#mechanism #main #agingmechanism .about-box dl dd {
  width: 210px;
}

#mechanism #main #agingmechanism .about-box dl dd p {
  padding-left: 20px;
  width: 185px;
  line-height: 1.4;
  font-size: 1em;
}

#mechanism #main #agingmechanism .about-box dl dd ol {
  padding: 0 0 3px;
  width: 210px;
}

#mechanism #main #agingmechanism .about-box dl dd ol::after {
  content: '';
  display: block;
  clear: both;
}

#mechanism #main #agingmechanism .about-box dl dd ol li {
  display: block;
  float: left;
  padding: 0;
  width: 90px;
  font-size: .8em;
}

#mechanism #main #agingmechanism .about-box dl dd ol li img {
  padding-bottom: 5px;
}

#mechanism #main #agingmechanism .about-box dl dd ol li span {
  display: block;
  padding-left: 31px;
}

#mechanism #main #agingmechanism .about-box dl dd ol li:last-child {
  padding-left: 30px;
  background: url(../img/about_agingmechanism_arrow.png) 6px center no-repeat;
}

#mechanism #main #agingmechanism .about-box dl dd ol li:last-child span {
  padding-left: 22px;
}

#mechanism #main #agingmechanism .about-box dl dd.bottom {
  margin-top: -109px;
  padding: 0 0 0 298px;
  width: 120px;
  height: auto;
  line-height: 1.8;
  font-size: 1em;
}

#mechanism #main #agingmechanism .case {
  overflow: hidden;
  margin: 17px 0 0;
  width: 272px;
}

#mechanism #main #agingmechanism .case .title {
  margin-bottom: 17px;
}

#mechanism #main #agingmechanism .case-list {
  *zoom: 1;
  position: relative;
  margin-bottom: 10px;
}

#mechanism #main #agingmechanism .case-list:after {
  content: "";
  display: table;
  clear: both;
}

#mechanism #main #agingmechanism .case-list::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -12.5px;
  width: 25px;
  height: 25px;
  background: url(../img/about_birth_arrow.png) left top no-repeat;
}

#mechanism #main #agingmechanism .case-item {
  float: left;
  margin-right: 6px;
}

#mechanism #main #agingmechanism .case-item:last-child {
  margin: 0;
}

#mechanism #main #agingmechanism .case .text {
  clear: both;
  padding: 0;
  line-height: 1.4;
  font-size: 1em;
}

#mechanism #main #birth {
  margin: 0;
  padding: 0;
}

#mechanism #main #birth::after {
  content: '';
  display: block;
  clear: both;
  padding: 80px 0 0;
}

#mechanism #main #birth .title {
  padding: 0 0 30px;
}

#mechanism #main #birth .about-box dl dt {
  padding: 0 0 7px;
}

#mechanism #main #birth .about-box .text {
  margin: 19px 0 0;
  padding: 0;
  line-height: 2em;
  font-size: 1.2em;
}

#mechanism #main #birth .about-box .liftup-image ol::after {
  content: '';
  display: block;
  clear: both;
}

#mechanism #main #birth .about-box .liftup-image ol li {
  float: left;
}

#mechanism #main #birth .about-box .liftup-image ol li:last-child {
  padding-left: 50px;
  background: url(../img/about_birth_arrow.png) 17px center no-repeat;
}

#mechanism #main #birth .about-box .liftup-mechanism {
  float: right;
  margin: 25px 0 0;
  padding: 0 0 15px 25px;
  width: 272px;
}

#mechanism #main #birth .about-box .liftup-mechanism dt {
  padding: 5px 0;
  border: 1px solid #4372a4;
  text-align: center;
}

#mechanism #main #birth .about-box .liftup-mechanism dd.pic {
  padding: 17px 0 0;
  line-height: 1.5em;
}

#mechanism #main #birth .about-box .liftup-mechanism dd.pic ol::after {
  content: '';
  display: block;
  clear: both;
}

#mechanism #main #birth .about-box .liftup-mechanism dd.pic ol li {
  float: left;
  margin: 0;
  padding: 0 11px 0 0;
  width: 89px;
  background: url(../img/about_agingmechanism_arrow.png) right 5px top 46px no-repeat;
}

#mechanism #main #birth .about-box .liftup-mechanism dd.pic ol li span {
  display: block;
  position: relative;
  padding: 11px 0 0;
  line-height: 1.2;
}

#mechanism #main #birth .about-box .liftup-mechanism dd.pic ol li:last-child {
  padding-right: 0;
  width: 72px;
  background: none;
}

/*===== comparison =======================================================
========================================================================*/
#comparison #main table {
  width: 585px;
}

#comparison #main table thead th {
  width: 163px;
  border: 1px solid #FFF;
  border-top: none;
}

#comparison #main table thead th img {
  margin: 0 1px 1px;
  border-top: 3px solid #a6a7a7;
}

#comparison #main table thead th.threed img {
  border-top: 3px solid #7f448a;
}

#comparison #main table thead td {
  width: 85px;
  border-right: 1px solid #FFF;
}

#comparison #main table tbody th {
  padding: 1px 1px 1px 0;
  width: 85px;
  border-bottom: 1px solid #FFF;
  vertical-align: middle;
}

#comparison #main table tbody th span {
  display: block;
  padding-top: 25px;
  width: 85px;
  height: 36px;
  background: #a9aaaa;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
  color: #FFF;
}

#comparison #main table tbody td {
  padding: 1px;
  width: 163px;
  border: 1px solid #FFF;
}

#comparison #main table tbody td span {
  display: block;
  padding: 25px 12px 0;
  min-height: 36px;
  background: #FFF;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.2em;
}

#comparison #main table tbody td.threed span {
  background: url(../img/about_comparison_table_3d_bg2.gif) left top repeat-x;
}

#comparison #main table tbody .pic th,
#comparison #main table tbody .pic td {
  text-align: center;
}

#comparison #main table tbody .pic th {
  border: none;
  border-bottom: 1px solid #FFF;
}

#comparison #main table tbody .high th span {
  padding-top: 50px;
  height: 62px;
}

#comparison #main table tbody .high td span {
  padding: 11px;
  min-height: 90px;
  text-align: left;
}

#comparison #main table tbody .high td.threed span {
  background: url(../img/about_comparison_table_3d_bg.gif) left top repeat-x;
}

#comparison #main table tbody .middle td span {
  padding: 12px 12px 13px;
}

#comparison #main #liftup {
  padding: 0 0 80px;
}

#comparison #main #liftup .title {
  padding: 0 0 30px;
}

#comparison #main #antiaging {
  padding: 0 0 80px;
}

#comparison #main #antiaging .title {
  padding: 0 0 30px;
}

/*===== operation =======================================================
========================================================================*/
#operation #main .step-list {
  margin: 0 20px 0 0;
}

#operation #main .step-list .small span {
  color: #aa76af;
}

#operation #main .step-list .step-item {
  margin: 0 0 35px 20px;
  padding: 42px 240px 0 0;
  width: 355px;
  height: 160px;
}

#operation #main .step-list .step-item .title {
  margin-bottom: 16px;
}

#operation #main .step-list .step-item .text {
  margin-bottom: 46px;
  padding-left: 85px;
  text-align: justify;
  line-height: 1.66667;
  font-size: 1.2em;
}

#operation #main .step-list .step-item .text .small {
  color: #aa76af;
}

#operation #main .step-list .step-item.no1 {
  background: url(../img/about_operation_step_bg1.png) right top no-repeat;
}

#operation #main .step-list .step-item.no2 {
  background: url(../img/about_operation_step_bg2.png) right top no-repeat;
}

#operation #main .step-list .step-item.no3 {
  background: url(../img/about_operation_step_bg3.png) right top no-repeat;
}

#operation #main .step-list .step-item.no4 {
  margin-bottom: 50px;
  background: url(../img/about_operation_step_bg4.png) right top no-repeat;
}

#operation #main .note {
  padding: 0 0 80px 30px;
  line-height: 1em;
  font-size: 1em;
}

#operation #main .note span {
  color: #aa76af;
}

#operation #main .connected {
  margin: 0 0 80px 20px;
  padding: 25px 20px 32px;
  width: 586px;
  background: url(../img/about_operation_-connected_top_bg.gif) top left repeat-x #a1b2cc;
}

#operation #main .connected dt {
  padding: 0 0 20px;
  text-align: center;
  line-height: 1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.9em;
  color: #FFF;
}

#operation #main .connected dd table {
  background: #C3CBDC;
  border-collapse: separate;
  border-spacing: 0 1px;
}

#operation #main .connected dd table th {
  padding: 18px 0;
  width: 135px;
  border: 2px solid #a1b2cc;
  border-right: none;
  border-left: none;
  background: #C3CBDC;
  text-align: center;
  line-height: 1.1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4em;
  color: #2b4462;
}

#operation #main .connected dd table th span {
  display: inline;
  padding: 0;
  width: auto;
  background: none;
}

#operation #main .connected dd table td {
  padding: 10px 0 10px 15px;
  border: 1px solid #a1b2cc;
  background: #a1b2cc;
  vertical-align: middle;
  line-height: 1.66666em;
  font-size: 1.2em;
  color: #FFF;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  position: relative;
  float: right;
  width: 198px;
}

.s-item {
  margin-bottom: 14px;
}

.s-item.s-keyword {
  margin-bottom: 20px;
}

.s-menu {
  position: relative;
  margin-top: -6px;
  margin-left: -6px;
  width: 210px;
}

.s-menu .title {
  padding: 6px 6px 0;
  background: url(../img/sub_menu_bg_header.png) left top no-repeat;
}

.s-menu .menu-item {
  padding: 0 6px;
  background: url(../img/sub_menu_bg.png) left top repeat-y;
}

.s-menu .menu-item:last-child {
  padding-bottom: 8px;
  background: url(../img/sub_menu_bg_footer.png) left bottom no-repeat;
}

.s-menu .menu-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.s-menu .menu-item.is-active a > * {
  transition: none;
}

.s-menu .menu-item.is-active a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.s-keyword {
  border: 1px solid #0c2a4a;
}

.s-keyword .search {
  padding: 15px 10px 13px;
  background: url(../img/sub_keyword_search_bg.gif) right top no-repeat #8ba4c5;
  text-align: center;
}

.s-keyword .search .title {
  margin-bottom: 10px;
}

.s-keyword .form-inner .text {
  width: 121px;
  background: #fff;
  color: inherit;
}

.s-keyword .list {
  padding: 8px 10px 9px;
  background: url(../img/sub_keyword_list_bg.png) left top repeat;
}

.s-keyword .list .title {
  margin-bottom: 7px;
  margin-left: 5px;
}

.s-keyword .list .title img {
  position: relative;
  margin-left: -6px;
}

.s-keyword .word-list {
  *zoom: 1;
}

.s-keyword .word-list:after {
  content: "";
  display: table;
  clear: both;
}

.s-keyword .word-item {
  float: left;
  margin: 0 3px 5px 0;
}

.s-keyword .word-item a {
  border-radius: 4px;
  display: block;
  padding: 0 8px;
  background: url(../img/sub_keyword_item_bg.gif) left top repeat-x;
  line-height: 22px;
  font-size: 1.2em;
  color: #fff;
}

.s-info {
  padding: 18px 11px 14px;
  background: #ad1a29;
}

.s-info .title {
  margin-bottom: 13px;
  text-align: center;
}

.s-info .tel {
  margin-bottom: 10px;
}

.s-info .tel-item {
  margin-bottom: 8px;
  text-align: right;
  color: #d2927a;
}

.s-info .tel-item img {
  margin-bottom: 3px;
}

.s-info .form-item {
  position: relative;
  padding-top: 19px;
}

.s-info .form-item dl dt {
  padding: 3px;
  background: #4d0003;
}

.s-info .form-item dl dd {
  position: absolute;
  top: 0;
  left: 0;
}

.s-info .form-item.mail {
  margin-bottom: 5px;
}

.s-info .form-item a {
  display: block;
  background-image: url(../img/sub_info_form_bg.gif);
  background-repeat: no-repeat;
}

.s-info .form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.s-info .form-item.mail a {
  background-position: left top;
}

.s-info .form-item.counseling a {
  background-position: left bottom;
}

.regenerative.is-fixed {
  position: fixed;
  top: 80px;
}

.regenerative.is-bottomed {
  position: absolute;
  bottom: 0;
}

.regenerative > * {
  margin-bottom: 15px;
  text-align: center;
}

.s-menu .menu-inner {
  background: url(../img/about_sub_menu_bg.gif) center top no-repeat;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/footer_bg.gif) left top repeat-x #4c799b;
}

.f-inner {
  margin: 0 auto;
  margin: 0 auto;
  padding: 23px 0 0;
  width: auto;
  min-width: 860px;
  height: 184px;
  background: url(../img/footer_bg2.jpg) top center no-repeat;
}

.f-inner .logo {
  margin: 0 auto;
  padding: 69px 0 0 660px;
  width: 160px;
}

.f-inner .f-menu {
  margin: -149px auto 20px;
  width: 860px;
}

.f-inner .text {
  clear: both;
}

.f-inner .text p {
  margin: 0 auto;
  padding-right: 270px;
  width: 590px;
  line-height: 1.6;
  color: #677792;
}

.f-menu {
  margin-bottom: 20px;
}

.f-menu .menu-list {
  *zoom: 1;
  padding-left: 2px;
  background: url(../img/border.gif) left top repeat-y;
}

.f-menu .menu-list:after {
  content: "";
  display: table;
  clear: both;
}

.f-menu .menu-item {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  font-size: 1.2em;
}

.f-menu .menu-item.about, .f-menu .menu-item.price, .f-menu .menu-item.clinic {
  overflow: visible;
  float: left;
  margin: 0;
  padding-right: 42px;
  height: 124px;
  background: url(../img/border.gif) right top repeat-y;
}

.f-menu .menu-item a {
  padding-left: 14px;
  background: url(../img/arrow.png) left center no-repeat;
  font-weight: bold;
  color: #083a5b;
}

.f-menu .page-list {
  margin-top: 9px;
}

.f-menu .page-item {
  line-height: 2;
  font-size: 0.8333333333em;
}

.f-menu .page-item a {
  background: url(../img/arrow2.png) 3px center no-repeat;
  font-weight: normal;
}

#copyright {
  background: #0c2a4a;
  text-align: center;
  line-height: 26px;
  color: #9c9039;
}

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