@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans|Roboto');
/*  reset */

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%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

/*  end of reset */

html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  background-color: #333333;
  font-family: 'Lato', 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.header {
  background-color: #4a4a4a;
  display: block;
  padding: 8px 0px;
  text-align: center;
}

#pageTitle a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
}

.category-list {
  width: calc(100% - 24px);
  padding: 4px 0px;
  margin: 12px;
}

#content-list {
  display: block;
  width: calc(100% - 24px);
  margin: 4px 12px;
}

#content-list .group {
  display: block;
  padding: 0px 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

#content-list .group span.title {
  display: inline-block;
  margin-top: 15px;
}

#content-list .group .categories.list {
  display: block;
  padding: 12px 0px;
  text-align: center;
}

#content-list .group .categories.list a {
  background-color: #4a4a4a;
  display: inline-block;
  border-radius: 8px;
  padding: 2px 8px;
  margin: 0px 2px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

#content-list .entry-unit {
  background-color: #4a4a4a;
  display: block;
  border-radius: 4px;
  margin-top: 8px;
  padding: 12px;
}

#content-list .entry-unit .text {
  display: block;
  width: calc(100% - 70px);
  margin-left: 70px;
}

#content-list .entry-unit .text a.title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
}

#content-list .entry-unit .categories {
  color: #ffffff;
}

#content-list .entry-unit .categories a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #ffffff;
  text-decoration: none;
  white-space: pre-wrap;
}

#content-list .entry-unit .thumbs-link {
  float: left;
  margin-right: 8px;
}

#content-list .entry-unit .thumbs {
  background-image: url(/whg/picture/HXGKwiVP_bigger.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: rgba(50, 50, 50, 0.5);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

#content-list .entry-content {
  background-color: #4a4a4a;
  display: block;
  border-radius: 4px;
  margin-top: 8px;
  padding: 12px;
}

#content-list .entry-body {}

#content-list .entry-body a {
  color: #22ddff;
  text-decoration: none;
}

#content-list .entry-body p {
  color: #ffffff;
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
  margin-bottom: 24px;
  word-wrap: break-word;
}

#content-list .entry-body img {
  max-width: 100% !important;
  height: auto !important;
}

#content-list .entry-body video {
  max-width: 100% !important;
  height: auto !important;
}

.entry-body p iframe {
  max-width: 100% !important;
  height: auto !important;
}

#content-list .entry-body blockquote {
  width: 90%;
  margin: 0px auto;
  padding: 5px;
  white-space: pre-wrap;
  border: 1px dotted #666;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6em;
}

#content-list .entry-body blockquote.noborder {
  border: 1px dotted #666;
}

#content-list .entry-body blockquote p:last-of-type {
  margin-bottom: 0px;
}

#content-list .nav {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.6rem;
  border: #4a4a4a 1px solid;
  padding: 8px;
}

#content-list .nav br {
  line-height: 2.4rem;
}

#content-list .nav.bottom {
  margin-top: 16px;
}

#content-list .nav a {
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
}

/* 画像用特殊リンク色 */

a.hid {
  color: #4a4a4a;
  display: none;
  text-decoration: none;
  width: 1px;
  height: 1px;
  font-size: 5px;
  text-indent: -9999px;
  overflow: hidden;
}

a.hid:hover {
  color: #666;
  text-decoration: underline;
  ;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.paginate {
  display: block;
  padding: 12px 0px 24px;
  text-align: center;
}

.paginate .current_page, .paginate .link_page {
  color: #ffffff;
  font-weight: 100;
  margin: 0px 8px;
  font-size: 2.0rem;
  text-decoration: none;
}

.paginate .current_page {
  font-weight: 700;
}

.paginate .link_before, .paginate .link_next {
  color: #ffffff;
  font-weight: 100;
}

/*--------------*/

#manosuma_twit {
  font-size: 10px;
  color: #CCCCCC;
  display: block;
}

#manosuma_twit a {
  color: #CCCCCC;
  text-decoration: none;
}

#manosuma_twit a:hover {
  color: #000000;
  background-color: #CCCCCC;
}

/*Zen back
--------------*/

#zenback-widget {
  color: #c6c6c6;
}

#zenback-widget div, #zenback-widget img, #zenback-widget ul, #zenback-widget li, #zenback-widget iframe, #zenback-widget span, #zenback-widget a {
  color: #f6f6f6;
  text-decoration: none !important;
}

.zenback-twitter ul.zenback-nodesign li a {
  text-decoration: underline !important;
  font-weight: 100 !important;
  background: none !important;
  font-style: normal !important;
  color: #6699CC !important;
}

.zenback-twitter ul.zenback-nodesign li a:hover {
  text-decoration: none !important;
  background: none !important;
  font-weight: 100 !important;
  background: none !important;
  font-style: normal !important;
  color: #CCFF00 !important;
}

.zenback-twitter ul.zenback-nodesign li .zenback-itemdate a {
  font-size: 11px !important;
  color: #6699CC !important;
  text-decoration: none !important;
  font-weight: 100 !important;
  font-style: normal !important;
  background: none !important;
  padding: 0 !important;
}

.zenback-module-item-title {
  color: #f6f6f6;
  text-decoration: none !important;
}

/* BEM */

.noto100 {
  font-weight: 100;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.noto500 {
  font-weight: 500;
}

.noto700 {
  font-weight: 700;
}

.noto900 {
  font-weight: 900;
}

/* ad unit */

.ad_unit_top {
  margin-top: 10px;
  text-align: center;
}

.ad_unit_middle {
  text-align: center;
  margin: 12px 0px;
}

.ad_unit_entry_top {
  text-align: center;
}

.ad_unit_entry_middle {
  text-align: center;
  margin-bottom: 30px;
}

.amazlet-box {
  display: flex;
  color: #ffffff;
  margin-bottom: 20px !important;
}

.w300c {
  display: blocxk;
  width: 300px;
  margin: 12px auto;
}

/*---------------------------*/

.navi-tabs {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.navi-tabs .tab {
  background-color: rgb(221, 221, 221);
  display: table-cell;
  width: calc(100% / 5);
  height: 30px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: #ffffff 1px solid;
  color: #000000;
  text-decoration: none;
  font-family: sans-serif;
  white-space: nowrap;
}

.navi-tabs .tab.on {
  background-color: #FF5722;
}

.aa {
  font-size: smaller;
  font-family: 'Mona', 'IPA MONAPGOTHIC', 'MS PGothic', sans-serif;
}
object {
  width: 100%;
  height: auto;
}
/*Zen back
--------------*/

#zenback-widget {
  color: #c6c6c6;
}

#zenback-widget div, #zenback-widget img, #zenback-widget ul, #zenback-widget li, #zenback-widget iframe, #zenback-widget span, #zenback-widget a {
  color: #f6f6f6;
  text-decoration: none !important;
}

.zenback-twitter ul.zenback-nodesign li a {
  text-decoration: underline !important;
  font-weight: 100 !important;
  background: none !important;
  font-style: normal !important;
  color: #6699CC !important;
}

.zenback-twitter ul.zenback-nodesign li a:hover {
  text-decoration: none !important;
  background: none !important;
  font-weight: 100 !important;
  background: none !important;
  font-style: normal !important;
  color: #CCFF00 !important;
}

.zenback-twitter ul.zenback-nodesign li .zenback-itemdate a {
  font-size: 11px !important;
  color: #6699CC !important;
  text-decoration: none !important;
  font-weight: 100 !important;
  font-style: normal !important;
  background: none !important;
  padding: 0 !important;
}

.zenback-module-item-title {
  color: #f6f6f6;
  text-decoration: none !important;
  word-wrap: break-word;
}

/*---------------------------*/
.related-entries {
  margin: 0px 12px 30px;
}
.related-entries .title {
  display: block;
  margin-top: 30px;
  padding: 6px;
  color: #ffffff;
  font-weight: 700;
  background-color: #4a4a4a;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
.related-entries a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 8px 0;
  color: #ffffff;
  border-bottom: #4a4a4a 1px solid;
}

