body {
	min-width: 300px;
	word-wrap: break-word;
	background-color:#ffffff;
}
.main {
    width: 300px;
    border: 0px solid #ff0000;
    margin: 0 auto;
    text-align:center;
    overflow:hidden;
}
.main-s {
    width: 300px;
    border: 0px solid #ff0000;
    margin: 0 auto;
    text-align:left;
}  
img {
	max-width: 300px;
	height: auto;
	border: none;
	margin: 0 0 5px;
}
hr {
	border: 1.5px #000000 solid;
	margin: 20 0 20px;
}
h1 {
	font-size: 0px;
	line-height: 0px;
	color: #ff0000;
	margin: 0 0 5px;
}
h2 {
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	margin: 0 0 25px;
	background:linear-gradient(transparent 85%, #9932cc 85%);
}
p {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 15px;
}
p.futo {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	background-color: dcdcdc;
	padding: 5 3 5px;
	margin: 15 0 15px;
}
p.siro {
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	margin: 0 0 15px;
}
p.hidari {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 15px;
	text-align:left;
}
.mura {
	font-weight: bolder;
/*	background:linear-gradient(transparent 75%, #ff00ff 75%);
*/
}
table {
	border: 0px;
	border-style: solid;
	border-color: #000000;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	border-collapse:collapse;
	margin: 0 auto 15px;
}
table tr td {
	border: 0px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	text-align:right;
}
table.no-b {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	border-collapse:collapse;
	margin: 0 auto 15px;
}
 table tr td.no-b {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 7px;
	text-align:left;
}
.bangou {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	margin-bottom: 16px;
}
.invoice {
width: 90%;
	margin-bottom: 10px;
	display: flex;
	margin: 0px auto 14px; 
}
.invoicef {
	font-size: 16px;
	line-height: 12px;
	color: #000000;
	margin-right: 10px;
}
.invoicen {
	font-size: 22px;
	line-height: 12px;
	color: #000000;
}
.tel {
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 30px;
}

.copy {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	margin-bottom: 10px;
}
.marquee {
width:100%;
padding:0.5em 0;
overflow:hidden;
background-color:#000000;
margin-bottom:10px;
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:100%;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}