/* ------------------------------
  ブラック
---------------------------------*/
body {
	background: #ECECEC;
}



.navbar-top {
	background: #111;
}

.site-brand a h1 {
	color: #999;
}

.footer {
	background: #111;
}

.about-us-foot h6 {
	color: #999;
}

.social-media {
	border-bottom: 1px solid #555;
}

.social-media a i {
	color: #999;
}

.date i {
	font-size: 150%;
	animation: hotAnime 1.0s infinite alternate;
}
@keyframes hotAnime{
   0% { color: #111 }
 100% { color: #ECECEC}
}


.bun {
	font-size: 90%;
	line-height: 20px;
	margin: 10px 0 7px 0;
}

.blacks {
	font-size: 80%;
	line-height: 16px;
	margin-bottom: 10px;
	text-decoration: underline 1px dotted ;
}

.blog-single-content span {
	text-decoration: underline 1px dotted ;
}

.jiki {
	line-height: 20px;
}

.jiki span {
	font-size: 90%;
	font-weight: normal;
}
