@charset “utf-8”;


/* -----------------------------------------------
base
-------------------------------------------------- */
body {
  background: url(../images/bg_info.png) no-repeat top center;
  background-color: #000;
}
.post {
  width: 93.75%;
  margin: 0 auto 60px auto;
  font-family: 'Open Sans', sans-serif;
  color: #bbb;
  font-size: 1.2rem;
}
.post li {
  border-top: 1px dotted #444;
  padding: 16px 0;
}
.post li a {
  text-decoration: underline;
}
.post li a:hover {
  text-decoration: none;
}
.post li:last-child {
  border-bottom: 1px dotted #444;
}
.post h2 {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
}
.date {
  display: inline-block;
  width: 10em;
  padding-right: 10px;
  border-right: 1px dotted #444;
}

/* -----------------------------------------------
768px以上
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #slide_menu nav {
    display: block !important;
  }
  .post {
    font-size: 1.4rem;
    max-width: 850px;
    margin: 0 auto 75px auto;
  }
  .post h2 {
    margin-top: -3px;
  }
  .post .date {
  }
}
