@charset "utf-8";
/* CSS Document */

dt {
	width: 12%;
	float: left;
}
dd {
	width: 88%;
	float: left;
}
.circleList li {
	margin-left: 1em;
}
.releaseImg {
	padding-top: 30px;
	text-align: center;
}
.releaseImg .box2_1_pc{
	margin-left: auto!important;
	margin-right: auto!important;
}
@media only screen and (max-width: 541px) {
	dt {
		width: 24%;
		float: left;
	}
	dd {
		width: 76%;
		float: left;
	}
}