@charset "UTF-8";

@import url("base.css");
@import url("contents.css");

/* order/chart.html */

#order table.chart {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  margin: 0 0 20px 0;
  font-size:100%;
  width:512px;
}

#order table.chart caption{
  padding: 3px 0;
  text-align:right;
}

#order table.chart th,
#order table.chart td{
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding:3px;
  vertical-align:top;
}
#order table.chart th{
  padding: 3px 0;
  background: #eee;
  text-align:center;
}

#order table.chart th.koumoku{
  width:10em;
}
#order table.chart th.syurui{
  width:9em;
}
#order table.chart th.tanka{
  width:6em;
}

@media print{
	#wrapper {
	  font-size:small;
	}
	
	#menu, #header, #footer, #menuContact, #contentsHeader {
	  display:none;
	}
	
	#contents{
	  margin:0;
	}
	#order table.chart {
	  width:600px;
	}
}



