@charset "Shift-JIS";

/* margin,padding format */

body,div,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "CI", Meiryo, "lr oSVbN", Osaka, "qMmpS Pro W3", Hiragino Kaku Gothic Pro, sans-serif;
}

/* font-size,font-style format */
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

/* a outline format */
a {
	outline-width: 0;
}

/* list-style format */
ul {
	list-style:none;
}


/* clear fix hacking */
.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 */
