﻿@charset "UTF-8";
a {
	color: #1EC611;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: thin dotted;
	outline: none;
}
a:hover, a:active {
	outline: 0;
	text-decoration: underline;
}
abbr[title] {
	border-bottom: 1px dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline;
	zoom: 1;
}
audio:not([controls]), [hidden] {
	display: none;
}
b, strong {
    font-weight: 700;
    font-size: 18px;
}
body, button, input, select, textarea {
	font-family: sans-serif;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: middle;
}
button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
dd {
	margin: 0;
}
dfn {
	font-style: italic;
}
div.overlay-bg {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	overflow-y: scroll;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: bottom;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=search] {
	-moz-box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
legend {
	border: 0;
}
mark {
	background: #ff0;
	color: #000;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li {
	list-style: none;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code, kbd, samp {
	_font-family: 'courier new', monospace;
	font-family: monospace, serif;
	font-size: 1em;
}
q {
	quotes: none;
}
q:before, q:after {
	content: none;
}
small {
	font-size: 75%;
}
sub {
	bottom: -.25em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collassspse;
	border-spacing: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
ul, ol {
	margin-left: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font-size: 15px;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	min-width: 980px;
}
body, html {
	height: 100%;
}

/**-----------------------------------------------------------------------*
	スマホ
*-----------------------------------------------------------------------**/
@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
		min-width: 320px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
