@charset "UTF-8";

input
{
	padding: 2px 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

textarea
{
	padding: 2px 4px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.25em;
}

select
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

option
{
	display: block;
}

#name, #kana
{
	width: 350px;
}

#age
{
	width: 20px;
}

#school, #department, #company, #division, #post
{
	width: 350px;
}

#zip
{
	width: 60px;
}

#tel
{
	width: 95px;
}

#email
{
	width: 350px;
}

#address
{
	width: 350px;
}

#reason, #license, #career, #free, #contents
{
	width: 350px;
	height: 68px;
}

.success, .failure
{
	padding: 1ex;
	background: #ffffee;
	border: 1px solid #999999;
}

.success p
{
	color: #009900;
	line-height: 1.5em;
}

.failure p
{
	color: #cc0000;
	line-height: 1.5em;
}

.error
{
	padding-top: 4px;
	padding-bottom: 4px;
	background: #ff9999;
	border: 1px solid #cc0000;
}

.error_text
{
	color: #cc0000;
}