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

.body_width{
	max-width: 980px;
	margin: 0 auto;
	color: #111;
}
.body_right{
	text-align: right;
}
h1{
	border-bottom:solid 1px #333;
}
table{
	margin: auto;
	background-color: rgba(255,255,255,1);	
}
th{
	border: solid 1px #333;
}
td{
	border: solid 1px #333;
	padding: 5px;
}
.sub_title{
	background-color:#ffdead;
	text-align: center;
}
.days{
	width: 180px;
	text-align: center;
}