@charset "UTF-8";

/*--------------------------------------------------------------------
registration.html	(求職者登録)
registration.css
--------------------------------------------------------------------*/
/*タイトル*/
div#Main div#Title h2 {
	background: url(../img/registration/title.png) no-repeat left top;
}

/*コンテンツ 共通*/
div#Registration {
	width: 405px;
	margin: 0 auto;
	padding: 120px 0 5px 20px;
}

div#Registration table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 0 none;
}

div#Registration table tr td {
	width: 50%;
	text-align: left;
	vertical-align: top;
}

div#Registration table tr td {
	width: 50%;
	vertical-align: top;
}

div#Registration table tr td div#WordBtn {
	width: 103px;
	height: 147px;
	margin: 0 auto;
}

div#Registration table tr td div#PdfBtn {
	width: 103px;
	height: 147px;
	margin: 0 auto;
}

div#Registration table tr td div#WordBtn h3,
div#Registration table tr td div#WordBtn p,
div#Registration table tr td div#PdfBtn h3,
div#Registration table tr td div#PdfBtn p {
	display: none;
}

div#Registration table tr td div#WordBtn div a,
div#Registration table tr td div#PdfBtn div a {
	display: block;
	width: 103px;
	height: 147px;
	text-indent: -99999px;
	overflow: hidden;
}

div#Registration table tr td div#WordBtn div a {
	background: url(../img/registration/word.png) no-repeat left top;
}

div#Registration table tr td div#PdfBtn div a {
	background: url(../img/registration/pdf.png) no-repeat left top;
}

div#Registration table tr td div#WordBtn div a:hover {
	background: url(../img/registration/word.png) no-repeat left bottom;
}

div#Registration table tr td div#PdfBtn div a:hover {
	background: url(../img/registration/pdf.png) no-repeat left bottom;
}

/*記入後の表示*/
div#Sends {
	width: 280px;
	margin: 60px auto 0;
	padding: 10px;
	border: 1px solid #005900;
}

div#Sends dl {
	margin: 1em 0 0;
	overflow: hidden;
	font-size: 95%;
}

div#Sends dl dt {
	padding: 0 0.5em 0 0;
	font-weight: bold;
	color: #005900;
	float: left;
	clear: left;
}


/*ダウンロードボタン*/
div#DlBtn {
	width: 280px;
	margin: 30px auto 0 auto;
	padding: 10px;
	border: 1px solid #b8d1b8;
	overflow: hidden;
}

div#DlBtn p {
	line-height: 1.2em;
	font-weight: bold;
}

div#DlBtn div {
	width: 67px;
	height: 27px;
	padding: 0.2em 10px 0 0;
	float: left;
}

div#DlBtn div a {
	display: block;
	width: 67px;
	height: 27px;
	background: url(../img/reader_b.png) no-repeat left top;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
}

div#DlBtn div a:hover {
	background: url(../img/reader_b.png) no-repeat left bottom;
}