@charset "UTF-8";
   
/* ------------------------------------------------------------
	00. RESET SETTING CSS
   ------------------------------------------------------------ */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form, 
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0; 
	padding: 0;
	border: 0;
}
html {
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%; 
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
fieldset,
img {
	 border:0;
}
img {
	 border:0;
	 vertical-align: middle;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal; 
	font-weight: normal;
}
sup {
  font-size: 70%;
  vertical-align: text-top;
}
sub {
  font-size: 70%;
  vertical-align: baseline;
}

/* ------------------------------------------------------------
	01. FONT SETTING CSS
   ------------------------------------------------------------ */

body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	font-size: 1.4rem;
	font-weight: 200;
	color: #333;
}
table {
	font-size:inherit;
	font:100%;
}
* {
	max-height: 999999px;
	box-sizing: border-box;
}
a{
  text-decoration: none;
}
a:focus{
  outline: none;
}