/* ===============================================

				印刷用スタイルシート

=============================================== */

body {
	min-width: 670px;
}

#head, h1, div.location, #recruit .menuArea, #recruit .btnArea, #footer {
	display: none;
}

#container {
	border: none;
	width: 670px;
}

#recruit .confirmhead {
	display: block;
	width: 650px;
	margin: 0 auto;
	text-align: center;
	height: 80px;
}

#recruit .confirmhead h2 {
	font-size: 30px;
	margin: 0;
	position: relative;
	top: 20px;
}

#recruit .confirmhead table {
	width: 180px;
	border: 1px solid #000;
	position: absolute;
	top: 10px;
	right: 10px;
}

#recruit .confirmhead table th {
	height: 20px;
	font-size: 100%;
}

#recruit .confirmhead table td {
	height: 50px;
}

#recruit table.confirm {
/*	width: 100%;*/
}


#recruit table.confirm th.style01 {
	width: 30px;
	border-bottom: 2px solid #000;
}
#recruit table.confirm th.style02 {
	width: 150px;
	border-right: 2px solid #000;
}
#recruit table.confirm td.style01 {
	width: 770px;
	padding-left:5px;
}
#recruit table.confirm td.style02 {
	width: 370px;
	padding-left:5px;
}
#recruit table.confirm th.style03,
#recruit table.confirm td.style03 {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
#recruit table.confirm td.style04 {
	border-right: 2px solid #000;
}


