@charset "UTF-8";

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

div#mailfrom_hidden_object input {
	margin: 10px;
}

.mailform {
	width: 100%;
}

table.mailform tr th {
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 180px;
}

table.mailform tr td {
	padding: 7px 0px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}

img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}

form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 2px;
	width: 98%;
	margin-bottom: 1px;
}

.mfp_buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.mfp_buttons button {
	width: 180px;
	height: 60px;
	overflow: hidden;
	/* background-color: #FFFFFF; */
	/* background-image: url(../images/mfp_goconfirm.gif); */
	border: none;
	border-style: none;
	cursor: pointer;
}
