/* CSS Document */

@charset "utf-8";

.n_table2 {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.n_table2 th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding: 15px;
}
.n_table2 td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding: 15px;
}
.n_table2 th,.n_table td {
	line-height: 160%;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left !important;
}

.error {
	color: #C00;
}
.gmail {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {.gmail {
    font-size: 110%;
}}