@charset "UTF-8";
/* line 5, ../sass/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../sass/reset.scss */
body {
  font-family: 'Meiryo UI',  'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #FFF;
}

/* line 18, ../sass/reset.scss */
body .site {
  box-shadow: none;
  padding: 0;
}

/* line 23, ../sass/reset.scss */
.clear {
  clear: both;
}

/* line 27, ../sass/reset.scss */
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
}

/* line 43, ../sass/reset.scss */
#main #content .entry-content div,
#main #content .entry-content p {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.6;
}
/* line 51, ../sass/reset.scss */
#main #content .entry-content ul {
  list-style: none;
}
/* line 54, ../sass/reset.scss */
#main #content .entry-content ul li {
  margin-left: 12px;
}

/* line 60, ../sass/reset.scss */
#secondary .widget {
  border: 0;
}

/* line 64, ../sass/reset.scss */
#secondary .widget li {
  list-style-type: none;
}

/* line 68, ../sass/reset.scss */
.widget-area .widget p {
  margin-bottom: 0;
  line-height: 1.4;
}

/* line 74, ../sass/reset.scss */
.comments-link {
  display: none;
}

/* line 79, ../sass/reset.scss */
footer.entry-meta {
  display: none;
}

/* line 83, ../sass/reset.scss */
#comments {
  display: none;
}

/* line 88, ../sass/reset.scss */
#nendebcopy {
  display: none;
}

/* line 93, ../sass/reset.scss */
a {
  text-decoration: none;
}

/* line 107, ../sass/reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 114, ../sass/reset.scss */
.screen-reader-text {
  color: transparent;
}
