
.schedule {
	margin-top:10px;
}
.entry section {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
}
.entry section h1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	-o-box-ordinal-group:2;
	-ms-box-ordinal-group:2;
	box-ordinal-group:2;
	margin-left:0;
}
.entry section .category {
	-webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	-o-box-ordinal-group:1;
	-ms-box-ordinal-group:1;
	box-ordinal-group:1;
}
.entry section .category div {
	padding:3px 0 2px;
	line-height: 16px;
	color: #CCC;
	font-size: 14px;
	font-weight:bold;
}
.entry section .category div:after {
	content: '｜';
}
.entry section .category p {
	display: inline-block;
	width: 4.5em;
	padding:0;
	background: #F3F3F3;
	color: black;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
}