@charset "Shift-JIS";

/*
information{
	file name : /css/styles/commonTools.css;
    site name : 金沢工業大学ホームページ;
    copyrihgt : Copyright Kanazawa Institute of Technology.;
    explanation : 汎用のセレクタを定義;
}
*/

/* contents
--------------------------------------------------------------------------
1. float clear <TAG class="fclear">
2. hidden <TAG class="hidden">
3. clearfix <TAG class="clearfix">
--------------------------------------------------------------------------
*/


/* 1. float clear <TAG class="clear">
----------------------------------------------- */
.fclear {
    font-size: 1px;
    line-height: 0;
    clear: both;
}

/* 2. hidden <TAG class="hidden">
----------------------------------------------- */
.hidden {
    display: none;
}

/* 5. clearfix <TAG class="clearfix">
----------------------------------------------- */
.clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}