/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
.allposts{
    margin-top: 60px;
    margin-bottom: 30px;
    /* padding: 0 10px; */
}

.allpostsin{
	width: 400px;
	background-image: linear-gradient(to bottom, #5eb2ff, #0084ff);
    box-shadow: 2px 2px 0 0 #0271d9;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    height: 90px;
    width: 450px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 10px;
    text-shadow: 0 -1px 0 #f8f8f8;
    position: relative;
}

.allpostsin p{
	font-size: 18px;
	margin-bottom: 0;
    padding: 0px 14px;
    color: #fff;
    font-weight: 600;
}

.allposts .allpostsin a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.allposts .allpostsin:hover{
    opacity: 0.7;
  }

.share {
    padding: 50px 0;
}


/*tothetop*/
/*トップへ戻る*/
.tothetop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9999;
  }
  
  .tothetop .tothetoplink {
    display: block;
    text-align: center;
    line-height: 55px;
    color: #fff;
    width: 55px;
    height: 55px;
    background-color: #666666;
    opacity: 0.6;
    border-radius: 3px;
  }
  
  .tothetop .fa-angle-up::before {
    content: "\f106";
  }

/*投稿ページ上部余白*/
  #single-main #block-11{
    padding: 0;
  }

/*　テキスト改行方法指定(画面幅で折り返す:スマホ対応)　*/
div.content {
    word-break:break-all;
    }

/*マウスオーバーするとX軸方向に移動*/      
.adobecclink2:hover {
  transform: translateX(3px);
  }    

.adobecclink2{
  transition: ease-in-out .3s;
}

/*サイドバーの各タイトルを太字に*/
.widgettitle{
  font-weight: 700;
}

  

/*レスポンシブ*/
@media screen and (max-width: 959px) {



}


@media screen and (max-width: 768px) {



}

