
/* Class */
.inner{ margin: auto; width: 960px;}
.l{ float: left;}
.r{ float: right;}
/* self-clear floats */
.clear:after{ display: block; height: 0; clear: both; content: "."; visibility: hidden;}
* html .clear{ height: 1%;}/* IE6 */
*:first-child+html .clear{ min-height: 1px;}/* IE7 */
.pr{ position: relative;}
.pa{ position: absolute;}
.tl{ top: 0; left: 0;}
.tr{ top: 0; right: 0;}
.bl{ bottom: 0; left: 0;}
.br{ bottom: 0; right: 0;}
.ac{ text-align: center;}
.ar{ text-align: right;}
.b{ font-weight: bold;}
.block{ display: block; height: 100%;}
.blue{ color: #369;}
.cb{ color: #09d;}
.cg0{ color: #000;}
.cg1{ color: #333;}
.cg2{ color: #666}
.cg3{ color: #999;}
.cg4{ color: #ccc;}
.fc01 {color:#fc9214;}
.fc02 {color:#009bff;}
.cr{ color: red;}
.cw{ color: #fff;}
.s12{ font-size: 12px;}
.s14{ font-size: 14px;}
.s16{ font-size: 16px;}
.s18{ font-size: 18px;}
.mt8{ margin-top: 8px;}
.mt16{ margin-top: 16px;}
.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.pl5{ padding-left: 5px;}
.pl10{ padding-left: 10px;}
.mr5{ margin-right: 5px;}
.red{ color: #f00;}
.icebinfont{ color: #0079C6;}
.icefont{ color: #6B553A;}
.w50{ width: 50%;}