@charset "utf-8";

/* FAX注文表プリント専用CSS
=============================================== */

/*FAX注文表*/

div#faxarea {
	width: 640px !important;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	color: #302D28;
}

div#faxarea table {
	width: 640px !important;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 85%;
}

div#faxarea table th {
	width: 150px !important;
	margin: 0;
	padding: 4px;
	background: #FAFDD9;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div#faxarea table td {
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div#faxheader {
	width: 640px;
	margin: 0;
	padding: 0;
	clear: both;
}
div#faxtitle {
	width: 240px;
	height: 55px;
	margin: 0;
	padding: 0 0 2px;
	float: left;
}
div#faxno {
	width: 350px;
	margin: 0;
	padding: 25px 0 2px;
	text-align: right;
	font-size: 130%;
	float: right;
}

div#faxno strong {
	padding: 0 0 0 10px;
	font-size: 150%;
	color: #CC0000;
}
div#faxline {
	width: 640px;
	margin: 0;
	padding: 2px 0;
	clear: both;
	font-size: 130%;
	text-align: center;
	background: #B5D789;
	display: none;
}

div#faxcomment {
	margin: 0;
	padding: 20px 0 3px;
	clear: both;
	font-size: 80%;
	display: none;
}

div#faxprint,
div#faxclose {
	display: none;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-big {
	font-size: 125%;
}

