/* CSS Document */

@media screen and (max-width: 999px) {
	table.TableStyle03 th{
		display: flex;
		align-items: center;
		width: auto;
	}
	table.TableStyle03 th + th{
		flex-grow: 1;
		padding-left: 0;
	}
	table.TableStyle03 td{
		width:100%;
		flex-grow: 1;
	}
	table.TableStyle03 th.Noborder,
	table.TableStyle03 td.Noborder{
		border-bottom: 1px solid #d0d0d0;
		padding-bottom: 10px;
	}
	table.TableStyle03 th div.CommentBox{width:auto;}
}