.box_15 {
	background: #F2F2F2;
	padding: 1.5em;
	}
.box_15_ttl {
	border-left: solid 4px #585858;
	padding-left: 15px;
	color: #585858;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
.box_15_txt {
	margin-top: 10px;
	}

.box_15 a {
    text-decoration: underline;
}

.table th,td {
    border: solid 1px;              /* 枠線指定 */
}
 
.table table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}

table th{
background: #D8D8D8;
}