@charset "utf-8";

#studio {
  width: 980px;
  height: 390px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  float: left;
}

#studio h3{
  font-family: "メイリオ", "Meiryo", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#studio_information {
  margin-top: 30px;
  margin-left: 30px;
  width: 480px;
  float: left;
}

#studio_information table tr th {
  font-size: 16px;
  font-weight: bold;
/*  border-bottom: 1px dotted #333333;*/
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  vertical-align: top; 
  max-height: 100%;
}

#studio_information table tr td {
  font-size: 16px;
/*  border-bottom: 1px dotted #333333;*/
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  letter-spacing: 1px;
  padding: 10px 0px;
  vertical-align: top; 
  max-height: 100%;
}

#access_map {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 30px;
  float: right;
}

