@charset "utf-8";
/*-----------------------------------------------------

	general.css
	汎用CSS

------------------------------------------------------*/

/* 文字 */
a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #ddd;
	text-decoration: underline;
}


/* clearfix  */

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
