@charset "utf-8"; 
/*
 * Style Name: hack Stylesheet
 * Style URI: http://purpr.in/common/stylesheets/hack.css
 * Description: hack Stylesheet
 * Version: 1.0.0
 * Last Up Date: 2006-06-02T04:20:10+09:00
 * Author: purprin
 * Author URI: http://purpr.in/
 * Author Email: purprin[at mark]gmail.com
 * Guideline URI: http://purpr.in/common/guideline/css/
 */
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    }

.clearfix {
    display: inline-block;  /* not valid */
    }

/* Hides from IE-mac Hack \*/
* html .clearfix {
    height: 1%;
    }

.clearfix {
    display: block;    /* overwrite */
    }

