@charset "utf-8";

ul.cause-list {
	margin-left:1.5em;
	list-style-type: circle;
}
ul.cause-list li {
	font-size: 108%;
	list-style-type: disc;
	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;
}


.point-block01 {
	border: 1px solid #EEE;
	padding:2em;
}
.point-block01 ul {
	list-style-type: disc;
}
.point-block01 ul li {
	margin: 0 0 0.5em 2em;
}
.point-block01 ul li strong {
	font-size: 120%;
}



.ip-change {
    margin: 2em 0;
}
.ip-change table {
	width:100%;
    border-collapse: collapse;
	table-layout:fixed;
}
.ip-change table tr:nth-child(odd) {
    background-color: #ddd;
}

.ip-change table th, .ip-change table td {
    padding: 10px;
}
.ip-change table th {
    font-weight: bold;
    text-align: right;
}
.ip-change table td {
	text-align:left;
}