@charset "utf-8";
/* Studio data
   ========================================================================== */
#studio-data .data-table {
  float: left;
  width: 493px;
  margin-bottom: 27px;
}
#studio-data .data-table col.key {
  width: 27%;
  min-width: 8em;
}
#studio-data .data-table .icon li {
  background-color: #cdae8f;
}
#studio-data .photo-gallery {
  float: right;
  width: 475px;
  margin-bottom: 27px;
}
#studio-data .photo-gallery li {
  float: left;
  width: 155px;
  margin-right: 5px;
}
#studio-data .photo-gallery li:last-child {
  margin-right: 0;
}
#studio-data .photo-gallery .highlight {
  float: none;
  width: auto;
  margin-right: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 701px) {
#studio-data .photo-gallery {
  margin: 0 auto;
  float: none;
  width: auto;
  text-align: center;
}
#studio-data .photo-gallery img {
  height: auto;
}
}
#studio-data .studio-map {
  clear: both;
}
#studio-data .studio-map .sub-title {
  margin-bottom: 10px;
  font-size: 1.4em;
}
@media screen and (max-width: 701px) {
  #studio-data .data-table {
    float: none;
    width: 100%;
  }
  #studio-data .studio-map iframe {
    width: 100%;
    height: 280px;
  }
}
/* Studio message
   ========================================================================== */
#studio-message .menu-buttons {
  overflow: hidden;
  zoom: 1;
  padding-top: 10px;
  border: 1px solid #d9d6d1;
}
#studio-message .menu-buttons li {
  float: left;
  width: 222px;
  padding: 1px 0 11px 12px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
#studio-message .menu-buttons a {
  display: block;
  height: 48px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-decoration: none;
}
#studio-message .menu-buttons .teacher a {
  background-color: #fdbd82;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdbd82), color-stop(100%, #f79b3f));
  background: -webkit-linear-gradient(left top, left bottom, #fdbd82, #f79b3f);
  background: -moz-linear-gradient(left top, left bottom, #fdbd82, #f79b3f);
  background: linear-gradient(to bottom, #fdbd82, #f79b3f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFDBD82', endColorstr='#FFF79B3F') chroma(color=#000000);
  zoom: 1;
  border-color: #ef588f;
}
#studio-message .menu-buttons .reserve a {
  background-color: #cfac9a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfac9a), color-stop(100%, #a68370));
  background: -webkit-linear-gradient(left top, left bottom, #cfac9a, #a68370);
  background: -moz-linear-gradient(left top, left bottom, #cfac9a, #a68370);
  background: linear-gradient(to bottom, #cfac9a, #a68370);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFCFAC9A', endColorstr='#FFA68370') chroma(color=#000000);
  zoom: 1;
  border-color: #91705c;
}
#studio-message .menu-buttons .request a {
  background-color: #80ba37;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80ba37), color-stop(100%, #53ac1e));
  background: -webkit-linear-gradient(left top, left bottom, #80ba37, #53ac1e);
  background: -moz-linear-gradient(left top, left bottom, #80ba37, #53ac1e);
  background: linear-gradient(to bottom, #80ba37, #53ac1e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF80BA37', endColorstr='#FF53AC1E') chroma(color=#000000);
  zoom: 1;
  border-color: #589f21;
}
#studio-message .menu-buttons .oneday a {
  background-color: #fd7ca3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7ca3), color-stop(100%, #e25988));
  background: -webkit-linear-gradient(left top, left bottom, #fd7ca3, #e25988);
  background: -moz-linear-gradient(left top, left bottom, #fd7ca3, #e25988);
  background: linear-gradient(to bottom, #fd7ca3, #e25988);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFD7CA3', endColorstr='#FFE25988') chroma(color=#000000);
  zoom: 1;
  border-color: #dc4b7a;
}
#studio-message .menu-buttons .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 100%;
  margin-right: -1px;
}
#studio-message .menu-buttons .h {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 1px;
  height: 50px;
}
@media screen and (max-width: 701px) {
  #studio-message {
    margin-bottom: 30px !important;
  }
  #studio-message .menu-buttons li {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding-right: 12px;
    width: 100%;
  }
}
/* Studio blog
   ========================================================================== */
#studio-blog > .title {
  padding: 9px 8px 7px 50px;
  line-height: 1.2;
  background: #e3ded5 url(../img/detail_icon01.png) no-repeat 9px center;
  font-size: 1.6em;
}
