/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  zoom: 1;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: normal;
}

html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 130%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

ul,
dl,
ol {
  list-style-type: none;
  list-style-position: outside;
  text-indent: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address,
ul,
dl,
ol,
th {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym {
  border: 0;
}

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;

  vertical-align: baseline;
  /* [disabled]background:transparent; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


.clear {
  clear: both;
}

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

.clearfix {
  min-height: 0px;
}

* html .clearfix {
  height: 0px;
  /*\･*/
  /*/
  height: auto;
  overflow: hidd;
  /**/
}



/* ------ Body ------ */

body {
  font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  color: #333;
  line-height: 160%;
  text-align: left;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
  font-size: 80%;
  background-color: #ffffff;
}


/* ------ Anchor ------ */

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: underline;
}

a:link {
  text-decoration: none;
  color: #0000ff;
}

a:visited {
  text-decoration: none;
  color: #800080;
}

a:hover {
  color: #ff8000;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #ff8000;

}

a img {
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -moz-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}