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


/* 日付の非表示 */
time, .pickup-dt, .date, .post_list_date {
    display: none;
}

/* コピー防止 */
body{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}



/* スポンサードリンクというラベルの部分 */
.ad-bottom-label {
text-align:center;  /* ラベルを中央寄せ */
margin-top:-10px;  /* 上に余白 */
margin-bottom:-50px;  /* 下に余白（スポンサーリンクラベルと広告との距離） */
}
/* 横並び広告全体部分 */
.ad-bottom-main {
margin-top:10px;  /* 上に余白（ラベルとの距離） */
margin-bottom:0px;  /* 下に余白（下のコンテンツとの距離） */
}
/* 広告左 */
.ad-bottom-left{
float:left;  /* 広告を左寄せ */
margin-right:12px;  /* 右に余白（２つの広告の間の余白） */
}
/* 広告右 */
.ad-bottom-right{
float:left;  /* これも広告の左寄せ */
}
/* 最後に左寄せを解除するための記述 */
.ad-bottom-main:after {
content:"";
display:block;
clear:both;
}