@charset "UTF-8";

@import url(./normalize.css);


/*====clearfix======*/

/* for modern brouser */
.clearfix:after,
dl:after{
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix ,dl{
        display: inline-block;
}

* html .clearfix,
* html dl{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html dl{ zoom: 1; } /* IE7 */

/* Hides from IE-mac \*/
* html .clearfix,
* html dl{
        height: 1%;
}
.clearfix,
dl{
        display: block;
}
/* End hide from IE-mac */
/*==========*/


/* social */
#social {text-align:right;}

#social li{
float:left;
}


/* contents */
#contents{
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}
