/* Scss Document */
/* Scss Document */
/* line 3, ../sass/_defines.scss */
.clear_float {
  clear: both; }

/* line 7, ../sass/_defines.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 11, ../sass/_defines.scss */
.clearfix:after {
  clear: both; }

/* line 14, ../sass/_defines.scss */
.clearfix {
  *zoom: 1; }

/* line 5, ../sass/hairstyle.scss */
#header {
  background-image: url("../img/header_hairstyle.jpg"); }

/* line 9, ../sass/hairstyle.scss */
table#detail {
  margin: 36px auto auto 16px;
  width: 720px; }
  /* line 13, ../sass/hairstyle.scss */
  table#detail td {
    vertical-align: top; }
  /* line 17, ../sass/hairstyle.scss */
  table#detail .flexslider {
    width: 371px;
    margin-right: 18px; }
  /* line 22, ../sass/hairstyle.scss */
  table#detail #detail_desc {
    position: relative;
    z-index: 0;
    padding: 26px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
    /* line 29, ../sass/hairstyle.scss */
    table#detail #detail_desc h3 {
      font-size: 19px;
      font-weight: bold;
      border-bottom: 1px solid #704e27;
      padding-bottom: 6px; }
    /* line 52, ../sass/hairstyle.scss */
    table#detail #detail_desc p {
      margin-top: 16px;
      line-height: 1.5em; }
  /* line 60, ../sass/hairstyle.scss */
  table#detail #fukidashi {
    position: relative;
    z-index: 1;
    background-image: url("../img/fukidashi_bottom.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 30px; }
  /* line 69, ../sass/hairstyle.scss */
  table#detail tr#speaker td {
    vertical-align: bottom;
    padding-bottom: 16px;
    height: 1px;
    white-space: nowrap;
    color: #fff;
}
  /* line 76, ../sass/hairstyle.scss */
  table#detail #detail_stylist {
    float: left;
    width: 128px;
    text-align: center; }
    /* line 81, ../sass/hairstyle.scss */
    table#detail #detail_stylist .img_area {
      width: 118px; }
  /* line 86, ../sass/hairstyle.scss */
  table#detail #detail_salon {
    float: right;
    width: 175px;
    text-align: center; }
    /* line 91, ../sass/hairstyle.scss */
    table#detail #detail_salon .img_area {
      width: 165px; }
  /* line 96, ../sass/hairstyle.scss */
  table#detail .img_area {
    position: relative;
    height: 200px; }
    /* line 100, ../sass/hairstyle.scss */
    table#detail .img_area img {
      width: 100%;
      padding: 5px;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
  /* line 111, ../sass/hairstyle.scss */
  table#detail dt {
    font-weight: bold;
    margin: 8px; }
  /* line 116, ../sass/hairstyle.scss */
  table#detail a:hover img {
    background-color: rgba(255, 209, 187, 0.7); }
