@charset "UTF-8";

*{
	margin:0;
	padding:0;
	font-family:arial,century Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}
html,body{
	width:100%;
	height:100%;
}
body{
	font-size:15px;
	line-height:1.8;
	color:#444444;
}
h1,h2,h3,h4,h5,p,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
li{
	list-style:none;
}
img,input{
	border:none;
}
img{
	font-size:14px;
}
.cl{
	clear:both;
	line-height:0px;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
