@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ブログレイアウトCSS
 * 
 * updata : 2018/01/15
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */


/*--------------------------------------------------------------------------------
　#coverImg
--------------------------------------------------------------------------------*/
#coverImg {
  height: 300px;
}
#coverImg div {
  width: 100%;
  text-align: center;
  color: #000;
  position: absolute;
  top: 50%;
  z-index: 100;
}


/*--------------------------------------------------------------------------------
　#content
--------------------------------------------------------------------------------*/
#content.blog {
  margin: 0 0 90px 0;
}
#content.blog .inner {
  width: 960px;
}

/*--------------------------------------------------------------------------------
　#left
--------------------------------------------------------------------------------*/
#left {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8em;
  float: left;
}
#left .date {
  font-size: 13px;
  color: #666;
  position: relative;
}
#left .date a {
  color: #d87bba;
}
#left .date ul.sns {
  position: absolute;
  right: 0;
  top: 0;
}
#left .date ul.sns li {
  margin: 0 0 0 5px;
  float: left;
}


/*=============================================================
　一覧ページ
===============================================================*/
#left.list h1 {
  padding: 5px 0 5px 30px;
  background: #c1b5c9;
  font-size: 15px;
  color: #fff;
}
#left.list article {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
}
#left.list article h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#left.list article .pic {
  width: 35%;
  float: left;
}
#left.list article .pic img {
  width: 100%;
}
#left.list article .text {
  width: 60%;
  margin: 0 0 0 5%;
  float: left;
}
#left.list article .text a.more {
  width: 30%;
  margin: 20px 0;
  padding: 5px;
  background: #444;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: block;
}
#left.list .date {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
}
#left.list .date li {
  margin: 0 20px 0 0;
  float: left;
}
#left.list .date li:nth-child(1) img {
  width: 40px;
  height: 40px;
  border-radius: 200px;
}
#left.list .date li i {
  padding: 0 5px 0 0;
  color: #e95e7f;
}

/********************** pager **********************/
#left.list #pager ul {
  margin: 40px 20px;
  text-align: center;
}
#left.list #pager li {
  margin: 5px;
  display: inline-block;
}
#left.list #pager li a {
  width: 12px;
  height: 12px;
  padding: 10px;
  font-size: 12px;
  color: #444;
  line-height: 1.0em;
  display: block;
}
#left.list #pager li a.select {
  background: #eee;
  border-radius: 100px;
}
#left.list #pager li span.current {
  background: #eee;
  border-radius: 100px;
}
#left.list #pager li span {
  width: 12px;
  height: 12px;
  padding: 10px;
  font-size: 12px;
  color: #444;
  line-height: 1.0em;
  display: block;
}

/*=============================================================
　詳細ページ
===============================================================*/
#left.detail h1 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

/********************** 目次 **********************/
#left.detail .text .index {
  margin: 30px 0;
  padding: 30px;
  background: url(../img/point_bg.jpg);
}
#left.detail .text .index strong {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
#left.detail .text .index ol {
  padding: 30px 30px 30px 60px;
  background: #f1e4e4;
  border-radius: 4px;
  border: 1px solid #e7d0d0;
}
#left.detail .text .index ol li {
  padding: 0 0 5px 10px;
  list-style-type: decimal;
  color: #d87bba;
}
#left.detail .text .index ol li a {
  color: #333;
}
#left.detail .text .index ul li {
  list-style-type: none;
}


/********************** 目次 plugin**********************/
#toc_container {
  margin: 20px 0;
  padding: 30px;
  background: url(../img/point_bg.jpg);
}
#toc_container .toc_list{
  border-radius: 4px;
  border: 1px solid #e7d0d0;
}
#toc_container .toc_title{
  margin-bottom: 30px;
  text-align: center;
  display: block;
  font-weight: bold;
}
#toc_container ul {
  padding: 10px 5px 0 5px;
  background: #f1e4e4;
}
#toc_container ul li {
  padding: 0 0 5px 10px;
  list-style-type: decimal;
  color: #d87bba;
}
#toc_container ul li a {
  color: #333;
}
#toc_container ul li {
  list-style-type: none;
}
#toc_container .toc_number{
  padding: 0 0 5px 10px;
  color: #d87bba;
}


/********************** 記事 **********************/
#left.detail .text {
  margin: 40px 0;
}
#left.detail .text h2 {
  margin: 60px 0 30px 0;
  padding: 5px 20px;
  background: #c1b5c9;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#left.detail .text h3 {
  margin-bottom: 30px;
  padding: 5px 0 5px 20px;
  font-size: 24px;
  font-weight: bold;
  border-left: 8px solid #e95e7f;
}


/********************** ライター **********************/
#left .writer {
  margin: 60px 0;
  padding: 30px;
  background: #fff;
}
#left.detail .writer h5 {
  margin: 0 0 30px 0;
  padding: 5px 0 5px 30px;
  border-bottom: 1px solid #000;
  background: url(../blog/img/writer.png) left no-repeat;
  background-size: 20px;
  font-size: 16px;
  font-family: 'Lora', serif;
}
#left.detail .writer h5 span {
  margin: 0 0 30px 0;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #a380bd;
  text-align: right;
}
#left.detail .writer .staffData {
  width: 70%;
  float: left;
}
#left.detail .writer .staffImg {
  width: 25%;
  margin: 0 5% 0 0;
  float: left;
}
#left.detail .writer .staffImg img {
  width: 100%;
  border-radius: 200px;
}
#left.detail .writer .staffData a.button {
  margin: 20px 0;
  background: #9d1c1c;
  border: none;
  border-radius: 5px;
  color: #fff;
}


/********************** 関連記事 **********************/
#left .relation {
  margin: 60px 0;
  padding: 30px 0;
}
#left .relation h5 {
  margin: 0 0 30px 0;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  text-align: center;
}
#left .relation li {
  width: 30%;
  margin: 0 1.6% 20px 1.6%;
  float: left;
}
#left .relation li img {
  width: 100%;
  height: 150px;
}
#left .relation li p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4em;
}



/*--------------------------------------------------------------------------------
　#right
--------------------------------------------------------------------------------*/
#right {
  width: 25%;
  float: right;
}
#right article {
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #ddd;
}
#right article strong {
  padding: 20px 0 30px 0;
  font-family: 'Lora', serif;
  text-align: center;
  display: block;
}
#right article strong span {
  padding-bottom: 10px;
  border-bottom: 3px double #333;
}
#right ul {
  border-top: none;
}
#right li {
  padding: 10px 30px;
  background: url(/img/arw.png) 15px center no-repeat;
  font-size: 12px;
  line-height: 1.4em;
  border-bottom: 1px dotted #ddd;
}
#right li:last-child {
  border-bottom: none;
}


/********************** 人気・新着記事 **********************/

/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#popular:checked ~ #popular_content,
#latest:checked ~ #latest_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  border-bottom: none;
}

#right .ranking li {
  padding: 15px;
  background: none;
  color: #666;
}
#right .ranking li .pic {
  width: 25%;
  margin: 0 20px 0 0;
  position: relative;
  float: left;
}
#right .ranking li .pic span {
  width: 10px;
  height: 10px;
  padding: 6px;
  background: #e95e7f;
  border-radius: 200px;
  font-size: 14px;
  font-family: 'Lora', serif;
  text-align: center;
  color: #fff;
  line-height: 0.8em;
  display: block;

  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 100;
}
#right .ranking li .pic img {
  width: 100%;
}
#right .ranking li a {
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  display: block;
}


/********************** タグ **********************/
#right .tag li {
  padding: 10px;
  background: none;
  border-bottom: none;
}
#right .tag li a {
  margin: 5px;
  padding: 10px;
  background: #eee;
  font-size: 13px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
}
#right .tag li a:hover {
  background: #ddd;
}



@media screen and (max-width:640px) {
  /*--------------------------------------------------------------------------------
  　#content
  --------------------------------------------------------------------------------*/
  #content.blog {
    margin: 0 0 90px 0;
  }
  #content.blog .inner {
    width: 100%;
  }

  /*--------------------------------------------------------------------------------
  　#left
  --------------------------------------------------------------------------------*/
  #left {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #left .date ul.sns {
    position: static;
  }
  #left .date ul.sns li {
    margin: 5px 5px 5px 0;
    float: left;
  }

  /*=============================================================
  　一覧ページ
  ===============================================================*/
  #left.list article {
    padding: 30px 0;
    border-bottom: 1px dotted #ddd;
  }
  #left.list article h2 {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: bold;
    height: auto;
  }
  #left.list article .pic {
    width: 100%;
    float: none;
  }
  #left.list article .pic img {
    width: 100%;
    margin-bottom: 10px;
  }
  #left.list article .text {
    width: 100%;
    margin: 0;
    float: none;
  }
  #left.list article .text a.more {
    width: 60%;
    margin: 20px auto;
  }

  /*=============================================================
  　詳細ページ
  ===============================================================*/

  /********************** 目次 **********************/
  #left.detail .text .index {
    padding: 20px;
  }
  #left.detail .text .index strong {
    margin-bottom: 20px;
  }
  #left.detail .text .index ol {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
  }

  /********************** ライター **********************/
  #left .writer {
    margin: 60px 0;
    padding: 30px;
    background: #fff;
  }
  #left.detail .writer h5 {
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
    background: none;
  }
  #left.detail .writer h5 span {
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
  }

  /********************** 関連記事 **********************/
  #left .relation li img {
    width: 100%;
    height: auto;
  }


  /*--------------------------------------------------------------------------------
  　#right
  --------------------------------------------------------------------------------*/
  #right {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    background: #f1e4e4;
    float: none;
  }
  #right article {
    margin-bottom: 20px;
  }

  /********************** 人気・新着記事 **********************/
  /*タブのスタイル*/
  .tab_item {
  }
  .tabs {
    margin-bottom: 20px;
  }
}




#top_blog {
  display: inline-block;
}
@media screen and ( max-width: 640px) {
  #top_blog {
    margin-top: 40px;
  }
}

#top_blog:after {
  clear: both;
}

#top_blog h3 {
  margin: 0;
  padding: 40px 0 10px 0;
  text-align: center;
}

#top_blog .box {
  float: left;
  margin: 0 6px 15px;
  width: 226px;
	padding-bottom:20px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  line-height: 1.4em;
}

@media screen and ( max-width: 640px) {
  #top_blog .box {
    float: left;
    margin: 0 6px 15px;
    width: 96%;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    line-height: 1.4em;
    max-width: 320px;
    margin: 5px auto;
  }
}

#top_blog .box p {
  margin: 10px 15px;
  padding: 0;
}

#top_blog p strong {
  display: block;
  margin: 5px 0;
  color: #a380bd;
  font-size: 15px;
}

#top_blog a.more {
  display: block;
  margin: 0 auto;
  padding: 3px 0;
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#top_blog img {
  width: 226px;
}

.flex-stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.blog_contents {
  height: 88%;
}

.blog_contents a:hover{
  opacity: 0.8;
}

@media screen and ( max-width:640px) {
  #top_blog img {
    width: 100%;
  }
  .blog_contents {
    text-align: center;
    height: unset;
  }
}

.blog_read_more_wrap {
  /*position: relative;
  top: 0;
  left: 0;
  height: 10%;*/
  margin-bottom: 0px;
}

a:hover.more, #top_blog a:hover.more {
  background: #999;
}

#top_blog h4 {
  text-align: center;
  font-size: 1.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.catch {
  text-align: right;
  padding: 0 7px;
}
@media screen and ( max-width:640px) {
  .catch {
    text-align: center;
  }
}

.catch a {
  padding: 3px 30px;
  width: 112px;
  border: 1px solid #444;
  background-color: #444;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.catch a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and ( max-width:640px) {
  .catch {
    margin: 10px 0;
  }
}

.more:hover{
  opacity: 0.8;
}

.ranking-btn{
	 margin: -20px 0 35px;
}
@media screen and ( max-width:640px) {
	.ranking-btn{
		 margin: 0px 0 35px;
	}
}
.ranking-btn a{
	display: block;
    margin: 20px 0;
    padding: 10px 5px;
    background: #b99963;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}