@charset "utf-8";

table.normal-table thead tr th { font-size: 1.3rem; }
table.normal-table tbody tr td a.link { color: #1f5eb3; }
table.normal-table tbody tr td a.link:hover { text-decoration: underline; }

.detail-content-wrap .btn-wrap { float: right; }

@media all and (max-width: 600px) {
	.content-area.intro-area .btn-wrap { float: none; text-align: center; }
	.content-area.intro-area .btn-wrap .btn-center button { min-width: 80px; }	
	.detail-content-wrap .btn-wrap { float: none; }
}

