@charset "utf-8";

/******************************************************************************

フォントサイズ設定

body {
	font-size: 75%; 12px
	font-size: 82%; 13px
	font-size: 88%; 14px
	font-size: 94%; 15px
	font-size: 100%; 16px
}

******************************************************************************/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	font-feature-settings: "palt";
	/*text-align: justify;*/
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
img{
	display: inline-block;
}
table {
	font-size: inherit;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
button {
margin: 0;
padding: 3px;
font-style: normal;
font-weight: 400;
font-size: 1em;
color: #000;
letter-spacing: normal;
word-spacing: normal;
line-height: 1.4em;
text-transform: none;
text-indent: 0px;
text-shadow: none;
border: none;
background: #FFF;
display: inline-block;
text-align: start;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
