@charset "UTF-8";

/*reset
-----------------*/
html,
body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

  /*    "ヒラギノ明朝 Pro W3", 
   "Hiragino Mincho Pro", 
   serif;
*/
}

ol,
ul,
li,
tr,
th,
td,
dl,
dt,
dd {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
  border: none;
}

/*body {
  background: url(../img/dotBg.png) 0 0 repeat-x,url(../img/paperCut.png) 0 0 repeat-x,url(../img/bgRing.png) center center no-repeat, url(../img/textureBg.png) 0 0;
  background-size: auto, auto, 100%, auto;
  color: #4D4D4D;
  background-attachment:scroll, scroll, fixed, fixed;
}*/

/*font-size
-----------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
}
h1 {
  font-size: 1rem;
}
#headerWrap > dl {
  font-size: 1.6rem;
}
#headerWrap > a > dl {
  font-size: 1.4rem;
}
#nav > ul > li {
  font-size: 1.6rem;
}
#footer > dl {
  font-size: 1.4rem;
}
#footer > p > small {
  font-size: 1.2rem;
}
table {
  font-size: 1.4rem;
}
p {
  line-height: 1.7em;
}
