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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div, li {
	box-sizing: border-box;
}
strong, b {
	font-weight:700;
}
.box10 {
	float:left;
	width:10%;
}
.box15 {
	float:left;
	width:15%;
}
.box20 {
	float:left;
	width:20%;
}
.box25{
	float:left;
	width:25%;
}
.box28{
	float:left;
	width:27.33333333%;
}
.box30 {
	float:left;
	width:30%;
}

.box33 {
	float:left;
	width:33%;
}
.box35 {
	float:left;
	width:35%;
}
.box40 {
	float:left;
	width:40%;
}
.box45 {
	float:left;
	width:45%;
}
.box50 {
	float:left;
	width:50%;
}
.box55 {
	float:left;
	width:55%;
}
.box60 {
	float:left;
	width:60%;
}
.box65 {
	float:left;
	width:65%;
}
.box67 {
	float:left;
	width:67%;
}
.box70 {
	float:left;
	width:70%;
}
.box75 {
	float:left;
	width:75%;
}
.box80 {
	float:left;
	width:80%;
}
.box85 {
	float:left;
	width:85%;
}
.box90 {
	float:left;
	width:90%;
}
.box100 {
	float:left;
	width:100%;
}
.clear {
	clear:both;
}
.padder {
	padding:20px 40px;
}
div, th, td, tr, li, ul, p, h1, h2, h3, h4, h5 {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
		 vertical-align:middle;
}
th, td, tr {
			 padding:6px;

}
a {
	text-decoration:none;
}
.img100 img {
    width: 100%;
    max-width: max-content;
    display: block;
    margin: 0 auto;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.box1000 {
	width:1000px;
	margin:0 auto;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


.sp-only, .sp-break, .br-sp-2, .tab-only {
	display:none;
}
.pc-break, .pc-only {
	display:block;
}
.min1025-only { display:block; }
.max1024-only { display:none; }

@media only screen and (max-width:1024px) {
	.max1024-only {
		display:block;
	}
	.min1025-only {
		display:none;
	}
}
@media only screen and (max-width:767px) {
	.sp-break, .sp-only { display:block; }
	.pc-break, .pc-only, .tab-break, .tab-only { display:none; }
}
input:focus::placeholder {
  color: transparent;
}

a, button {
	cursor: pointer;
	outline: none;
}
