@charset 'Shift-JIS';

/*
	短波研究室用CSS
	Nov.05, 2021 :	初版
*/

/*
***** Voice of Koreaの周波数別スケジュールの設定 *****
	先頭の項目名<th>は<thead>、データ部は<tbody>
	<th>にsubtitleクラスを指定しない
*/

/* 入力フォーム */
h3#frequency + form {
	max-width: calc(4em + 1.7em * 21 + 2px * 21 - 2em);	/* 表の横幅に合わせる、-2emはpadding分 */
}

#radio_b {
/* RadioButton */
	margin-left: 2em;
}

/* 表 */
/*
table.frequency_sked {
	table-layout: fixed;
}
*/

table.frequency_sked thead th {
	width: 1.2em;
	min-width: 1.2em;
	font-weight: normal;
}

table.frequency_sked thead th:first-child {
	width: 3.5em;
	min-width: 3.5em;
}

table.frequency_sked tbody th {
	text-align: right;
}

table.frequency_sked td {
	text-align: center;
}

/* ***** ここまで周波数別スケジュールの設定 ***** */
