@charset "UTF-8";
@import url("global.css");

#schedule{
	text-align:center;
}
.day_str{
	text-align:center;
	color:#3f1f10;
}
.date{
	color:#FF0000;
}
.comp{
	color:#534133;
	width:95%;
	height:160px;
	margin:0 auto 5px auto;
	/*border:1px solid red;*/
	padding:5px 0;
	border-bottom:1px solid black;	
}
.thumb_area{
	width:38%;
	margin:0 0 0 5px;
	float:left;
	/*border:1px solid blue;*/
}
.thumb img{
	/*width:100%;	*/
}
.prof{
	/*color:#c77b04l;*/
	width:58%;
	text-align:left;
	margin:0 0 0 5px;
	float:left;
}

.time{
	color:#fff;
	background:#724B25;
}
.copy{
	color:#ffff66; 
	background:#3f1f10;
	padding:4px;
}
.name a{
	margin:10px 0 0 0;
	font-size:150%;
	color:#c77b04;
}

.today{
	color:#e81b8a;
}
.t_size{
	font-size:95%;
}

p#notice{
	font-size:70%;
}

.dot_line{
	width:100%;
	margin:0;
	display:block;
}

.section_title{
	width:100%;
	margin:10px;
	text-align:center;
	color:#c77b04;
	font-size:100%;
}