@charset "Shift_JIS";
@import url("layout.css");
@import url("object.css");
/*
 * Reset
 **/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 960px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meriyo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 160%;
  font-size: 1.6rem;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

div, p, ol, ul, li, dl, dt, dd, th, td,
form, fieldset, input, textarea, select, button,
pre, blockquote, address {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-type: none;
}

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

caption {
  text-align: left;
}

fieldset {
  border: 0;
}

input {
  line-height: 1;
}

img {
  border: 0;
  vertical-align: bottom;
}

label {
  cursor: pointer;
}

address {
  font-style: normal;
}

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

/* Box Sizing */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meriyo,"ＭＳ Ｐゴシック",sans-serif;
}

/* Link */

a:hover img, a:focus img {
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
a.current img, a.rollover img {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

/*
 * Module
 **/
/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: inherit;
}

.sp {
  display: none;
}

@media (max-width: 480px) {
  body {
    min-width: 0;
    font-size: 1.2rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inherit;
  }
}

