@charset "utf-8";
/* CSS Document */

/* LIB */

html,body,h1,h2,h3,h4,h5,p,div,hr,table,td,tr {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

img {
	border: 0;
	vertical-align: bottom;
}

.txtimg {
	display: none;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

.clear {clear: both}