@charset "utf-8";
/**************************************** 
ファイル　：/css/page/applications/index.css
読み込み先：/applications/
備考：
****************************************/

div#applicationsBody{
	width:790px;
	margin:30px auto 0 auto;
	}
div#applicationsBody	.section{
	overflow:hidden;
	zoom:1;
	}
div#contractFotter{
	text-align:center;}

#applicationsBody	hr{
	margin:20px 0;
	height:1px;
	border-width:1px 0 0 0;
	border-style:dashed;
	border-color:#ccc;
	}
#applicationsBody	ul{
	list-style-type:circle;
	}

#applicationsBody	table.form{
	border-width:2px;
	}
	#applicationsBody	table.form, x:-moz-any-link {	margin-left:1px;}

input.postalNumber{
	width:8em;
	}
input.companyTel,
input.companyFax,
input.division,
input.post{
	width:30%;
	}
input.companyName,
input.companyNameFuri,
input.companyEmail,
input.thePersonInCharge
{
	width:70%;
	}
input.companyAddress{
	width:98%;
	}
.errorMessageBox{
	margin-bottom:10px;
	color:#C00;
	border:2px solid #C00;
	}