@charset "utf-8";
/* CSS Document */

/* 表 */

table.table1 td, table.table1 th {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border: none;
}

table.table1 td.bt, table.table1 th.bt {
	border-top: 1px solid gray;
}
table.table1 td.br, table.table1 th.br {
	border-right: 1px solid gray;
}
table.table1 td.bb, table.table1 th.bb {
	border-bottom: 1px solid gray;
}
table.table1 td.bl, table.table1 th.bl {
	border-left: 1px solid gray;
}

table.table1 td.bcp {
	background-color: pink;
}
table.table1 td.bcb {
	background-color: #d1ffff;
}
table.table1 td.bcy {
	background-color: #ffffc6;
}
table.table1 td.bans {
	background-image: url(../../../_image/hatching_coral.svg);
	background-size: 261px 174px;
}


table.table2 th, table.table2 td {
	padding: 0 2px;
	text-align: center;
}
table.table2 th{
	font-weight: normal;
}


/* スマートフォン用「横位置推奨」 */
div.forSmartphoneTemp {
	text-align: center;
	color: white;
	background-color: coral;
}
@media (min-width: 400px) {

/* スマートフォン用「横位置推奨」を非表示に */
div.forSmartphoneTemp {
	display: none;
}

}
