﻿/* media="print" メディア指定をした印刷用CSSに以下の記述をする */

消したい要素 {
display: none;
}


@charset "utf-8";

body {
	width: auto;/* スクリーン用のCSSで設定していたページ幅、800pxを解除 */
font-color:#000000;
font-size:11pt;
}
header {
	display: none;
}
h1 {
	display: none;
}

footer {
	display: none;
}


p {
	display: none;
}

a {
	display: none;
}

hr {
	display: none;
}


.none {
	display: none;
}



/* RECRUIT 求人情報
---------------------------------------------------- */
h2.recruit{
padding:0;
font-size:11pt;
font-weight:bold;
}

h2.recruit_message{
	display: none;
}

#qanda{
	display: none;
}

table.recruit{
margin:5px 0 20px 0;
border-collapse: collapse;
}

td.recruit{
padding:5px 10px 3px 10px;
	caption-side:top;
	vertical-align:top;
background-color:#e9e9e9;
border:1px solid #000000;
}

td.recruit_text{
padding:5px 10px 3px 10px;
	caption-side:top;
	vertical-align:top;
border:1px solid #000000;
}








/* フロートクリアー
---------------------------------------------------- */
.clear{
clear:both;
}







/* ページトップに戻るの設定
---------------------------------------------------- */
p.gototop {
	display: none;
}






