@charset "UTF-8"

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

html {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    background-color: #f2f5f7;
    font-size: 10pt;
    height: 100%;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	border: 2px solid #ccc;
}
td {
	border: 2px solid #ccc;
}
.quantity {
	text-align: right;
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
}
@media screen and (max-width: 440px) {
	table {
		width: 100%;
	}
	tr {
		display: block;
		position: relative;
		border: 1px solid #dcdcdc;
	}
	tr:nth-child(2n) {
		background-color: #f3f3f3;
	}
	tr:nth-child(2n+1) {
		background-color: #fcfcfc;
	}
	th {
		display: none;
	}
	td {
		border: 0px !important;
		padding: 6px 5px;
	}
	.order_number {
	}
	.order_date {
		text-align: right;
		position: absolute;
		top: 0;
		right: 0;
	}
	.product_number {
	}
	.product_name {
	}
	.quantity {
	}
	.tracking_number {
		position: absolute;
		top: 49%;
		right: 5px;
		z-index: 9999;
		background-color: transparent;
	}
	.button {
	    padding: 5px 15px;
	    border-top: 1px solid #000000;
	    border-left: 1px solid #000000;
	    border-right: 1px solid #000000;
	    border-bottom: 3px solid #000000;
	    border-radius: 5px;
	    text-decoration: none;
	    white-space: nowrap;
	}
}
