/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/


/* ヘッダー */
#navi ul li a {
    font-size: 18px;
		color : #fcfcfc;
		font-weight: bold;
}
#navi{
	border-top : none;
	border-bottom : none; 
	background-color: #2e2e2e;
}

/* インデックストップ */
#widget-index-top.widgets{
	margin-top: 0px;
}

#searchform{
	margin-top: 0px;
}


/* フッター */
#footer{
	background-color: #2e2e2e;
}
/* Read meについて */
.entry-read a{
	border-radius: 0px;
}
.entry-read a:after{
	color: #fff;
}
/* タグクラウド*/
.tagcloud a {
	font-size: 12px !important;
	line-height: 1em;
	background: #333 !important;
	color: #fff !important;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 3px;
	border-radius: 4px;
	text-decoration: none;
}
.tagcloud a:hover {
        background-color:#FFF;
       	filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        border-style: none !important;
}

.tagcloud a:before {
 font-family: "FontAwesome";
 content: "\f02b";
 padding-right: 4px;
}

.sp-primary{
	background-color: #f0f0f0;
	color : #4b4b4b;
	padding : 20px;
}
/* ヘッダーロゴ */
.site-title-img{
	width: 550px;
}
/* 検索フォーム */
#s{
	background-color : #fff;
	margin-bottom : 0px;
	height : 50px;
}
#searchsubmit{
	height : 45px;
	margin-top : 0px;
}
/* ランキングバー */
.ranking_list ul li:before{
	border-radius : 5px;
}
#page-top a{
	color : #757575;
}
.related-entry-thumbnail .related-entry-title a{
	font-size : 13px;
}
/*--------------------
 吹き出しを作る
--------------------*/
/* 全体のスタイル */
.kaiwa {
	margin-top: 40px;
  margin-bottom: 40px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
	background-color : #F9F9F9;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  font-size: 10px;
  text-align: center;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
	background-color : #F9F9F9;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
	background-color : #F9F9F9;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #F9F9F9;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #F9F9F9;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}


/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
 position: relative;
 width: 80%;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding: 11px;
 border-radius: 6px;
 border: 2px solid #999;
 box-shadow: 1px 1px 5px #aaa;
 background-color: #fff;
 z-index: 1;
}
.entry-content .l-fuki {
 margin: 40px 20px 40px 10%;
}
.entry-content .r-fuki {
 margin: 40px 20px 40px 10%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
 position: absolute;
 content: "";
 top: 16px;
 width: 10px;
 height: 10px;
 border-right: 2px solid #999;
 border-bottom: 2px solid #999;
 background-color: #fff;
 z-index: 2;
}
.entry-content .l-fuki::before {
 right: -7px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
 left: -7px;
 transform: rotate(135deg);
 -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
 position: absolute;
 content: "";
 width: 70px;
 height: 70px;
 top: -10px;
 border-radius: 40px;
 border: 3px solid #fff;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 0px #aaa;
}
.entry-content .l-fuki::after {
 right: -85px;
}
.entry-content .r-fuki::after {
 left: -85px;
}
 
@media screen and (max-width: 620px) {
 .entry-content .l-fuki,
 .entry-content .r-fuki {
 width: 75%
 }
 .entry-content .l-fuki {
 margin-right: 30%;
 }
 .entry-content .r-fuki {
 margin-left: 20%;
 }
.entry-content .l-fuki {
 margin: 20px 20% 40px 3%;
}
}
@media screen and (max-width: 478px) {
 .entry-content .l-fuki::after,
 .entry-content .r-fuki::after {
 width: 60px;
 height: 60px;
 border-radius: 30px;
 }
 .entry-content .l-fuki::after {
 right: -82px;
 }
 .entry-content .r-fuki::after {
 left: -75px;
 }
}
.coinwave::after {background-image:url(https://coin-wave.com/wp-content/uploads/2017/11/ccac96ba1194bf32d63d3db9da4406cc.png);}
.saru::after {background-image:url(https://coin-wave.com/wp-content/uploads/2017/12/6c10f660759ad9972d7ce62562640a7f.png);}

.nakamoto::after {background-image:url(https://coin-wave.com/wp-content/uploads/2017/12/n_s.png);}

.netUser::after {background-image:url(https://coin-wave.com/wp-content/uploads/2017/12/netUser.png);}
 
/* 吹き出しのCSS終わり　*/
/* 注目記事 */
.sample_05{
border:3px solid #aaa; /* 枠のサイズ・種類・色の設定 */
background-color:#FCFCFC; /* 全体の背景色の設定 */
border-radius:5px; /* 角を丸める設定 */
position: relative;
margin-top: 30px;
margin-bottom: 25px;
} 
.sample_top_05{ 
 font-size:105%; /* Wanted！のフォントサイズの設定 */ 
 color:#FFFFFF; /* Wanted！の色の設定 */
 padding: 0px 10px 0px 10px; 
 background-color: #aaa;
 border-radius:5px; 
 font-weight: bold; 
 position: absolute; 
 top: -15px;
 left: 18px; 
}
.sample_05_center{
 color:#3F3F3F; /* 文字色の設定 */
 padding:20px;
 margin-top:6px; 
 margin-left:10px; 
 margin-right:10px;
}

/* トップインデックス */
.widget-index-top.widget_top-posts{
padding: 0.5em 0.5em;
    margin: -1.0em 0;
    color: #333;/*文字色*/
    background: #FFF;
    border: solid 2px #ddd;/*線*/
	border-radius: 5px;/*角の丸み*/	
}
.widget-index-top-title.main-widget-label{
		font-weight: bold;
	}
.widget-index-top.widget_top-posts ul{
	list-style: none;
}
.widget-index-top.widget_top-posts li:before {
	margin-left: -25px;
  font-family: FontAwesome;
  content: '\f054'; /* アイコンのunicode */
	color : #666;
}
.widget-index-top.widget_top-posts a{
	text-decoration: none;
}
/* モバイルサイドバー */
@media screen and (max-width: 639px){
	#sidebar h3{
		border-bottom : none;
	}
}

.sidr ul{
	border-top: none;
	border-bottom : none;
}
