/* 共通設定 */
*{
	font-size: 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
header {
	display: none;
}

article {
}

/* ヘッダー */
#header {
	display: none;
}
/* タブ */
nav {
	display: none;
}
/* レジ機能 */
#datalist {
	display: none;
}
#calc {
	display: none;
}
.pages {
	display: none;
}
#receipt {
	width: 6cm;
}
#total {
	display: none;
}
#regist {
	display: none;
}
#receipt_body {
}
#print_head{
	text-align: center;
}
#print_head h1{
	font-size: 1.0em;
}
#print_name {
	font-size: 1.3em;
}
#print_addr {
	font-size: 0.7em;
}
#print_url {
	font-size: 0.7em;
}
#print_date {
	text-align: left;
	margin-top: 3mm;
	margin-bottom: 3mm;
}
#receipt_head{
	display: none;
}
#detail {
	width: 6cm;
}
#print_sum {
	font-size: 1.2em;
	font-weight: bold;
}
.dcol1, .dcol2, .dcol3, .dcol4 {
	border-bottom: dotted 1px #000;
}
.dcol5, .dcol6 {
	border-bottom: solid 2px #000;
}
.dcol1 {
	text-align: left;
}
.dcol2, .dcol3 {
	text-align: right;
}
.dcol4 {
	display: none;
}
.dcol5 {
	text-align: left;
}
.dcol6 {
	text-align: right;
}
#reset {
	display: none;
}
#regi {
	display: none;
}
#data {
	display: none;
}
#print {
	display: none;
}
#calc {
	display: none;
}
