@charset "UTF-8";

span.term-expression {
  font-size: 12px;
  color: #555;
}

span.font-es {
  color: #aaa;
  font-style: italic;
}

span.term-title {
  font-size: 12px;
  color: #555;
}

/* コンテンツ */

.post {
  overflow: hidden;
}

.bread {
  font-size: 14px;
  padding: 5px;
  margin-bottom: 5px;
  color: #eee;
  background-color: #555;
}

.bread a {
  color: #eee;
  text-decoration: none;
}

.bread a:hover {
  color: #fff;
  text-decoration: underline;
}

.post h1 {
  color: #000000;
  font-size: 28px;
  padding: 5px;
  margin: 5px;
  margin-bottom: 15px;
}

.post h2 {
  display: inline-block;
  color: #000000;
  font-size: 22px;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  clear: both;
}

.post h2.kanji {
  display: flex;
  font-family: serif;
  font-size: 48px;
  border: none;
  clear: both;
}

.post h3 {
  color: #000000;
  font-size: 18px;
  padding: 2px;
  margin: 2px;
  margin-bottom: 5px;
}

.post p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0;
}

.post p.text {
  margin-bottom: 15px;
}

.post p.large {
  font-size: 16px;
}

.postfooter {
  text-align: center;
  float: right;
  display: block;
  width: 118px;
  margin: 10px;
}

.postfooter p {
  font-size: 14px;
}

.postfooter p a {
  display: block;
  background-color: #191970;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
}

.postfooter p a:hover {
  display: block;
  background-color: #00008b;
  color: #fff;
}

.postfooter p a:visited {
  background-color: #191970;
  color: #fff;
  text-decoration: none;
}

.word-list {}

.word-list ul {
  list-style: none;
  margin: 5px;
}

/* ###　画面小　############################################# */
@media (max-width: 499px) {}

/* 画面小ここまで　*/

/* ###　画面中　############################################# */
@media (min-width: 500px) and (max-width: 1099px) {
  .word-list ul {
    list-style: none;
  }
}

/* 画面中ここまで */

/* ###　画面大　############################################# */
@media (min-width: 1100px) {
  .word-list ul {
    list-style: none;
  }
}

/* 画面大ここまで */