@charset "utf-8";
/* =Default
-------------------------------------------------------------- */

/* =reset.css
-------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
a img{
	border: 0;
}
img {
	vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
hr, legend {
	display: none;
}
audio, canvas, progress, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}


html {
	box-sizing: border-box;
	cursor: default;
	font-family: sans-serif;
  font-size: 10px;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td
{
	margin: 0;
	padding: 0;
}


input, select {
	vertical-align: middle;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
input[type="button"], input[type="submit"], input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[type="submit"], input[type="button"], button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
label { cursor: pointer;}



address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}





/* =Fonts family,size
-------------------------------------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body,
a,
input,
textarea {
	font-family: YakuHanJPs, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* + html body {
    font-family: "メイリオ","Meiryo";
}
table {
    font-size: inherit;
    font: 100%;
}


/* =a style
-------------------------------------------------------------- */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration: underline;
}
a:link	{
	color: #000;
}

a:visited	{
	color: #000;
}

@media all and (min-width: 769px) {
  a:hover	{
    color: #000;
    text-decoration: none;
  }
}

a:active	{
	color: #666;
}


.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}



/*-----------------------------------------------

-----------------------------------------------*/

.dN  { display: none; }
.fL  { float: left; }
.fR { float: right; }
.tL { text-align: left; }
.tR { text-align: right; }
.tC { text-align: center; }
