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

/* -------------------------------------------------

Default.css

------------------------------------------------- */

body,div,p,address,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	line-height:180%;
	color:#222;
	font-size: 0.9em;
	font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
a{
	color:#222;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#1d71d9;
}
a:active{
	color:#4a9853;
}
img{
	border:0;
}
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}

/* Clearfix
------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

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