@charset "utf-8";
/* CSS Document */

#submitBtn {
	border-style: none;
}

#submitBtn[disabled] {
	color: #333;
	background-color: #eee;
	background-image: url(/assets/images/icon-arrow_02.png);
	cursor: default;
}

#submitBtn.c-button-red {
	cursor: pointer;
}

.hidden {
	visibility: hidden;
}

.l-section#agree .table-component > table {
	border-collapse: collapse;
	border-spacing: 0 0;
}

.l-section#agree .table-component > table > thead th {
	background-color: #e5e5e5;
	border: 1px solid #dddddd;
	white-space: nowrap;
	min-width: 7em;
}

.l-section#agree .table-component > table > tbody td {
	min-width: 6em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.l-section#agree .table-component > table > tbody td.SubHeader {
	background-color: #eeeeee;
}

.l-section#agree .table-component > table a {
	color: #b1000e;
}
