/*印刷用CSS*/

@media Print {
	div {
		margin: 0;
		padding: 0;
	}

	.navbar, .span3 {
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
	}

	.span9, .row-fluid {
		margin: 0;
		padding: 0;
	}

	body {
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: white;
		background-image: none;
		font-size: 10px;
		line-height: 1.6em;
	}

	table {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		width: 100%;
	}
	th, td {
		border: 2px solid #473533;
		padding: 6px 8px;
		vertical-align: top;
		text-align: center;
		font-size: 10.5pt;
	}
	#for_print {
		width: 90%;
		text-align: left;
		margin: 0;
		padding: 0;
	}

	#for_print p {
		position: relative;
		width: 100%;
	}

	.no_print {
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
		display: none;
	}

	.sheet_title {
		display: block;
		background-color: #ccc;
		border: solid 1px #666;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		padding: 8px;
		margin: 0px;
	}

	.sheet_to {
		text-align: left;
		line-height: 1.6em;
		font-size: 16px;
		padding: 0;
		margin: 0px;
		float: left;
	}

	.sheet_header {
		text-align: right;
		padding: 0;
		margin: 0;
		float: right;
	}

	.sheet_line {
		border-bottom: solid 1px #666;
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 8px;
	}

	.view_table th {
		font-weight: bold;
	}

	.view_table th, .view_table td {
		border: 1px solid #473533;
		padding: 6px 8px;
		vertical-align: top;
		text-align: center;
		font-size: 9pt;
		table-layout: fixed;
	}

	.table, .table-striped, .table-bordered, .table-condensed {
		padding: 0;
		margin: 0;
	}

	.view_table {
		clear: both;
		margin: 0 0 20px 0;
		padding: 0;
	}

	.view_table td img {
		max-width: 60px;
		max-height: 60px;
	}

	/*
	 * html body .view_table img{
	 width:expression(this.width >= 100? "100px" : "auto");
	 height:auto;
	 }
	 */
	.vm_table td img {
		max-width: 100px;
		max-height: 80px;
	}
	.vm_table td {
		table-layout: fixed;
	}
	.photo100 {
		width: 100px;
	}
	.view_table td img.list_thum_img {
		max-width: 40px;
		max-height: 30px;
	}
	}
	div#debug-kit-toolbar {
		display: none;
	}
	  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
