@charset "utf-8";

/* ############# 固定設定ここから ############# */
* {
	margin:0;
	padding:0;
  color: #333;
}
html {
    margin: 0;
    overflow-y: scroll;
    font-size: 62.5%;/* ##### 16px ##### */
}
body {
    background: #FFF url(../img/bg.gif) no-repeat left top;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6em;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
p,li,dt,dl {
  font-size: 1.6rem;
  line-height: 1.7em;
}
p {
  text-align: justify;	
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size:1.6rem;
}
h6 {
  font-size: 1.4rem;
}
img {
	border:0;
}
ul {
  list-style:none;
}
.clear {
    clear: both;
}
/* ############# 固定設定ここまで ############# */