@charset "utf-8";
/* CSS Document */

/*typesetting.php*/
#typesetting thead th {
	color: #000;
	font-weight: normal;
}
#typesetting tbody th {
	width: 11em;
	font-size: small;
}
#typesetting td {
	width: 80%;
}
#typesetting .figure {
	width: 132px;
}
#typesetting .description {
	margin: 0 0 0 148px;
}

#typesettingprice tbody th {
	width: 11em;
	font-size: small;
	text-align: center;
	background-color: #cfc;
}
#typesettingprice td {
	width: 80%;
	text-align: left;
}

#typesettingprice .note {
	margin: 0;
	padding: 0 5px;
	font-size: small;
}
#typesettingprice h3 {
	margin-bottom: 0;
}


