/* カスタム CSS をここに入力してください */


/*---検索バーのアイコン---*/
@media (max-width: 767px)/*スマホの画面上*/ {
.headsearch .search-box:before {
color: #aaaaaa ;/*色*/
}}
/*---検索バーのアイコン---*/

/*---アイキャッチ揃える---*/
.pickup-image,
.new-entry-item .eyecatch,
.post-list-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pickup-image:before,
.new-entry-item .eyecatch:before,
.post-list-thumb:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.pickup-image img,
.new-entry-item .eyecatch img,
.post-list-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%) !important;
   transform: translate(-50%, -50%) !important;
}
/*---アイキャッチ揃える---*/



/*---インフォバー文字---*/
.cps-info-bar a, .cps-info-bar.animate a {
    font-size:15px;
	color: #ffffff!important;
}
/*---インフォバー文字---*/




/*--------------------------------------
 * SNS Type1 - デザインカスタマイズ連結* 
 *-------------------------------------- */

.sns-design-type01 .sns-top li, .sns-design-type01 .sns li{
margin-right:0px;
width: 25.0%;
transition:0.3s;
}

.sns-design-type01 .sns-top li a, .sns-design-type01 .sns li a{
font-size:0.8em;
border-radius:0px;
box-shadow:none;
}

/*--------------------------------------
 * SNS Type1 - デザインカスタマイズ連結* 
 *-------------------------------------- */





 /* もしもアフィリエイト  かんたんリンク カスタマイズ */
/* ---  商品タイトル --- */
p.easyLink-info-name a {
  color: #0066c0	 !important; /* 文字色 */
  font-size: 16px !important;
  font-weight:bold;
}
/* --- ボタンサイズ --- */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
  padding:1px !important;
}
@media screen and (min-width: 704px) {  div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
  margin-bottom:10px !important;
  }}
/* --- ボタン下空白を削除 --- */
div.easyLink-box{padding:10px;}
div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
  margin-bottom: 0 !important;
}
/* --- ボタン色 --- */
a.easyLink-info-btn-amazon {
   background: #ffb36b !important; /* 背景色 */
    border: 2px solid #ffb36b !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
a.easyLink-info-btn-rakuten {
    background: #ea7373 !important; /* 背景色 */
    border: 2px solid #ea7373 !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
a.easyLink-info-btn-yahoo {
    background: #73c1ea !important; /* 背景色 */
    border: 2px solid #73c1ea !important; /* 外枠 */
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25); /* 影 */
}
/* --- マウスオーバー時のボタン色 --- */
a:hover.easyLink-info-btn-amazon {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #f6a306 !important; /* 文字色 */
}
a:hover.easyLink-info-btn-rakuten {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #cf4944 !important; /* 文字色 */
}
a:hover.easyLink-info-btn-yahoo {
    opacity: 1 !important; /* 透明度(1.0=不透明 0.0=完全透明) */
    background: #fff !important; /* 背景色 */
    color: #51a7e8 !important; /* 文字色 */
}
/* --- 画像サイズ --- */
div.easyLink-box div.easyLink-img,
div.easyLink-box div.easyLink-img p.easyLink-img-box,
div.easyLink-box div.easyLink-img p.easyLink-img-box img.easyLink-img-pht{
  max-width: 130px !important;
  max-height: 130px !important;
  margin: auto;
}
/* かんたんリンク カスタマイズ End */

/* プロフィールのカスタマイズ */
/* 枠の装飾 */
.my-profile{
border: 3px solid #ffffff;
}
/* プロフィールのカスタマイズ */
/* 枠の装飾 */


/* アイキャッチのカテゴリー下に */
@media (min-width: 768px) {
 span.post-list-cat {
top:auto !important;
bottom:11px !important;
}}
@media (max-width: 767px) {
 span.post-list-cat {
top:auto !important;
bottom:7px !important;
}}
/* アイキャッチのカテゴリー下に */
