@charset "UTF-8";
@import url(../../../../../css/common.css);
/*==================================================================*/
/* news css　*/
/*==================================================================*/
/* 詳細ページ
---------------------------------------------------------------------------- */
.news{
  background: none;
}
#single-blog {
  margin-bottom: 3em;
  padding: 2em 1.5em;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #7c7c7c;
  border-bottom:10px solid #eb6b7f;
}
#single-blog .title-box {
  margin-bottom: 1em;
  word-wrap: break-word;
}
#single-blog .title-box p.day {
  margin-bottom: 1em;
  color: #fff;
}
#single-blog .title-box p.day span {
  padding: 2px 10px;
  background: #eb6b7f;
}
#single-blog .title-box h2 {
  padding-bottom: 1.5em;
  font-size: 1.5em;
  line-height: 1.2em;
  border: none;
  border-bottom:8px dotted #eb6b7f;
}
#single-blog .entry-format {
  font-size: 1.1em;
}
#single-blog .entry-format img {
  width: auto;
  max-width: 100%;
}

/* 詳細ページ　ページ移動
------------------------------------------------*/
.pagenav {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 4em;
  position: relative;
}
.pagenav .prev {
  display: inline-block;
  float: left;
  width: 180px;
  word-wrap: break-word;
}
.pagenav .next {
  display: inline-block;
  float: right;
  width: 180px;
  text-align: right;
  word-wrap: break-word;
}
.pagenav .back {
  margin: 0 auto 4em !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  background: #eb6b80;
}
.pagenav .back a {
  position: relative;
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.pagenav .back a:before {
  content: "\f104";
  font-family: "FontAwesome";
  padding: 0 10px 0 0;
}

/* clear hack */
.pagenav {
  zoom: 1;
}

.pagenav:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* カテゴリー
------------------------------------------------*/
.category {
  margin-bottom: 1.5em;
}

/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  .pagenav {
    _zoom: 1;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6em 0;
    position: relative;
  }
  .pagenav .prev {
    display: inline-block;
    float: left;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .next {
    display: inline-block;
    float: right;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .back {
    margin: 0 auto !important;
    text-align: center;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
