@charset "UTF-8";

/*------------------
スタイルの初期化
--------------------*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.5;
	vertical-align:baseline;
	background: transparent;
	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

input, button, select {	font-size:12px; font-size:1.2rem;}

ol, ul { list-style:none;}
ol img,
ul img { vertical-align:top;}

blockquote, q {	quotes:none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}

:focus { outline: 0;}
ins {	text-decoration:none;}
del {	text-decoration:line-through;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
	padding:0;
}

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