@charset "UTF-8";

/* =========================================
   Birth site only
   /common/site-birth.css
========================================= */

/* =========================
   Archive List
========================= */
.archive-list {
  font-size: 0;
  letter-spacing: normal;
}

.archive-list li {
  display: inline-block;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  line-height: 1.4;
  vertical-align: top;
}

.archive-list li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  color: #000000;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #999999;
  transition: 0.2s;
}

.archive-list li a span {
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  text-shadow: 0 0 5px #ffffff;
  white-space: nowrap;
}

.archive-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg) translate(-50%, 0);
  opacity: 0.5;
  transition: 0.2s;
}

.archive-list li a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 680px) {
  .archive-list li {
    width: 50%;
  }
}

/* =========================
   Entry / Archive Difference
========================= */
.entry-content h1 {
  text-align: center;
}

.entry-content h2,
.archive-content h2 {
  padding: 0 10px;
  color: #181818;
  font-size: 2rem;
  clear: both;
  border: none;
  border-left: 2px solid #333333;
}

.entry-content h2::before {
  content: none;
}

/* =========================
   Top Category
========================= */
.top-cat {
  margin: 0 0 3rem;
}

.top-cat h3 {
  margin: 1em 0 0.5em;
  color: #887733;
  font-size: 1.7rem;
  text-align: center;
}

.top-cat dl {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  letter-spacing: normal;
}

.top-cat dd {
  display: inline-block;
  width: 14%;
  padding: 0;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: top;
}

.top-cat dd a {
  display: block;
  text-decoration: none;
}

.top-cat dd a::before {
  content: "●";
  display: inline-block;
  width: 100%;
  font-size: 2.2rem;
}

.top-cat dd a:hover {
  opacity: 0.6;
}

.top-cat ul {
  margin: 15px 0 0;
  font-size: 0;
  letter-spacing: normal;
}

.top-cat li {
  display: inline-block;
  width: 48%;
  margin: 1%;
  font-size: 1.4rem;
  text-align: center;
}

.top-cat li a {
  display: block;
  padding: 8px 5px;
  color: #333333;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #eeeeee;
  transition: 0.2s;
}

.top-cat li a:hover {
  background: #f6f6f6;
}

@media screen and (min-width: 576px) {
  .top-cat dl {
    width: 80%;
  }

  .top-cat dd {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 767px) {
  .top-cat li {
    width: 31%;
  }
}

.top-cat .cat-color li a {
  color: #887733;
  border: none;
  background: linear-gradient(135deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 32%, rgba(204,204,204,1) 100%);
}

.top-cat .cat-color li a:hover {
  background: linear-gradient(135deg, rgba(196,187,141,1) 0%, rgba(237,234,194,1) 31%, rgba(196,187,141,1) 99%);
}

/* =========================
   Archive Header
========================= */
.archive .archive-content header h1 {
  margin: 2rem 0 0;
}

.archive .archive-content header > div {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
}

.archive .archive-content header {
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
  background-color: #dddddd;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255,255,248,.6) 0,
    rgba(255,255,248,.6) 25px,
    rgba(255,255,255,.95) 25px,
    rgba(255,255,255,.95) 30px,
    rgba(255,255,255,.2) 30px,
    rgba(255,255,255,.5) 32px,
    rgba(255,255,255,.95) 32px,
    rgba(255,255,255,.95) 40px,
    rgba(0,0,0,.1) 40px,
    rgba(0,0,0,.1) 55px,
    rgba(255,255,255,.95) 55px,
    rgba(255,255,255,.95) 75px,
    rgba(248,255,255,.8) 75px,
    rgba(248,255,255,.8) 85px,
    rgba(255,255,255,.95) 85px,
    rgba(255,255,255,.95) 100px
  );
}

/* =========================
   Secondary Widget Birth Nav
========================= */
#secondary .widget dl {
  font-size: 0;
}

#secondary .widget dd {
  display: inline-block;
  width: 33.3%;
  font-size: 1.4rem;
}

#secondary .widget dd a {
  display: block;
  margin: 0 5px;
  padding: 5px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px double #eeeeee;
  transition: 0.2s;
}

#secondary .widget dd a:hover {
  color: #02a1e9;
  border-bottom-color: #02a1e9;
}

.cat-dec {
  color: #bbbbbb;
  text-align: center;
}

/* =========================
   Other Color
========================= */
.other-color {
  padding: 0 2rem 2rem;
  background: #fefefe;
  border: 5px double #cccccc;
}

.other-color a {
  text-decoration: none;
}

.other-title {
  margin: 0 -2rem 2rem;
  padding: 1rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #cccccc;
}

.other-color h2 {
  margin: 1em 0 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #eeeeee !important;
}

.other-color h2 span {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.7em;
}

.other-color h3 {
  margin: 0;
  padding: 0;
  border: none;
}

.other-color h3 span:last-of-type {
  font-size: 0.7em;
}

.other-color p {
  margin-bottom: 0;
}

.other-color ul {
  padding: 1rem;
  background: #f7f7f7;
}

.other-color li {
  font-size: 1.4rem;
}