@charset "utf-8";

/* --------------------------------------------------
 * RESET
 * --------------------------------------------------
 */


/* html reset */
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, option, 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 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	line-height: 1.4;
	font-size: 12px;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio[controls],
canvas,
video {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/*----------------------------------------
	Text
----------------------------------------*/
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

em {
	font-style: normal;
}

strong, b {
	font-weight: bold;
}

sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

br {
	*letter-spacing: 0;
}

input, select {
	font-family: 'Noto Sans', 'メイリオ', osaka, sans-serif;
	vertical-align: middle;
}


/*----------------------------------------
	List
----------------------------------------*/
ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/*----------------------------------------
	HR
----------------------------------------*/
hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}

/*----------------------------------------
	IMG
----------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

/*----------------------------------------
	Clearfix
----------------------------------------*/
.cfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*----------------------------------------
	Utility
----------------------------------------*/

/* font-weight */
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }

/* font-style */
.fyn { font-style: normal; }
.fyi { font-style: italic; }

/* text */
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.tal { text-align: left !important; }

/* kerning */
.km001 { letter-spacing: -0.01em !important; }
.km002 { letter-spacing: -0.02em !important; }
.km003 { letter-spacing: -0.03em !important; }
.km004 { letter-spacing: -0.04em !important; }
.km005 { letter-spacing: -0.05em !important; }
.km006 { letter-spacing: -0.06em !important; }
.km007 { letter-spacing: -0.07em !important; }
.km008 { letter-spacing: -0.08em !important; }
.km009 { letter-spacing: -0.09em !important; }
.kp001 { letter-spacing: 0.01em !important; }
.kp002 { letter-spacing: 0.02em !important; }
.kp003 { letter-spacing: 0.03em !important; }
.kp004 { letter-spacing: 0.04em !important; }
.kp005 { letter-spacing: 0.05em !important; }
.kp006 { letter-spacing: 0.06em !important; }
.kp007 { letter-spacing: 0.07em !important; }
.kp008 { letter-spacing: 0.08em !important; }
.kp009 { letter-spacing: 0.09em !important; }

/* nowrap */
.nowrap {
	white-space: nowrap;
}