body {
    color: #888;
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {color: #444;}

/* --- section bg var --- */

.bg-white {background: #fff!important;}
.bg-gray {background: #f8f8f8!important;}
.bg-dark {background: #575757!important;}

/* --- section color var --- */

.text-light {color: #fff;}

/* ===========================
--- Intro
============================ */

.intro {background: url(../img/bg1.png) no-repeat bottom center!important;}

.intro .slogan p{
	color: #444;
	text-shadow: 2px 2px 2px #fff;
}

.intro .slogan h2 {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0);
	border-color: #000;
	text-shadow: -1px 0 1px #000;
}
.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

/* ===========================
--- answer
============================ */

.icon .fa {color: #fff;}

/* ===========================
--- activity
============================ */
#activity .title p{border-bottom: solid 3px #87cefa;}
#activity .day{
	background-color: #019be4;
	color: yellow;
}

#activity .commentL,
#activity .commentL2,
#activity .commentR{
  background-color: #fff;
  border: 1px solid #ccc;
}
#activity .comment2{
	background-color: #fff;
	border: 1px solid #ccc;
	background-color: #e5f7ff;
}

/* ===========================
--- Marketing
============================ */

.link iframe,.link img{
	width: 200px;
	height: 180px;
}

/* ===========================
--- Footer
============================ */

footer p {color: #f8f8f8!important;}
footer a {color: #fff!important;}
.credits {color: #fff!important;}
.shiryo a{color: #ffff00!important;}

/* ==========================
Parallax
============================= */

#separator {background-image: url(../img/parallax-bg.png)!important;}
#separator span {color: #fff!important;}
#separator:after {	
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);*/
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn-circle {
    border: 2px solid #fff;
    color: #fff;
}
.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}
.col-md-10,.col-sm-10,.col-md-10,.col-sm-10,.col-xs-10{
	width:980px!important; float: left;
}
.col-md-8,.col-sm-8,.col-md-8,.col-sm-8,.col-xs-8{
	width:400px!important; float: left;
}
.col-md-6,.col-sm-6,.col-md-6,.col-sm-6,.col-xs-6{
	width:350px!important; float: left;
}
.col-md-4,.col-sm-4,.col-md-4,.col-sm-4,.col-xs-4{
	width:230px!important; float: left;
}
a[href]:after { content: "" !important;}
abbr[title]:after {content: "" !important;}
