@charset "UTF-8";
#contentsBlock .content h4 {
	padding-top: 30px;
    margin: 20px 0 15px;
}
#contentsBlock .content h4:first-of-type {
	margin-top: -30px;
}

.details_txtarea ul{
    padding: 0 20px;
}
.details_txtarea ul li{
	display: list-item;
	list-style: disc;
    margin: 0 0 10px 1em;
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.link_list {
		display: block;
		padding: 0 10px;
	}

		.link_list dt,
		.link_list dd {
			width: 100%;
		}

		.link_list dt {
			margin: 0 0 0 0;
		}
}
