@charset "UTF-8";
/* CSS Document */

div.wrapper {
	max-width: 900px;
}

td,dd,p {
	text-align: justify;
}

th,
td {
	border-left:0;
	border-right:0;
	font-size: 0.9rem;
}

th {
	width: 30%;
	min-width: 180px;
}

td dt {
	font-weight: 700;
}

td dd {
	margin-bottom: 20px;
	margin-left: 15px;
}

td dd p{
	margin-bottom: 15px;
}

td a {
	color: var(--link_blue);
	text-decoration: underline;
}

p.epsilon {
	border-top: solid 1px #ccc;
	padding-top: 15px;
	margin-bottom: 15px;
}

/************
レスポンシブ
************/
@media (max-width: 485px){
	th,
	td {
		width: 100%;
	}
	
	th {
		border-top: solid 1px #ccc;
	}
	
	tr:last-child td {
		border-bottom: solid 1px #ccc;
	}
}