@charset "utf-8";
/* CSS Document */
* {
word-break: break-all;
}

img {
-ms-interpolation-mode: bicubic;
margin-bottom: 0;
} 

.clearFix {
zoom: 100%;
}

.clearFix:after {
clear: both; height: 0; display: block; visibility: hidden;
}

.textRight {
text-align: right;
}

.textCenter {
text-align: center;
}

.textLeft {
text-align: left;
}