@charset "Shift_JIS";
/*
reset.css
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 15px;
	line-height: 1.8;
	font-family: "CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
div {
		box-sizing: border-box;
}
a {
	margin: 0;
	padding: 0;
	color: #0057C1;
	font-size: 100%;
	line-height: 1.4;
	text-decoration: none;
	border-bottom: 1px solid;
	vertical-align: baseline;
	background: transparent;
	transition: 0.5s;
	box-sizing: border-box;
}
a:visited {
	color: darkslateblue;
}
a:hover {
	opacity: 0.8;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #707070;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 100%;
	font-family: "CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	outline: none;
}
select {
  -webkit-appearance: none;
  appearance: none; /* ftHgΜX^Cπ³ψ */
}
select::-ms-expand {
  display: none; /* ftHgΜX^Cπ³ψ(IEp) */
}
input:hover, select:hover {
	opacity: 0.8;
}
input:focus, select:focus {
	border-width: 2px;
	border-color: #0057C1;
}
img {
	width: 100%;
	height: auto;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* FirefoxAIE */
input[type="number"] {
  -moz-appearance:textfield;
}
@media (max-width: 767.8px) {
	body {
		font-size: 13px;
	}
}