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

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dd,dt,
pre,form,fieldset,input,textarea,p,blockquote,th,td,img{

	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#333;
}

a{text-decoration:none;}
a:hover{text-decoration:none;}


img{border:none;}

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

ul,li{
	list-style:none;
}

a {
	overflow:hidden;
}


hr{
	display:none;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

* html .clearfix { height: 1%; }

.clearfix { display: block; }
