@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
body {-webkit-font-smoothing: antialiased;}
html{
	overflow-y: scroll;
	font-family: Gothic Medium BBB;
	font-size: 14px;
	color: #333;
	line-height: 200%;
	word-spacing: 0.2em;	
}

@media all and (-ms-high-contrast: none) {
	html{transform: rotate(0.05deg);}
}

/*@-moz-document url-prefix() {
	html{transform: rotate(0.05deg);}
}*/

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, /*em,*/ strong, th, var{
    font-style: normal; 
    font-weight: normal; }

img{ vertical-align:bottom; width:auto; max-width:100%; height:auto; }

a { transition:opacity 0.5s ease-in 0s, background 0.5s ease-in 0s, color 0.5s ease-in 0s;  text-decoration: none;}
a:hover { /*text-decoration:underline; */}
p:last-child{ margin-bottom: 0 !important;}
p:first-child{ margin-top: 0 !important;}

.clearFix {}

.clearFix:after{  
display:block;  
clear:both;  
height:0;  
visibility:hidden;  
content:".";  
zoom:1;  
}  
