﻿@charset "utf-8";
/* booth.html */
.sec-list_pic{
	display: flex;
}
.sec-list_pic li{
	margin: 0 8px;
}
.sec-list_pic figure{
	margin: 0;
}
table.type-booth{
	border-collapse: collapse;
	border: 1px solid #bbb;
	width: 100%;
	max-width: 720px;
}
table.type-booth th,
table.type-booth td {
	border: 1px solid #bbb;
	padding: 10px 20px;
	font-weight: normal;
}
table.type-booth th {
	background-color: #eee;
	text-align: center;
	font-weight: normal;
}
table.schedule th:first-child{
	/* width: 20%; */
}
table.schedule th:nth-of-type(2){
	width: 22%;
}
table.type-booth th.schedule_time {
    width: 22%;
}
/*　table
-------------------------------------*/
.schedule th:first-child{
	/* width: 20%; */
}
.schedule th:nth-of-type(2){
	width: 22%;
}

@media only screen and (max-width: 767px){
	/* スマホ版の左余白が広く空いているのを狭く */
	dl.typeA dd {
		margin: 0 0 1em 0;
	}
	/* 内側に追加（このクラス名は別で使用してるやつだから命名を変える） */
	.bder {
        padding: 10px;
    }
	/*　table ---------*/
	/* booth */
	/* PCで表示していた列を削除 */
	thead {
		display: none;
	}
	/* 見出しを表示 */
	table.type-booth{
		border-bottom: 0;
	}
	table.type-booth th,
	table.type-booth td {
		border: 0;
		border-bottom: 1px solid #bbb;
		padding: 10px 20px;
		font-weight: normal;
		width: 100%;
	}
	main table.type-booth td.td-txt{
		display: flex;
		box-sizing: border-box;
		padding: 0;
		width: 100%;
	}
	main table.type-booth td:before {
		background-color: #cceeff;
		content: attr(data-label);
		display: inline-block;
		/* float: left; */
		font-weight:bold;
		padding: 10px 20px;
		width: 30%;
	}
	.td-txt div{
		padding: 10px 20px;
		width: 70%;
	}
	/* PCで表示していた列を削除 */
	.schedule thead {
		display: none;
	}
	.schedule td:before {
		display: table-cell;
		content: attr(aria-label);
		float: left;
		font-weight:bold;
		font-size:90%;
		margin-right:10px;
		text-align: left;
		position: relative;
		top: 2px;
		min-width: 50px;
	}
	.schedule th:first-child{
		width: 100%;
		box-sizing: border-box;
	}
	.schedule th:nth-of-type(2){
		width: 100%;
		box-sizing: border-box;
	}
}