@charset "UTF-8";
/* レシート撮影方法 */
/* reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, dl, dt, dd, footer, header, section, article, aside, address, blockquote, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;/* 10px */
}
body {
	font-family: "Avenir","Helvetica Neue","Helvetica","Arial","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,YuGothic,"Yu Gothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(185,237,224,0.50);
	background: #ffffff;
	overflow-wrap: break-word;
	word-break: break-all;
	color: #595757;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: normal;/* for Win YuGothic */
}
html,
body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header,
footer {
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* レシート撮影方法 --------------------------------------- */
.receipt-box {
	text-align: center;
	margin: 0 auto;
}
