@charset "utf-8";

/********************* receipt.html用 *********************/

/* receipt_table */
@media print, screen and (max-width: 639px) {
	.receipt_table {}
	.receipt_table th,
	.receipt_table td {
		display: block;
		width: 100%;
		text-align: left;
	}
}

/* receipt_qa */
.receipt_qa {}
.receipt_qa dt {
	margin-left: 1.5em;
	font-weight: bold;
}
.receipt_qa dt:before {
	display: inline-block;
	content: "Q.";
	color: #ff3399;
	font-weight: bold;
	text-indent: -1.5em;
}
.receipt_qa dd {
	margin-left: 1.5em;
}
.receipt_qa dd:before {
	display: inline-block;
	content: "A.";
	color: #09f;
	font-weight: bold;
	text-indent: -1.5em;
	vertical-align: top;
}
.receipt_qa dd > p {
	display: inline-block;
  width: calc(100% - 1.5em);
}
