@charset "UTF-8";
/*メインカラー*/
/*メインカラー*/
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  text-indent: 0;
  font-size: 0.95em;
  /* size:M */
  /*	font-size: 1em;  size:M */ }

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  text-indent: 0; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Layout Document */
/* Layout Basic block   //////////////////////////////////////*/
/* slidenav Scss */
/*############################################################################################33*/
/* スライドメニュー指定 */
/*############################################################################################*/
@media only screen and (max-width: 479px) {
  #slide-menu {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 20 !important;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow-y: scroll;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fb679a;
    opacity: 0.1; }
    .menu-active #slide-menu {
      right: 0px;
      opacity: 1;
      box-shadow: 0 0 10px #730524; }
    #slide-menu #globalNav {
      width: 100%;
      margin: 0 !important;
      order: 1;
      z-index: 30 !important; }

  #wrapper {
    position: relative;
    right: 0; }

  .menu-trigger {
    position: fixed;
    z-index: 21;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fb679a;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .menu-trigger:before {
      display: inline-block;
      content: '\f0c9';
      width: 36px;
      height: 36px;
      color: #fb679a;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 1.2em;
      text-align: center;
      line-height: 36px; }
    .menu-active .menu-trigger:before {
      content: '×';
      font-family: Arial, Helvetica, "sans-serif"; } }
/* slidenav Scss */
/*############################################################################################33*/
/* スライドメニュー指定 */
/*############################################################################################*/
@media only screen and (max-width: 479px) {
  #slide-menu {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 20 !important;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow-y: scroll;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fb679a;
    opacity: 0.1; }
    .menu-active #slide-menu {
      right: 0px;
      opacity: 1;
      box-shadow: 0 0 10px #730524; }
    #slide-menu #globalNav {
      width: 100%;
      margin: 0 !important;
      order: 1;
      z-index: 30 !important; }

  .menu-trigger {
    position: fixed;
    z-index: 21;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fb679a;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .menu-trigger:before {
      display: inline-block;
      content: '\f0c9';
      width: 36px;
      height: 36px;
      color: #fb679a;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 1.2em;
      text-align: center;
      line-height: 36px; }
    .menu-active .menu-trigger:before {
      content: '×';
      font-family: Arial, Helvetica, "sans-serif"; } }
/* CSS Document */
/* エレメント */
ul, ol, dl, li {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

p {
  margin-top: 0; }

/* h1~h6 */
h1 {
  position: absolute;
  z-index: 4;
  top: 185px;
  left: 0;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  text-indent: -9999px; }
  #home h1 {
    height: 300px;
    background: url(../img/h1_home.jpg) no-repeat; }
  #aisatsu h1 {
    background: url(../aisatsu/img/h1_aisatsu.jpg) no-repeat; }
  #treat h1 {
    background: url(../treat/img/h1_info.jpg) no-repeat; }
  #beauty h1 {
    background: url(../beauty/img/h1_beauty.jpg) no-repeat; }
  #access h1 {
    background: url(../access/img/h1_access.jpg) no-repeat; }

h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

#contents h2 {
  clear: both;
  margin: 0;
  padding: 0.4em 0 0 0 !important;
  height: 35px;
  width: 650px;
  background: url(../img/h2_bg.gif) no-repeat;
  color: #FFFFFF;
  font-size: 120%;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 3px; }
#contents h3 {
  clear: both;
  height: 20px;
  width: 580px;
  padding: 0 0 0 0px;
  font-size: 95%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border-bottom: double #ac3f51;
  background: url(../chou/img/ss.png) no-repeat 5px; }

/* リンク */
contents a:link {
  color: #42413C;
  text-decoration: underline; }

a:visited {
  color: #6E6C64;
  text-decoration: underline; }
a:hover, a:active, a:focus {
  text-decoration: none; }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )"; }
a img {
  border: none; }

header nav li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )"; }

/*----------------- body -----------------*/
body {
  background: url(../chou/img/body_bg.png);
  background-color: #fefbea; }

/*----------------- Wrapper -----------------*/
#wrapper {
  position: relative;
  width: 100%;
  background: url(../chou/img/wrapper_bg.png) repeat-x top; }
  @media only screen and (max-width: 479px) {
    #wrapper {
      position: relative;
      right: 0; } }

/*----------------- ヘッダー -----------------*/
header {
  position: relative;
  width: 900px;
  height: 385px;
  margin: 0 auto;
  background: #fff url(../img/container_bg.gif) repeat-y; }
  #home header {
    height: 485px; }
  header address {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 317px;
    height: 116px; }
    header address span {
      position: absolute;
      text-indent: -9999px; }
  header #logo {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 11px;
    width: 404px;
    height: 116px;
    background: url(../img/header_logo.png) no-repeat;
    text-indent: -9999px; }

/*----------------- メニュー -----------------*/
nav {
  position: absolute;
  z-index: 3;
  top: 115px;
  left: 0;
  width: 900px;
  height: 70px; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
    height: 70px;
    list-style-type: none; }
    nav li a {
      display: block;
      margin: 0;
      padding: 0;
      width: 180px;
      height: 70px;
      text-indent: -9999px; }

#menu_01 {
  background: url(../img/menu_01_on.jpg) no-repeat; }
  #menu_01 a {
    background: url(../img/menu_01.jpg) no-repeat; }

#menu_02 {
  background: url(../img/menu_02_on.jpg) no-repeat; }
  #menu_02 a {
    background: url(../img/menu_02.jpg) no-repeat; }

#menu_03 {
  background: url(../img/menu_03_on.jpg) no-repeat; }
  #menu_03 a {
    background: url(../img/menu_03.jpg) no-repeat; }

#menu_04 {
  background: url(../img/menu_04_on.jpg) no-repeat; }
  #menu_04 a {
    background: url(../img/menu_04.jpg) no-repeat; }

#menu_05 {
  background: url(../img/menu_05_on.jpg) no-repeat; }
  #menu_05 a {
    background: url(../img/menu_05.jpg) no-repeat; }

#home #menu_01 a,
#aisatsu #menu_02 a,
#treat #menu_03 a,
#beauty #menu_04 a,
#question #menu_05 a,
#access #menu_06 a {
  background: none; }

/*----------------- コンテナ -----------------*/
#container {
  position: relative;
  width: 900px;
  min-height: 1px;
  margin: 0 auto;
  background: #fff url(../img/container_bg.gif) repeat-y; }
  #home #container {
    padding-top: 0px; }

/*----------------- ユーザービリティ・コンテナ -----------------*/
#user {
  position: relative; }

/*----------------- パンクズリスト -----------------*/
#bread {
  height: 50px;
  padding: 12px 0 0 18px;
  font-size: 0.9em; }
  #bread a {
    text-decoration: underline;
    color: blue; }
  #home #bread {
    text-indent: -9999px; }

.bread a {
  text-decoration: underline;
  color: blue; }
#home .bread {
  visibility: hidden;
  height: 25px;
  text-indent: -9999px; }
.bread li:not(:last-of-type):after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px; }

ol.bread {
  height: 50px;
  padding: 12px 0 0 18px;
  font-size: 0.9em;
  display: flex; }
  ol.bread li {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important; }

/*-----------------　文字サイズ変更ボタン　-----------------*/
ul.textresizer {
  position: absolute;
  top: 0;
  right: 18px;
  padding-left: 90px;
  min-height: 15px;
  background: url(../chou/img/textresize_tit.gif) no-repeat left; }
  ul.textresizer li {
    float: left;
    margin-left: 8px;
    padding: 3px;
    border: 1px solid #ccc;
    background: #e6e6e6; }
    ul.textresizer li a:hover {
      color: #6E6C64; }
  ul.textresizer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------- Contents -----------------*/
#contents {
  float: right;
  width: 610px;
  height: auto;
  margin-right: 20px;
  background: #FFFFFF;
  line-height: 1.5em;
  color: #00264c; }
  #contents section, #contents article {
    margin-bottom: 35px;
    padding-left: 5px;
    padding-top: 10px; }

.up_page {
  text-align: right;
  font-size: 75%;
  color: #888888; }

/*---------------- サイドバー ----------------*/
#sidebar {
  float: left;
  width: 180px;
  min-height: 600px;
  height: 100%;
  margin: 0;
  padding: 10px 9px 0 12px; }
  #sidebar section, #sidebar .section {
    margin-bottom: 20px; }
  #sidebar dl {
    margin: 0;
    font-size: 85%; }
  #sidebar dt {
    margin: 0 0 10px 0; }
  #sidebar table {
    width: 180px;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 12px; }
    #sidebar table th, #sidebar table td {
      border: 1px solid #cccccc;
      color: #333333;
      font-size: 12px; }
    #sidebar table th {
      background: #e6e6e6;
      text-align: center;
      font-style: none; }
    #sidebar table td {
      text-align: left;
      padding: 5px 3px;
      vertical-align: middle; }
  #sidebar h2 {
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    height: 35px;
    width: 180px;
    background: url(../img/aside_top.gif) no-repeat;
    color: #FFFFFF;
    font-size: 110%;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 2px; }
  #sidebar .s {
    clear: both;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 180px;
    font-size: 95%;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold; }
    #sidebar .s a:link {
      display: block;
      margin: 0;
      padding: 0.4em 0 0 0;
      height: 35px;
      width: 180px;
      background: url(../chou/asset/img/Chapter_sidebar_s.gif) no-repeat;
      color: #338763;
      text-decoration: none; }
    #sidebar .s a:hover,
    #sidebar .s a:active,
    #sidebar .s a:focus {
      display: block;
      margin: 0;
      padding: 0.4em 0 0 0;
      height: 35px;
      width: 180px;
      color: #7f6c48;
      background: url(../chou/asset/img/Chapter_sidebar_s_on.gif) no-repeat; }
  #sidebar .ss {
    clear: both;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 180px;
    font-size: 95%;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }
    #sidebar .ss a:link {
      display: block;
      margin: 0;
      padding: 0.4em 0 0 0;
      height: 35px;
      width: 180px;
      background: url(../chou/asset/img/Chapter_sidebar_ss.gif) no-repeat;
      color: #338763;
      text-decoration: none; }
    #sidebar .ss a:hover, #sidebar .ss a:active, #sidebar .ss a:focus {
      display: block;
      margin: 0;
      padding: 0.4em 0 0 0;
      height: 35px;
      width: 180px;
      color: #7f6c48;
      background: url(../chou/asset/img/Chapter_sidebar_ss_on.gif) no-repeat; }
  #sidebar #blog {
    margin-top: 20px; }

#side_01 table {
  margin-bottom: 10px; }
#side_01 .holiday {
  padding-bottom: 20px; }

#side_02 dt {
  padding-top: 15px;
  margin-bottom: 0; }
#side_02 dd {
  padding-left: 20px; }

/*----------------- フッター -----------------*/
footer {
  clear: both;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 138px;
  background: #8e2536 url(../chou/img/bottom_bg.gif) repeat-x;
  text-align: center;
  font-size: 70%;
  color: #5d4e57; }
  footer div {
    position: relative;
    width: 900px;
    margin: 0 auto; }
  footer address {
    position: relative;
    margin: 0 auto;
    width: 124px;
    height: 94px;
    background: url(../chou/img/footer_logo.png) no-repeat center bottom;
    text-indent: -9999px; }
  footer #copy {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 740px;
    margin-left: -370px;
    font-size: 11px;
    color: #fff;
    line-height: 15px; }
    footer #copy a {
      color: #fff; }

/*----------------- HTML 5 サポート -----------------*/
header, section, footer, aside, nav, article, figure {
  display: block; }

/*-----------------　レイアウト　-----------------*/
.ind1 {
  text-indent: -1em;
  margin-left: 1em; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.posR {
  float: right; }

.posL {
  float: left; }

#contents article,
.clear {
  clear: both; }

.end_clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*-----------------　文字スタイル　-----------------*/
em {
  font-weight: bold; }

strong {
  font-size: 160%;
  color: #FF0000; }

.red {
  color: #FF0000; }

/*赤　文字*/
.bold {
  font-weight: bold; }

/*太　文字*/
.size_60 {
  font-size: 60%; }

/*60%　文字*/
.size_75 {
  font-size: 75%; }

/*75%　文字*/
.size_80 {
  font-size: 80%; }

/*80%　文字*/
.size_90 {
  font-size: 90%; }

/*90%　文字*/
.size_160 {
  font-size: 160%; }

/*160%　文字*/
/*-----------------　診療時間表　-----------------*/
#time_table1 {
  width: 550px;
  text-align: center;
  line-height: 1em; }
  #time_table1 th {
    border: 1px solid #bebebe;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #399bce;
    color: #fff;
    font-size: 90%;
    font-weight: bold; }
    #time_table1 th span {
      margin-left: 6px; }
  #time_table1 td {
    width: 40px;
    border: 1px solid #bebebe;
    color: #399bce;
    vertical-align: middle;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 100%; }
    #time_table1 td span {
      display: block; }
  #time_table1 .kamoku {
    white-space: nowrap; }

/*/////////////////////////////////////////////////////////////////////////
　トップページ
/////////////////////////////////////////////////////////////////////////*/
#home #lower_01, #home #lower_02, #home #lower_03 {
  clear: both;
  padding-top: 10px; }
#home #lower_01 .catch {
  margin-bottom: 20px; }
#home #lower_01 dl {
  margin: 20px 20px 20px 10px;
  padding-left: 10px; }
  #home #lower_01 dl dd {
    padding-left: 5em;
    margin-top: -1.5em;
    padding-bottom: 0.5em;
    border-bottom: #C00 dotted 2px; }
#home #lower_02 em {
  display: block;
  position: absolute;
  text-indent: -9999px; }
#home #contents ul {
  text-align: center; }
#home #contents li {
  float: left;
  font-weight: bold;
  font-size: 120%; }
  #home #contents li.size100 {
    font-size: 100%; }
  #home #contents li a {
    width: 165px;
    display: block;
    background: #f6e4c9;
    color: #8c051c;
    padding: 10px;
    margin: 5px; }
    #home #contents li a:hover {
      width: 165px;
      background: #FCF;
      color: #99071e; }

/*/////////////////////////////////////////////////////////////////////////
 美容・ダイエット鍼灸
/////////////////////////////////////////////////////////////////////////*/
#beauty #contents p {
  padding: 10px;
  line-height: 1.7em; }
  #beauty #contents p:first-letter {
    font-size: 200%; }
#beauty #contents dl {
  width: 580px;
  margin: 0 auto; }
  #beauty #contents dl dt {
    padding-top: 10px;
    font-weight: bold;
    color: #F69; }
#beauty #contents .img_01 {
  float: right;
  padding: 10px; }

/*/////////////////////////////////////////////////////////////////////////
 診療案内
/////////////////////////////////////////////////////////////////////////*/
#treat #lower_01 p {
  width: 580px;
  margin: 0 auto;
  text-indent: 1em; }
#treat #lower_02 .body_name {
  border-right: none; }
#treat #lower_02 table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  #treat #lower_02 table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: bold; }
  #treat #lower_02 table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px; }
#treat #lower_03 table {
  width: 500px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  #treat #lower_03 table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: bold; }
  #treat #lower_03 table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px; }
#treat #lower_03 .th_01 {
  color: #906; }
#treat #lower_03 .time {
  text-align: center; }
#treat #lower_03 .price {
  text-align: right; }
#treat #first_price {
  width: 490px;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold; }
#treat #tfoot {
  width: 550px;
  margin: 0 auto;
  padding-top: 10px;
  color: #C00;
  font-weight: bold; }

#treat_sidebar {
  margin-bottom: 10px; }
  #treat_sidebar li {
    text-align: center; }
    #treat_sidebar li a {
      width: 180px;
      display: block;
      background: url(../img/aisatsu_sidebar.gif) no-repeat center;
      color: #8c051c;
      padding-top: 10px;
      padding-bottom: 10px; }
      #treat_sidebar li a:hover {
        width: 180px;
        background: url(../img/aisatsu_sidebar_on.gif) no-repeat center;
        color: #8c051c; }

/*/////////////////////////////////////////////////////////////////////////
 地図・アクセス
/////////////////////////////////////////////////////////////////////////*/
#access #lower_01 .imgL {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px; }
#access #lower_01 dl {
  padding-top: 10px; }
#access #lower_02 {
  clear: both; }
#access #map {
  margin: 0 auto;
  width: 600px;
  text-align: center; }
  #access #map span {
    display: block;
    text-align: right; }

/*/////////////////////////////////////////////////////////////////////////
 ごあいさつ
/////////////////////////////////////////////////////////////////////////*/
#aisatsu #lower_01 p {
  width: 550px;
  margin: 0 auto;
  text-indent: 1em;
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(../img/button_05.gif) no-repeat right bottom; }
#aisatsu #lower_01_top {
  background: url(../img/button_03.gif) no-repeat left top; }
#aisatsu #lower_02 li {
  padding-left: 20px;
  border-bottom: 1px dotted #ccc;
  width: 580px; }
#aisatsu #lower_03 li {
  padding-left: 20px;
  border-bottom: 1px dotted #ccc;
  width: 580px; }
#aisatsu #lower_04 h3 {
  clear: both;
  background: url(../img/button_08.gif) no-repeat left;
  padding-left: 25px;
  padding-top: 5px; }
#aisatsu #lower_04 p {
  float: left;
  width: 310px;
  padding-left: 20px; }
#aisatsu #lower_04 img {
  padding-top: 10px; }
#aisatsu #lower_04 .doctor {
  float: right;
  padding-right: 10px; }

#aisatsu_sidebar {
  margin-bottom: 10px; }
  #aisatsu_sidebar li {
    text-align: center; }
    #aisatsu_sidebar li a {
      width: 180px;
      display: block;
      background: url(../img/aisatsu_sidebar.gif) no-repeat center;
      color: #8c051c;
      padding-top: 10px;
      padding-bottom: 10px; }
      #aisatsu_sidebar li a:hover {
        width: 180px;
        background: url(../img/aisatsu_sidebar_on.gif) no-repeat center;
        color: #8c051c; }

/* print Scss */
/*############################################################################################*/
/* 印刷向けレイアウトの指定 */
/*############################################################################################*/
