@charset "UTF-8";
/*==================================================
 CLASS LIB CSS
==================================================*/

.leftBox { float: left; }
.rightBox { float: right; }
.clearFix { clear: both; }

.leftTxt { text-align: left; }
.rightTxt { text-align: right; }
.centerTxt { text-align: center; }

.hr hr { display: none; font-size: 0px; }
.br br { display: none; font-size: 0px; }

.none { display: none; }
.boxWrap { overflow: hidden; zoom: 1; }
.bold { font-weight: bold; }
.underLine { text-decoration: underline; }
.error { color: #FF0000; }

.mTop10 { margin-top: 10px; }
.mTop15 { margin-top: 15px; }
.mTop20 { margin-top: 20px; }
.mTop25 { margin-top: 25px; }
.mTop30 { margin-top: 30px; }

.w200 { width: 200px; }
.w400 { width: 400px; }
.w600 { width: 600px; }
