@charset "UTF-8";
.top-title {
  margin: 30px 0;
  padding: 20px;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  background: #882e27;
  font-weight: bold;
}
/*--------------------------------------
  HOMEPOST
--------------------------------------*/
.homepost {
  margin: 10px 1.5%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.homepost .img {
  margin: 0 2% 0 0;
  width: 30%;
  height: auto;
  padding: 0;
    position: relative;
}
.weekmark {
  position: absolute;
  top: 0;
  left: 0;
  color:#fff;
  background:#000;
  padding:5px;
  font-size:.75em;
  font-weight:bold;
}

.homepost .data {
  margin: 0;
  width: 68%;
}
.homepost .category {
  font-size: 15px;
  padding: 8px 10px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.homepost .star {
  color: #ffa500;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}
.homepost .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing : -.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2.5;
  overflow: hidden;
  margin: 10px 0;
}
.homepost .update {
  font-size: .75em;
  font-weight: bold;
  text-align: right;
  color: #666;
  margin:10px 0 0 0;
}
/*--------------------------------------
  HOMEPOST SMALL
--------------------------------------*/
.homepost-small {
  margin: 30px 1.5%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.homepost-small .img {
  margin: 0 2% 0 0;
  width: 30%;
  height: auto;
  padding: 0;
}
.homepost-small .data {
  margin: 0;
  width: 68%;
}
.homepost-small .category {
  font-size: 15px;
  padding: 8px 10px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.homepost-small .star {
  color: #ffa500;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}
.homepost-small .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing : -.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2.5;
  overflow: hidden;
  margin: 10px 0;
}
.homepost-small .update {
  font-size: .75em;
  font-weight: normal;
  text-align: right;
  color: #666;
}
/*--------------------------------------
  AREA
--------------------------------------*/
#area h3 {
  color: #fff;
}
.area-list {
  margin: 0 0 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.area-list li {
  width: 23%;
  margin: 0 1% 10px;
  text-align: center;
}
.area-list li img {
  margin: 0 0 5px
}
.area-table {
  margin: 0 0 20px
}
.area-table a:link {
  text-decoration: underline
}
.area-table dl {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  font-size: .85em;
  font-weight: 400;
  width: 100%
}
.area-table dt {
  width: 25%;
  padding: 4%;
  background-color: #5ac3f0;
  margin: 0 1% 3px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.area-table dd {
  width: 58%;
  padding: 4%;
  background-color: #add8e6;
  margin: 0 0 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
#area h3 {
    border-left: #82021C 8px solid;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #eee;
    padding: 15px;
    color: #555;
    margin: 30px 0;
}
.post-tags {
 display:flex;
 flex-wrap: wrap;
 margin:5px 0 0 0;
 font-size:.75em;
}
.post-tags li {
  margin:0 8px 0 0;
  border-radius:3px;
  background:#deb887;
  padding:3px 8px;
 }
 .post-tags-small {
 display:flex;
 flex-wrap: wrap;
 margin:5px 0 0 0;
 font-size:.65em;
}
.post-tags-small li {
  margin:0 8px 0 0;
  border-radius:3px;
  background:#deb887;
  padding:3px 8px;
 }
 .tags {
  padding: 8px 12px;
  font-size: .75em;
  background: #deb887;
  margin: 0 10px 10px 0px;
  color: #555;
  font-weight: bold;
  border-radius: 5px;
}
/*--------------------------------------
  not found
--------------------------------------*/
.centerbt {
  background:#000;
 margin:50px auto;
 text-align:center;
 padding:20px;
 border-radius:20px;
 width:45%;
}
.notfound p {
 font-weight:bold;
}
