@charset "utf-8";

/* ===================================================================
CSS information

 file name  :print_top.css
 style info :トップページ印刷用
=================================================================== */

@media print {


html {
	background-color: #fff;
}

body {
	*zoom: 0.7;
	-ms-zoom: 0.69;

}


.nodisplay {
	clear:both;
	display:block;
	width:600px;
	border-top: 1px #000 solid thin;
	margin-top:20px;
	padding:10px;
	text-align:right;
	font-size:12px;
}

.btn,
.prod_box .btn_prod,
.prod_box .btn_app,
.prod_box .btn_eqp,
.prod_box_jp ul,
.location_p,
.recruit_p,
.footer_logo,
.pagetop,
.topbottom {
	display:none;
}


.print {
	display: block !important;
}

.print_location {
	display: block !important;
	float:left;
	margin:0 0 0 400px;

}

.print_recruit {
	display: block !important;
	float:left;
	margin:-92px 0 0 650px;
}

.news_scroll-center {
	margin:-350px auto 0 auto;
}

.box dl {
	width:290px;
	/margin-top:-1140px;
	padding-top:0px;
	*margin-top:-1140px;
}	

.copy_text {
	font:#000000;
}


}/* 全体の閉じタグ */