@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## テイチクからのお知らせ ######################################## */

#topics > h2::after {
	content: "テイチクからのお知らせ";
}

#topics > h2.stayathome::after {
	content: "#ウチで過ごそう";
}

/* L2 **************************************** 一覧 **************************************** */

#list a {
	display: block;
	text-decoration: none;
	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
#list a:hover {
	background: rgba(0, 0, 0, 0.05);
}

#list dl {
	display: table;
	width: 100%;
	padding: 0.5em 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
#list a:first-child dl {
	border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

#list dl dt {
	display: table-cell;
	width: 12em;
	font-size: 1.6rem;
	color: #666600;
	text-align: center;
	vertical-align: middle;
}
#list dl dt::before {
	content: "\f017 ";
	font-family: "FontAwesome";
	margin-right: 0.4em;
}

#list dl dd {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

#list dl.new dd {
	font-weight: bold;
}

/* L2 **************************************** 記事 **************************************** */

#article ul.signature {
	text-align: right;
}

#article ul.signature li::before {
	display: none;
}

/* L2 **************************************** 大バナー（オンラインイベントスケジュールほか） **************************************** */

p.big-banner {
	padding: 0 5px;
	margin-top: 1em;
	text-align: center;
}


/* L2 **************************************** format.css 上履き **************************************** */

#topics.format div.box {
	padding-left: 4%;
	padding-right: 4%;
}

/* ****************************** table 関連 ****************************** */

/* L3 ======================================== table 要素 ======================================== */

#topics table {
	position: relative;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	
	box-sizing: border-box;
}

/* L3 ======================================== caption 要素 ======================================== */

#topics table caption {
	position: relative;
	margin-left: 1.6em;
	margin-bottom: 0.2em;
	color: #444444;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0.1em;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#topics table caption::before {
	content: "\f022";
	position: absolute;
	top: -1px;
	left: -1.4em;
	margin-right: 0.5em;
	font-family: "FontAwesome";
}

/* L3 ======================================== tr 要素 ======================================== */

#topics table thead tr {
	background: rgba(0, 0, 0, 0.04);
}

/* L3 ======================================== th 要素 ======================================== */

#topics table th {
	padding: 0.5em 25px;
	color: #666600;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #bbbbbb;
}

/* L3 ======================================== td 要素 ======================================== */

#topics table tbody td {
	font-size: 1.3rem;
	vertical-align: middle;
	border: 1px solid #aaaaaa;
}

#topics table tbody td.time1 {
	white-space: nowrap;
	padding: 1em 10px;
	text-align: center;
	border-right: none;
	
	background: rgba(0, 0, 0, 0.02);
}
#topics table tbody td.time2 {
	padding: 1em 10px;
	text-align: center;
	white-space: nowrap;
	border-left: 1px dotted #aaaaaa;
}

#topics table tbody td.record {
	padding: 1em 20px;
}

#topics table tbody td.type,
#topics table tbody td.before,
#topics table tbody td.after {
	padding: 0.4em 20px;
	text-align: center;
}

#topics div.price {
	display: inline-block;
	width: 40%;
}



/* L4 ---------------------------------------- .format リスト 上書き ---------------------------------------- */

#topics table ul {
	margin-left: 20px;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


