/* CSS Document */
.nonIME {
	ime-mode: disabled;
}
.formError2 {
	color:#FF0000;
	width:100%;
	font-size: 14px;
}
table td table,
table td table th,
table td table td {
	border: none;
	background: none;
}
.data-contents #1mei,
.data-contents #2mei,
.data-contents #3mei {
	display: none;
}
/* formPage
----------------------------------------------------*/
form input,
form select,
orm textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
form textarea {
	font-size: 16px;

}


/* input width style
----------------------------------------------------*/



/* submit area style
----------------------------------------------------*/
p#submit {
	margin-top: 30px;
	text-align: center;
}
/*p#submit input {
	width: 150px;
	padding: 5px;
	border: solid 1px #ccc;
	background: #dfdfdf;
}
*/
p#submit input.btn {
	border: none;
}

/* text style
----------------------------------------------------*/
form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
p.formError2 {
	color: #f00;
	text-align: center;
}
p.formMessage {
	margin: 50px 0;
	text-align: center;
}


/*th .must {
	float: right;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 1px 6px 0;
	color: #fff;
	background: #b20000;
	font-size: 84.6%;
	font-weight: bold;
}*/
