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

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
table,td,th,form,input,fieldset{
	margin:0;
	padding:0;
	font-family:'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	vertical-align:baseline;
}

body{
line-height:1.5em;
}

img{
border:0;
}

table{
border-collapse:collapse;
border-spacing:0;
}

ul,ol,li{
list-style:none;
}




/*//////////////////////////////////////////////*/

.clearfix:after{
content: "url(/shared/img/spacer.gif)"; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:auto;
}

.clearfix {
display: inline-block;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/* End hide from IE-mac */



/*--------------------
.clearfix{
overflow:hidden;
}

---------*/
