@charset "utf-8";
/*****基本設定*****/
/* webfont
----------------------------------------------------*/
/*
* "YOz14s" is lisenced under the SIL Open Font License 1.1
* by http://yozvox.web.fc2.com/
*/
@font-face {
  font-family: "yoz";
  src: url("YOz14s.eot?") format("eot"), url("YOz14s.woff") format("woff");
}

/* reset
----------------------------------------------------*/
/* line 38, ../scss/common.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
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;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

/* line 49, ../scss/common.scss */
body {
  line-height: 1;
}

/* line 53, ../scss/common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 56, ../scss/common.scss */
nav ul {
  list-style: none;
}

/* line 59, ../scss/common.scss */
blockquote, q {
  quotes: none;
}

/* line 63, ../scss/common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 67, ../scss/common.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 74, ../scss/common.scss */
del {
  text-decoration: line-through;
}

/* line 77, ../scss/common.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 81, ../scss/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 85, ../scss/common.scss */
input, select {
  vertical-align: middle;
}

/* line 88, ../scss/common.scss */
img {
  border: none;
  vertical-align: top;
}

/* line 92, ../scss/common.scss */
li {
  list-style-type: none;
}

/* base
----------------------------------------------------*/
/* line 100, ../scss/common.scss */
html {
  font-size: 16px;
}

/* line 104, ../scss/common.scss */
body {
  font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  color: #333333;
  line-height: 1.5;
}

/* link
----------------------------------------------------*/
/* line 114, ../scss/common.scss */
a {
  color: #006cd8;
}
/* line 26, ../scss/_setting.scss */
a:link {
  text-decoration: underline;
}
/* line 27, ../scss/_setting.scss */
a:visited {
  text-decoration: underline;
}
/* line 28, ../scss/_setting.scss */
a:hover {
  text-decoration: none;
}
/* line 29, ../scss/_setting.scss */
a:active {
  text-decoration: none;
}

/* clear
----------------------------------------------------*/
/* line 123, ../scss/common.scss */
.clear {
  zoom: 1;
  display: block;
}

/* end */
