@charset "UTF-8";

#base
{
/*	border:1px solid #f00;*/

	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

#base tr
{
	border-bottom:1px dashed #999;

}
#base tr:last-child
{
	border-bottom:none;

}

/*#base th:last-child*/
/*{*/
/*	border-bottom:none;*/
/*}*/
/**/
/*,*/
/*#base td:last-child*/
/*{*/
/*	border-bottom:none;*/
/*}*/

th,td
{
	padding:0.3em;
}


.sub_table
{
	margin:-0.3em;
}

.tjust
{
	text-align-last: justify;       /* Chrome・Firefox用 */
	text-justify: inter-ideograph;  /* IE・Edge用 */

/*    text-align: justify;*/
/*	text-align-last：justify*/
}

.wrap_time
{
	padding-left:2rem;

	vertical-align:top;

}
