@charset "utf-8";

/* color="#6699FF" メインカラー */
/* color="#DE41A1" アクセントカラー */

/*-------------------------------------------------*/
/* printerのページのデザイン */
/*-------------------------------------------------*/

table {
	border-collapse:collapse;
}

table tr th, table tr td{
	padding: 10px;
	border: solid 1px #AAAAAA;
}

table tr th{
	width: 150px;
	background: #6699FF;
	color: #FEFEFE;
}

table tr td input#send_button{
	width: 250px;
	height: 40px;
}