﻿@charset "utf-8";
@import url("../webfont/Noto_Sans_JP/css/NotoSansJP.css");
@import url("../webfont/Awesome/css/all.min.css");
/* =======================================
reset
 ======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	/*	outline: 0;*/
 word-break: break-all;
 word-wrap: break-word;
 
}
html {
	font-size: 62.5%;
	line-height: 1.4em;
	text-align: left;
	color: #000000;
	-webkit-text-size-adjust: none;
font-family: 'NotoSansJP', sans-serif;
font-weight: 300;
	
	
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	/*	border-collapse: separate;*/
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
a:focus {
	/*\*/
	/*overflow: hidden;*/
	/**/
}
option {
	padding-right: 10px;
}
:focus {
	outline: -webkit-focus-ring-color auto 0;
}
/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
/* ------------------------------
	ohter
------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}