@charset "UTF-8";
/**@file
 * post.css 投稿スタイル
 * Copyright (C)2017 mediaquery
 *
 * @author mediaquery<info@kyoshow.com>
 */
.single .entry-header {
  padding: 40px 0;
  margin-bottom: 20px;
  text-align: center;
  background: #eee;
}

.single .entry-header h1 {
  margin: 20px 0 15px;
  font-weight: 600;
}

.single .page-content,
.single .entry-content,
.single .entry-summary {
  line-height: 1.8;
  font-size: 16px;
}

.single .entry-content h2 {
  margin: 30px 0;
  padding: 20px;
  color: #f75f6f;
  font-size: 24px;
  background: #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.single .entry-content h3 {
  margin: 30px 0px;
  padding: 0 0 10px 25px;
  font-size: 20px;
  border-bottom: #ddd 2px solid;
  position: relative;
}

.single .entry-content h3::before {
  position: absolute;
  left: 0;
  content: " \f046";
  font-family: FontAwesome;
  color: #f75f6f;
}

.single time.entry-date.published {
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
  background-color: #004A95;
}

.single .post-thumbnail {
  margin-bottom: 20px;
}

.single .post-thumbnail img {
  width: 100%;
}

.single #toc_container {
  display: inherit;
}

.single aside .widget h3 {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  background: #00aab0;
}

.single aside .widget label {
  width: 100%;
}

.single aside .widget input {
  width: 100%;
}

.single aside .widget .wpp-list {
  padding-left: 0;
}

.single aside .widget .wpp-list li {
  margin-bottom: 10px;
}

.single div.blockquote {
  padding: 0.8em 1em;
  margin: 1em 0 1.5em 0;
  background: #F6F6F6;
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
  font-size: 1.0em;
}

.single div.blockquote .ui-link {
  color: #38c;
  font-weight: 700;
}

.archive .entry-header {
  padding: 40px 0;
  margin-bottom: 20px;
  text-align: center;
  background: #eee;
}

.archive .entry-header h1 {
  margin: 20px 0 15px;
  font-weight: 600;
}

.archive .archive-list {
  padding: 0;
}

.archive .archive-list li {
  list-style: none;
}

.archive .archive-list li img {
  margin-bottom: 10px;
  width: 100%;
}

.archive .archive-list li .date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  background-color: #004A95;
}

blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  margin: 0 1.5em 1.5em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
  word-wrap: break-word;
}
/*# sourceMappingURL=post.css.map */


