@charset "utf-8";

/*　Reset 
----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
}

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,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
table,
th,
tr,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

body {
  background-color: #f1f1f1;
	/* font-size: 10.5pt; */
  font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* html body {
	font-size: 16px;
	color: #333;
  font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a,
a:link,
a:visited,
a:active {
  color: #5a0560;
  text-decoration: underline;
}

a:hover {
  color: #ee811f;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

/*	CSS Tricks (Hack)
------------------------------------------------------------------*/

/* 簡易ロールオーバー */
