@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#content
-------------------------------------------------------------------*/
#content table {
	margin-bottom: 60px;
}
#content table th {
	width: 180px;
}
#content table td dl {
	margin-bottom: 20px;
}
#content table td dl.last {
	margin-bottom: 0;
}

#content a{
	text-decoration: underline;
	font-weight: normal;
}

.btn-link{
	margin-top: -40px;
}
