@charset "utf-8";
body {
	color: rgba(0,179,255,1.00);
	background: #fff;
}
.result {
	width: 700px;
	padding: 50px 0;
}
.fb {
	text-align: right;
	width: 49%;
	float: left;
}
.tw {
	text-align: left;
	width: 49%;
	float: right;
}
.kugiri {
	clear: both;
}
.totop {
	padding: 30px 0;
}



@media screen and (max-width: 700px) {

.result {
	width: 100%;
	padding: 0 0 50px 0;
}

} 