@charset "utf-8";


/* -- Reset style
-------------------------------------------------------------------------------- */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
body {
	font: 500 13px/1 "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #444;
	text-align: center;
	letter-spacing: 0;
	background: #FFF;
}
.ua-ie body {
	 font-family: "メイリオ", Meiryo\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body:not(:target) {
		font-family: "メイリオ", Meiryo;
	}
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-style: normal;
	font-weight: normal;
} 
fieldset,img {
	border: 0;
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, button, textarea, select {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, select, textarea {
	vertical-align: middle;
}
textarea {
	resize: none;
}
select::-ms-expand {
	display: none;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 75%;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ul, ol {
	list-style: none;
}
*::selection {
	background: #ffa229;
	color: #000;
}
*::-moz-selection {
	background: #ffa229;
	color: #000;
}



/* -- Clear_fix
-------------------------------------------------------------------------------- */
header:after,
footer:after,
article:after,
.cf:after {
	content: "";
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
