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

File Name:		echochart.scss
Note:			エコー診断カルテ用SCSSファイル


New Creation:	2013/02/19 20:33:52.
Last Change:	2014/11/27 19:44:32.


Created By		Yoshiaki Murakami

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

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

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

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

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

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

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

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

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

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

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

.search {
  margin: 0 75px 20px;
}
.search legend {
  display: none;
}
.search dt {
  float: left;
  width: 388px;
  margin-right: 12px;
  padding: 7px 7px 8px 51px;
  background: url(../img/qa_search_bg.gif) left top no-repeat;
}
.search dt input {
  width: 372px;
  height: 26px;
  border: none;
  line-height: 26px;
  font-size: 1.4em;
  color: #5f5e5e;
  outline: none;
}
.search dd {
  margin-left: 458px;
  background: url('../img/button.png') 0 -248px no-repeat;
}
.search dd input {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search dd input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.keywordlist {
  padding: 10px;
  border: 1px solid #a6a7a7;
  background: url(../img/qa_keywordlist_bg.gif) left center repeat-x #f4f5f5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 75px;
}
.keywordlist .wrapper {
  margin: 0;
  padding: 0;
  background: url(../img/qa_keywordlist_bg_footer.gif) left bottom no-repeat #fff;
  border: none;
}
.keywordlist .wrapper ul {
  padding: 14px 28px;
}
.keywordlist .wrapper ul li {
  display: inline;
  white-space: nowrap;
  margin: 0 0.5em;
  height: 93px;
  line-height: 1.7;
}
.keywordlist .wrapper ul li a {
  font-size: 1.4em;
  color: #175564;
}
.keywordlist .wrapper ul li a.no1 {
  font-size: 2.3em;
  font-weight: bold;
}
.keywordlist .wrapper ul li a.no2 {
  font-size: 2em;
  font-weight: bold;
}
.keywordlist .wrapper ul li a.no3 {
  font-size: 1.6em;
  font-weight: bold;
}
.keywordlist .wrapper ul li a.no4 {
  font-size: 1.6em;
}

.pager {
  text-align: right;
  margin: 5px 0;
}
.pager * {
  background: none;
  font-size: 1em;
  line-height: 1;
}
.pager dt,
.pager dd,
.pager ol {
  display: inline;
  line-height: 24px;
  vertical-align: bottom;
}
.pager p,
.pager li {
  display: inline;
  margin: 0;
}
.pager dt,
.pager span,
.pager a {
  font-size: 1.2em;
  color: #5f5e5e;
}
.pager span,
.pager a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 4px;
  min-width: 14px;
  height: 22px;
  border: 1px solid #a6a7a7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  background: url(../img/qa_pager_bg.gif) left top repeat-x;
}
.pager span {
  background: #47818a;
  font-weight: bold;
  color: #f4f5f5;
}
.pager em {
  color: #d61346;
}
.pager p a {
  display: inline;
  background: none;
  border: none;
  font-weight: bold;
  text-decoration: underline;
  color: #175564;
}

#keyword {
  margin-bottom: 30px;
}

#main #catlist {
  margin-top: 40px;
}
#main #catlist .title {
  margin-bottom: 6px;
}
#main #catlist .section ul {
  *zoom: 1;
}
#main #catlist .section ul:after {
  content: "";
  display: table;
  clear: both;
}
#main #catlist .section li {
  float: left;
}
#main #catlist .section a {
  display: block;
  padding-left: 35px;
  background: url(../img/arrow2.png) 17px center no-repeat;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1428571429;
  color: #5f5e5e;
}
#main #catlist .section dl {
  clear: both;
}
#main #catlist .section dl dt {
  float: left;
}
#main #catlist .section dl dd {
  margin-left: 184px;
}
#main #catlist .section#trouble {
  margin-bottom: 13px;
}
#main #catlist .section#trouble .title {
  margin: 0 0 1px 1px;
}
#main #catlist .section#trouble ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #A6A7A7;
  overflow: hidden;
}
#main #catlist .section#trouble ul li {
  float: none;
  border-bottom: 1px solid #A6A7A7;
}
#main #catlist .section#trouble ul li:last-child {
  border-bottom: none;
}
#main #catlist .section#trouble ul li dl {
  display: table;
  table-layout: fixed;
}
#main #catlist .section#trouble ul li dl dt,
#main #catlist .section#trouble ul li dl dd {
  display: table-cell;
  vertical-align: middle;
  height: 62px;
}
#main #catlist .section#trouble ul li dl dt {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFC9C9CA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5YzljYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9ca));
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9ca 100%);
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9ca 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #c9c9ca 100%);
  position: relative;
  float: none;
  width: 162px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border: 1px solid #FFF;
  border-right: none;
  color: #265B6A;
  font-size: 1.4em;
  font-weight: bold;
}
#main #catlist .section#trouble ul li dl dt a {
  text-decoration: none;
  color: #265B6A;
  font-size: 1em;
}
#main #catlist .section#trouble ul li dl dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
#main #catlist .section#trouble ul li dl dd {
  width: 563px;
  margin-left: 0;
  background: url(../img/catlist_trouble_list_bg.gif) left top repeat-y #FFF;
}
#main #catlist .section#trouble ul li dl dd ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
#main #catlist .section#trouble ul li dl dd ul li {
  float: left;
  border: none;
}
#main #catlist .section#trouble ul li.hyaluronicacid dt:after {
  right: 13px;
  width: 32px;
  height: 37px;
  margin-top: -18px;
  background: url(../img/catlist_trouble_icon_hyaluronicacid.png) left top no-repeat;
}
#main #catlist .section#trouble ul li.hyaluronicacid dd ul {
  height: 62px;
}
#main #catlist .section#trouble ul li.siliconbag dt:after {
  right: 13px;
  width: 31px;
  height: 21px;
  margin-top: -10px;
  background: url(../img/catlist_trouble_icon_siliconbag.png) left top no-repeat;
}
#main #catlist .section#trouble ul li.siliconbag dd li {
  margin: 1px 0;
}
#main #catlist .section#trouble ul li.siliconbag dd li.necrosis, #main #catlist .section#trouble ul li.siliconbag dd li.scar {
  margin-top: 2px;
}
#main #catlist .section#trouble ul li.fattransfer dt:after {
  right: 16px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url(../img/catlist_trouble_icon_fattransfer.png) left top no-repeat;
}
#main #catlist .section#trouble ul li.fattransfer dd ul {
  height: 62px;
}
#main #catlist .section#trouble ul li.fatpouring dt:after {
  right: 16px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url(../img/catlist_trouble_icon_fattransfer.png) left top no-repeat;
}
#main #catlist .section#trouble ul li.fatpouring dd ul {
  height: 62px;
}
#main #catlist .section#trouble ul li ul {
  background: none;
}
#main #catlist .section#trouble ul li ul li {
  float: left;
  width: 140px;
  height: 62px;
}
#main #catlist .section#trouble ul li ul li a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#main #catlist .section#trouble ul li ul li.breakage a {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main #catlist .section#others {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #A6A7A7;
  overflow: hidden;
}
#main #catlist .section#others dl {
  display: table;
  table-layout: fixed;
}
#main #catlist .section#others dl dt,
#main #catlist .section#others dl dd {
  display: table-cell;
  vertical-align: middle;
  height: 62px;
}
#main #catlist .section#others dl dt {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFC9C9CA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5YzljYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9ca));
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9ca 100%);
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9ca 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #c9c9ca 100%);
  position: relative;
  float: none;
  width: 162px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border: 1px solid #FFF;
  border-right: none;
  color: #265B6A;
  font-size: 1.4em;
  font-weight: bold;
}
#main #catlist .section#others dl dt a {
  display: block;
  padding-left: 0;
  background: none;
  text-decoration: none;
  color: #265B6A;
  font-size: 1em;
}
#main #catlist .section#others dl dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url(../img/catlist_trouble_icon_other.png) left top no-repeat;
}
#main #catlist .section#others dl dd {
  width: 563px;
  margin-left: 0;
  background: url(../img/catlist_trouble_list_bg.gif) left top no-repeat #FFF;
}
#main #catlist .section#others dl dd ul {
  background: none;
}
#main #catlist .section#others dl dd ul li {
  float: left;
  width: 140px;
  height: 62px;
}
#main #catlist .section#others dl dd ul li a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#main #catlist .section#others dl dd ul li.removal a {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main #catlist .section#others dl dd ul li.aquafilling a {
  padding-top: 8px;
  padding-bottom: 8px;
}
#main #catlist .section#others dl dd ul li.puregraft a {
  padding-top: 15px;
  padding-bottom: 15px;
}

#index #catlist {
  margin-top: 0;
}

#category {
  margin: 0 75px 30px;
  border: 1px solid #175564;
}
#category h3 {
  padding: 7px 0 8px 13px;
  background: #47818a;
}
#category a {
  color: #175564;
}
#category dl {
  background: #c9d5d8;
}
#category dt,
#category dd {
  display: table-cell;
  vertical-align: middle;
}
* html #category dt, * html
#category dd {
  display: inline;
  zoom: 1;
}
* + html #category dt, * + html
#category dd {
  display: inline;
  zoom: 1;
}
#category dt {
  width: 72px;
  text-align: center;
}
#category dd {
  padding: 17px 20px;
  width: 504px;
  background: #fff;
}
#category li {
  float: left;
}
#category a:hover {
  color: #c63e78;
}
#category .treatment {
  border-bottom: 1px dotted #466c7a;
}
#category .treatment li {
  margin-left: 10px;
  width: 155px;
}
#category .treatment li:first-child {
  margin: 0;
}
#category .treatment a {
  display: block;
  padding-left: 47px;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3571428571;
}
#category .treatment .hyaluronicacid a {
  background: url(../img/echochart_category_hyaluronicacid_bg.gif) left top no-repeat;
}
#category .treatment .hyaluronicacid a:hover {
  background-image: url(../img/echochart_category_hyaluronicacid_bg_h.gif);
}
#category .treatment .siliconbag a {
  background: url(../img/echochart_category_siliconbag_bg.gif) left top no-repeat;
}
#category .treatment .siliconbag a:hover {
  background-image: url(../img/echochart_category_siliconbag_bg_h.gif);
}
#category .treatment .fattransfer a {
  background: url(../img/echochart_category_fattransfer_bg.gif) left top no-repeat;
}
#category .treatment .fattransfer a:hover {
  background-image: url(../img/echochart_category_fattransfer_bg_h.gif);
}
#category .symptom li {
  line-height: 1.25;
  color: #d4d5d5;
}
#category .symptom li:before {
  content: '／';
  font-size: 1.6em;
  color: #5f5e5e;
}
#category .symptom li:first-child:before {
  content: '';
}
#category .symptom a {
  font-size: 1.6em;
}

.entrylist {
  color: #175564;
}
.entrylist .list-item {
  position: relative;
  margin-bottom: 8px;
  background: url(../img/main_bg.gif) left top repeat;
  border: 1px solid #a6a7a7;
}
.entrylist .list-inner {
  position: relative;
  margin: -1px -1px 0 0;
  padding: 13px 14px 16px 29px;
  height: 103px;
  background: url(../img/echochart_entryist_bg.png) right top no-repeat;
}
.entrylist .num {
  position: absolute;
  top: 44px;
  left: 29px;
  padding-left: 47px;
  background: url(../img/echochart_entrylist_num_bg.png) left center no-repeat;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: bold;
}
.entrylist .num span {
  display: block;
  font-size: 2em;
  font-weight: bold;
}
.entrylist .attr {
  position: absolute;
  top: 18px;
  left: 159px;
  padding-top: 4px;
  width: 110px;
  background: url(../img/echochart_entrylist_attr_bg.png) left top repeat-x;
}
.entrylist .attr ul {
  padding-bottom: 4px;
  background: url(../img/echochart_entrylist_attr_bg.png) left bottom repeat-x;
}
.entrylist .attr li {
  padding-bottom: 1px;
  background: url(../img/echochart_entrylist_attr_bg2.png) left bottom repeat-x;
}
.entrylist .attr dt,
.entrylist .attr dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 29px;
}
* html .entrylist .attr dt, * html
.entrylist .attr dd {
  display: inline;
  zoom: 1;
}
* + html .entrylist .attr dt, * + html
.entrylist .attr dd {
  display: inline;
  zoom: 1;
}
.entrylist .attr dt {
  padding-left: 2px;
  width: 35px;
}
.entrylist .attr .date dd {
  font-size: 1.2em;
}
.entrylist .cause, .entrylist #details div.title .symptom, #details div.title .entrylist .symptom, .entrylist #details div.title .period, #details div.title .entrylist .period, .entrylist #details div.title .treatment, #details div.title .entrylist .treatment,
.entrylist .symptom {
  position: absolute;
  top: 13px;
  padding: 26px 5px 11px 9px;
  width: 88px;
  height: 66px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6em;
  line-height: 1.125;
  color: #fff;
}
.entrylist .cause span, .entrylist #details div.title .symptom span, #details div.title .entrylist .symptom span, .entrylist #details div.title .period span, #details div.title .entrylist .period span, .entrylist #details div.title .treatment span, #details div.title .entrylist .treatment span,
.entrylist .symptom span {
  display: table-cell;
  vertical-align: middle;
  width: 88px;
  height: 66px;
}
* html .entrylist .cause span, * html .entrylist #details div.title .symptom span, #details div.title * html .entrylist .symptom span, * html .entrylist #details div.title .period span, #details div.title * html .entrylist .period span, * html .entrylist #details div.title .treatment span, #details div.title * html .entrylist .treatment span, * html
.entrylist .symptom span {
  display: inline;
  zoom: 1;
}
* + html .entrylist .cause span, * + html .entrylist #details div.title .symptom span, #details div.title * + html .entrylist .symptom span, * + html .entrylist #details div.title .period span, #details div.title * + html .entrylist .period span, * + html .entrylist #details div.title .treatment span, #details div.title * + html .entrylist .treatment span, * + html
.entrylist .symptom span {
  display: inline;
  zoom: 1;
}
.entrylist .cause, .entrylist #details div.title .symptom, #details div.title .entrylist .symptom, .entrylist #details div.title .period, #details div.title .entrylist .period, .entrylist #details div.title .treatment, #details div.title .entrylist .treatment {
  left: 280px;
  background: url(../img/echochart_entrylist_cause_bg.png) right top no-repeat;
}
.entrylist .symptom {
  left: 388px;
  background: url(../img/echochart_entrylist_symptom_bg.png) right top no-repeat;
}
.entrylist .text {
  position: absolute;
  top: 25px;
  left: 505px;
  width: 224px;
  vertical-align: top;
  font-size: 1.2em;
  line-height: 1.5;
  color: #5f5e5e;
}
.entrylist .link {
  position: absolute;
  right: 14px;
  bottom: 16px;
  background-image: url('../img/button.png');
  background-position: 0 -214px;
  background-repeat: no-repeat;
}
.entrylist .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#details div.title {
  padding: 16px 0 18px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #175564;
}
#details div.title dl {
  position: relative;
}
#details div.title dl:before, #details div.title dl:after {
  content: "";
  display: table;
}
#details div.title dl:after {
  clear: both;
}
* html #details div.title dl {
  zoom: 1;
}
* + html #details div.title dl {
  zoom: 1;
}
#details.hyaluronicacid div.title {
  background-image: url(../img/echochart_details_title_hyaluronicacid_bg.png);
}
#details.siliconbag div.title {
  background-image: url(../img/echochart_details_title_siliconbag_bg.png);
}
#details.fattransfer div.title {
  background-image: url(../img/echochart_details_title_fattransfer_bg.png);
}
#details div.title .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background: url(../img/echochart_details_title_num_bg.png) left top no-repeat;
}
#details div.title .num > span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  font-size: 1.4em;
  color: #f4f5f5;
}
#details div.title .num > span span {
  display: block;
  font-size: 2.2857142857em;
}
#details div.title .attr {
  padding: 0 0 21px 124px;
}
#details div.title .attr li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: -3px;
}
#details div.title .attr dt,
#details div.title .attr dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 32px;
  font-size: 1.8em;
}
* html #details div.title .attr dt, * html
#details div.title .attr dd {
  display: inline;
  zoom: 1;
}
* + html #details div.title .attr dt, * + html
#details div.title .attr dd {
  display: inline;
  zoom: 1;
}
#details div.title .age, #details div.title #latest .sex, #details #latest div.title .sex, #details div.title #latest .date, #details #latest div.title .date {
  padding-left: 7px;
  width: 114px;
}
#details div.title .age dt, #details div.title #latest .sex dt, #details #latest div.title .sex dt, #details div.title #latest .date dt, #details #latest div.title .date dt {
  width: 38px;
}
#details div.title .sex {
  padding-left: 12px;
  width: 114px;
}
#details div.title .sex dt {
  width: 38px;
}
#details div.title .date {
  padding-left: 12px;
}
#details div.title .date dt {
  width: 48px;
}
#details div.title .date dd {
  font-size: 1.4em;
}
#details div.title .condition {
  margin-top: 24px;
  padding-left: 7px;
}
#details div.title .condition dt {
  width: 80px;
}
#details div.title .condition h2 {
  font-size: 0.7777777778em;
  color: #81939d;
}
#details div.title .condition h2 em {
  display: block;
  margin-top: 4px;
  font-size: 2.2857142857em;
  color: #5f5e5e;
}
#details div.title .cause, #details div.title .symptom, #details div.title .period, #details div.title .treatment {
  float: left;
  margin-right: 16px;
  padding: 42px 5px 19px 11px;
  width: 145px;
}
#details div.title .cause span, #details div.title .symptom span, #details div.title .period span, #details div.title .treatment span {
  display: table-cell;
  vertical-align: middle;
  width: 145px;
  height: 102px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.2222222222;
  color: #f4f5f5;
}
* html #details div.title .cause span, * html #details div.title .symptom span, * html #details div.title .period span, * html #details div.title .treatment span {
  display: inline;
  zoom: 1;
}
* + html #details div.title .cause span, * + html #details div.title .symptom span, * + html #details div.title .period span, * + html #details div.title .treatment span {
  display: inline;
  zoom: 1;
}
#details div.title .cause, #details div.title .symptom, #details div.title .period, #details div.title .treatment {
  margin-left: -6px;
  background: url(../img/echochart_details_title_cause_bg.png) left top no-repeat;
}
#details div.title .symptom {
  background: url(../img/echochart_details_title_symptom_bg.png) left top no-repeat;
}
#details div.title .period {
  background: url(../img/echochart_details_title_period_bg.png) left top no-repeat;
}
#details div.title .treatment {
  margin-right: 0;
  background: url(../img/echochart_details_title_treatment_bg.png) left top no-repeat;
}
#details .section:before, #details .section:after {
  content: "";
  display: table;
}
#details .section:after {
  clear: both;
}
* html #details .section {
  zoom: 1;
}
* + html #details .section {
  zoom: 1;
}
#details .section .title {
  margin-bottom: 20px;
}
#details .section p {
  overflow: hidden;
  padding: 0 5px;
  background: url(../img/main_text_bg.gif) left top repeat;
  font-size: 1.4em;
  line-height: 33px;
}
#details .section .pic {
  background: none;
  padding: 0;
}
#details .section p.pic,
#details .section ul.pic li {
  float: left;
}
#details .section p.pic {
  margin: 0 15px 15px 0;
}
#details .section ul.pic {
  overflow: hidden;
  margin: 0 -4px 5px 0;
}
#details .section ul.pic li {
  margin-right: 4px;
}
#details #case {
  *zoom: 1;
  position: relative;
  padding: 7px 20px 13px 20px;
  background: url(../img/echochart_entrylist_attr_bg.png) left top repeat;
}
#details #case:after {
  content: "";
  display: table;
  clear: both;
}
#details #case .title {
  float: left;
  margin-bottom: 11.5px;
}
#details #case p {
  clear: left;
  font-size: 1.2em;
  line-height: 1.75;
  color: #f4f5f5;
}
#details #case .pic {
  float: right;
  margin: 13px 0 0;
}
#details #case .pic dt {
  margin-bottom: 4px;
}
#details #case .pic dd {
  color: #fff;
}
#details #case .pic + p {
  float: left;
  width: 176px;
}
#details #link {
  margin-right: auto;
  margin-left: auto;
  width: 366px;
}
#details #link .title {
  margin-bottom: 4px;
  font-size: 1.4em;
  font-weight: bold;
  color: #5f5e5e;
}
#details #link dl {
  position: relative;
  padding: 12px 8px 12px 12px;
  border: 1px solid #a6a7a7;
}
#details #link dt {
  margin: -27px 0 0;
}
#details #link dd {
  position: absolute;
  line-height: 1.2;
  color: #5f5e5e;
}
#details #link .text {
  top: 68px;
  left: 100px;
  width: 130px;
}
#details #link .link {
  right: 8px;
  bottom: 8px;
  background-image: url('../img/button.png');
  background-position: 0 -214px;
  background-repeat: no-repeat;
}
#details #link .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#details #latest .title {
  margin-left: -39px;
  padding: 0 39px;
  width: 668px;
  background: url(../img/echochart_details_latest_title_bg.png);
  text-align: center;
  line-height: 48px;
  font-size: 2em;
  color: #f4f5f5;
}
#details #latest ol {
  margin-right: -17px;
}
#details #latest ol:before, #details #latest ol:after {
  content: "";
  display: table;
}
#details #latest ol:after {
  clear: both;
}
* html #details #latest ol {
  zoom: 1;
}
* + html #details #latest ol {
  zoom: 1;
}
#details #latest ol > li {
  float: left;
  margin-right: 17px;
  width: 94px;
  padding: 14px 13px 13px 13px;
  background: url(../img/echochart_details_latest_bg.png) left top no-repeat;
  color: #175564;
}
#details #latest ol > li a {
  color: #175564;
}
#details #latest .num {
  margin-bottom: 1px;
}
#details #latest .num a {
  display: block;
  padding: 3px 0 0 32px;
  background: url(../img/echochart_details_latest_num_bg.png) left top no-repeat;
  font-weight: bold;
}
#details #latest .num span {
  display: block;
  font-size: 2em;
  font-weight: bold;
}
#details #latest .age, #details #latest .sex, #details #latest .date {
  float: left;
  margin-right: 6px;
}
#details #latest .age dt, #details #latest .sex dt, #details #latest .date dt,
#details #latest .age dd,
#details #latest .sex dd,
#details #latest .date dd {
  display: table-cell;
  line-height: 20px;
  vertical-align: middle;
  color: #175564;
}
* html #details #latest .age dt, * html #details #latest .sex dt, * html #details #latest .date dt, * html
#details #latest .age dd, * html
#details #latest .sex dd, * html
#details #latest .date dd {
  display: inline;
  zoom: 1;
}
* + html #details #latest .age dt, * + html #details #latest .sex dt, * + html #details #latest .date dt, * + html
#details #latest .age dd, * + html
#details #latest .sex dd, * + html
#details #latest .date dd {
  display: inline;
  zoom: 1;
}
#details #latest .age dt, #details #latest .sex dt, #details #latest .date dt {
  padding-right: 6px;
}
#details #latest .sex {
  margin: 0;
}
#details #latest .date {
  margin: 0 0 8px;
}
#details #latest .cause, #details #latest div.title .symptom, #details div.title #latest .symptom, #details #latest div.title .period, #details div.title #latest .period, #details #latest div.title .treatment, #details div.title #latest .treatment {
  clear: both;
  background: url(../img/echochart_entrylist_attr_bg.png);
  text-align: center;
  line-height: 1.2;
}
#details #latest .cause a, #details #latest div.title .symptom a, #details div.title #latest .symptom a, #details #latest div.title .period a, #details div.title #latest .period a, #details #latest div.title .treatment a, #details div.title #latest .treatment a {
  display: block;
  padding: 10px 11px;
  color: #f4f5f5;
}

#keyword #main #keyword h4.title {
  text-align: center;
  font-size: 1.4em;
  color: #5f5e5e;
}
#keyword #main #keyword h4.title em {
  background: none;
  font-weight: bold;
  color: #d61346;
}

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

#sub #menu > ul > li {
  padding-bottom: 0;
  background: none;
}
#sub #menu > ul > li > span {
  display: block;
  padding: 0 0 0 10px;
  background: #47818a;
  font-size: 1em;
  line-height: 20px;
  color: #fff;
}
#sub #menu > ul > li > span:hover {
  background: #47818a;
  color: #fff;
}

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

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