@charset "utf-8";
@font-face {
  font-family: 'Inconsolata';
  src: url('./fonts/Inconsolata-Regular.woff2') format('woff2');
  font-display: swap;
}

body {
    background-color: #d3d3d3;
}
.search {
    margin: 0 auto;
    width: 744px;
    text-align: right;
}
.container {
    margin: 0 auto;
    width: 744px;
    color: #000000;
    background-color: #f5deb3;
    border: 3px solid #800080;
    border-radius: 10px;
}
header {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    border-bottom: 3px solid #800080;
}
header a{
text-decoration: none;
color: #000000;
}
header a:hover{
color: #ff0000;
}
.contents {
    display: inline-block;
    width: 716px;
    color: #333333;
    background-color: #ffffff;
    border-bottom: 3px solid #800080;
    padding: 14px;
}
.contents a {
    color: #0000ff;
    text-decoration: underline;
}
.contents a:hover {
    color: #0000ff;
    text-decoration: none;
}
.entry-footer {
    font-size: small;
    text-align: right;
}
.entry-cat {
    display: inline-block;
}
.entry-cat a {
    color: #333333;
    text-decoration: none;
}
.entry-cat a:hover{
    color: #333333;
    text-decoration: underline;
}
.entry-time {
    display: inline-block;
    margin-left: 8px;
    cursor: default;
}
.entry-header {
    font-size: large;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-left: 5px solid #ffa500;
    padding: 0 0 0 10px;
}
.line {
    border-bottom: 1px solid #ff0000;
    margin-bottom: 3px;
}
form[method="post"] {
  width: 50%;
  margin: 0 auto;
}
form[method="post"] > div {
  margin-top: 1em;
}
form[method="post"] label, form[method="post"] input, form[method="post"] textarea {
  display: block;
}
form[method="post"] input, form[method="post"] textarea {
  width: 100%;
}
form[method="post"] textarea {
  height: calc( 1.3em * 5 );  /* テキストエリアの高さを行数で指定する */
  line-height: 1.3;           /* 行高さを指定する */
}
.button {
  text-align: right;
}
footer {
    text-align: center;
    font-size: small;
    padding: 3px;
}
.contents img, .contents video {
    box-sizing: border-box;
    max-width: 100%;
    border: 2px solid #008000;
}
iframe {
    border: 2px solid #008000;
}
.comment_post {
  overflow-wrap: break-word;
}
.pagination {
  margin-top: 2em;
  text-align: center;
  font-size: 12px;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 4px 2px;
  text-decoration: none;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  padding: 7px 0;
  box-sizing: border-box;
  color: #000;
  border: 2px solid #000;
  font-weight: bold;
  line-height: 1;
}
.pagination a:hover {
  color: #000;
  opacity: 0.7;
}
.pagination .page-current {
  border: none;
  background: transparent;
}
.prev-x, .next-x {
  cursor: no-drop;
}
.error {
  text-align: center;
  color: red;
}
.comment {
  text-align: center;
  font-size: large;
}
.comment > span {
  border-bottom: 2px dotted;
}
.comment_area {
  width: 50%;
  margin: 1em auto;
}
.comment_name {
  font-weight: bold;
}
.comment_time {
  font-size: small;
}
.comment_post {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted;
}
.addition {
  font-size: small;
}

table {
  border-collapse: separate;
  border: 2px solid #000000;
}
table th {
  border: 1px solid #000000;
  padding: 5px 10px;
  color: #000000;
  background-color: #ffb6c1;
}
table td {
  border: 1px solid #000000;
  padding: 3px 8px;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}

