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

File Name:		case.scss
Note:			症例とは用


New Creation:	2014/01/09 11:14:08.
Last Change:	2014/01/09 16:52:42.


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

#main p.button {
  float: right;
  padding: 2px;
  background: url(../img/button_bg.png) left top repeat;
}

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

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

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

#case {
  margin-bottom: 60px;
}

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

.case-list {
  clear: both;
  margin-left: 20px;
  padding-top: 10px;
  *zoom: 1;
}

.case-list::after {
  content: '';
  display: table;
  clear: both;
}

.case-item {
  margin-bottom: 40px;
}

.case-item:last-child {
  margin-bottom: 0;
}

.case-box {
  margin: -15px 0 80px 20px;
}

.case-item,
.case-box {
  clear: both;
  width: 586px;
}

.case-item::after,
.case-box::after {
  content: '';
  display: block;
  clear: both;
}

.case-item .item-inner > .title,
.case-box .item-inner > .title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 3px solid #4970a5;
}

.case-item .new,
.case-box .new {
  position: absolute;
  top: -14px;
  right: -14px;
}

.case-item .no,
.case-box .no {
  margin: 0 0 -34px 542px;
}

.case-item .attr,
.case-box .attr {
  padding: 19px 0 15px;
  background: url(../img/case_list_title_bg.png) left top repeat-x;
}

.case-item .attr.age,
.case-box .attr.age {
  float: left;
  margin: 0 2px 0 0;
  padding-right: 40px;
  padding-left: 10px;
  width: 102px;
}

.case-item .attr.worry,
.case-box .attr.worry {
  overflow: hidden;
  padding-left: 15px;
}

.case-item .attr .title,
.case-item .attr .text,
.case-box .attr .title,
.case-box .attr .text {
  display: inline;
}

.case-item .attr .title,
.case-box .attr .title {
  margin-right: 15px;
}

.case-item .attr .title img,
.case-box .attr .title img {
  vertical-align: baseline;
}

.case-item .attr .text,
.case-box .attr .text {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}

.case-item .text.lead,
.case-box .text.lead {
  padding: 20px 18px 22px;
  background: url(../img/case_text_bg.png) left -8px repeat-x;
  line-height: 1.5em;
  font-size: 1.2em;
}

.case-item .pic,
.case-box .pic {
  *zoom: 1;
}

.case-item .pic::after,
.case-box .pic::after {
  content: '';
  display: table;
  clear: both;
}

.case-item .pic .after dd,
.case-box .pic .after dd {
  position: relative;
  width: 291px;
}

.case-item .pic .after dd::after,
.case-box .pic .after dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 133px;
  left: -14px;
  width: 24px;
  height: 21px;
  background: url(../img/case_arrow.png) left top no-repeat;
}

.case-item .pic-item,
.case-box .pic-item {
  float: left;
  width: 291px;
}

.case-item .pic-item.before,
.case-box .pic-item.before {
  margin-right: 4px;
}

.case-item .pic-item .title,
.case-box .pic-item .title {
  margin-bottom: 0;
  background: url(../img/case_list_pic_title_bg.png) left top repeat;
  text-align: center;
  line-height: 22px;
  font-size: 1.2em;
  color: #f2f2f2;
}

.case-item .pic-item dd,
.case-box .pic-item dd {
  margin: 8px 0 0;
}

.case-item.small,
.case-box.small {
  float: left;
  margin-right: 24px;
  width: 179px;
}

.case-item.small .item-inner > .title,
.case-box.small .item-inner > .title {
  margin-bottom: 3px;
  border: none;
}

.case-item.small .new,
.case-box.small .new {
  top: -10px;
  right: -5px;
}

.case-item.small .age,
.case-box.small .age {
  float: none;
  margin: 0;
  padding-left: 10px;
  width: auto;
  background-image: url(../img/case_list_title_bg2.png);
  line-height: 35px;
}

.case-item.small .age a,
.case-box.small .age a {
  display: inline-block;
  width: 90px;
  background: url(../img/arrow4.png) 72px center no-repeat;
  color: #474645;
}

.case-item.small .pic-item,
.case-box.small .pic-item {
  width: 87px;
}

.case-item.small .before,
.case-box.small .before {
  margin-right: 5px;
}

.case-item.small .worry,
.case-box.small .worry {
  line-height: 1.6666666667;
  font-size: 1.2em;
}

.case-item.small.last,
.case-box.small.last {
  margin: 0;
}

.past {
  clear: both;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 586px;
}

.past .title {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: -20px;
  border-bottom: none;
}

.past .pic {
  *zoom: 1;
}

.past .pic::after {
  content: '';
  display: table;
  clear: both;
}

.past .pic .title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.past .pic dd img {
  border-top: 2px solid #dbdcdc;
  border-bottom: 2px solid #dbdcdc;
}

.past .pic .after dd {
  position: relative;
  width: 291px;
}

.past .pic .after dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 133px;
  left: -14px;
  width: 24px;
  height: 21px;
  background: url(../img/case_arrow.png) left top no-repeat;
}

.past .pic-item {
  float: left;
  width: 291px;
}

.past .pic-item.before {
  margin-right: 4px;
}

.past .pic-item .title {
  margin-bottom: 0;
  background: url(../img/case_list_pic_title_bg.png) left top repeat;
  text-align: center;
  line-height: 22px;
  font-size: 1.2em;
  color: #f2f2f2;
}

.past .pic-item dd {
  margin: 8px 0 0;
}

.past .text {
  padding: 17px 0;
  line-height: 1.5em;
  font-size: 1.2em;
}

#main .button {
  margin: 10px 0 0;
}

.m-info {
  clear: both;
}

.pager {
  float: right;
  padding: 0 5px 10px 0;
}

.pager::after {
  content: '';
  display: block;
  clear: both;
}

.pager dl {
  margin-right: 13px;
}

.pager dl::after {
  content: '';
  display: block;
  clear: both;
  padding: 0;
}

.pager dl dt {
  float: left;
  padding: 3px 9px 0 0;
  vertical-align: middle;
  font-size: 1.2em;
}

.pager dl dt em {
  margin-right: 3px;
  vertical-align: middle;
  font-weight: bold;
  color: #ab79ad;
}

.pager dl dt span {
  margin: 0 3px 0 2px;
  vertical-align: middle;
}

.pager dl dd {
  float: left;
}

.pager dl dd p {
  float: left;
}

.pager dl dd p.prev a {
  display: block;
  margin-right: 9px;
  width: 18px;
  height: 15px;
}

.pager dl dd p.next a {
  display: block;
  margin-left: 7px;
  width: 18px;
  height: 15px;
}

.pager dl dd ol {
  float: left;
}

.pager dl dd ol li {
  display: block;
  float: left;
  margin-right: 2px;
  width: 18px;
  background: url(../img/pager_link_bg.png) left top no-repeat;
}

.pager dl dd ol li a {
  display: block;
  padding: 4px 0;
  width: 18px;
  text-align: center;
  color: #694C29;
}

.pager dl dd ol li.current {
  position: relative;
  width: 19px;
  height: 17px;
  background: url(../img/pager_current_bg.png) left top no-repeat;
  text-align: center;
  color: #fff;
}

.pager dl dd ol li.current span {
  display: block;
  padding: 4px 0;
  width: 19px;
  text-align: center;
}

.pager dl dd ol li.first {
  position: relative;
  margin-right: 14px;
}

.pager dl dd ol li.first::after {
  content: '…';
  position: absolute;
  top: 0;
  left: 21px;
  line-height: 18px;
}

.pager dl dd ol li.last {
  position: relative;
  margin-left: 14px;
}

.pager dl dd ol li.last::before {
  content: '…';
  position: absolute;
  top: 0;
  left: -14px;
  line-height: 20px;
}

.pager.bottom {
  padding: 30px 0 50px;
}

#index .case-list {
  margin-bottom: 50px;
}

#index .m-info {
  margin-top: 80px;
}

/*===== details =======================================================
========================================================================*/
#volume {
  clear: both;
}

#volume .title {
  margin: 50px 0 30px;
}

#volume .pic {
  padding: 0 0 0 1px;
  width: 622px;
  *zoom: 1;
}

#volume .pic::after {
  content: '';
  display: block;
  clear: both;
}

#volume .pic-item {
  float: left;
  margin: 0;
  padding: 0;
  width: 311px;
}

#volume .pic-item .title {
  margin: 0 0 0 20px;
  width: 291px;
  background: url(../img/case_list_pic_title_bg.png) left top repeat;
  text-align: center;
  line-height: 22px;
  font-size: 1.2em;
  color: #f2f2f2;
}

#volume .pic-item dd {
  margin-top: 8px;
  text-align: right;
}

#volume .pic-item:last-child {
  margin-right: 0;
}

#volume .pic-item:last-child .title {
  margin-left: 4px;
}

#volume .pic-item:last-child dd {
  text-align: left;
}

#volume .after dd {
  position: relative;
}

#volume .after dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 150px;
  left: -12px;
  width: 24px;
  height: 21px;
  background: url(../img/case_arrow.png) left top no-repeat;
}

#volume .text {
  padding: 17px 0 17px 20px;
  line-height: 1.5em;
  font-size: 1.2em;
}

#volume .explanation {
  margin: 0;
  padding: 0 0 0 20px;
  width: 586px;
}

#volume .explanation::after {
  content: '';
  display: block;
  clear: both;
}

#volume .explanation dt {
  margin: 0;
  padding: 5px 0 3px;
  background: #ab79ad;
  text-align: center;
  line-height: 1em;
  font-size: 1.4em;
  color: #FFF;
}

#volume .explanation dd {
  margin: 0;
  padding: 0;
}

#volume .explanation dd.pic {
  float: left;
  margin: 0;
  padding: 10px 0 0;
  width: 258px;
}

#volume .explanation dd.pic img {
  border: none;
}

#volume .explanation dd.text {
  float: left;
  margin: 0;
  padding: 20px 10px 10px 20px;
  width: 275px;
  height: auto;
}

#volume.arrow-right .before dd img {
  margin-right: -4px;
}

#volume.arrow-right .after dd img {
  padding-left: 4px;
}

#volume.arrow-right .after dd::after {
  left: -9px;
}

#volume .note {
  margin: 30px 20px 40px;
}

#lines {
  clear: both;
  margin-bottom: 40px;
  padding-left: 20px;
  width: 586px;
}

#lines .title {
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: -20px;
  border-bottom: none;
}

#lines .pic {
  *zoom: 1;
}

#lines .pic::after {
  content: '';
  display: table;
  clear: both;
}

#lines .pic .title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

#lines .pic dd img {
  border-top: 2px solid #dbdcdc;
  border-bottom: 2px solid #dbdcdc;
}

#lines .pic .after dd {
  position: relative;
  width: 291px;
}

#lines .pic .after dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 133px;
  left: -14px;
  width: 24px;
  height: 21px;
  background: url(../img/case_arrow.png) left top no-repeat;
}

#lines .pic-item {
  float: left;
  width: 291px;
}

#lines .pic-item.before {
  margin-right: 4px;
}

#lines .pic-item .title {
  margin-bottom: 0;
  margin-left: 0;
  background: url(../img/case_list_pic_title_bg.png) left top repeat;
  text-align: center;
  line-height: 22px;
  font-size: 1.2em;
  color: #f2f2f2;
}

#lines .pic-item dd {
  margin: 8px 0 0;
}

#lines .text {
  padding: 17px 0;
  line-height: 1.5em;
  font-size: 1.2em;
}

#lines .explanation {
  margin: 0;
  padding: 30px 0 0;
  width: 586px;
}

#lines .explanation::after {
  content: '';
  display: block;
  clear: both;
}

#lines .explanation li {
  clear: both;
  margin: 0 0 18px;
  min-height: 149px;
  background: url(../img/case_details_lines_explanation_bg.png) left top repeat-x;
}

#lines .explanation li dl {
  position: relative;
  width: 586px;
  border-top: 3px solid #bd9cc3;
}

#lines .explanation li dl dt {
  margin: 0;
  padding: 25px 0 10px 295px;
  line-height: 1.3em;
  font-size: 1.4em;
}

#lines .explanation li dl dd.pic {
  position: absolute;
  top: 0;
  left: 0;
}

#lines .explanation li dl dd.pic ol {
  margin: 0;
  padding: 0;
  width: 295px;
}

#lines .explanation li dl dd.pic ol::after {
  content: '';
  display: block;
  clear: both;
}

#lines .explanation li dl dd.pic ol li {
  clear: none;
  float: left;
  padding: 0 2px 0 0;
  width: 137px;
}

#lines .explanation li dl dd.text {
  padding: 0 20px 0 295px;
  line-height: 1.5em;
  font-size: 1.2em;
}

#lines .explanation li dl::after {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  left: -10px;
  z-index: 1000;
  width: 49px;
  height: 41px;
}

#lines .explanation li.box01 dl::after {
  background: url(../img/case_details_lines_explanation_no01.png) left top no-repeat;
}

#lines .explanation li.box02 dl::after {
  background: url(../img/case_details_lines_explanation_no02.png) left top no-repeat;
}

#lines .explanation li.box03 dl::after {
  background: url(../img/case_details_lines_explanation_no03.png) left top no-repeat;
}

#lines .note {
  margin: 30px 0 40px;
}

.note {
  line-height: 1.5;
  font-size: 8px;
  color: #595757;
}

.note em {
  font-weight: bold;
}

#newly {
  padding-bottom: 50px;
}

#newly::after {
  content: '';
  display: block;
  clear: both;
}

#newly h3.title {
  padding: 0 0 30px;
}

#newly .case-list {
  margin: 0 0 0 20px;
  width: 596px;
}

#newly .case-item.small {
  clear: none;
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  width: 185px;
}

#newly .case-item.small .item-inner > .title {
  margin-bottom: 3px;
  border: none;
}

#newly .case-item.small .age {
  float: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 10px;
  width: auto;
  background-image: url(../img/case_list_title_bg2.png);
  line-height: 35px;
}

#newly .case-item.small .age a {
  display: inline-block;
  width: 90px;
  background: url(../img/arrow4.png) 72px center no-repeat;
  color: #474645;
}

#newly .case-item.small .pic {
  width: 185px;
}

#newly .case-item.small .pic-item {
  clear: none;
  margin: 0;
  width: 87px;
}

#newly .case-item.small .before {
  position: relative;
  margin-right: 4px;
  width: 87px;
}

#newly .case-item.small .before::after {
  content: '';
  display: block;
  position: absolute;
  top: 38px;
  left: 79px;
  width: 17px;
  height: 12px;
  background: url(../img/case_arrow2.png) left top no-repeat;
}

#newly .case-item.small .worry {
  line-height: 1.6666666667;
  font-size: 1.2em;
}

#newly .case-item.small.last {
  margin: 0;
}

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

.case .index.menu-item {
  width: 198px;
  height: 40px;
}

.case .index.menu-item a {
  display: block;
  width: 198px;
  height: 40px;
  background: url(../img/case_sub_menu_index_bg.gif) left top no-repeat;
}

.case .case-detail.menu-item {
  width: 198px;
  height: 24px;
}

.case .case-detail.menu-item a {
  display: block;
  position: relative;
  padding: 7px 0 0 33px;
  width: 198px;
  width: 165px;
  height: 17px;
  background: url(../img/sub_menu_bg_s.gif) left top repeat-x;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.2em;
  color: #474645;
}

.case .case-detail.menu-item a span {
  padding-left: 13px;
  opacity: 1;
  font-size: .8em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
}

.case .case-detail.menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 15px;
  width: 9px;
  height: 11px;
  background: url(../img/sub_menu_bg_s_icon.png) left top no-repeat;
}

.case .case-detail.menu-item a:hover {
  background: url(../img/sub_menu_bg_s_a.gif) left top repeat-x;
}

.case .case-detail.menu-item.is-active a {
  background: url(../img/sub_menu_bg_s_a_a.gif) left top repeat-x;
}

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