/* CSS Document */
/*div {
    overflow:hidden;
}*/
/*============================================================

        Align Style

============================================================*/
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/*============================================================

        Float Style

============================================================*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fl-n {
  float: none !important;
}

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*============================================================

        Border Style

============================================================*/
.bb-dot {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
}

.rad {
  border-radius: 4px 4px 4px 4px;
}

iframe {
  /* border:2px solid #cccccc; */
}

/*============================================================

        Width Style

============================================================*/
.w300 {
  width: 300px;
}

.w495 {
  width: 495px;
}

.w100 {
  width: 100%;
}

/*============================================================

        Margin Style

============================================================*/
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p0 {
  padding: 0px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10,
.pt15 {
  padding-top: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb15 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.br15 {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/*============================================================

        clearfix

============================================================*/
.clrFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

div {
  zoom: 1;
}

.tx-bold {
  font-weight: bold;
}

.tx-i {
  font-style: italic;
}

.txWine {
  color: #b30036;
}

.txRed {
  color: #c20000;
}

.txGrn {
  color: #00523b !important;
}

.txGrnBold {
  color: #00523b;
  font-weight: bold;
}

.txOrg {
  color: #ff9600 !important;
}

.txWht {
  color: #fff !important;
}

.tx120 {
  font-size: 120%;
}

.txRedBold {
  font-weight: bold;
  color: #c20000;
}

.wb {
  font-weight: bold;
}

.lh14 {
  line-height: 1.4 !important;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.clear {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*============================================================

        li

============================================================*/
.li-disc li {
  list-style: disc outside none;
  margin-left: 20px;
}

/* alpha */
.alpha-btn img {
  /* background:#fff; */
}
.alpha-btn:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}/*# sourceMappingURL=support.css.map */