@charset 'UTF-8';
@import url(default.css);
@import url(header.css);
@import url(footer.css);
@import url(common.css);

/*-------------------------------------
AUTHORIZATION
-------------------------------------*/
main p {
	line-height: 1.75;
}

/* LOGIN */
table.auth {
	margin: 20px auto;
	border-collapse: separate;
	border-spacing: 10px;
}
table.auth th,
table.auth td {
	vertical-align: middle;
}
table.auth th {
	width: 40%;
	text-align: right;
}
