/* CSS Document */

.whitePoint {
	color:#BBB;
}
























/* タイトル部分*/
#ttl{
	color:#EEE;
	line-height:80px;
	font-size:20px;
	background-image: -webkit-gradient(linear,left top,left bottom,
	color-stop(0%,#EEE),
	color-stop(40%,#DDD),
	color-stop(41%,#DDD),
	color-stop(100%,#999));
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text;
}
#ttl:after {
	color:#fff;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 51%, rgba(0,0,0,0));

}