@charset "utf-8";

/*ALL Settings*/
/*-----------------------------------------------*/
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /* font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif; */
  /* font-family: 'Open Sans', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; */

  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*ALL Settings*/

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */


/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a.decoration {
  text-decoration: underline;
  color: #000;
}

a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

a.decoration:visited,
a.decoration:focus,
a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  /*width							:	100%;*/
  border-collapse: collapse;
  border-spacing: 0px;
}