@charset "UTF-8";
/*   
Theme Name: itsumono
Theme URI: 
Description: itsumono.phasefreeのテーマ 
Author: Refine
Author URI: 
Version: 1.0.0
*/

@media print{
  #header #logo{
    margin-top: 24px;
    float: left;
  }
  #header-loginbox{
    float: right;
  }
  #header-loginbox ul li {
      float: left;
      width: 108px;
      height: 90px;
      text-align: center;
      padding-top: 2.3rem;
  }
  #header-loginbox ul li a {
      font-size: 12px;
      color: #999999;
      text-decoration: none;
  }
  #header-search-primary {
      float: right;
      width: 275px;
      margin: 35px 10px 0 0;
  }
  .feature-post ul li{
    float: left;
    width: 33.333%;
    margin-bottom: 20px;
    height: auto;
      max-height: 280px;
      min-height: 260px;
  }
}

ul.liststyle-none,
ul.liststyle-none li{
  list-style: none;
  padding: 0;
}
/* affiliate button
-------------------------------------------------- */
.item, .rakuten, .amazon{position:relative;}
.item:before{
  position: absolute;
  top: -20px;
  left: -20px;
  content: 'ITEM';
  display: block;
  width: 100px;
  height: 100px;
  background-color: #045d95;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 100px; 
}
.affbtn{
  position:relative;
  line-height: 0;
  margin-bottom: 10px;
  padding: 0 5px;
}
.affbtn.favoritebtn{
	padding: 0;
}
.affbtn p{
  margin: 0;
  line-height: 0;
}
.affbtn > a{
  position: relative;
  color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 1.4;
}
.affbtn.favoritebtn > a{
	margin: 0 5px;
}
.affbtn > a:before{
  font-family: 'FontAwesome';
  content: "\f07a";
  display: inline-block;
    margin-right: 10px;
}
.favoritebtn > a:before{
  font-family: 'FontAwesome';
  content: "\f08a";
}
.rakuten > a{background-color: #BF0000;}
.amazon > a{background-color: #F8981D;}
.hacobune > a{background-color: #5e7db6;}
.others > a{background-color: #4CAF50;}
.favorite > a{background-color: #d3d3d3;}

.favoritebtn.active > a:before{
  color: #607eb4;
  content: "\f004";
}
.affbtn_itsumono{border: 2px solid #000!important;}

li.introduce > a{background-color: #2581c4;}
li.introduce:hover > a{border-radius:10px 10px 0px 0px;}

li.introduce ul{
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 0;
  list-style: none;
  border: 2px solid #2581c4;
  opacity: 0;
  transition: all .3s ease-out;
  height: 0;
}
li.introduce ul li{
  text-align: center;
  list-style: none;
  border-bottom: 1px dashed #ccc;
  display: none;
}
li.introduce ul li a{
  display: block;
  padding: 4px 30px 10px;
  background-color: #fff;
}
li.introduce ul li a:hover img{
  opacity: .6;
}
li.introduce ul li:last-child{border-bottom: none;}
li.introduce:hover ul{
  opacity: 1;
  height: auto;
}
li.introduce:hover ul li{
  display: block;
}
@media screen and (max-width: 991px) {
  li.introduce ul{
    display: none;
  }
}
.btn-withdraw{
	display: inline-block;
}
.btn-withdraw a{
	display: block;
	padding: 10px 30px;
  background-color: #ddd;
  color: #555;
  margin-top: 10px;
}
.btn-delete{
	display: block;
  background-color: #d3d3d3!important;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 16rem;
  margin: 0 auto;
}


/* whatsnew style
-------------------------------------------------- */
div.whatsnew{border:none!important;}
div.wn-head, div.whatsnew hr{display: none!important;}
div.wn-item .wn-article .newmark{background-color: #E91E63!important;}

/* button style */
.button a{
  padding:12px 20px;
  background: #000;
    color: #fff;
}
.tml-login .tml-submit-wrap input,
.tml-login .button a,
#post-2326 .button a{
  background: #607eb4;
}

/* all display
-------------------------------------------------- */
.wrap {
  width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
ul.post-loop-wrap li:before {
  display: inline-table;
}
.wrap:after,
ul.post-loop-wrap li:after {
  content: "";
  display: block;
  clear: both;
}
#main-wrap{
	position: relative;
}
#main {
  width: 100%;
  float: left;
}

.main-inner {
  margin-right: 300px;
  padding-right: 20px;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
body.page .main-inner,
body.post-type-archive-interviews .main-inner{
  margin-right: 0;
  padding-right: 0;
  border: none;
}
/*
body.page.page-id-2207 .main-inner,
body.page.parent-pageid-2207 .main-inner{
  margin-right: 300px;
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}
*/

#side {
  width: 290px;
  margin-left: -290px;
  float: left;
  width: 300px;
  margin-left: -300px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 330px;
  margin-left: 0;
}
.left-content #side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 330px;
  margin-right: 0;
}
.right-content #side {
  width: 290px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}
.one-column #content .wrap #main {
/*   width: 100%; */
  float: none;
}
.one-column #content .wrap #main .main-inner,
.main-inner.search_from_favorite_page {
/*   width: 100%; */
  margin: 0;
}
.main-inner.search_from_favorite_page{
	padding-right: 0;
	border-right: none;
}
.one-column #content .wrap #side {
  display: none;
}
/* attention */
.attention{
	color: #444;
	background-color: #eee;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-left: 4px solid;
}
.attention-blue{
  background-color: #e9f5ff;
  color: #607eb4;
}
.attention-red{
	background-color: #ffe9e9;
  color: #d42929;
}
.attention a{
	color: inherit;
	text-decoration: underline;
}
.attention span{
	font-weight: bold;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
/*
    margin-left: 30px;
    margin-right: 30px;
*/
    width: auto;
    max-width: 1020px;
/*     width: 1020px; */
  }

/*
  .main-inner {
    margin-right: 320px;
    margin-right: 300px;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
  }
*/

  /* laptop end */
}
@media screen and (min-width: 992px) {
	.wrap,
  .one-column #content .wrap {
	  min-width: 1020px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
/*   .wrap, */
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main,
  .main-inner,
  #side,
  body.page.page-id-2207 .main-inner,
  body.page.parent-pageid-2207 .main-inner {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  
  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
    padding-top: 10px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
/*
    margin-left: 0;
    margin-right: 0;
*/
  }
  #main, #side{
		margin: 0 -10px;
    width: auto;
  }
  #gnavi > .wrap{
	  margin-left: 0;
    margin-right: 0;
  }

  /* phone end */
}
/* ----------------------------------------
* カラースキーム
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #383838;
}

a {
  text-decoration: none;
  color: #2581c4;
  color: #999999;
}
a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="text"],
form input[type="email"],
form textarea{
  width: 100%;
}

form input[type="submit"],
form button {
  background: #607eb4;
/*   background: #000; */
  color: #fff;
}
form input[type="submit"]:disabled{
  background: #b7b7b7;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* search form　上書き
---------------------------------------- */
/*
#searchform{
  border-radius: 15px;
}
*/
#searchform input[type=text] {
  font-size: 12px;
  height: 30px;
}
#searchform button{
  font-size: 14px;
  line-height: 1.2;
  padding-top:7px;
  border-left: 1px solid #e5e5e5;
  border-radius: 0;
}
#searchform-favorite button{
	font-size: 18px;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header #logo {
  font-size: 24px;
  text-align: center;
}
#header #logo a {
  color: #383838;
}
#header #header-sns {
  float: right;
}
#header #header-sns ul {
  padding: 0 0 10px;
}
#header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
}
#header #header-sns li a {
  color: #ccc;
}
#header #header-sns li a:hover {
  color: #57585a;
}

#header-search-btn{
  position: absolute;
  top: 0;
  right: 0;
}
#header-search-btn .fa{
  font-size: 20px;
  padding: 15px;
  cursor: pointer;
}
#header-search-secondary{
  display: none;
  margin: 0;
  padding: 10px 20px;
  background: rgba(235, 235, 235, 0.8);
}
/*
.home #header-search-secondary{
  margin-bottom: 20px;
}
*/
@media screen and (min-width: 992px) {
  #header{
    height: 100px;
  }
  #header #logo {
/*    margin-top: 35px; */
    margin-top: 24px;
      float: left;
  }
  #header-search-primary{
    float: right;
      width: 275px;
      margin: 35px 10px 0 0;
  }
  #header-loginbox{
    float: right;
  }
  #header-loginbox > ul > li {
      float: left;
      min-width: 108px;
      padding: 40px 10px 15px;
      color: #999999;
      position: relative;
      text-align: center;
  }
  #header-loginbox ul li a{
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
  }
  #header-loginbox ul li:hover{
    background-color: #f2f2f2;
  }
  #header-loginbox ul li a:hover{
	  opacity: .5;
  }
  #header-loginbox ul li.header-mypage span{
    line-height: 1;
    vertical-align: middle;
  }
  #header-loginbox ul li.header-mall{
	  display: none;
  }
  #header-loginbox ul li.header-mypage ul{
	  display: none;
	  margin-top: 15px;
	  position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #f2f2f2;
    box-shadow: 1px 2px 1px 0 rgba(113, 113, 113, 0.2);
  }
  #header-loginbox ul li.header-mypage ul li{
    border-top: 1px solid #fefefe;
  }
  #header-loginbox ul li.header-mypage ul li a{
	  padding: 15px 0;
  }
  #header-loginbox ul li.header-mypage:hover ul{
	  display: block;
  }
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 0 0 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
  color: #999999;
}
.breadcrumb li:first-child{
  margin-left: 0;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
}
/* ----------------------------------------
* gloval nav
---------------------------------------- */
/* drawer style */
.drawer-hamburger{
  padding: 14px .75rem 20px!important;
  z-index: 6!important;
}
.drawer-hamburger{
  width: 1.3rem!important;
}
.drawer-hamburger-icon:before{
  top: -7px!important;
}
.drawer-hamburger-icon:after{
  top: 7px!important;
}
.drawer--left.drawer-open .drawer-hamburger{
  left: 11.8rem!important;
  padding-top: 7px!important;
}
.drawer-open .drawer-hamburger-icon:before{
  top: 7px!important;
}
.drawer-nav{
  width: 16em!important;
  background-color: #ebebeb!important;
}
.drawer-nav ul li{
  border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
}
.drawer-nav ul li a{
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 50px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: 0;
  background-color: transparent;
  padding: 0 15px 0 50px;
  text-align: left;
  position: relative;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.drawer-nav ul li a:before{
  font-family: fontAwesome;
  position: absolute;
    left: 20px;
    font-size: 14px;
}
.drawer-nav ul li.list-ttl{
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #fff;
}
.drawer-nav ul li.mall{display: none}
.drawer-nav ul li.mall a:before{content: '\f290';}
.drawer-nav ul li.logout a:before{content: '\f08b';}
.drawer-nav ul li.login a:before{content: '\f090';}
.drawer-nav ul li.mypage a:before{content: '\f2bd';}
.drawer-nav ul li.register a:before{content: '\f234';}
.drawer-nav ul li.items a:before{content: '\f004';}
.drawer-nav ul li.settings a:before{content: '\f013';}
.drawer-nav ul li.draftpost a:before{content: '\f016';}
.drawer-nav ul li.publishedpost a:before{content: '\f15c';}
.drawer-nav ul li.information a:before{content: '\f129';}

#header, #main-wrap{
  -webkit-transition: .2s -webkit-transform;
  transition: .2s -webkit-transform;
}
body.drawer-open{
	overflow: hidden;
}
body.drawer-open #header,
body.drawer-open #main-wrap{
  -webkit-transform: translate3d(16em, 0, 0);
    transform: translate3d(16em, 0, 0);
}
body.drawer-open .drawer-nav > .wrap{
	overflow: scroll;
	height: 100vh;
}
@media screen and (min-width: 992px) {
  .drawer--left .drawer-hamburger{
	  display: none;
	}
}



/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0 0 52px;
  /* キャプション */
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #efefef;
  text-align: center;
  padding: 5px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
	#content{
		padding-bottom: 0;
	}
}


/* ----------------------------------------
* feature-post
---------------------------------------- */
.feature-post ul li{
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
}
.feature-post ul li img{
  width: 100%;
}
.feature-post ul li .title{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  color: black;
  width: 100%;
/*   height: 80px; */
  padding: 15px 20px;
  border: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
  border-top: solid 1px rgba(255,255,255,0.2);
}
.feature-post ul li a:last-child{
	display: none;
}
@media screen and (max-width: 767px) {
  .feature-post ul li{
	  position: relative;
    width: 100%;
    height: 95px;
    overflow: hidden;    
    border-bottom: 1px solid #fff;
  }
  .feature-post ul li:after{
	  content: ' ';
		display: block;
		width: 30px;
		height: 30px;
		background: url(lib/images/icon_feature.png);
		background-size: cover;
		position: absolute;
		z-index: 2;
    right: 10px;
    bottom: 0;
  }
  .feature-post ul li img{
    width: auto;
    height: 95px;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .feature-post ul li .title{
    height: 95px;
    left: 95px;
    background: #fff;
    color: #383838;
    text-shadow: none;
    z-index: 2;
    font-size: 14px;
/*     line-height: 22px; */
    padding-left: 10px;
    padding-right: 15px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
	.feature-post{
		width: 1020px;
    margin: 0 auto 20px;
	}
  .feature-post ul li{
    float: left;
    width: 50%; /* 記事が2つの時 */
    width: 33.333%;　/* 記事が3つの時 */
/*     height: 250px; */
    margin-bottom: 20px;
  }
  .feature-post ul li .title{
    font-size: 18px;
/*     height: 100px; */
    padding: 20px;
/*     line-height: 1.3; */
  }
}
@media screen and (min-width: 1019px) {
  .feature-post ul li{
    /*height: 400px;*/ /* 記事が2つの時 */
    height: auto;
/*
    max-height: 265px;
    min-height: 260px;
*/ /* 記事が3つの時 */
  }
/*
  .feature-post ul li .title{
    line-height: 30px;
  }
*/
}


/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  margin-bottom: 40px;
  background: #fff;
/*   border: 1px #e5e5e5 solid; */
}

/*
.post-header {
  padding: 56px 64px 0;
}
*/
.post-title{
  font-size: 24px;
  font-weight: normal;
}
#post-404 .post-title{
	margin-bottom: 20px;
}
.post-title a {
  color: #383838;
}
.post-title a:hover {
/*   color: #f24e4f; */
  color: #2581c4;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}
.cat-content .post-title,
article.page .post-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.post-header .post-author{
  margin-bottom: 30px;
}

.post-meta {
  margin-top: 0;
  margin-bottom: 42px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  border-top: 1px #efefef solid;
}
.post-meta li {
  background: #fff;
  float: left;
  float: right;
  margin-top: -0.7em;
  margin-right: 20px;
  padding-right: 24px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

/*
.post-thumbnail {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
*/
#post-lead{
  margin: 5px 0 20px 0;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
.post-thumbnail {
  float: left;
    width: 150px;
    height: 150px;
}
#post-lead .post-thumbnail{
  border: 2px solid #fbfbfb;
  background: url(../../uploads/2017/02/logo_itsumono.png) no-repeat center;
  background-size: 60%;
}
#post-lead .interviews-thumbnail{
	max-height: 340px;
	overflow: hidden;
}
#post-lead .interviews-thumbnail img{
	width: 100%;
}
#post-lead .interviews-description{
	text-align: center;
}
#post-lead .interviews-description .post-title,
#post-lead .interviews-description > p{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#post-lead .interviews-description .post-title{
	margin: 20px 70px 13px 70px;
  font-size: 30px;
  line-height: 1.7;
}
#post-lead .interviews-description > p{
	margin: 0 0 3px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-description{
  float: right;
    width: 850px;
}
.tab-list{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.tab-list ul li{
  display: inline-block;
  position: relative;
    top: 1px;
    margin-right: 5px;
}
.tab-list ul li a{
  padding: 7px 16px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: block;
}
.tab-list ul li.current a{
  background-color: #fff;
    border-bottom: none;
    padding-bottom: 18px;
    color: #000;
    font-weight: bold;
}
.post-description h1{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: black;
  margin: -2px 0 16px 0;
}
.post-description p, 
.post-description span.meta-date{
  font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    margin-bottom: 6px;
}

@media screen and (max-width: 1019px) {
  #post-lead{
    padding: 0 0 20px;
  }
  .post-description{
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #post-lead{
    position: relative;
    margin-top: 0;
  }
  #post-lead .post-thumbnail{
    border: none;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
  }
  .post-description h1{
    font-size: 18px;
    line-height: 24px;
    min-height: 75px;
    margin: 0 0 10px;
    width: 100%;
    padding-left: 85px;
  }
  article.post{
	  margin-bottom: 0;
  }
  .main-inner .post-content .yarpp-related{
	  margin-bottom: 0;
	  margin-left: -10px;
	  margin-right: -10px;
  }
  .main-inner .post-content .yarpp-related h3{
	  background-color: #f1f1f1;
    padding: 15px;
    font-size: 14px!important;
    border-bottom: none;
    margin-bottom: 0!important;
    border-top: 1px dotted #cccccc;
  }
  
}

@media screen and (max-width: 767px) {
  .tab-list{
    margin-bottom: 0;
  }
  .tab-list ul li{
    margin-right: 0;
    display: block;
    width: 50%;
    float: left;
  }
  .tab-list ul li a{
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 16px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tab-list ul li.current a{
    padding-bottom: 16px;
    background-color: #f9f9f9;
    color: #607eb4;
    box-shadow: 0 0 0 4px #607eb4 inset;
  }
  .tab-list ul li:nth-child(odd) a{
    border-right: 1px solid #e5e5e5;
  }
  .tab-list ul li:nth-last-child(-n+2) a{
    border-bottom: 1px solid #e5e5e5;
  }
  body.archive.author .cat-content .tab-list,
  .cat-content.author .tab-list{
	  margin: 25px -20px 10px;
  }
  body.archive.author .cat-content .tab-list ul li{
	  padding: 0 10px 0 0;
	  text-align: center;
  }
  body.archive.author .favorite-loop .post-content p{
	  display: block;
  }
  body.archive.author .favorite-loop{
	  text-align: center;
  }
  #post-lead .interviews-description .post-title{
	  font-size: 18px;
    margin-left: 0;
    margin-right: 0;
  }
}

dl.meta-cats{
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    display: inline-block;
/*     float: left; */
/*     margin-right: 10px; */
}
dl.meta-cats dt{
  clear: both;
/*   float: left; */
  height: 20px;
  color: #332;
  display: inline-block;
}
dl.meta-cats dd{
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: black;
  width: auto;
  height: auto;
  line-height: auto;
  border: 0;
/*   float: left; */
  margin: 0 10px 5px 0;
}
dl.meta-cats.meta-keywords dt{
    color: #999999;
    width: 18px;
}
#bookmark{
  clear: both;
    padding-top: 10px;
}
#bookmark .bookmark-btn, #bookmark .bzb-sns-btn{
  float: left;
  padding: 0;
}
#bookmark .bookmark-btn{
    display: inline-block;
    margin: 0;
    padding: 0;
/*     width: 140px; */
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    border: 0;
    background-color: #d3d3d3;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
#bookmark .bookmark-btn span.wpfp-span a.wpfp-link:before{
  font-family: FontAwesome;
  content: '\f08a';
  color: #fff;
  padding-right: 10px;
}
#bookmark .bookmark-btn span.wpfp-span a.wpfp-link:hover{
  text-decoration: none;
  opacity: .6;
}
#bookmark .bookmark-btn span.wpfp-span a.wpfp-link.btn-remove:before{
  content: '\f004';
  color: #607eb4;
}
#bookmark .bookmark-btn a.wpfp-link,
#bookmark .bookmark-btn span.wpfp-span a{
  color: #fff;
  font-size: 12px;
}
#bookmark .bookmark-btn span.wpfp-span span.wpfp-link.btn-register{
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
/*
	#post-lead #bookmark{
		margin: 0 -20px;
	}
*/
  #bookmark .bookmark-btn{
/*
    margin-right: 10px;
    padding: 0;
    width: 30px;
*/
  }
  #bookmark .bookmark-btn a.wpfp-link{
/*
    color: transparent;
    visibility: hidden;
*/
    display: inline-block;
/*
    height: 30px;
    width: 1rem;
    text-indent: -9999px;
*/
    position: relative;
  }
/*
  #bookmark .bookmark-btn span.wpfp-span a.wpfp-link:before,
  #bookmark .bookmark-btn span.wpfp-span a.wpfp-link.btn-add:before,
  #bookmark .bookmark-btn span.wpfp-span a.wpfp-link.btn-remove:before{
    visibility: initial;
    padding-right: 0;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 30px;
    text-indent: 0;
  }
*/
}


.post-content {
/*   padding: 42px 64px; */
  padding: 0;
  overflow: hidden;
  overflow: initial;
  position: relative;
}
.post-content hr {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  clear: both;
}
.post-content ul {
  list-style: disc;
}
.post-content ul.btn-area{
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-content ul.btn-area li{
  margin: 0;
}
.post-content ol {
  list-style: decimal;
}
.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.post-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #e5e5e5;
  padding: 0 0 0 10px;
}
.page-child dl dt{
    font-size: 14px;
    line-height: 1.7;
    margin: 40px 0 10px 0;
}
.page-child .post-content dl dd{border-left:none;}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1 {
  clear: both;
}
.post-content h2 {
  clear: both;
    border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: black;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: black;
  padding-top: 5px;
  padding-bottom: 10px;
}
.post-content h3 {
  clear: both;
  border-left-width: 10px;
    border-left-style: solid;
    border-left-color: black;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: black;
    padding-left: 20px;
}
.post-content .white-wrap{
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
  border: none;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
/*   background: #919598; */
  background: #f9f9f9;
  color: #999999;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #383838;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content table tbody td input#user_login{
  color: #999999;
    background-color: #f9f9f9;
}
/* .post-content div.wpfp-span ul li .post-content > p:nth-child(2), */
.post-content div.wpfp-span ul li .post-content > .btn-remove,
.post-content div.wpfp-span .btn-removelist{
  display: none;
}

.page-register .post-content,
.page-login .post-content,
.page-lostpassword .post-content,
.page-resetpass .post-content,
.page-withdraw .post-content{
  background: #f7f7f7;
	padding: 10px 0;
}
.page-register .post-content .tml,
.page-login .post-content .tml,
.page-lostpassword .post-content .tml,
.page-resetpass .post-content .tml{
  text-align: center;
    margin: 0 auto;
}

.page-register .post-content .post-title,
.page-register .post-content p{
  margin-left: 20px;
  margin-right: 20px;
}
.page-register .post-content p.alert,
.page-withdraw .post-content p.alert{
  padding: 20px;
  padding-left: 50px;
  color: #ff9800;
  border: 1px solid;
  position: relative;
}
.page-withdraw .post-content p.alert.alert-red{
	color: #d42929;
}
.page-register .post-content p.alert:before,
.page-withdraw .post-content p.alert:before{
  font-family: "fontAwesome";
  content: "\f06a";
  position: absolute;
  left: 20px;
  font-size: 26px;
}
.page-register .post-content .white-wrap{
  padding: 20px 0;
}
.page-withdraw .post-content .white-wrap{
	padding: 20px;
}
.page-register .post-content .white-wrap .tml-register{
  max-width: 100%;
  text-align: left;
}
.page-register .post-content .white-wrap .tml-register p{
  margin: 0;
  padding: 20px;
  border-bottom: 1px dotted #cccccc;
}
.page-register .post-content .white-wrap .tml-register .tml-e-zine-wrap p{
  border-bottom: none;
}
.page-register .post-content .white-wrap .tml-register p.tml-submit-wrap{
  border: none;
}
.page-register .post-content .white-wrap .tml-register p.error{
  border-bottom: 1px solid #cc0000;
}
.page-register .post-content .white-wrap .tml-register .e-zine-notice p{
  width: 90%;
  margin: 20px auto 0;
  border: 1px solid #ccc;
}
.page-register .post-content .white-wrap .tml-register .text-attention{
  padding: 20px 20px 0;
}
.page-register .post-content .white-wrap .tml-register p.tml-user-pass1-wrap{
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-register .post-content .white-wrap .tml-register .text-attention{
    margin-left: 20%;
  }
}

/*新規会員登録メルマガのチェックボックスデザイン*/
#e-zine{
  display: none;
}
.e-zine-label{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}
.e-zine-label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #607eb4;
  border-radius: 2px;
}
#e-zine:checked + .e-zine-label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #607eb4;
  border-right: 3px solid #607eb4;
}
.tml-login .tml-rememberme-wrap,
.tml .message{
  text-align: left;
}
.tml input, .tml select{
  height: 38px;
}
.tml textarea{
	height: 5rem;
}
.tml-login{
  width: 100%;
  max-width: 100%;
  padding: 0 60px 40px;
}
.page-login #theme-my-login{
  padding-top: 1px;
}
.tml-login h2,
.tml-login p{
  text-align: left;
}
.tml-login .tml-user-login-wrap,
.tml-login .tml-user-pass-wrap{
  margin-bottom: 10px;
  line-height: 1;
}
.tml-login .tml-rememberme-submit-wrap,
.tml-login .tml-rememberme-wrap,
.tml-login .tml-submit-wrap,
.tml-login .button a{
  display: block;
  margin-bottom: 0;
}
.tml-login .tml-action-links li:first-child{
  display: none;
}
.tml-login .tml-submit-wrap input{
  width: 100%;
  height: auto;
  line-height: 1.8
}
.tml-login .tml-action-links{
  margin: 20px auto;
}
.tml-user_sex-wrap label.user_sex_label{
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 20px 10px 30px;
  border-radius: 2px;
  color: #3e4956;
  line-height: 1;
}
.tml-user_sex-wrap label.user_sex_label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #f2f2f2;
  border-radius: 50%;
}
.tml-user_sex-wrap input{
  display: none;
}
.tml-user_sex-wrap input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #607eb4;
}
.page-register .post-title{
  margin-left:20px;
  margin-right:20px;
}
.page-register .post-content .white-wrap .tml-register p:first-child label{
  display: inline-block;
}
.page-register .post-content .white-wrap .tml-register p:first-child label .input{
  width: 1.2rem!important;
}
.page-register .post-content .white-wrap .tml-register p:first-child label:nth-child(2),
.page-register .post-content .white-wrap .tml-register p:first-child label:nth-child(3){
  width: 5rem;
}
.tml-profile .tml-form-table{
  width: 100%;
  border-bottom: none;
}
.tml-profile .tml-form-table tr{
  border-bottom: 1px #ddd solid;
}
.tml-profile .tml-form-table tr.tml-display-name-wrap{
	display: none;
}
.tml-profile .tml-form-table th, .tml-profile .tml-form-table td{
  display: table-cell;
}
.tml-profile .tml-form-table th{
  width: 12rem;
}
.tml-profile .tml-form-table td span.description{
  color: #999;
}
p.tml-submit-wrap{
  text-align: center;
}
.tml-profile .tml-submit-wrap input{
  line-height: 1;
}
.tml .message{
  border: none;
  background-color: #009688;
    color: #fff;
}
.wpua-edit-container{
  *zoom: 1;
  border: 1px #ddd solid;
  display: table;
  width: 100%;
  margin-bottom: 48px;
}
.wpua-edit-container:before {
  display: table-row;
}
.wpua-edit-container:after {
  content: "";
  display: table-row;
  clear: both;
}
.wpua-edit-container > h3{
  background: #f9f9f9;
  color: #999999;
  border: none;
  font-size: 12px;
  font-weight: normal;
  width: 12rem;
  padding: 8px 10px;
  margin: 0;
  display: table-cell;
}
#wpua-upload-button-existing,
#wpua-upload-messages-existing{
  padding: 0 10px;
}
#wpua-images-existing{
  width: auto;
  padding: 8px 10px;
  /*display: table-cell;*/
}
/* #wpua-preview-existing, */
#wpua-undo-button-existing{
  display: none!important;
}
#wpua-remove-existing,
#wpua-undo-existing{
  background: #fff;
  color: #000;
  border: 1px solid #dddddd;
}
#wpua-thumbnail-existing img{
  border-radius: 50%;
}
#wpg-login.large .wpg-button{
  font-size: 14px!important;
  line-height: 24px!important;
  height: auto!important;
  padding: 10px!important;
  text-align: center!important;
  background-color: #3c5a96!important;
    border: none!important;
    color: #fff!important;
}
#wpg-login.large .wpg-button .lsf{
  font-size: 30px!important;
  margin-top: -14px!important;
}
#wpg-login .wpg-button.wpg-button-login:before{
  font-family: FontAwesome;
  content: '\f230';
  color: #3C5A96;
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 2px;
  left: -10px;
}
.tml-register ul.tml-action-links li{padding:none!important;margin:none!important;border:none!important;}
.tml-register ul.tml-action-links li:last-child,
#loginform .wpg-button i{display: none!important;}


.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

/*
.post-content h2:first-child {
  margin: 0 0 32px;
}
*/
body.page .post-content h2,
.search_from_favorite_page .post-loop-wrap h2{
  font-weight: bold;
    font-size: 14px;
    line-height: 1.7;
    color: black;
    margin: 40px 0 10px 0;
    padding: 0;
    border: 0;
}
body.page .page-mypage .post-content h2,
body.page .page-items .post-content h2,
body.page .page-information .post-content h2,
body.page .page-settings .post-content h2,
.search_from_favorite_page .post-loop-wrap h2{
  margin-top: 0;
}
body.page.page-id-2207 .post-content h2,
body.page.parent-pageid-2207 .post-content h2{
  display: none;
}
/*
body.page.page-id-2207 .post-content,
body.page.parent-pageid-2207 .post-content{
	padding-top: 40px;
}
*/
body.page .page-child .post-content p{
  margin: 0;
}
body.page .page-faq .post-content h2{
  border-left-width: 15px;
    border-left-style: solid;
    border-left-color: black;
    margin-bottom: 20px;
    padding-left: 5px;
}
body.page .page-faq .post-content dl{
  padding-left: 30px;
  border-bottom: 1px solid #f2f2f2;
}
body.page .page-faq .post-content dl dt,
body.page .page-faq .post-content dl dd{
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  font-weight: normal;
  border: none;
}
body.page .page-faq .post-content dl dt:before,
body.page .page-faq .post-content dl dd:before{
  font-size: 26px;
    line-height: 1;
    color: #999;
    position: absolute;
    left: 0;
}
body.page .page-faq .post-content dl dt:before{
  content: 'Q. ';
  
}
body.page .page-faq .post-content dl dd:before{
  content: 'A. ';
}



.post-cta {
  margin: 0;
  background: #f5f5f5;
  color: #383838;
  border-top: 3px solid #5e6265;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}
.post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #38bd3e;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #2581c4;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

/*
.post-share {
  padding: 0 45px 30px;
  border-top: 1px solid #e5e5e5;
}
*/
.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}
.post-share .post-share-fb > span{
  margin: 0 auto;
}
.post-share .post-share-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
  margin-left: -45px;
  margin-right: -45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  font-family: 'Didact Gothic';
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-sns {
  border-top: 1px #eee solid;
  margin: 0 -45px -30px;
  padding: 0;
}
.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-sns ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
.post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li:last-child {
  border-right: none;
  padding: -10px 0;
}
.post-sns ul li:hover {
  background-color: #f7f7f7;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
.post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
.post-sns ul li span {
  font-size: 20px;
}
.post-sns ul li a {
  width: 100%;
  display: block;
  color: #929292;
  text-decoration: none;
  padding: 24px 0;
}
.post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
.post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}


.post-footer {
/*
  border-radius: 0 0 3px 3px;
  padding: 40px 64px 0px;
*/
  margin-top: 50px;
  padding-bottom: 20px;
}
.post-footer h3{
  margin-bottom: 8px!important;
  padding-bottom: 8px!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 21px;
  color: #333333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}

.post-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 0 0 64px;
  font-size: 0;
}
.post-footer .bzb-sns-btn li {
  display: inline-block;
  font-size: 16px;
  width: auto;
  vertical-align: top;
}
.post-footer .bzb-sns-btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-footer:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-tag-list {
    font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-tag-list dt{
  clear: both;
    float: left;
    width: 6em;
    height: 25px;
    line-height: 25px;
    color: #332;
}
.post-tag-list dd.tag{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: black;
    width: auto;
    height: auto;
    line-height: auto;
    border: 0;
    float: left;
    margin: 0;
    max-width: 550px;
    text-align: left;
}
.cat-content .post-tag-list dd.tag{
  max-width: inherit;
}
.post-tag-list dd.tag a{
  font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
/*     display: inline-block; */
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    color: black;
    width: auto;
    height: 25px;
    line-height: 25px;
    border: 0;
    padding: 0 20px 0 20px;
    margin: 0 5px 5px 0;
    background-color: #f7f7f7;
}
.post-tag-list dd.tag a:before{
  font-family: fontAwesome;
  content: '\f02b';
  padding-right: 10px;
  color: #b7b7b7;
}
.post-tag-list dd.tag a:hover{
  background-color: #ebebeb;
}
.post-author .post-author-img {
  width: 50px;
  float: left;
}
.post-author .post-author-img img{
   border-radius: 50%;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author a {
  color: #5e6265;
}
.post-author .post-author-meta {
  margin-left: 100px;
  position: relative;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
  font-weight: bold;
  text-align: left;
}
.post-author .post-author-meta p{
  text-align: left;
  line-height: 1.4;
}
.post-loop-card .post-author .post-author-img{
	width: 50px;
}
.post-loop-card .post-author .post-author-meta{
	margin-left: 60px;
}
.post-loop-card .post-author .post-author-meta h4{
	margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-loop-card .post-author .post-author-meta p{
	font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: #666;
  margin-bottom: 10px;
	height: 2.8rem;
  overflow: hidden;
}
/*
body.page.page-id-2207 .main-inner .post-author,
body.page.parent-pageid-2207 .main-inner .post-author{
  margin-bottom: 20px;
}
*/
body.page.page-id-2207 .main-inner .post-author .author-name,
body.page.parent-pageid-2207 .main-inner .post-author .author-name,
.main-inner.search_from_favorite_page .post-author .author-name{
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}

/* bzb sns */
.post-header-meta {
  overflow: visible;
}
.post-header-meta:after {
  content: "";
  clear: both;
  display: block;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.widget_sns_button .bzb-sns-btn li{
  float: left;
  margin: 0 10px 0 0;
}
.bzb-sns-btn li.sp-hide {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: auto;
  margin: 10px 4px 0;
  line-height: 0;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
*/
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
/*
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
*/
/*
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
*/
/*
.bzb-sns-btn li.bzb-googleplus{
  border-bottom: 1px solid #d4d4d4;
  border-radius: 2px;
}
.bzb-sns-btn li.bzb-googleplus > div{
  height: 20px!important;
}
*/
.bzb-sns-btn li.bzb-pocket {
  width: 93px;
}
.bzb-sns-btn li.bzb-line a, .bzb-sns-btn li.bzb-line img {
  vertical-align: top;
}
.bzb-facebook .fb-like > span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-line {
  display: none;
}
.post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}
@media screen and (max-width: 991px) {
  .bzb-sns-btn li{
    float: left;
    margin: 0 10px 0 0;
  }
  .bzb-sns-btn li.sp-show a{
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
  }
  .bzb-sns-btn li.bzb-twitter.sp-show a{
    background: #1b95e0;    
  }
  .bzb-sns-btn li.bzb-facebook.sp-show a{
    background: #4267b2;
  }
  .bzb-sns-btn li.bzb-insta.sp-show a{
    background: #d93175;
  }
  .widget_sns_button .bzb-sns-btn li.sp-show{
    display: inline-block!important;
    margin: 10px 20px;
    float: none;
  }
  .widget_sns_button .bzb-sns-btn li.sp-show a{
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
  body.page.page-id-2207 .main-inner .post-author .author-name,
	body.page.parent-pageid-2207 .main-inner .post-author .author-name,
	.main-inner.search_from_favorite_page .post-author .author-name{
		font-size: 12px;
	}
	body.page.page-id-2207 .main-inner .post-author .author-name span,
	body.page.parent-pageid-2207 .main-inner .post-author .author-name span,
	.main-inner.search_from_favorite_page .post-author .author-name span{
		font-size: 16px;
	}
	body.page.page-id-2207 .main-inner .post-author .author-points,
	body.page.parent-pageid-2207 .main-inner .post-author .author-points,
	.main-inner.search_from_favorite_page .post-author .author-points{
	  position: absolute;
	  top: 0;
	  right: 0;
  }
}


/* comment
---------------------------------------- */
#comments {
  padding: 40px 64px;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 300px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  position: relative;
}
body.post-type-archive-interviews .cat-content{
  border: none;
  margin-bottom: 0;
}
.cat-content .cat-thumb{
  width: 50px;
  position: absolute;
}
.cat-content .cat-thumb img{
  border-radius: 50%;
}
.cat-content .cat-info{
  width: 100%;
  min-height: 50px;
  padding-left: 60px;
}
.cat-content h1.post-title{
  margin: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: black;
    position: relative;
}
.cat-content.author{
	padding-bottom: 0;
	border-bottom: none;
}
.cat-content.author .tab-list{
	margin-top: 25px;
}
.cat-content.author .tab-list ul li{
	display: inline-block;
}
.cat-content.author .tab-list ul li span{
	padding: 7px 23px 10px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.cat-content.author .tab-list ul li.active span{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  padding-bottom: 18px;
}
.cat-content.author .tab-list ul li.tab-post.active span{
	border-left: none;
}
.post-loop-wrap{
	position: relative;
}
ul.post-loop-wrap{
  padding: 0;
  list-style: none;
}
.post-loop-wrap article,
ul.post-loop-wrap li {
  width: 100%;
  margin: 0 0 60px;
  margin: 0 0 20px 0;
  padding-left: 0;
  position: relative;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-thumbnail {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  text-align: center;
  position: relative;
  /*border: 2px solid #fbfbfb;大きいサムネイルの場合*/
  background: url(../../uploads/2017/02/logo_itsumono.png) no-repeat center;
  background-size: 60%;
}
.post-loop-wrap .post-thumbnail a{display: block;width: 100%;height: 100%;}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  /*bottom: 0;大きいサムネイルの場合*/
  left: 0;
  right: 0;
  margin: auto;
}
.post-loop-wrap .post-content {
  width: auto;
  padding: 0 64px 42px;
  padding: 0;
  position: relative;
  height: 120px;
  overflow: hidden;
}
.post-loop-wrap #post-404 .post-content{
	height: auto;
}
.post-loop-wrap .post-content h3{
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: black;
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
  vertical-align: top;
  word-break: break-all;
}
.post-loop-wrap .post-content p{
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    word-break: break-all;
}
.post-loop-wrap .post-content p.meta-nickname{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}
.post-loop-wrap .post-content p.meta-nickname a{
    color: #666666;
}
.post-loop-wrap .post-content .btn-remove{
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-loop-wrap .post-content .btn-remove a,
.post-content .btn-removelist a{
  padding: 7px 10px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 1;
}
.post-content .btn-removelist a{
  padding: 10px;
}
.post-content .btn-removelist{
  text-align: center;
}
.post-loop-wrap .post-footer {
  border-top: 1px #efefef solid;
  padding-top: 10px;
}
.post-loop-wrap .post-footer .bzb-sns-btn {
  padding: 0;
  margin-right: 50px;
  float: left;
}
.post-loop-wrap .post-footer .loop-comment-icon {
  float: right;
}
.post-loop-wrap .post-footer .loop-comment-icon .fa {
  font-size: 18px;
  margin-right: 5px;
}
.post-loop-wrap .post-footer .loop-comment-icon .share {
  display: none;
}
.post-loop-wrap .post-footer .loop-comment-icon .count {
  font-size: 14px;
}
#post-2209 .post-loop-wrap{
    margin: 0 -10px;
}
#post-2209 .post-loop-wrap article{
  width: 20%;
  float: left;
    padding: 0 10px;
}
#post-2209 .post-loop-wrap .post-thumbnail{
  float: none;
	width: 100%;
}
#post-2209 .post-loop-wrap article > p{
	height: 2rem;
	overflow-y: hidden;
}
.post-loop-card article{
  padding: 10px 15px;
  border-bottom: 1px dotted #ddd; 
}
.post-loop-card .post-thumbnail{
  width: auto;
  height: 100px;
  overflow: hidden;
  float: none;
}
.post-loop-card .post-thumbnail img{
  width: 100%;
}
.post-loop-card .post-content{
  padding: 0;
  clear: both;
}
.post-loop-card .post-content .meta-date{
  margin-top: 5px;
  font-size: 11px;
  color: #cccccc;
}
.post-loop-card .post-content h3{
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-weight: normal;
  height: 2.6rem;
}
.more-link {
  border: 1px #2581c4 solid;
  padding: 12px 24px;
  line-height: 26px;
  margin-bottom: 64px;
  box-sizing: border-box;
  clear: both;
  color: #2581c4;
  font-size: 14px;
}
.more-link:hover {
  background: #2581c4;
  color: #fff;
  text-decoration: none;
}

/* content-none */
/*
.content-none {
  padding-top: 40px;
}
*/

@media screen and (min-width: 768px) {
	.cat-content{
		margin-bottom: 20px;
	}
	.cat-content .cat-thumb{
	  width: 100px;
	}
	.cat-content .cat-info{
	  min-height: 100px;
	  padding-left: 110px;
	}
  .post-loop-card{
    margin: 0 -20px;
  }
  .post-loop-card article{
    float: left;
    width: 33.3333%;
    border-bottom: none;
    padding: 10px 20px;
  }
  .post-loop-card article:nth-child(3n + 1){
    clear: left;
  }
  .post-loop-card .post-content{
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd; 
  }
  .post-loop-card .post-thumbnail{
    height: 150px;
    height: 112px;
  }
  .post-loop-card.users .post-content{
	  padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
	.cat-content h1.post-title{
		line-height: 55px;
	}
	.cat-content.author .tab-list ul li{
	  padding: 0 0 0 10px;
	  text-align: center;
  }
  .cat-content.author .tab-list ul li.active span{
	  border-right: none;
  }
}

/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination {
  margin: 20px 10px 60px;
  padding: 0;
  clear: both;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 15px 2px 0;
  padding: 10px 0;
  text-decoration: none;
  width: auto;
  color: #383838;
  border-radius: 50%;
  border: 1px solid #a7a7a7;
  width: 40px;
  height: 40px;
  text-align: center;
}
.pagination a:hover {
  background: #9e9e9e;
  color: #fff;
}

.pagination .current {
  background: #9e9e9e;
  color: #fff;
  border-radius: 50%;  
}
.pagination a.prev,
.pagination a.next,
.pagination .dots{
	border: none;
}
/* only sp */
.pagination.sp-show{
	text-align: center;
	margin-left: 0;
  margin-right: 0;
}
.pagination.sp-show span, .pagination.sp-show a{
	display: inline-block;
	float: none;
	margin: 0;
	border-radius: 0;
	border: none;
	width: auto;
	height: auto;
	padding: 10px 15px;
  background: #000;
  font-size: 12px;
  color: #fff;
}
.pagination.sp-show .current{
	padding: 10px 30px;
  background: none;
  font-size: 14px;
  color: #999;
}
.pagination.sp-show .no-link{
	color: #cccccc;
	background: #f7f7f7;
}


/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}
.side-widget .side-widget-inner{
  font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
    margin: 0 0 18px 0;
    padding: 0 0 16px 19px;
/*     text-align: center; */
}
.side-widget:last-child .side-widget-inner{
	border-bottom: none;
}
@media screen and (max-width: 991px){
  .side-widget .side-widget-inner{
    padding: 0;
    margin-bottom: 0;
  }
  #text-3 .side-widget-inner{
	  padding-left: 10px;
	  padding-right: 10px;
	  margin-bottom: 18px;
	  padding-bottom: 18px;
  }
}
.side-widget .side-title {
  margin: 0 0 13px;
  font-size: 16px;
  text-align: left;
}
.side-widget a,
.yarpp-related a {
  color: #5e6265;
  text-decoration: none;
  font-weight: normal!important;
}
.side-widget a:hover {
  color: #2581c4;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
/* widget_categories */
.widget_categories.side-widget h4,
.widget_categories.side-widget ul li.cat-item-166{
  display: none;
}
.widget_categories.side-widget ul li{
  margin-bottom: 0!important;
}
.widget_categories.side-widget ul li a{
  display: inline-block;
    text-decoration: none;
    text-align: left;
    color: #333333;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    position: relative;
    padding-left: 59px;
}
.widget_categories.side-widget ul li a:after{
  position: absolute;
    top: 47%;
    right: 10px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget_categories.side-widget ul li.cat-item a:before{
  font-family: 'FontAwesome';
  display: block;
  font-size: 16px;
  position: absolute;
  left: 5px;
}
.post-tag-list dd.tag.cat-item-1 a:before,
.widget_categories.side-widget ul li.cat-item-1 a:before,
.drawer-nav ul li.others a:before{content: '\f192';}

.post-tag-list dd.tag.cat-item-154 a:before,
.widget_categories.side-widget ul li.cat-item-154 a:before,
.drawer-nav ul li.food-gourmet a:before{content: '\f0f5';}

.post-tag-list dd.tag.cat-item-155 a:before,
.widget_categories.side-widget ul li.cat-item-155 a:before,
.drawer-nav ul li.trip-outdoor a:before{content: '\f0f2';}

.post-tag-list dd.tag.cat-item-156 a:before,
.widget_categories.side-widget ul li.cat-item-156 a:before,
.drawer-nav ul li.house-lifestyle a:before{content: '\f015';}

.post-tag-list dd.tag.cat-item-157 a:before,
.widget_categories.side-widget ul li.cat-item-157 a:before,
.drawer-nav ul li.knickknack a:before{content: '\f0f4';}

.post-tag-list dd.tag.cat-item-158 a:before,
.widget_categories.side-widget ul li.cat-item-158 a:before,
.drawer-nav ul li.electronics a:before{content: '\f26c';}

.post-tag-list dd.tag.cat-item-159 a:before,
.widget_categories.side-widget ul li.cat-item-159 a:before,
.drawer-nav ul li.love a:before{content: '\f004';}

.post-tag-list dd.tag.cat-item-160 a:before,
.widget_categories.side-widget ul li.cat-item-160 a:before,
.drawer-nav ul li.child-rearing a:before{content: '\f1ae';}

.post-tag-list dd.tag.cat-item-161 a:before,
.widget_categories.side-widget ul li.cat-item-161 a:before,
.drawer-nav ul li.pets a:before{content: '\f1b0';}

.post-tag-list dd.tag.cat-item-162 a:before,
.widget_categories.side-widget ul li.cat-item-162 a:before,
.drawer-nav ul li.beauty a:before{content: '\f219';}

.post-tag-list dd.tag.cat-item-163 a:before,
.widget_categories.side-widget ul li.cat-item-163 a:before,
.drawer-nav ul li.business a:before{content: '\f0b1';}

.post-tag-list dd.tag.cat-item-164 a:before,
.widget_categories.side-widget ul li.cat-item-164 a:before,
.drawer-nav ul li.culture a:before{content: '\f02d';}

.post-tag-list dd.tag.cat-item-165 a:before,
.widget_categories.side-widget ul li.cat-item-165 a:before,
.drawer-nav ul li.fashion a:before{content: '\f069';}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a/*
,
.widget_views a
*/ {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
/*   background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat; */
}
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #2581c4;
/*   background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat; */
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #383838;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #f9f9f9;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

@media screen and (min-width: 992px) {
	.side-widget-area{
		width: 300px;
	}
	#side #text-3 .side-widget-inner,
	#side #text-6 .side-widget-inner{
		padding: 0;
	}
}
@media screen and (max-width: 991px){
	#side .post-share-fb.side-widget,
	#text-7, #text-4, #text-5,
	#custom_html-2,
	.single #side #author,
	.single #side #yarpp_widget-3{
		display: none;
	}
	.single #custom_html-2{
		display: block;
	}
	#categories-2 .side-widget-inner{
		padding-bottom: 0;
	}
	#text-6 .side-widget-inner{
		border-bottom: none;
	}
}


/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #666666;
}
#footer a {
  color: #666666;
  text-decoration: none;
}
#footer a:hover {
  color: #999999;
}
#footer .wrap {
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
.about-itsumono{
  background: #fbfbfb;
}
.about-itsumono .wrap{
  padding-left: 20px!important;
    padding-right: 20px!important;
}
.about-itsumono h2{
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 7px;
}
.about-itsumono p{
  margin-bottom: 10px;
}
.footer-01 {
  background: #f2f2f2;
  font-size: 12px;
}
.footer-01 ul {
  overflow: hidden;
  text-align: center;
}
.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-01 .other-nav{
  padding-top: 30px;
}
.footer-01 .other-nav ul li{
  display: inline-block;
}
.footer-01 .other-nav ul li a{
  line-height: 1;
  display: block;
  font-size: 11px;
  padding: 0 10px;
}
.footer-01 .other-nav ul li:nth-child(2) a{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.footer-02 {
  background: #f2f2f2;
  text-align: center;
}
#footer .footer-02 .wrap{
  padding: 0 0 30px;
}
.footer-02 .footer-copy {
  font-size: 12px;
  padding-top: 20px;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background: #fff;
  padding: 45px 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
  overflow: hidden;
}
.single-lp #lp-header {
  background: #fff;
  padding: 0 56px;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #2581c4;
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
.single-lp #content {
  padding: 40px 56px;
  overflow: hidden;
}
.single-lp #main {
  width: 100%;
}
.single-lp .main-inner {
  overflow: hidden;
  margin-right: 350px;
}
/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #6ed472;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog,
.sp-show {
  display: none;
}
@media screen and (max-width: 1200px) {
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp .main-inner {
    margin-right: 350px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }

  #main .post-sns {
    margin: 0 -20px -20px !important;
  }
  #main .post-share-title {
    margin: 0 -20px !important;
  }

  .single-lp #lp-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-lp #lp-header .lp-title {
    padding: 0;
    margin: 0;
    font-size: 21px;
  }
  .single-lp #content {
    padding: 20px;
  }
  .single-lp .lp-wrap {
    padding: 24px 0;
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-wrap input[type=text] {
    width: 100%;
  }
  .single-lp .lp-wrap input[type=submit] {
    margin-top: 30px;
  }
  .single-lp .post-content {
    padding: 0 !important;
  }
  .single-lp #side {
    margin-left: 0;
    width: 100%;
  }
  .single-lp #side dl,
  .single-lp #side dt,
  .single-lp #side dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .single-lp #side dt {
    margin-bottom: 8px;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* header */
  #header {
  border-bottom: 1px solid #ebebeb;
    background-color: rgba(239, 239, 239, .9);
    height: 50px;
    width: 100%;
    padding-top: 4px;
    position: fixed;
    top: 0;
    z-index: 5;
/*     padding: 36px 0 32px !important;
    
    height: 100px;
*/
  }
  #header .wrap {
    padding: 0;
    position: relative;
  }
  #header #logo img {
    vertical-align: middle;
    width: 120px;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
  }
  
  #main-wrap{
  	padding-top: 50px;
  	overflow: hidden;
  }

  /* loop */
  .cat-content {
    padding: 20px;
  }

  .post-loop-wrap article{
  	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    box-sizing: content-box;
    margin-bottom: 0;
    padding-right: 0;
    height: 75px;
    height: auto;
    position: relative;
    /*大きいサムネイルの場合*/
/*     border: none; */   
  }
  .post-loop-wrap .post-thumbnail {
    margin-right: 10px;
    width: 95px;
    height: 95px;
    /*大きいサムネイルの場合*/
/*
    width: 100%;
    height: 200px;
    overflow: hidden;
    float: none;
*/
  }
  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    bottom: 0;
    /*大きいサムネイルの場合*/
/*     width: 100%; */
  }
  .post-loop-wrap .post-title {
    margin-bottom: 0;
  }
  .post-loop-wrap .post-content {
    padding: 0 40px;
    padding: 0;
    height: 95px;
    /*大きいサムネイルの場合*/
/*
    position: absolute;
    bottom: 0;
    margin: auto;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    width: 100%;
    height: 80px;
    padding: 10px 20px 0;
    border: 0;
    line-height: 30px;
    color: #fff;
    vertical-align: middle;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    border-top: solid 1px rgba(255,255,255,0.2);
*/
  }
  .post-loop-wrap .post-content h3{
    padding-right: 15px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    height: 2.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*大きいサムネイルの場合*/
/*
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
    height: 38px;
*/
  }
  .post-loop-wrap .post-content h3 a{
  /*大きいサムネイルの場合*/
/*
    color: #fff;
    font-weight: normal;
    font-size: 16px;
*/
  }
  .post-loop-wrap .post-footer,
  .post-loop-wrap .post-content p {
    display: none;
  }
  .post-loop-wrap #post-404 .post-content p{
	  display: block;
		margin: 10px;
		color: #000;
  }
  .post-loop-wrap .post-content p.meta-nickname{
    display: block;
    bottom: 5px;
    right: 10px;
    left: inherit;
  }
  .post-loop-wrap .post-content p.meta-nickname a{
    /*大きいサムネイルの場合*/
/*    color: #fff; */
  }
  
  #post-2209 .post-loop-wrap article{
    width: 50%;
    margin-bottom: 20px;
    border-bottom: none;
		box-sizing: border-box;
  }
  #search_from_favorite .post-loop-wrap article{
	  margin-bottom: 20px;
	  border-bottom: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 42px 20px 20px;
  }

  .post-content,
  #search_from_favorite .post-loop-wrap{
  	padding: 10px;
  }
  .parent-pageid-2207 .pagination,
  #post-2207 .pagination{
	  margin-bottom: 40px;
  }
  #post-2207{
	  margin-bottom: 0;
  }
  .parent-pageid-2207 #post-2328 .post-content{
	  padding: 0;
  }
  #post-2207 .post-content{
	  padding-left: 0;
	  padding-right: 0;
  }
  #post-2207 .post-content ul.post-loop-wrap li{
	  margin-bottom: 0;
	  border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  
  
  article.page
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-share
/*   .post-author, */{
    padding: 20px !important;
  }
  article.page .post-header,
  #search_from_favorite .post-header {
    padding: 20px 20px 0!important;
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-footer {
    padding: 0 20px;
  }

  .more-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .footer-01 ul li{
    display: block;
    margin-right: 0;
  }
  #footer-nav li a{
  display: block;
    padding: 9px 10px;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
  }
  #bookmark .bookmark-btn span.wpfp-span span.wpfp-link.btn-register .fa{
	  vertical-align: middle;
  }
  #bookmark .bookmark-btn span.wpfp-span span.wpfp-link.btn-register .sp-hide{
		display: inline-block!important;
    width: 4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    vertical-align: middle;
  }
  #footer .wrap{
	  padding: 10px 0 0 0 ;
  }
  .footer-01 .other-nav{
	  padding-top: 15px;
  }
  .footer-02 .footer-copy{
	  padding-top: 0;
  }
  #footer .footer-02 .wrap{
	  padding-bottom: 0;
  }
  /* tablet end */
}
@media screen and (min-width: 768px) {
  /* window size > 768px */
  .page-register .post-content .white-wrap,
  .page-withdraw .post-content .white-wrap{
    padding: 40px;
  }
  .page-register .post-content .white-wrap .tml-register p label,
  .page-register .post-content .white-wrap .tml-register p select{
    display: inline-block;
    width: 20%;
  }
  .page-register .post-content .white-wrap .tml-register p .input{
    width: 70%!important;
  }
  .page-login #theme-my-login{
    border-right: 1px solid #f7f7f7;
  }
  .tml-login{
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  /* phone */
  .post-content h2 {
    font-size: 22px;
    margin-top: 56px;
  }
  .post-content h3 {
    font-size: 18px;
    margin-top: 56px;
    line-height: 1.4;
  }
  .post-content h4 {
    font-size: 18px;
  }
  
  .wpua-edit-container > h3{
    font-size: 12px;
  }
  
 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  .post-content table tbody,
  .post-content table tbody tr,
  .tml-profile .tml-form-table th,
  .tml-profile .tml-form-table td,
  .tml-profile .tml-form-table td span.description,
  .wpua-edit-container,
  .wpua-edit-container > h3,
  #wpua-images-existing{
  display: block;
    width: 100%;
    margin-top: auto;
  }
  .post-content table tr.pw-weak th,
  .post-content table tr.pw-weak td{
    display: table-cell;
  }
  .post-content table tr.pw-weak th{
    width: 12rem;
  }
  .post-content table tbody tr.pw-weak{
    display: none;
  }
  
  #main .post-share .post-sns {
    margin: 0 -20px -20px;
  }
  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a:before {
    font-size: 18px;
  }
  #main #comments {
    padding: 20px;
  }
  .post-author .post-author-meta h4{
    font-size: 18px;
    line-height: 1;
    height: 1.2rem;
  }
/*
  #main .post-author {
    padding: 20px;
  }
*/
/*
  #main .post-author .post-author-img {
    float: none;
    margin: 0 auto;
  }
*/
  #main .post-author{
	  margin: 0 -10px 10px;
  }
  #main .post-author .post-author-img {
	  float: none;
	  position: absolute;
  }
  #main .post-author .post-author-meta {
    padding: 0;
    margin: 0 0 0 60px;
/*
    float: left;
    width: 70%;
*/
  }
  
  #main .post-author .post-author-meta h4{
    text-align: center;
  }
  #main .post-loop-card .post-author,
  #main .post-loop-card .post-author .author-discription{
	  margin-bottom: 0;
  }
  #main .post-loop-card .post-author .post-author-meta{
	  margin-top: 0;
  }
	#main .post-loop-card .post-author .post-author-meta h4{
		text-align: left;
	}
  .post-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .post-footer {
    padding: 0 20px !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 24px !important;
    padding: 0 0 20px !important;
  }
  
  .tml-login{
    padding: 0 20px 40px;
  }
  body.page .post-content .tml-login h2{
    margin-top: 20px;
  }
  .tml-login .tml-action-links{
    margin-bottom: 0;
  }
  /* phone end */
}
/* ----------------------------------------
* カラースキーム 01
---------------------------------------- */
body.color01 {
}
body.color01 body {
  background: #fafafa;
  color: #494D50;
}
body.color01 a {
  color: #1ABB9A;
}
body.color01 form input[type="submit"],
body.color01 form button {
  background: #1ABB9A;
}
body.color01 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color01 #header #logo a {
  color: #494D50;
}
body.color01 #header #header-sns li a {
  color: #ccc;
}
body.color01 #header #header-sns li a:hover {
  color: #34465C;
}
body.color01 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color01 #gnav li.current-menu-item a {
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color01 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color01 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color01 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color01 .cat-content,
body.color01 article.post,
body.color01 article.page,
body.color01 article.wp101,
body.color01 article.seo101 {
  background: #fff;
/*   border: 1px #e5e5e5 solid; */
}
body.color01 .post-title a {
  color: #494D50;
}
body.color01 .post-title a:hover {
  color: #1ABB9A;
}
body.color01 .post-meta {
  border-top: 1px #ededed solid;
}
body.color01 .post-meta li {
  background: #fff;
}
body.color01 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color01 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color01 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color01 .post-content blockquote cite {
  color: #808080;
}
body.color01 .post-content table {
  border: 1px #ddd solid;
}
body.color01 .post-content table th,
body.color01 .post-content table td {
  border: #ddd solid 1px;
}
body.color01 .post-content table th {
  color: #fff;
}
body.color01 .post-content table thead th {
  background: #5e6265;
}
body.color01 .post-content table tbody th {
  background: #919598;
}
body.color01 .post-content table.table-line table,
body.color01 .post-content table.table-line th,
body.color01 .post-content table.table-line td {
  border-color: #fff;
}
body.color01 .post-content table.table-line th {
  background: transparent;
  color: #494D50;
}
body.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color01 .post-content table.table-line tr {
  background: #eee;
}
body.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color01 .post-cta {
  background: #f5f5f5;
  color: #494D50;
  border-top: 3px solid #5e6265;
}
body.color01 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color01 .post-cta .btn {
  color: #fff;
  background: #1ABB9A;
}
body.color01 .post-cta .btn:hover {
  background: #BB2C46;
}
body.color01 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color01 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color01 .post-share .post-share-list1 a,
body.color01 .post-share .post-share-list2 a,
body.color01 .post-share .post-share-list3 a,
body.color01 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color01 .post-share .post-share-list1 a:hover,
body.color01 .post-share .post-share-list2 a:hover,
body.color01 .post-share .post-share-list3 a:hover,
body.color01 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color01 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color01 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color01 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color01 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 .post-sns {
  border-top: 1px #eee solid;
}
body.color01 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color01 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color01 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color01 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color01 .post-sns ul li a {
  color: #929292;
}
body.color01 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color01 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color01 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #494D50;
}
body.color01 .post-author a {
  color: #1ABB9A;
}
body.color01 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color01 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color01 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color01 .more-link {
  border: 1px #1ABB9A solid;
  color: #1ABB9A;
}
body.color01 .more-link:hover {
  background: #1ABB9A;
  color: #fff;
}
body.color01 .pagination span, body.color01 .pagination a {
  color: #494D50;
}
body.color01 .pagination a:hover {
  background: #eee;
}
body.color01 .pagination .current {
  background: #eee;
}
body.color01 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .side-widget a {
  color: #5e6265;
}
body.color01 .side-widget a:hover {
  color: #1ABB9A;
}
body.color01 .side-widget .post-date {
  color: #999999;
}
body.color01 #views-2 ul li span {
  color: #999999;
}
body.color01 .widget_recent_entries a,
body.color01 .widget_archive a,
body.color01 .widget_categories a,
body.color01 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color01 .widget_recent_entries a:hover,
body.color01 .widget_archive a:hover,
body.color01 .widget_categories a:hover,
body.color01 .widget_meta a:hover {
  color: #1ABB9A;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color01 .recentcomments a {
  color: #494D50;
}
body.color01 #side .share-list-wrap {
  background: #fafafa;
}
body.color01 #side .share-list-wrap .post-share-list1 li a,
body.color01 #side .share-list-wrap .post-share-list2 li a,
body.color01 #side .share-list-wrap .post-share-list3 li a,
body.color01 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 #footer {
  color: #1E252C;
}
body.color01 #footer a {
  color: #1E252C;
}
body.color01 #footer a:hover {
  color: #1ABB9A;
}
body.color01 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color01 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color01 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color01 .single-lp #lp-header {
  background: #fff;
}
body.color01 .single-lp #lp-header h1 {
  color: #1ABB9A;
  border-bottom: 1px solid #ededed;
}
body.color01 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color01 .single-lp .lp-form input[type=submit],
body.color01 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .single-lp .lp-form input[type=submit]:hover,
body.color01 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color01 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 02
---------------------------------------- */
body.color02 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color02 body {
  background: #fafafa;
  color: #656364;
}
body.color02 a {
  color: #FB4343;
}
body.color02 form input[type="submit"],
body.color02 form button {
  background: #FB4343;
}
body.color02 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color02 #header #logo a {
  color: #656364;
}
body.color02 #header #header-sns li a {
  color: #ccc;
}
body.color02 #header #header-sns li a:hover {
  color: #4E4E4E;
}
body.color02 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color02 #gnav li.current-menu-item a {
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color02 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color02 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color02 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color02 .cat-content,
body.color02 article.post,
body.color02 article.page,
body.color02 article.wp101,
body.color02 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color02 .post-title a {
  color: #656364;
}
body.color02 .post-title a:hover {
  color: #FB4343;
}
body.color02 .post-meta {
  border-top: 1px #ededed solid;
}
body.color02 .post-meta li {
  background: #fff;
}
body.color02 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color02 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color02 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color02 .post-content blockquote cite {
  color: #808080;
}
body.color02 .post-content table {
  border: 1px #ddd solid;
}
body.color02 .post-content table th,
body.color02 .post-content table td {
  border: #ddd solid 1px;
}
body.color02 .post-content table th {
  color: #fff;
}
body.color02 .post-content table thead th {
  background: #5e6265;
}
body.color02 .post-content table tbody th {
  background: #919598;
}
body.color02 .post-content table.table-line table,
body.color02 .post-content table.table-line th,
body.color02 .post-content table.table-line td {
  border-color: #fff;
}
body.color02 .post-content table.table-line th {
  background: transparent;
  color: #656364;
}
body.color02 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color02 .post-content table.table-line tr {
  background: #eee;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color02 .post-cta {
  background: #f5f5f5;
  color: #656364;
  border-top: 3px solid #5e6265;
}
body.color02 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color02 .post-cta .btn {
  color: #fff;
  background: #FB4343;
}
body.color02 .post-cta .btn:hover {
  background: #58DADF;
}
body.color02 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color02 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color02 .post-share .post-share-list1 a,
body.color02 .post-share .post-share-list2 a,
body.color02 .post-share .post-share-list3 a,
body.color02 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color02 .post-share .post-share-list1 a:hover,
body.color02 .post-share .post-share-list2 a:hover,
body.color02 .post-share .post-share-list3 a:hover,
body.color02 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color02 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color02 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color02 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color02 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 .post-sns {
  border-top: 1px #eee solid;
}
body.color02 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color02 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color02 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color02 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color02 .post-sns ul li a {
  color: #929292;
}
body.color02 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color02 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color02 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #656364;
}
body.color02 .post-author a {
  color: #FB4343;
}
body.color02 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color02 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color02 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color02 .more-link {
  border: 1px #FB4343 solid;
  color: #FB4343;
}
body.color02 .more-link:hover {
  background: #FB4343;
  color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
  color: #656364;
}
body.color02 .pagination a:hover {
  background: #eee;
}
body.color02 .pagination .current {
  background: #eee;
}
body.color02 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .side-widget a {
  color: #5e6265;
}
body.color02 .side-widget a:hover {
  color: #FB4343;
}
body.color02 .side-widget .post-date {
  color: #999999;
}
body.color02 #views-2 ul li span {
  color: #999999;
}
body.color02 .widget_recent_entries a,
body.color02 .widget_archive a,
body.color02 .widget_categories a,
body.color02 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color02 .widget_recent_entries a:hover,
body.color02 .widget_archive a:hover,
body.color02 .widget_categories a:hover,
body.color02 .widget_meta a:hover {
  color: #FB4343;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color02 .recentcomments a {
  color: #656364;
}
body.color02 #side .share-list-wrap {
  background: #fafafa;
}
body.color02 #side .share-list-wrap .post-share-list1 li a,
body.color02 #side .share-list-wrap .post-share-list2 li a,
body.color02 #side .share-list-wrap .post-share-list3 li a,
body.color02 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 #footer {
  color: #1E252C;
}
body.color02 #footer a {
  color: #1E252C;
}
body.color02 #footer a:hover {
  color: #FB4343;
}
body.color02 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color02 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color02 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color02 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color02 .single-lp #lp-header {
  background: #fff;
}
body.color02 .single-lp #lp-header h1 {
  color: #FB4343;
  border-bottom: 1px solid #ededed;
}
body.color02 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color02 .single-lp .lp-form input[type=submit],
body.color02 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .single-lp .lp-form input[type=submit]:hover,
body.color02 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color02 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 03
---------------------------------------- */
body.color03 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color03 body {
  background: #fafafa;
  color: #444756;
}
body.color03 a {
  color: #F37D3D;
}
body.color03 form input[type="submit"],
body.color03 form button {
  background: #F37D3D;
}
body.color03 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color03 #header #logo a {
  color: #444756;
}
body.color03 #header #header-sns li a {
  color: #ccc;
}
body.color03 #header #header-sns li a:hover {
  color: #21262D;
}
body.color03 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color03 #gnav li.current-menu-item a {
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color03 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color03 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color03 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color03 .cat-content,
body.color03 article.post,
body.color03 article.page,
body.color03 article.wp101,
body.color03 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color03 .post-title a {
  color: #444756;
}
body.color03 .post-title a:hover {
  color: #F37D3D;
}
body.color03 .post-meta {
  border-top: 1px #ededed solid;
}
body.color03 .post-meta li {
  background: #fff;
}
body.color03 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color03 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color03 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color03 .post-content blockquote cite {
  color: #808080;
}
body.color03 .post-content table {
  border: 1px #ddd solid;
}
body.color03 .post-content table th,
body.color03 .post-content table td {
  border: #ddd solid 1px;
}
body.color03 .post-content table th {
  color: #fff;
}
body.color03 .post-content table thead th {
  background: #5e6265;
}
body.color03 .post-content table tbody th {
  background: #919598;
}
body.color03 .post-content table.table-line table,
body.color03 .post-content table.table-line th,
body.color03 .post-content table.table-line td {
  border-color: #fff;
}
body.color03 .post-content table.table-line th {
  background: transparent;
  color: #444756;
}
body.color03 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color03 .post-content table.table-line tr {
  background: #eee;
}
body.color03 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color03 .post-cta {
  background: #f5f5f5;
  color: #444756;
  border-top: 3px solid #5e6265;
}
body.color03 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color03 .post-cta .btn {
  color: #fff;
  background: #F37D3D;
}
body.color03 .post-cta .btn:hover {
  background: #23B0F3;
}
body.color03 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color03 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color03 .post-share .post-share-list1 a,
body.color03 .post-share .post-share-list2 a,
body.color03 .post-share .post-share-list3 a,
body.color03 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color03 .post-share .post-share-list1 a:hover,
body.color03 .post-share .post-share-list2 a:hover,
body.color03 .post-share .post-share-list3 a:hover,
body.color03 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color03 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color03 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color03 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color03 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 .post-sns {
  border-top: 1px #eee solid;
}
body.color03 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color03 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color03 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color03 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color03 .post-sns ul li a {
  color: #929292;
}
body.color03 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color03 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color03 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #444756;
}
body.color03 .post-author a {
  color: #F37D3D;
}
body.color03 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color03 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color03 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color03 .more-link {
  border: 1px #F37D3D solid;
  color: #F37D3D;
}
body.color03 .more-link:hover {
  background: #F37D3D;
  color: #fff;
}
body.color03 .pagination span, body.color03 .pagination a {
  color: #444756;
}
body.color03 .pagination a:hover {
  background: #eee;
}
body.color03 .pagination .current {
  background: #eee;
}
body.color03 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .side-widget a {
  color: #5e6265;
}
body.color03 .side-widget a:hover {
  color: #F37D3D;
}
body.color03 .side-widget .post-date {
  color: #999999;
}
body.color03 #views-2 ul li span {
  color: #999999;
}
body.color03 .widget_recent_entries a,
body.color03 .widget_archive a,
body.color03 .widget_categories a,
body.color03 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color03 .widget_recent_entries a:hover,
body.color03 .widget_archive a:hover,
body.color03 .widget_categories a:hover,
body.color03 .widget_meta a:hover {
  color: #F37D3D;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color03 .recentcomments a {
  color: #444756;
}
body.color03 #side .share-list-wrap {
  background: #fafafa;
}
body.color03 #side .share-list-wrap .post-share-list1 li a,
body.color03 #side .share-list-wrap .post-share-list2 li a,
body.color03 #side .share-list-wrap .post-share-list3 li a,
body.color03 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 #footer {
  color: #1E252C;
}
body.color03 #footer a {
  color: #1E252C;
}
body.color03 #footer a:hover {
  color: #F37D3D;
}
body.color03 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color03 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color03 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color03 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color03 .single-lp #lp-header {
  background: #fff;
}
body.color03 .single-lp #lp-header h1 {
  color: #F37D3D;
  border-bottom: 1px solid #ededed;
}
body.color03 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color03 .single-lp .lp-form input[type=submit],
body.color03 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .single-lp .lp-form input[type=submit]:hover,
body.color03 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color03 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 04
---------------------------------------- */
body.color04 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color04 body {
  background: #fafafa;
  color: #474747;
}
body.color04 a {
  color: #F6706F;
}
body.color04 form input[type="submit"],
body.color04 form button {
  background: #F6706F;
}
body.color04 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color04 #header #logo a {
  color: #474747;
}
body.color04 #header #header-sns li a {
  color: #ccc;
}
body.color04 #header #header-sns li a:hover {
  color: #34465C;
}
body.color04 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color04 #gnav li.current-menu-item a {
  border-top: 1px #F6706F solid;
}
body.color04 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color04 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F6706F solid;
}
body.color04 #gnav li .sub-menu li a {
  background: #2b2b2b;
  color: #fff;
  border: none;
}
body.color04 #gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #fff;
}
body.color04 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color04 .cat-content,
body.color04 article.post,
body.color04 article.page,
body.color04 article.wp101,
body.color04 article.seo101 {
  background: #fff;
/*   border: 1px #e5e5e5 solid; */
}
body.color04 .post-title a {
  color: #474747;
}
body.color04 .post-title a:hover {
  color: #F6706F;
}
body.color04 .post-meta {
  border-top: 1px #ededed solid;
}
body.color04 .post-meta li {
  background: #fff;
}
body.color04 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color04 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color04 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color04 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color04 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color04 .post-content blockquote cite {
  color: #808080;
}
body.color04 .post-content table {
  border: 1px #ddd solid;
}
body.color04 .post-content table th,
body.color04 .post-content table td {
  border: #ddd solid 1px;
}
body.color04 .post-content table th {
  color: #fff;
}
body.color04 .post-content table thead th {
  background: #5e6265;
}
body.color04 .post-content table tbody th {
  background: #919598;
}
body.color04 .post-content table.table-line table,
body.color04 .post-content table.table-line th,
body.color04 .post-content table.table-line td {
  border-color: #fff;
}
body.color04 .post-content table.table-line th {
  background: transparent;
  color: #474747;
}
body.color04 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color04 .post-content table.table-line tr {
  background: #eee;
}
body.color04 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color04 .post-cta {
  background: #f5f5f5;
  color: #474747;
  border-top: 3px solid #5e6265;
}
body.color04 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color04 .post-cta .btn {
  color: #fff;
  background: #F6706F;
}
body.color04 .post-cta .btn:hover {
  background: #5EE1E1;
}
body.color04 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color04 .post-share .post-share-title {
  color: #fff;
  background-color: #57585A;
}
body.color04 .post-share .post-share-list1 a,
body.color04 .post-share .post-share-list2 a,
body.color04 .post-share .post-share-list3 a,
body.color04 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color04 .post-share .post-share-list1 a:hover,
body.color04 .post-share .post-share-list2 a:hover,
body.color04 .post-share .post-share-list3 a:hover,
body.color04 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color04 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color04 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color04 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color04 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 .post-sns {
  border-top: 1px #eee solid;
}
body.color04 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color04 .post-sns ul li:hover {
  background-color: #f7f7f7;
}
body.color04 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color04 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color04 .post-sns ul li a {
  color: #929292;
}
body.color04 .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
body.color04 .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}
body.color04 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #474747;
}
body.color04 .post-author a {
  color: #F6706F;
}
body.color04 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color04 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color04 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color04 .more-link {
  border: 1px #F6706F solid;
  color: #F6706F;
}
body.color04 .more-link:hover {
  background: #F6706F;
  color: #fff;
}
body.color04 .pagination span, body.color04 .pagination a {
  color: #474747;
}
body.color04 .pagination a:hover {
  background: #eee;
}
body.color04 .pagination .current {
  background: #eee;
}
body.color04 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .side-widget a {
  color: #5e6265;
}
body.color04 .side-widget a:hover {
  color: #F6706F;
}
body.color04 .side-widget .post-date {
  color: #999999;
}
body.color04 #views-2 ul li span {
  color: #999999;
}
body.color04 .widget_recent_entries a,
body.color04 .widget_archive a,
body.color04 .widget_categories a,
body.color04 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color04 .widget_recent_entries a:hover,
body.color04 .widget_archive a:hover,
body.color04 .widget_categories a:hover,
body.color04 .widget_meta a:hover {
  color: #F6706F;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color04 .recentcomments a {
  color: #474747;
}
body.color04 #side .share-list-wrap {
  background: #fafafa;
}
body.color04 #side .share-list-wrap .post-share-list1 li a,
body.color04 #side .share-list-wrap .post-share-list2 li a,
body.color04 #side .share-list-wrap .post-share-list3 li a,
body.color04 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 #footer {
  color: #1E252C;
}
body.color04 #footer a {
  color: #1E252C;
}
body.color04 #footer a:hover {
  color: #F6706F;
}
body.color04 .footer-01 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color04 .footer-02 {
  background: #fff;
  border-top: 1px #ededed solid;
}
body.color04 .single-lp .lp-wrap {
  border: 1px solid #ededed;
  background: #fff;
}
body.color04 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color04 .single-lp #lp-header {
  background: #fff;
}
body.color04 .single-lp #lp-header h1 {
  color: #F6706F;
  border-bottom: 1px solid #ededed;
}
body.color04 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color04 .single-lp .lp-form input[type=submit],
body.color04 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .single-lp .lp-form input[type=submit]:hover,
body.color04 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color04 end
---------------------------------------- */

/* contact form 7 上書き*/
span.required,
span.wpcf7-not-valid-tip{
  color: #cc6666!important;
}
.wpcf7-outer{
  background: #f2f2f2;
    padding: 30px;
}
.wpcf7{
  background: #fff!important;
    padding: 30px 60px!important;
}
.wpcf7 select{
  height: 40px;
    width: 200px;
    border: 1px solid #CCCCCC;
}
.wpcf7 .btn{
  text-align: center;
}
div.wpcf7-response-output{
  border: none!important;
    margin: 3em auto 0!important;
    background-color: #00bcd4!important;
    color: #fff!important;
}
div.wpcf7-validation-errors{
  background-color: #cc6666!important;
    color: #fff!important;
}


@media screen and (max-width: 767px){
  .wpcf7-outer{
      padding: 20px!important;
      margin-left: -20px;
      margin-right: -20px;
  }
  .wpcf7{
    padding: 20px!important;
  }
  .wpcf7 select{
    width: 100%;
  }
}

/* yarpp-related */
.yarpp-related h3{
  margin-bottom: 8px!important;
  padding-bottom: 8px!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 21px;
  color: #333333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
.yarpp-related h3{
  text-transform: none!important;
  border-left: none!important;
}
.yarpp-related .post-loop-wrap article{
  margin-top: 10px;
  margin-bottom: 0;
  width: 30%;
  float: left;
}
.yarpp-related .post-loop-wrap article:nth-child(3n+1){
	clear: left;
}
.yarpp-related .post-loop-wrap article:nth-child(3n+2){
  margin-left: 5%;
  margin-right: 5%;
}
.yarpp-related .post-loop-wrap .post-content{
  height: auto;
}
.yarpp-related .post-thumbnail{
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-right: 0;
  float: none;
}
.yarpp-related .post-thumbnail img{
  width: 100%;
}
.yarpp-related .post-loop-wrap .post-content span.post-title{
  margin: 0;
  padding-top: 7px;
  font-size: 16px;
  line-height: 21px;
  display: block;
  height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.yarpp-related .post-loop-wrap .post-content span.post-title a{
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  white-space: normal;
}
.yarpp-related .post-loop-wrap .post-content span.meta-nickname{
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  color: #999999;
  width: 100%;
  display: block;
  text-align: right;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* widget_sow-features */
.widget_sow-features .sow-features-list {
  margin: 0;
}

#side ul li{*zoom: 1;margin-bottom: 10px;position: relative;overflow: inherit;}
#side ul li:before{display: inline-table;}
#side ul li:after, .main-bottom .main-bottom-inner > ul:after{
  content: "";
  display: block;
  clear: both;
}

/* btn-instagram */
#side .btn-instagram a{
  display: block;
  padding: 15px 0;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #666;
  border-radius: 7px;
}
#side .btn-instagram a .fa{
  display: inline-block;
  vertical-align: middle;
}
#side .btn-instagram a:hover{
  background-color: #666;
  color: #fff;
}

/* side widget .dpe-flexible-posts */
#side .dpe-flexible-posts li a:last-child,
#side .wpp-author a{
	color: #999;
}
.wpp-author{
	font-weight: normal;
	font-size: 12px;
}
#side ul.dpe-flexible-posts li{margin-bottom: 10px;}
#side ul.dpe-flexible-posts li h4{margin-top: 10px;}
#side ul.dpe-flexible-posts li img.size-thumbnail{
  float: left;
  width: 75px;
}
#side ul.dpe-flexible-posts li div.title{
  margin-left: 80px;
	height: 50px;
	overflow: hidden;
}
/* side widget .wpp-list */
#side ul.wpp-list li, #side #dpe_fp_widget-3 ul.dpe-flexible-posts li{
	text-align: left;
}
#side ul.dpe-flexible-posts li a:nth-child(2),
#side ul.wpp-list li .post-stats {
	position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding-left: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* .post-stats{text-align: right;} */

#side .popular-posts ul li:before,
#side .yarpp-related-widget ul li:before{
  position: absolute;
  top: -8px;
  left: -10px;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  background: #cccccc;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
#side .popular-posts ul li:nth-child(1):before, #side .yarpp-related-widget ul li:nth-child(1):before{content: '1';}
#side .popular-posts ul li:nth-child(2):before, #side .yarpp-related-widget ul li:nth-child(2):before{content: '2';}
#side .popular-posts ul li:nth-child(3):before, #side .yarpp-related-widget ul li:nth-child(3):before{content: '3';}
#side .popular-posts ul li:nth-child(4):before, #side .yarpp-related-widget ul li:nth-child(4):before{content: '4';}
#side .popular-posts ul li:nth-child(5):before, #side .yarpp-related-widget ul li:nth-child(5):before{content: '5';}
#side .popular-posts ul li:nth-child(6):before, #side .yarpp-related-widget ul li:nth-child(6):before{content: '6';}
#side .popular-posts ul li:nth-child(7):before, #side .yarpp-related-widget ul li:nth-child(7):before{content: '7';}
#side .popular-posts ul li:nth-child(8):before, #side .yarpp-related-widget ul li:nth-child(8):before{content: '8';}
#side .popular-posts ul li:nth-child(9):before, #side .yarpp-related-widget ul li:nth-child(9):before{content: '9';}
#side .popular-posts ul li:nth-child(10):before, #side .yarpp-related-widget ul li:nth-child(10):before{content: '10';}


/* side widget 人気キュレーター */
#side .widget_popular_authors ul li {
/*  text-align: left; */
  padding-bottom: 10px;
/*     border-bottom: 1px solid #eee; */
  float: left;
  width: 33.333%;
}
#side .widget_popular_authors ul li:nth-child(3n + 1){
  clear: left;
}
#side .widget_popular_authors ul li:last-child{border-bottom: none;}
/* #side .widget_popular_authors ul li span, */
#side .yarpp-related-widget ul li span.title{
  display: inline-block;
    float: left;
    margin-left: 5px;
    width: 200px;
}
#side .widget_popular_authors ul li a:hover span{text-decoration: underline;}
#side .widget_popular_authors ul li img.wp-user-avatar{
/*  float: left; */
  width: 64px;
  border-radius: 100%;
}
#side .widget_popular_authors ul li span.display_name{
  margin-bottom: 5px;
  display: block;
}
#side .widget_popular_authors ul li span.description{
  font-size: 10px;
  color: #999;
  display: none;
}
/* side widget 関連する記事 */
#side .yarpp-related-widget ul li span.thumbnail{
  float: left;
  width: 75px;
  height: 75px;
}
#side .yarpp-related-widget ul li{text-align: left;}
#side .yarpp-related-widget ul li > a:last-child{
  position: absolute;
  right: 0;
  bottom: 0;
}
#side .widget_author .side-widget-inner{
	margin-bottom: 0;
}
#side .post-author .post-author-img{
	position: absolute;
	width: 50px;
}
#side .post-author .post-author-meta{
	margin-left: 60px;
}
#side .post-author .post-author-meta h4{
	margin: 0;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#side .post-author .post-author-meta p{
	font-size: 11px;
	word-break: break-all;
}
/* .so-panel{margin-bottom: 10px!important;} */
.main-bottom .so-panel,
.main-bottom .panel-grid-cell{
	margin-bottom: 0!important;
}
.main-bottom .panel-grid-cell .widget-title{
	font-size: 10px;
/*
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
*/
  margin: 2px auto 0;
	line-height: 1.4;
	height: 1.6rem;
}
.main-bottom .panel-grid-cell .widget-title a{
	color: #383838;
}
.main-bottom .sp-hide .panel-grid-cell .widget-title,
.main-bottom .panel-grid-cell .sp-show .widget-title{
	max-width: inherit;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bookmark-count-no{
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: #607eb3;
}
.main-bottom-area h1{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}
.main-bottom-area h1 span{
	font-size: 14px;
	font-weight: normal;
}
.main-bottom h2{
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.main-bottom .main-bottom-inner > ul{
  margin-left: -10px;
  margin-right: -10px;
}
.main-bottom .main-bottom-inner > ul li{
  float: left;
  width: 20%;
  padding: 0 10px 20px;
  clear: inherit;
}
.main-bottom .main-bottom-inner > ul li:nth-child(5n+1){
  clear: left;
}
.main-bottom .dpe-flexible-posts li h4,
.main-bottom .main-bottom-inner > ul li a.wpp-post-title{
  margin-top: 5px;
  line-height: 1.4;
  color: #000;
  display: block;
}
.main-bottom .main-bottom-inner > ul li a .wpp-thumbnail {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.search_favorite_box{
	position: absolute;
  top: -66px;
  right: 0;
}
#searchform-favorite input[type=text]{
	font-size: 11px;
}
#sns_button-2 .side-title,
#text-7,
#text-3,
#text-6{
	text-align: center;
}
#text-6 .side-title{
	padding-left: 19px;
}
#dpe_fp_widget-4 .dpe-flexible-posts a{
	display: block;
	height: 100px;
	overflow: hidden;
}
#dpe_fp_widget-4 .dpe-flexible-posts img{
	width: 100%;
}
.single-interviews .side-widget{
	display: none;
}
.single-interviews .side-widget#author .side-widget-inner{
	margin-bottom: 18px;
}
.single-interviews .side-widget#author,
.single-interviews .side-widget#dpe_fp_widget-4{
	display: block;
}
.page-id-3992 .white-wrap:first-child > form{
	display: none;
}
#custom_html-2{
	display: none;
}
.post-template-default #custom_html-2{
	display: block;
}
#custom_html-2 .side-widget-inner{
	padding: 0;
}
.modal-drawer-overlay{
	position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.modal-content{
	display:none;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 300px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.5);
	z-index: 5;
	padding: 20px 20px 10px;
}
.modal-content .modal-inner{
	position: relative;
}
.modal-content .btn-close{
	position: absolute;
	right: -10px;
	top: -15px;
	cursor: pointer;
}
.modal-content p,
.modal-content .button{
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px){
	#dpe_fp_widget-4 img{
		width: 100%;
	}
	.main-bottom-area div.main-bottom:nth-child(3){
		margin-top: 40px;
	}
	.main-bottom .panel-grid-cell .widget-title{
		font-size: 12px;
	}
	.main-bottom-area div.main-bottom:nth-child(3) h2,
	.main-bottom-area div.main-bottom:nth-child(4) h2{
		font-size: 20px;
	}
	#dpe_fp_widget-4 .side-widget-inner > p a,
	#popular_authors-2 .side-widget-inner > p a{
		text-decoration: underline;
	}
	#wpp-3 .wpp-list a img{
		width: 75px;
	}
}
@media screen and (max-width: 991px){
	.side-widget .side-title{
		background-color: #f1f1f1;
		padding: 15px;
    font-size: 14px;
	}
  .yarpp-related .post-loop-wrap article{
    height: 100px;
    margin: 0;
    width: auto;
    float: none;
    position: relative;
    height: 95px;
  }
  .yarpp-related .post-loop-wrap article:nth-child(3n+2){
    margin: 0;
  }
  .yarpp-related .post-thumbnail{
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
  }
  .yarpp-related .post-loop-wrap .post-content{
    width: 100%;
    padding-left: 100px;
  }
  .yarpp-related .post-loop-wrap .post-content span.post-title a{
	  font-size: 12px;
  }
  .yarpp-related .post-loop-wrap .post-content span.meta-nickname{
    line-height: 2;
  }
  .yarpp-related .post-loop-wrap .post-content span.meta-nickname a{
	  color: #999;
  }
  #side .widget_categories .side-widget-inner{
    padding-left: 0;
    padding-right: 0;
/*    padding-bottom: 0; */
    margin-top: -18px;
  }
  #side .side-widget h4{
    display: block;
    margin-bottom: 0;
    padding: 13px 10px 13px;
  }
  #side .widget_categories ul{
    *zoom: 1;
  }
  #side .widget_categories ul:after{
    content: "";
    display: block;
    clear: both;
  }
  #side .widget_categories ul li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 10px 0;
  }
  #side .widget_categories ul li:nth-child(odd){
    border-right: 1px solid #f2f2f2;
  }
  #side .widget_categories ul li a{
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #side .widget_categories ul li a:after{
    content: none;
  }
/*
  #side .widget_categories ul li:nth-last-child(2){
    border-right: 1px solid #f2f2f2;
    border-bottom: none;
  }
*/
  #side .popular-posts ul li:before, #side .yarpp-related-widget ul li:before{
	  top: 0;
    left: 0;
  }
  #dpe_fp_widget-4 .dpe-flexible-posts a{
	  margin: 10px 10px 0;
  }
  #dpe_fp_widget-4 .dpe-flexible-posts h4{
	  margin-top: 0;
	  padding-top: 0;
  }
  #dpe_fp_widget-4 .side-widget-inner > p{
	  padding: 0 10px;
		margin-bottom: 10px;
  }
  #dpe_fp_widget-4 .side-widget-inner > p,
	#popular_authors-2 .side-widget-inner > p{
		text-align: right;
	}
  /* 記事ページ　おすすめ記事/注目記事 */
/*
  .single #side ul.dpe-flexible-posts,
  .single #side ul.wpp-list{
	  margin: 0 -10px;
  }
*/
  #side ul.dpe-flexible-posts li img.size-thumbnail{
	  width: 95px;
	}
	#side ul.dpe-flexible-posts li div.title{
		padding-top: 7px;
		margin-left: 100px;
		overflow: hidden;
		padding-right: 10px;
		height: 95px;
	}
	#side ul.wpp-list li,
	#side ul.dpe-flexible-posts li{
		margin-bottom: 0;
		min-height: 75px;
		border-bottom: 1px solid #fff;
		box-sizing: content-box;
	}
	#side ul.wpp-list li .post-stats{
		padding-left: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
	}
	#side ul.wpp-list li > a:nth-child(1){
		display: block;
		position: absolute;
	}
	#side ul.wpp-list li > a:nth-child(2){
		padding-top: 7px;
		padding-left: 100px;
		display: block;
    padding-right: 10px;
    height: 95px;
	}
  /* 人気キュレーター横一列表示 ここから　*/
  #side .widget_popular_authors ul{
    padding: 10px 0 0;
  }
  #side .widget_popular_authors ul li:nth-child(3n + 1){
    clear: inherit;
  }
  #side .widget_popular_authors ul li{
    width: 20%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0 5px;
  }
  #side .widget_popular_authors p{
	  padding: 0 10px 10px;
  }
  #side #siteorigin-panels-builder-3 .side-widget-inner{
	  padding: 10px;
  }
  #side #pgc-w59cc9d1e26617-0-0{
	  margin-bottom: 0!important;
  }
  #side #sns_button-2 .side-title{
	  background-color: transparent;
  }
  #side #sns_button-2 p{
	  padding: 0 10px;
  }
  #side #sns_button-2 .bzb-sns-btn{
	  text-align: center;
  }
  #side #text-6 .side-widget-inner .textwidget,
  #side #custom_html-2 .side-widget-inner .textwidget{
	  padding: 10px;
	  text-align: center;
  }
  #side #text-3 .side-widget-inner img,
  #side #text-6 .side-widget-inner img,
  #side #custom_html-2 .side-widget-inner img{
	  width: 100%;
		max-width: 336px;
  }
  /* 人気キュレーター横一列表示 ここまで */
  #post-lead .post-author{
    background: #f1f1f1;
    margin: 0 -10px;
    padding: 10px 20px;
  }
  #post-lead .post-author .post-author-img{
    width: 24px;
  }
  #post-lead .post-author .post-author-meta{
    margin-left: 35px;
    padding-top: 0.8rem;
  }
  #post-lead .post-author .post-author-meta h4{
    font-weight: normal;
    margin: 0;
    opacity: .8;
  }
  #post-lead .post-author .post-author-meta h4 a,
  #post-lead .post-author .post-author-meta h4 span.meta-date{
    font-size: 11px;
    line-height: 1;
  }
  #post-lead .post-author .post-author-meta h4 a{
    font-weight: bold;
    float: left;
  }
  #post-lead .post-author .post-author-meta h4 span.meta-date{
    margin-bottom: 0;
    float: right;
  }
  #post-lead .post-author .post-author-meta .author-discription{
    display: none;
  }
  .bookmark-count-no{
    font-size: 11px;
  }
  .search_favorite_box{
	  position: inherit;
	  top: inherit;
	  right: inherit;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-bottom: 10px;
  }
  .main-bottom-area .main-bottom:last-child,
  .main-bottom-area .main-bottom:nth-last-child(2){
	  display: none;
	}
}
/* --------------------------------------------------------------------------
  EC-CUBEのheader, footerデザイン
-------------------------------------------------------------------------- */
body.products-template-default .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}
body.products-template-default #header{
  height: auto;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 2px 2px rgba(104, 80, 46, 0.2);
  background: #fff;
  z-index: 3;
  padding-top: 8px;
  min-height: 45px;
}
body.products-template-default #header .inner{
  position: relative;
}
body.products-template-default #header .copy {
  font-size: 9px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}
body.products-template-default .header_logo_area{
  position: relative;
  z-index: 10;
  min-height: 54px;
  margin: 0;
}
body.products-template-default .header_logo_area .header_logo{
  width: 130px;
}
/* カート */
body.products-template-default .cart{
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.main-bottom-area h2.title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-bottom-area .sub-text{
	font-size: 14px;
	font-weight: normal;
	line-height: 2.6;
}
@media only screen and (max-width: 767px){
  body.products-template-default  #drawer > ul{
    background-color: #f9f9f9;
    margin-bottom: 10px;
  }
  body.products-template-default .nav-lists li{position:relative;}
  body.products-template-default .nav-lists li > ul{display:none;}
  body.products-template-default .nav-lists li > ul li a{padding-left: 20px;}
  body.products-template-default .nav-lists li a.toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 3;
    text-align: center;
  }
  body.products-template-default .nav-lists li a.toggle:before{
    content: "\f105";
    font-family: FontAwesome;
  }
  body.products-template-default .nav-lists li.open a.toggle:before{
    content: "\f00d";
    font-family: FontAwesome;
  }
  .main-bottom-area h2.title{
		background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .main-bottom-area .sub-text{ 
	  padding: 0 10px 10px;
	  line-height: 1.4;
  }
  .main-bottom .main-bottom-inner h2{
	  font-weight: normal;
  }
  .main-bottom .main-bottom-inner > ul{
    margin-left: -5px;
    margin-right: -5px;
  }
  .main-bottom .main-bottom-inner > ul li{
    width: 33.3333%;
    padding: 0 5px 10px;
  }
  .main-bottom .main-bottom-inner > ul li:nth-child(3n+1){
    clear: left;
  }
  .main-bottom .main-bottom-inner > ul li:nth-child(5n+1){
    clear: inherit;
  }
  .main-bottom .main-bottom-inner > ul li:last-child{
    display: none;
  }
}






