
/*****カテゴリー階層****/
<link type="text/css" rel="stylesheet" href="http://hatena.wackwack.net/v1.1/css/fulldisplay.min.css"/>

/* ブログタイトル中央揃え */
#blog-title {
	text-align: center;
}

/* ブログタイトル背景色・文字色 */
#blog-title, #title a {
	background-color: #286da8;
	color:#ffffff;
}
/* ブログタイトルの上にボーダー */
#blog-title {
	border-top:46px solid #66cdaa; /* 上のボーダー */
}
/* グローバルメニュー色 */
nav.global-menu-normal, .global-menu-normal a {
	color: #ffffff; /* 文字色 */
	background-color: #66cdaa; /* 背景色 */
	
}
.global-menu-normal a:hover {
	background-color: #32cd32; /* マウスオーバー時の色 */
}



/* 日付の色 */
.date a {
	color:#66cdaa; /* 文字色 */
}
.date a:hover {
	color:#32cd32; /* ホバー時の文字色 */
}

/* ヘッダの画像サイズ */
.header-image-only #blog-title #blog-title-inner {
	height: 120px; /* 画像の高さに設定 */
}

/* タイトルホバー時にボーダー */
a.entry-title-link.bookmark:hover {
	background: linear-gradient(transparent 60%, #edf7b5 40%);
}

/* タイトルの左側にボーダー */
.entry-header {
	padding-left: 15px;
	border-left: 5px solid #6ad1c8;;
}

/* サイドバーの左側にボーダー */
.hatena-module-title, .hatena-module-title a {
	color: #333333; /* 文字色 */
}
.hatena-module-title {
	border-left: 5px solid #66cdaa; /* 左のボーダー */
	padding: 2px 10px; /* 余白 */
}

/* タイトル下区切り線 */
.entry-header {
	border-bottom: 1px solid #dddddd;
}
/* カテゴリーボタン色 */
.categories a {
	color: #ffffff; /* 文字色 */
	background-color: #32cd32; /* 背景色 */
}
.categories a:hover {
	color: #ffffff; /* ホバー時の文字色 */
	background-color: #66cdaa; /* ホバー時の背景色 */
}

/* lobi ボタン */
i.lobi {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: -0.2em 0 0 0;
	background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/r/rokujyoma_games_6ch/20180812/20180812132233.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* 中見出し */
h4 {
	position: relative;
}

h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
		background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

/* 小見出し */
h5 {
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
}

h5:before{ font-family: FontAwesome;
	content: "\f14a";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #6ad1c8; /*アイコン色*/
}
