@charset "utf-8";
/* ==================================================
オープンステージ
================================================== */


p.info_comment {
	font-size: 1rem;
	line-height: 1.25;
}

/* 表組 */
table.open_stage_list {
}
table.open_stage_list th, 
table.open_stage_list td {
	border: 1px solid #ccc;
}
table.open_stage_list th {
	background: #666;
	font-size: 1.125em;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0.75em 0;
}
table.open_stage_list td {
	background: #fff;
	padding: 0.5em;
	vertical-align: top;
}
table.open_stage_list td a {
	color: #333;
}
table.open_stage_list td:hover  {
	background: #cceeeb;
}
table.open_stage_list td:nth-of-type(1) {
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	background: #eee;
	padding: 0.5em;
}

table.open_stage_list td p {
	font-size: 1rem;
	line-height: 1.25;
}
table.open_stage_list td p.name {
	font-weight: bold;
	margin-bottom: 0.25em;
}
table.open_stage_list td p.title {
	font-size: 0.875em;
}
table.open_stage_list td.celemony {
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 599px) {
	table.open_stage_list th span {
		display: none;
	}
	table.open_stage_list th {
		font-size: 12px;
	}
	table.open_stage_list td p.name {
	}
	table.open_stage_list td p.name {
	}
	table.open_stage_list td:nth-of-type(1) {
		font-size: 12px;
	}
}



/* 詳細データ */
ul.os_data {
	margin: 100px 0;
}
ul.os_data li {
	margin-bottom: 3em;
}
ul.os_data li p {
	font-size: 1rem;
	line-height: 1.5;
}


ul.os_data li .list_head {
	margin-bottom: 0.5em;
	background: #666;
	color: #fff;
	padding: 0.25em 0.75em;
	border-radius: 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: -webkit-flex-end;
	align-items: flex-end;
	/*
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
}
ul.os_data li .list_body {
	padding: 0 0.75em;
}

ul.os_data li .list_head p.name {
	font-size: 1.25em;
}
ul.os_data li .list_head p.day_time {
	font-size: 1em;
	margin-left: 2em;
}
ul.os_data li .list_head p.day_time span.time:before {
	/* 時計アイコン */
	content: "\f017";
	font-family: fontAwesome;
	margin-left: 0.5em;
	margin-right: 2px;
}

ul.os_data li .list_body p.title {
	font-size: 1.25em;
	margin-bottom: 0.25em;
	font-weight: bold;
}
ul.os_data li .list_body p.summary {
}

@media screen and (max-width: 599px) {
	ul.os_data li .list_head {
		display: block;
	}
	ul.os_data li .list_head p.name {
		font-size: 1.125em;
	}
	ul.os_data li .list_head p.day_time {
		font-size: 0.875em;
		margin-left: 0;
	}
	ul.os_data li .list_body {
		padding: 0 0.25em;
	}
	ul.os_data li .list_body p.title {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.25;
		margin-bottom: 0.5em;
	}
	ul.os_data li .list_body p.summary {
		font-size: 0.875em;
	}

}