@charset "utf-8";

/*********************************************************************
 *
 * </prof/yakuin/css_v3/style.css>
 *
 * 更新日: 2021/7/22
 *
 *********************************************************************/
div#main table {
	width: 100%;
}
div#main table.no_border tr {
	background: url(/english/common/image/bg_dot_line.gif) repeat-x scroll 0 100%;
}
div#main table.no_border tr.last {
	background: none;
}
div#main table th,
div#main table td {
	padding: 4px 0.375rem 4px 0;
	font-size: 0.9375rem;
	white-space: normal;
}

div#main table th {
	width: 16em;
}

div#main table ul.column li {
	float: left;
	width: 32%;
}

.sp div#main table th {
	width: 7.5em !important;
}

.sp div#main table ul.column li {
	width: 100%;
}