@charset "utf-8";
/* =Default
-------------------------------------------------------------- */

/* =reset.css
-------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

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 {
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
	box-sizing: border-box;
	cursor: default;
	font-family: sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  font-style: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: none;
	font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: dotted 1px;
  cursor: help;
}

table {
  border-collapse:collapse;
  border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 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;
}


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;}





/* =Fonts family,size
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body,
a,
input,
textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =a style
-------------------------------------------------------------- */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link	{
	text-decoration: none;
}

a:visited	{
	text-decoration: none;
}

a:hover	{
	text-decoration: none;
}

a:active	{
	text-decoration: none;
}

.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; }
