/*イエローPOINTボックス*/
.box28 {
    position: relative;
    margin: 0 0 2em 0;
    padding: 15px 30px 20px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
	text-align:left;
	font-size:16px;
}
.box28 a{
	color:#428bca;
}



/*下部おすすめリンク（オレンジ）*/
.under-recommend-box {
	text-align:left;
	font-size:16px;
	padding:10px 0 10px 0;
}
.under-recommend-box a{
	color:#428bca;
}
span.recommend-og{
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    background-color: #ee7917;
    border-radius: 2px;
    padding: 8px 8px 7px;
}	


/*ボタンのカラー変更*/
.got-black a {
    background: black;
    border: 1px solid black;
}
/*サイドバー・ライター紹介*/
.side-profile{
    color: #7B7B7B;
    font-size: 12px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}
.side-profile img{
	width:130px;
	border-radius: 50%;
	margin-top:35px;
}
@media only screen and (max-width: 479px){
.side-profile img {
    width: 100px;
}
}
.side-profile h5{
    text-align: center;
    font-family: "Avenir-Next";
	  font-size:19px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}
.side-profile hr{
    text-align: center;         		width: 20%;
    border: 1px solid #16A6B6;
}


/*ライター画像を丸くする*/
.ts-fab-avatar>img {
    border-radius: 50%;
}

/*ハミングバードの「このライターの最新記事」を非表示*/
.author-newpost{ display: none;
}

/*ハミングバードの「この記事を書いた人」を非表示*/
.profile { display: none;
}


/*リンクアイコン削除*/
a[target="_blank"]:after, .entry-content a[target="_blank"]:after {
 content:none;
 }


/*table内リンク下線削除*/
table a{
		text-decoration:none;
}

/* 外部リンクアイコンを消す */
.entry-content a[target="_blank"]:after {
 content:none;
 }

/*リンクカードのインデントleft*/
.widget_text .linkcard,.widget_text .midashi_s {
	text-align:left;
}

/*リンクカードのhover*/
.lkc-internal-wrap:hover{background-color:#f3f3f3;-webkit-transition:background-color .35s;transition:background-color .35s}

/*引用風の枠*/
.waku-quote p.midashi_ss{
	margin-top:1.5em!important;
}
.waku-quote {
    color: #555;
    border: 1px solid #ddd;
    background: #eee;
    background: rgba(53, 53, 53, 0.05);
    margin: 1.5em 0;
    font-size: 0.95em;
    padding: 1.5em 2.5em 1.5em;
    border-radius: 3px;
    position: relative;
}
.waku-quote a{
		text-decoration:none;
}
.waku-quote ul li, .waku-quote ol li {
    margin: 15px 0;
}
/*引用風の枠ホワイト*/
.waku-white p.midashi_ss{
	margin-top:1.5em!important;
}
.waku-white{
    color: #555;
    border: 1px solid #ddd;
    background: white;
    margin: 1.5em 0;
    font-size: 0.95em;
    padding: 1.5em 2.5em 1.5em;
    border-radius: 3px;
    position: relative;
}
.waku-white a{
		text-decoration:none;
}
.waku-white ul li, .waku-white ol li {
    margin: 15px 0;
}

/*引用風の枠ブルー*/
.waku-blue p.midashi_ss{
	margin-top:1.5em!important;
}
.waku-blue{
    color: #555;
    border: 1px solid #ddd;
    background:#cfe8fc;
    margin: 1.5em 0;
    font-size: 0.95em;
    padding: 1.5em 2.5em 1.5em;
    border-radius: 3px;
    position: relative;
}
.waku-blue a{
		text-decoration:none;
}
.waku-blue ul li, .waku-white ol li {
    margin: 15px 0;
}

/*h3見出しカスタマイズ*/
.entry-content h3 {
border-left: 8px solid #3a4861;
}

/**サイド画像と文字を重ねる**/
/* 全体の枠 */
.side-imgover {
    position: relative;
	  width:100%;
}
.side-imgovertop{
    margin-top:10px;
}
 
/* 重ねる文字 */
.imgover-text {
    position: absolute;
	  left:50%;
	  margin-left:-165px;
	  padding:5px 15px;
    width: 330px;
    background-color: #000;
	  color:#fff;
    font-size: 13px;
	  opacity:0.8;
}


/*プロフ画像の円形表示*/
.img-round {
    border-radius: 50%;
}

/*お問い合わせ必須項目*/
.textRed {
    color: #FF0000;
}

/*マーカー*/
em.yellow-under {
border-bottom:none;
font-style:normal;
font-weight:normal;  
background:linear-gradient(rgba(255,255,0,0)  60%, #ffff00); 
}

/*Font Awesomeアイコンを使う*/
.awesome_blue {
color:#3a4861;
}
p.midashi_s {
font-size: 1.25em;
font-weight: 600;
margin-bottom: 15px;
}
p.midashi_ss {
font-weight: 600;
margin-bottom: 0px;
}

/*固定ページでスマホのみ表示する*/
@media screen and (min-width: 1125px){
.sponly_kpage{display:none!important;}
}
/*固定ページでPCのみ表示する*/
@media screen and (max-width: 1125px){
.pconly_kpage{display:none!important;}}

/*ヨメレバ・カエレバ（レスポンシブ）*/
.booklink-box, .kaerebalink-box {
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding: 22px 25px 22px 25px;
 width: 94%;
 margin: 0 auto 15px;
 border: 3px solid #dfdfdf;
 box-sizing: border-box;
 text-align: center;
}
.booklink-image, .kaerebalink-image {
 width: 100%;
 margin: 0 0 5px 0;
}
.booklink-image img, .kaerebalink-image img {}
.booklink-info, .kaerebalink-info {
 line-height: 125%;
 width: 100%;
}
.booklink-name, .kaerebalink-name {
 margin: 0 0 4px 0;
}
.booklink-name a, .kaerebalink-name a {
 color: #0066cc;
 text-decoration: underline;
}
.booklink-name > a, .kaerebalink-name > a {
 font-size: 16px;
}
.booklink-name a:hover, .kaerebalink-name a:hover {
 color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
 font-size: 8px;
}
.booklink-detail, .kaerebalink-detail {
 color: #333333;
 font-size: 12px;
 margin: 0 0 10px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
 width: 90%;
 display: block;
 margin: 0px auto -12px;
 padding: 10px 1px;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
 opacity: 0.6;
}

@media screen and (min-width: 800px) {

.booklink-box, .kaerebalink-box {
 text-align: left;
 display: table;
}
.booklink-image, .kaerebalink-image {
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 width: 111px;
 text-align: center;
 margin: 0;
}
.booklink-image img, .kaerebalink-image img {
 max-width: 100%
}
.booklink-info, .kaerebalink-info {
 line-height: 125%;
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 padding-left: 25px;
 width: auto;
}
.booklink-name, .kaerebalink-name {
 margin: 0 0 24px 0;
}
.booklink-name > a, .kaerebalink-name > a {
 font-size: 16px;
}
.booklink-powered-date, .kaerebalink-powered-date {
 margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
 margin: 0 0 14px 0;
}
.booklink-link2 a, .kaerebalink-link1 a {
 width: auto;
 text-align: center;
 margin: none;
}
.booklink-link2 > div, .kaerebalink-link1 > div {
 width: 33.33%;
 padding: 0 5px 5px 0;
 box-sizing: border-box;
 float: left;
}
}

.shoplinkamazon a {
 color: #ffffff;
 background: #ff9901;
 border: 2px solid #ff9901;
}
.shoplinkrakuten a {
 color: #ffffff;
 background: #bf0000;
 border: 2px solid #bf0000;
}
.shoplinkkindle a {
 color: #ffffff;
 background: #0074c1;
 border: 2px solid #0074c1;
}

/*ebayカエレバ（レスポンシブ）*/
.booklink-box, .ebaylink-box {
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding: 22px 25px 22px 25px;
 width: 94%;
 margin: 0 auto 15px;
 border: 3px solid #dfdfdf;
 box-sizing: border-box;
 text-align: center;
}
.booklink-image, .ebaylink-image {
 width: 100%;
 margin: 0 0 5px 0;
}
.booklink-image img, .ebaylink-image img {}
.booklink-info, .ebaylink-info {
 line-height: 125%;
 width: 100%;
}
.booklink-name, .ebaylink-name {
 margin: 0 0 4px 0;
}
.booklink-name a, .ebaylink-name a {
 color: #0066cc;
 text-decoration: underline;
}
.booklink-name > a, .ebaylink-name > a {
 font-size: 16px;
}
.booklink-name a:hover, .ebaylink-name a:hover {
 color: #FF9900;
}
.booklink-powered-date, .ebaylink-powered-date {
 font-size: 8px;
}
.booklink-detail, .ebaylink-detail {
 color: #333333;
 font-size: 12px;
 margin: 0 0 10px 0;
}
.ebaylink-detail img{
	margin-right:5px;
}
.booklink-link2, .ebaylink-link1 {}
.booklink-link2 a, .ebaylink-link1 a {
 width: 90%;
 display: block;
 background: #fff;
 margin: 0px auto -12px;
 padding: 10px 1px 0px 1px;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .ebaylink-link1 a:hover {
 opacity: 0.6;
}

@media screen and (min-width: 800px) {

.booklink-box, .ebaylink-box {
 text-align: left;
 display: table;
}
.booklink-image, .ebaylink-image {
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 width: 111px;
 text-align: center;
 margin: 0;
}
.booklink-image img, .ebaylink-image img {
 max-width: 100%
}
.booklink-info, .ebaylink-info {
 line-height: 125%;
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 padding-left: 25px;
 width: auto;
}
.booklink-name, .ebaylink-name {
 margin: 0 0 24px 0;
}
.booklink-name > a, .ebaylink-name > a {
 font-size: 16px;
}
.booklink-powered-date, .ebaylink-powered-date {
 margin: 6px 0 0 0;
}
.booklink-detail, .ebaylink-detail {
 margin: 0 0 14px 0;
}
.booklink-link2 a, .ebaylink-link1 a {
 width: auto;
 text-align: center;
 margin: none;
}
.booklink-link2 > div, .ebaylink-link1 > div {
 width: 33.33%;
 padding: 0 5px 5px 0;
 box-sizing: border-box;
 float: left;
}
}
.shoplinkebay a {
 color: #ffffff;
 background: #fff;
 border: 2px solid #fff;
}
/*ebay→Amazonカエレバ（レスポンシブ）*/

/*トップページ新着記事*/
.lp-newpost h2 {
    float:right;
    position: static;
    background:none;
    border: none;
    font-size: 1.25em;
    padding: 0 0 0 0.5em;
    margin-top: 2.1em;
	  margin-left:1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.25) inset;
    width: 64%;
}
.lp-newpost h2 a
{
	  color: #444;
}
.lp-newpost .wp-show-posts-entry-summary p {
	  margin-top:5px;
    color: #666;
	  font-size: 0.9em;
}
.lp-newpost .wp-show-posts-image.wpsp-image-left {
    float: left;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    max-width: 36%;
}
.lp-newpost .wp-show-posts-entry-date.published, .lp-newpost .wp-show-posts-entry-summary {
	padding-left:8px;
	float: right;
  width: 64%;
}
.lp-newpost .wp-show-posts-inner {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
@media (max-width: 1125px){
.lp-newpost .wp-show-posts-image.wpsp-image-left {
    max-width: 36%;
}}
@media (max-width: 1125px){
.lp-newpost h2 {
    font-size: 1.1em;
}
}
@media screen and (max-width: 1125px){
.lp-newpost p{display:none!important;}
}
/*トップページおすすめ記事 lp-newpost lp-recommend*/
.lp-newpost.lp-recommend .wp-show-posts-image {
    margin-bottom: 0;
}
.lp-newpost.lp-recommend .wp-show-posts-image img {
    margin-right: 0.5em!important;
}
.lp-newpost.lp-recommend span{
    float:none;
}
.lp-newpost.lp-recommend span a{
    color:#666;
}
.lp-newpost.lp-recommend .wp-show-posts-entry-date.published{
    float: left;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #999;
}