@charset UTF-8;

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

    [ index ] 2009.12.14

    01. 初期設定
    02. clearfix

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


/* ******************************************
    01. 初期設定
****************************************** */
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,form,address,table,th,td {
margin: 0px;
padding: 0px;
font-weight: normal;
font-style: normal;
}

h1,h2 {
text-indent: -9999px;
}

img,fieldset {
border: none;
margin: 0px;
padding: 0px;
}

ul li {
list-style: none;
}

hr{
display: block;
padding: 0px;
margin: 0px;
}

/* ******************************************
    02. clearfix
****************************************** */
.clearfix:after {
content: "";
display: block;
clear: both; 
}

.clearfix {
display: inline-block;
}

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