@charset "UTF-8";

/* -------------------------------------------------------------------------
 承認依頼書
------------------------------------------------------------------------- */
#workflow {
	clear: both;
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	border-bottom: 2px solid #000;
}
#workflow input {
	display: none;
}
#workflow #approval {
	float: right;
}
#workflow #approval p {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 10px;
}
#workflow table,
#workflow tr,
#workflow th,
#workflow td {
	border: 2px solid #000;
	border-collapse: collapse;
}
#workflow table {
	float: right;
	margin-left: 10px;
}
#workflow table caption {
	text-align: left;
}
#workflow table th {
	padding: 5px 3px;
	text-align: center;
	font-weight: bold;
}
#workflow td {
	width: 100px;
	height: 100px;
}
#workflow .print{ display:none;}


