@charset "UTF-8";
/* CSS Document */
#contents_box{
	width:900px;
	margin: 150px 0 0 0;
}
#schedule_title{
	margin-bottom:8px;
}
#schedule_line_bottom{
	margin-bottom:40px;
}
#c_list {
	height:337px;
	border-bottom:dotted 1px #666 ;
	margin-bottom:40px
}
#c_list:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html #c_list {
	display:inline-block;
}
#c_list_last:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html #c_list_last {
	display:inline-block;
}
#left_box{
	width:400px;
	float:left;
	margin:119px 0 119px 0;
}
#left_box h3{
	font-size:20px;
	color:#333; 	
}
#left_box p{
	font-size:12px;
	line-height:200%;
	margin-left:6px;
  color:#333;
}
#right_box{
	width:440px;
	float:right;
}
#c_list_last {
	height:337px;
	border-bottom:dotted 1px #666 ;
}
#top_btn{
	font-size:12px;
	margin: 15px 0px 40px 0px;
	float:right;
	color:#333;
}
a:link{
	color:black;
}
a:visited{
	color:gray;
}
a:hover{
	color:red;
}