@charset "utf-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, ul, li, a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, em {
	font-style: normal;
}
th {
	text-align: left;
}
/*hr, legend {
	display: none;
}*/
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
img, fieldset {
	border: 0;
}
a:hover{
	text-decoration: underline;	
}
/*li {
	list-style-type: none;
}*/
/* Fonts
*/
.clear{
	clear:both;
	font-size: 0px;
	height: 0px;
	width: 0px;
}
------------------------------------------------------------*/
body {
	font-size: 12px; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: left;
}
html>/**/body {
	font-size: 80%;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}