@charset "utf-8";

/* =====================================================================
	base
===================================================================== */
body {
	margin:0;
	padding:0;
	color:#444;
	font:12px Arial, Helvetica, sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.8;
}
table {
    font-size:inherit;
    font:100%;
}

/*　CLEARFIX　*/
.clearfix:after{
	content:",";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix{ display:inline-block;}
/* Hide MAC IE \*/
* html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* */


/* =====================================================================
	link
===================================================================== */
a,
a:link,
a:visited,
a:active { color: #333; text-decoration:none;}
a:hover { color: #333; text-decoration: underline;}
