.content_body h2{
	font-size:20px;
	line-height: 3.2em;
}


#schedule_container{
	margin-top: 30px;
	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: 28px;
	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;
    margin-top: 0px;
    margin-left:0px;
    font-size: 16px;
    line-height: 2em;
}

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

.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{
	
}




.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;
}

