@charset "utf-8";

/*
Theme Name: TRPG部
Description: くまのれでぃ用テーマ
Version: 1.2.1
*/

/*
 * reset
 */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Yu Gothic, 游ゴシック, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

p {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 15px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 1rem 0;
  border-left: 2px solid #ddd;
  padding-left: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/*
 * reset end
 */

@media screen {
  .screen-reader-text {
    display: none;
  }
}

.color-red {
  color: #c00;
}
.color-blue {
  color: #44a;
}
.color-green {
  color: #4a6;
}
.color-orange {
  color: #d64;
}
.color-purple {
  color: #64a;
}

.layout,
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 15px 0;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .layout {
    display: flex;
    flex-direction: row-reverse;
  }

  .layout__main {
    width: 100%;
  }

  .layout__sidebar {
    width: 400px;
    margin-right: 15px;
    padding: 15px 0;
  }
}

.site-title {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.archive-title {
  font-size: 1.4rem;
}

.archive-item {
  border-top: 2px dotted #ddd;
  padding-top: 15px;
}

.archive-item__title {
  margin: 0;
  font-size: 1rem;
}

.archive-item__tags {
  margin: 0;
  text-align: right;
  font-size: 0.8rem;
}

.single-category {
  margin-bottom: 0;
  text-align: right;
}

.single-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.single-heading {
  border-bottom: 2px solid #ddd;
}

.single-content {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}

.single-content h1 {
  border-bottom: 2px dotted #ddd;
}

.nav-links {
  border-top: 2px solid #ddd;
  padding: 15px 0;
  text-align: right;
  line-height: 2;
}

.page-numbers {
  display: inline-block;
  margin: 0 .5rem;
}

.page-numbers.current {
  font-weight: bolder;
}

.single-nav {
  text-align: right;
  line-height: 2;
}

.link-list {
  padding-right: 15px;
}

.footer {
  text-align: center;
}

.login,
.address {
  margin-bottom: 2rem;
}