﻿@charset "utf-8";

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

  * Filename:      print.css
  * Description:   CSS only for print media.
  * Version:       2010-11-29 (YYYY-MM-DD)
  * Website:       http://malugen.net/
  * Auther:        琉球広告企画
  * Copyright:     丸玄建設

  == Font-Size: =================================

  77%  = 10px  |  124% = 16px  |  170% = 22px
  85%  = 11px  |  131% = 17px  |  177% = 23px
  93%  = 12px  |  139% = 18px  |  185% = 24px
  100% = 13px  |  147% = 19px  |  193% = 25px
  108% = 14px  |  154% = 20px  |  200% = 26px
  116% = 15px  |  162% = 21px  |

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



/*
		共通
---------------------------------------------*/
body {
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	color: #000000;
	background-color: #FFFFFF;
	}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
	}

img {
	border: 0;
	}

.printDelete {
	display: none !important;
	}

#header {
	display: none !important;
	}

#container {
	width: 640px !important;
	}

#footer {
	display: none !important;
	}

#webDebugToolbar {
	display: none !important;
	}

.printRayout {
	padding: 0 !important;
	}



/*
		タイムカード閲覧
---------------------------------------------*/

#timecard #formArea {
	display: none !important;
	}


/*
		出勤状況表
---------------------------------------------*/

#syukkinhyou {
	width: 970px ! important;
	}



/*
		工事日誌
---------------------------------------------*/

#nissi {
	width: 640px ! important;
	}

#nissi .nissi-wrapper {
	height: 860px;
	}

#nissi .comName {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 86%;
	color: #999;
	}



/*
		資材受払簿
---------------------------------------------*/

#sizai {
	width: 640px ! important;
	}



/*
		工事実費
---------------------------------------------*/

#jippi {
	width: 640px ! important;
	}
