@charset "utf-8";
/* CSS Document */
.section_table {
	display: flex;
	margin-bottom: 10px;
}
.section_table dt {
	width: 13%;
}
.section_table dd{
	width: 87%
}
.section_table span {
	font-weight: bold;
}
.section_table.contact dt {
	width: 26%;
}
.section_table.contact dd{
	width: 74%
}
.section_table .text_small{
	font-size: 84%;
	font-weight: normal;
}