@charset "utf-8";
/* CSS Document */

@import "base.css";

body{
  background-color:#fff;
}

/* ▼▼　ナビ部分　▼▼ */
#navi .nav_04 a{
	position: relative;	
	background: url(../images/sub/navi04_back2.png) no-repeat 0 0;
	width: 166px;
	opacity:0.5;
}
/* ▼▼　タイトル部分　▼▼ */
#sub_title h1 {
  background-image:url("../images/studio_rental/title_icon.png");
  background-repeat: no-repeat;
  background-position:left center;
}
#sub_title h1 span{
  padding-left:80px;
}
/* ▼▼　メイン覧部分　▼▼ */
#main{
  width:1000px;
  margin:0 auto;
  padding-bottom: 50px;
}
/* ▼▼　リード部分　▼▼ */
#info{
  height:180px;
	margin-top:44px;
  background-image:url("../images/studio_rental/info_back.png");
  background-repeat:no-repeat;
  background-position:right center;
}
#info h2{
  background-color:transparent;
}
#info p{
  background-color:transparent;
  margin-top:20px;
  font-size:81.25%;
  line-height: 220%;
}
/* ▼▼　コンテンツ　▼▼ */
#contents{
  margin-top:50px;
}
h3{
  color:#0E6EB8;
  border-bottom:solid 5px #0E6EB8;
  padding-bottom:3px;
  margin-bottom:30px;
}
/* ▼▼▼　営業時間　▼▼▼ */
.business_hours .time{
  color:#0E6EB8;
	font-size:93.75%;
  font-weight:600;
  padding-bottom:10px;
}
.business_hours .explain{
	font-size:81.25%;  
  line-height: 220%;
  margin-top:10px;
}
.business_hours .explain span{
  color:#C1272D;
}
/* ▼▼▼　スタジオレンタル料金　▼▼▼ */
.studio div:nth-child(n+2){
  margin-top:22px;
}
.studio .kind{
	font-size:81.25%;
  font-weight:600;
  padding-bottom:8px;
}
.studio .price{
  color:#0E6EB8;
	font-size:100%;  
  font-weight:600;
  padding-bottom:10px;
}
.studio .explain{
	font-size:81.25%;
  line-height:180%;
}
.studio .adjust{
  margin-top:40px;
}
/* ▼▼▼　スタジオ機材　▼▼▼ */
.machine table{
  width:580px;
  background-color:#1B1464;
  border-collapse: separate;
  border-spacing:1px;

}
.machine th{
  background-color:#F2F2F2;
	font-size:87.5%;
  font-weight:600;
  text-align:center;
  vertical-align: middle;
  min-height: 39px;
  height: 39px;
}
.machine td{
  background-color: #fff;
	font-size:81.25%;  
  text-align:center;
  vertical-align: middle;
  min-height: 39px;
  height: 39px;
}
.machine th:nth-child(1){
  width:180px;
}
.machine th:nth-child(2){
  width:200px;
}
.machine .explain{
	font-size:81.25%;
  margin-top:10px;
}