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

File Name:		fattransfer.scss
Note:			脂肪注入による失敗用SCSSファイル


New Creation:	2013/02/18 20:03:47.
Last Change:	2014/11/27 19:44:38.


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

#echochart-list {
  clear: both;
}
#echochart-list .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;
}
#echochart-list ol {
  margin-right: -17px;
}
#echochart-list ol:before, #echochart-list ol:after {
  content: "";
  display: table;
}
#echochart-list ol:after {
  clear: both;
}
* html #echochart-list ol {
  zoom: 1;
}
* + html #echochart-list ol {
  zoom: 1;
}
#echochart-list 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;
}
#echochart-list ol > li a {
  color: #175564;
}
#echochart-list .num {
  margin-bottom: 1px;
}
#echochart-list .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;
}
#echochart-list .num span {
  display: block;
  font-size: 2em;
  font-weight: bold;
}
#echochart-list .age, #echochart-list .sex, #echochart-list .date {
  float: left;
  margin-right: 6px;
}
#echochart-list .age dt, #echochart-list .sex dt, #echochart-list .date dt,
#echochart-list .age dd,
#echochart-list .sex dd,
#echochart-list .date dd {
  display: table-cell;
  line-height: 20px;
  vertical-align: middle;
  color: #175564;
}
* html #echochart-list .age dt, * html #echochart-list .sex dt, * html #echochart-list .date dt, * html
#echochart-list .age dd, * html
#echochart-list .sex dd, * html
#echochart-list .date dd {
  display: inline;
  zoom: 1;
}
* + html #echochart-list .age dt, * + html #echochart-list .sex dt, * + html #echochart-list .date dt, * + html
#echochart-list .age dd, * + html
#echochart-list .sex dd, * + html
#echochart-list .date dd {
  display: inline;
  zoom: 1;
}
#echochart-list .age dt, #echochart-list .sex dt, #echochart-list .date dt {
  padding-right: 6px;
}
#echochart-list .sex {
  margin: 0;
}
#echochart-list .date {
  margin: 0 0 8px;
}
#echochart-list .cause {
  clear: both;
  background: url(../img/echochart_entrylist_attr_bg.png);
  text-align: center;
  line-height: 1.2;
}
#echochart-list .cause a {
  display: block;
  padding: 10px 11px;
  color: #f4f5f5;
}

#main p {
  margin-bottom: 40px;
  background: url(../img/main_text_bg.gif) left top repeat;
  font-size: 1.4em;
  line-height: 33px;
}
#main p .mark {
  padding: 2px;
  background: url(../img/text_bg.png) left top repeat;
}
#main .wrapper {
  position: relative;
}
#main #lead {
  position: absolute;
  top: 178px;
  left: 237px;
  width: 380px;
}
#main #lead p {
  margin: 0;
  background: none;
  font-size: 1.2em;
  line-height: 1.3333333333;
}
#main #diagnosis dt {
  margin-bottom: 8px;
}
#main #diagnosis dd {
  font-size: 1.4em;
  line-height: 1.5714285714;
  color: #175564;
}
#main .social {
  margin-top: 30px;
  height: 20px;
}
#main .social ul {
  float: right;
  height: 20px;
}
#main .social li {
  float: left;
  height: 20px;
}
#index #main h2,
#index #main p {
  font-size: 1.4em;
  line-height: 33px;
  color: #5f5e5e;
}
#index #main p {
  margin-bottom: 40px;
  background: url(../img/main_text_bg.gif) left top repeat;
}
#index #main p .mark {
  padding: 2px;
  background: url(../img/text_bg.png) left top repeat;
}
#index #main h3 {
  border-top: 1px solid #809199;
  border-bottom: 1px solid #809199;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 39px;
  color: #5f5e5e;
}
#index #main #contentslist li {
  margin-bottom: 37px;
}
#index #main #contentslist li.last {
  margin: 0;
}
#index #main #contentslist li dl {
  position: relative;
  min-height: 138px;
}
#index #main #contentslist li dl dt,
#index #main #contentslist li dl dd {
  margin-left: 201px;
}
#index #main #contentslist li dl dt {
  margin-bottom: 10px;
}
#index #main #contentslist li dl dd.text {
  padding-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.5714285714;
  color: #5f5e5e;
}
#index #main #contentslist li dl dd.pic {
  padding-top: 12px;
  position: absolute;
  top: -24px;
  left: 25px;
  margin: 0;
}
#index #main #contentslist li dl dd.link {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  background: url('../img/button.png') 0 -214px no-repeat;
}
#index #main #contentslist li dl dd.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;
}
#index #main #contentslist li dl dd.link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#stiffness #main #condition p {
  margin-bottom: 9px;
}
#stiffness #main .pic dd {
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5f5e5e;
}
#stiffness #main #cause, #stiffness #infection #main #evasionmethod, #infection #stiffness #main #evasionmethod {
  *zoom: 1;
}
#stiffness #main #cause:after, #stiffness #infection #main #evasionmethod:after, #infection #stiffness #main #evasionmethod:after {
  content: "";
  display: table;
  clear: both;
}
#stiffness #main #cause .pic, #stiffness #infection #main #evasionmethod .pic, #infection #stiffness #main #evasionmethod .pic {
  float: left;
  width: 213px;
  margin-right: 14px;
}
#stiffness #main #cause .pic .pic, #stiffness #infection #main #evasionmethod .pic .pic, #infection #stiffness #main #evasionmethod .pic .pic {
  margin-bottom: 10px;
}
#stiffness #main #cause .pic3, #stiffness #infection #main #evasionmethod .pic3, #infection #stiffness #main #evasionmethod .pic3 {
  margin: 0;
}
#stiffness #main #evasionmethod {
  position: relative;
  min-height: 293px;
}
#stiffness #main #evasionmethod p {
  margin-right: 282px;
}
#stiffness #main #evasionmethod .pic {
  position: absolute;
  top: 54px;
  right: 0;
}
#stiffness #main #treatmentmethod #casestudy p {
  margin: 0;
  background: url(../img/treatmentmethod_casestudy_bg.png) left top repeat;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #f4f5f5;
}
#stiffness #main #treatmentmethod #casestudy p {
  padding: 10px 16px 20px;
}
#stiffness #main #treatmentmethod #casestudy p.pic {
  position: static;
  padding: 16px 0 0;
  text-align: center;
}
#stiffness #main #relatedtrouble h3 {
  margin-bottom: 12px;
}
#stiffness #main #relatedtrouble ul {
  *zoom: 1;
}
#stiffness #main #relatedtrouble ul:after {
  content: "";
  display: table;
  clear: both;
}
#stiffness #main #relatedtrouble ul li {
  float: left;
  width: 334px;
}
#stiffness #main #relatedtrouble ul li dl {
  position: relative;
  min-height: 71px;
}
#stiffness #main #relatedtrouble ul li dl dt,
#stiffness #main #relatedtrouble ul li dl dd {
  margin-left: 81px;
}
#stiffness #main #relatedtrouble ul li dl dt {
  padding-top: 6px;
  margin-bottom: 10.5px;
}
#stiffness #main #relatedtrouble ul li dl dd {
  font-size: 1.4em;
  line-height: 1.3571428571;
  color: #5f5e5e;
}
#stiffness #main #relatedtrouble ul li dl .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#fatnecrosis #main #condition p {
  margin-bottom: 9px;
}
#fatnecrosis #main #cause .pic, #fatnecrosis #infection #main #evasionmethod .pic, #infection #fatnecrosis #main #evasionmethod .pic {
  *zoom: 1;
  margin-right: -14px;
}
#fatnecrosis #main #cause .pic:after, #fatnecrosis #infection #main #evasionmethod .pic:after, #infection #fatnecrosis #main #evasionmethod .pic:after {
  content: "";
  display: table;
  clear: both;
}
#fatnecrosis #main #cause .pic li, #fatnecrosis #infection #main #evasionmethod .pic li, #infection #fatnecrosis #main #evasionmethod .pic li {
  float: left;
  margin-right: 14px;
}
#fatnecrosis #main #evasionmethod .pic dt {
  margin: 0 0 9px 2px;
}
#fatnecrosis #main #evasionmethod .pic .case1 {
  border: 1px solid #748a96;
}
#fatnecrosis #main #evasionmethod .pic .case1 dt {
  background: #92aeb4;
}
#fatnecrosis #main #evasionmethod .pic .case2 {
  border: 1px solid #c63e78;
}
#fatnecrosis #main #evasionmethod .pic .case2 dt {
  background: #e88e90;
}
#fatnecrosis #main #evasionmethod .pic ul {
  *zoom: 1;
  margin-right: -14px;
}
#fatnecrosis #main #evasionmethod .pic ul:after {
  content: "";
  display: table;
  clear: both;
}
#fatnecrosis #main #evasionmethod .pic li {
  float: left;
  width: 325px;
  margin-right: 14px;
}
#fatnecrosis #main #evasionmethod .pic li dt {
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
#fatnecrosis #main #evasionmethod .pic li dd {
  padding: 11px;
}
#fatnecrosis #main #evasionmethod .pic ol {
  *zoom: 1;
}
#fatnecrosis #main #evasionmethod .pic ol:after {
  content: "";
  display: table;
  clear: both;
}
#fatnecrosis #main #evasionmethod .pic ol li {
  margin: 0;
  width: 151px;
}
#fatnecrosis #main #evasionmethod .pic ol dt {
  margin-bottom: 9px;
  padding: 0;
  background: none !important;
  text-align: right;
}
#fatnecrosis #main #evasionmethod .pic ol dd {
  margin-left: 18px;
  padding: 0;
  width: 133px;
  font-size: 1.2em;
  line-height: 1.5;
  color: #5f5e5e;
}
#calcification #main #condition p {
  margin-bottom: 9px;
}
#calcification #main #cause, #calcification #infection #main #evasionmethod, #infection #calcification #main #evasionmethod {
  position: relative;
  min-height: 298px;
}
#calcification #main #cause p, #calcification #infection #main #evasionmethod p, #infection #calcification #main #evasionmethod p {
  margin-right: 282px;
}
#calcification #main #cause .pic, #calcification #infection #main #evasionmethod .pic, #infection #calcification #main #evasionmethod .pic {
  position: absolute;
  top: 54px;
  right: 0;
  width: 256px;
}
#calcification #main #cause .pic dd, #calcification #infection #main #evasionmethod .pic dd, #infection #calcification #main #evasionmethod .pic dd {
  padding: 9px 11px;
  background: #92aeb4;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #f4f5f5;
}
#calcification #main #evasionmethod #threepoint .title {
  margin-bottom: 15px;
}
#calcification #main #evasionmethod #threepoint ul {
  *zoom: 1;
}
#calcification #main #evasionmethod #threepoint ul:after {
  content: "";
  display: table;
  clear: both;
}
#calcification #main #evasionmethod #threepoint ul li {
  float: left;
  margin-right: 10px;
}
#calcification #main #evasionmethod #threepoint ul li.last {
  margin: 0;
}
#calcification #main #relatedtrouble h3 {
  margin-bottom: 12px;
}
#calcification #main #relatedtrouble ul {
  *zoom: 1;
}
#calcification #main #relatedtrouble ul:after {
  content: "";
  display: table;
  clear: both;
}
#calcification #main #relatedtrouble ul li {
  float: left;
  width: 334px;
}
#calcification #main #relatedtrouble ul li dl {
  position: relative;
  min-height: 71px;
}
#calcification #main #relatedtrouble ul li dl dt,
#calcification #main #relatedtrouble ul li dl dd {
  margin-left: 81px;
}
#calcification #main #relatedtrouble ul li dl dt {
  padding-top: 6px;
  margin-bottom: 10.5px;
}
#calcification #main #relatedtrouble ul li dl dd {
  font-size: 1.4em;
  line-height: 1.3571428571;
  color: #5f5e5e;
}
#calcification #main #relatedtrouble ul li dl .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#infection #main .pic {
  background: none;
}
#infection #main #cause, #infection #main #evasionmethod {
  position: relative;
  min-height: 300px;
}
#infection #main #cause p, #infection #main #evasionmethod p {
  margin-right: 283px;
}
#infection #main #cause .pic, #infection #main #evasionmethod .pic {
  position: absolute;
  top: 54px;
  right: 12px;
  margin: 0;
}
#infection #main #evasionmethod p {
  margin-right: 286px;
}
#infection #main #evasionmethod .pic {
  top: 62px;
  right: 0;
}

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

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