@charset "Shift_JIS";
body{
  background: #f2f2f2;
  font-family: "Harmonia Sans W01",  YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,main,nav,footer{
  margin:0;
  padding:0;
  letter-spacing: 1px;
  font-size:100%;
  line-height: 1.8;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
img {
  border:0;
  /*vertical-align:bottom;*/
  max-width:100%;
}
ol,ul,li {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
area{
  outline:none;
}
input{
  border-style:none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.f-ja{
  font-family: "Harmonia Sans W01", "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
.f-en{
  font-family: 'Quicksand', sans-serif !important;
}
.f-24{
   font-size: 2.4rem;
}
.f-18{
   font-size: 1.8rem;
}
.f-15{
   font-size: 1.5rem;
}
.f-12{
   font-size: 1.2rem;
}
.f-10{
   font-size: 1.0rem;
}
.f-8{
   font-size: 0.8rem;
}
.f-7{
   font-size: 0.7rem;
}
.f-6{
   font-size: 0.6rem;
}
.s_f-24{
   font-size: 24px;
}
.s_f-15{
   font-size: 15px;
}
.s_f-12{
   font-size: 12px;
}
.s_f-11{
   font-size: 11px;
}
.blc{
  display: block;
}
.in-blc{
  display: inline-block;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.border{
  border-bottom: 1px solid #dddddd;
}
