#main_visual{
    background-image: url(../img/index/keyvisual.png);
    width: 750px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

#schedule_container{
	margin-top: 432px;
	margin-bottom:30px;
	width:666px;
	/*height:321px;*/
	padding:10px;
	background-color: #FFFFFF;
	/* box-shadow */
	box-shadow:0px 0px 11px 3px #e0e0e0;
	
	/* border-radius */
	border-radius:5px;
	
	/* border */
	border:1px solid #a4c5ea;
	margin-left: -24px;
	float: left;
}

#schedule_container h3{
	width:664px;
	height:35px;
	padding-top:5px;
	background-color: #ac2aa4;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	float: left;
}

#schedule_table{
	float: left;
	width:670px;
	height:210px;
}

.schedule_box{
	float:left;
	width:127px;
	height:210px;
	margin-top:10px;
	margin-right:3px;
	margin-left:3px;	
	background-color: #FFFFFF;
	/* box-shadow */
	box-shadow:0px 0px 1px 1px #eee;
	
	/* border-radius */
	border-radius:5px;
	
}

.date_box{
	width:119px;
	height:90px;
	padding-top:10px;
	float:left;
	background-color: #f3f3f3;
	border: #e8e8e8 solid 1px;
	/* border-radius */
	border-radius:3px;
	margin-left: 3px;
	margin-top: 3px;
}

.date_box i,
.date_box strong,
.date_box span
{
	display: block;
	width:127px;
	text-align: center;
	float:left;
	font-weight: bold;
	line-height: 1em;
	font-style: normal;
}

.date_box i{
	font-size: 14px;
}

.date_box strong{
	font-size: 42px;
}

.date_box span{
	font-size: 16px;
}

.open_flag{
	width: 127px;
	float:left;
	text-align: center;
	margin-top: 15px;
}

.day_sat{
	color: #036eb8;
}

.day_sun{
	color: #c30d23;
}

.content_body h2{
	
}

#gallery{
	width:642px;
	margin-top:40px;
	margin-bottom:40px;
	margin-left: 54px;
	float:left;
}

#gallery img{
	width:298px;
	padding: 10px;
}

.attention{
	display: block;
	width:600px;
	margin-left:20px;
	float:left;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.attention li{
	list-style: disc;
	padding-left: 0px;
	margin-left: 20px;
}

#contents{
	width: 709px;
    float: left;
    margin-left: 20px;
    margin-top: 460px;
    margin-bottom: 30px;
}

