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




/*==========================================================================================

	// レンタルスタジオ

==========================================================================================*/

h3 {
	font-size: 16px;
	font-weight:bold;
	color: #597FB7;
}

.rental_studio p {
	font-size: 10px !important;
	
}
.rental_studio table{
	margin: 15px 0 5px;
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
	border-right: solid 1px #EBEBEB;
}


.rental_studio table thead th{
	width: 16%;
    text-align: center;
    color:#535353;
	font-weight: bold;
    background: #F0F6FF;
    border-left: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
}

.rental_studio table tbody th{
	text-align: center;
	background: #FFFDE8;
    font-weight: bold;
    padding: 10px;
    border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;

}


.rental_studio table td{
	line-height: 1.5;
	border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-top:none;
    padding: 10px;
}


.rental_studio ul {
	margin: 10px 0 10px 10px;
	font-size: 14px;
	line-height: 1.6;
}

.rental_studio ul li {
	padding: 5px;
}


.studio_r {
	font-size: 16px;
	padding: 10px 0px 20px;
	
}


.studio_r a {
	text-decoration: underline;
	
}


.studio_calendar {
	margin: 10px 0 20px;
	background: #F5F7FB;
	padding: 10px;
}


