@charset "utf-8";

@import"lib/reset.css";/* Don`t toutch me ! */
@import"lib/fonts.css";/* Don`t toutch me ! */
@import"Class_global/global.css";/* Don`t toutch me ! */

/* ClearFix */

/*
.clearfix :after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}
*/
.clearfix {
   display:inline-block;
}
* html .clearfix {
   height:1px;
}


div.clearfix {
   display:block;
}

.jqmAddWindow {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    margin-left: -300px;
    x*width: 600px;
    width:500px; height:80px;
    x*border:3px solid #a6a6a6;;
    
    background-color: #fff;
    x*color: #333;
    x*border: 1px solid black;
    x*padding: 12px;
}

.jqmOverlay { background-color: #000; }

* html .jqmAddWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

a:hover.btn {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
