@charset "utf-8";

#antisocial_bx							{ width:100%; margin-bottom: 100px; -webkit-text-size-adjust: 100%; }
#antisocial_bx	p						{ line-height:2.0em; color:#222222; }
#antisocial_bx	a						{ color:#1cb0c9; text-decoration:underline; }
#antisocial_bx	a:hover					{ color:#1cb0c9; text-decoration:none; }

.antisocial_flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 6px;
}

.antisocial_flex p:first-child {
	margin-right: 10px;
}

@media screen and (max-device-width: 768px) {
	#antisocial_bx p {
		font-size: 16px; 
	}
}