/* 
----------------------------------------
10px	font-size: 0.85em;
11px	font-size: 0.925em;
12px	75%
13px	font-size: 1.1em;
14px	font-size: 1.2em;
15px	font-size: 1.275em;
16px	font-size: 1.35em;
17px	font-size: 1.45em;
18px	font-size: 1.525em;
19px	font-size: 1.6em;
20px	font-size: 1.7em; 
22px	font-size: 1.85em;
24px	font-size: 2em;
26px	font-size: 2.2em;
28px	font-size: 2.35em;
30px	font-size: 2.52em;
32px	font-size: 2.7em;
----------------------------------------
*/
@charset "utf-8";

/* Reset
---------------------------------------- */
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
fieldset,
img,
abbr {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
address,
caption,
em,
strong,
th,
cite,
optgroup {
	font-style: normal;
	font-weight: normal;
}
img {
	vertical-align: top;
}
textarea,
select {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
a:focus {
	outline: none;
}


