@charset "utf-8";

ol.cause-list {
	margin-left:1.5em;
	list-style-type: decimal;
}
ul.cause-list {
	margin-left:1.5em;
	list-style-type: circle;
}

ol.cause-list li, ul.cause-list li {
	font-size: 108%;
	margin-bottom:0.25em;
}


.c-common-table.resolution {
	table-layout:fixed;
	margin-top:2em;
}
.c-common-table.resolution th, .c-common-table.resolution td {
	width:auto;
	text-align: center;
}

p.w700 {
	width:100%;
	text-align:center;
}
p.w700 img {
	max-width:700px;
	width:100%;
	height:auto;
}