@charset "utf-8";

.hand{cursor:pointer}
.no_select {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;          
}
.bannerArrowBtn{ position:relative; top:123px;font-size:50px;color:#FFA54E; }

.left {float: left}
.right {float: right}
.center {text-align: center;}
.clear {clear: both}
.nowrap { white-space: nowrap; }

.Category_list_table td.week_list {text-align:left; padding-left:15px}

.search_b_input{ text-indent: 10px; }

.dash_revise{width:68px; margin:0 auto; padding:5px 10px; background:#7e88a2; border-radius:3px; float:right;}
.dash_revise a{color:#fff; font-size:12px; font-weight:bold; text-decoration: none; }
.dash_revise a span{padding-left:5px;}