﻿@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.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;*/
}

html {
	font-size: 62.5%;
	line-height:1.4em;
	text-align:left;
	color:#000000;
	-webkit-text-size-adjust: none;
}

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
------------------------------ */
*{
	/*font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
/*
	font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック',' メイリオ','Meiryo',' ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro',sans-serif;
*/
/*
font-family: 'Noto Sans JP', sans-serif;
*/
	font-family: 'Noto Sans Japanese', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

