@charset "UTF-8";

table.mailform {
	width: 100%;
	margin: 2em auto 0;
}

table.mailform tr th,
table.mailform tr td {
	display: block;
	padding-top: 0;
	text-align: left;

}
table.mailform tr th {
	font-weight: bold;
}
table.mailform tr td {
	padding: 0.2em 0 1.5em;
}

table.mailform td input {
	padding: 0.5em;
	font-size: 1em;
}

table.mailform td label {
	padding-right: 1em;
}
table.mailform td input,
table.mailform td textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.15em;
}

table.mailform .cell {
	padding-left: 2em;
}
table.mailform .cell input {
	width: 90%;
}

table.mailform td.radio input {
	width: 1em;
	padding: 0.5em 2em 0.5em 0.5em;
}
table.mailform td.bt {
	text-align: center;
}
table.mailform td.bt input {
	width: 11em;
	padding: 1em 0;
	font-weight: bold;
}
table.mailform td.bt.reset {
	font-size: 0.875em;
}
table.mailform td.bt.reset input {
	width: 8em;
	padding: 0.5em;
}

table.mailform tr th span {
	padding-left: 0.5em;
	color: #cc0000;
	font-weight:bold;
}

@media only screen and (min-width: 768px) {

table.mailform {
	width: 60%;
}


} /* 768px */