@charset "utf-8";

/*============================================================

企業情報登録ページ

============================================================*/

/*------------------------------------------------------------

レイアウト

------------------------------------------------------------*/

/* 共通 */
#company_application {
	width: 600px;
	padding: 25px 30px;
	margin: 80px auto 1.5em;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 4px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 4px -3px rgba(0,0,0,0.5);
	position: relative;
	behavior: url("/js/PIE.htc");
}
	#company_application h1 {
		padding: 0.5em 0 2em;
		text-align: center;
	}
	#company_application p.error {
		text-align: left;
	}
	#company_application table {
		margin: auto;
		margin-bottom: 1em;
	}
		#company_application table th, #company_application table td {
			padding: 7px;
			vertical-align: middle;
		}
		#company_application table th {
			text-align: center;
			font-weight: bold;
			width: 100px;
		}
			#company_application table th a {
				font-weight: normal;
			}
			#company_application table td textarea {
				height: 75px;
			}
	#company_application h2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 20px;
	}

#copy {
	width: 600px;
	margin: auto auto 20px auto;
	text-align: center;
	color: #999;
}

.lineHeight150pc {
	line-height: 150%;
}

.logo-relative{
	position:relative;
}

.logo-absolute{
	position: absolute;
	bottom: 10px;
	right: 0;
}