/**
 mixin
 */
.line_top {
  background: url(/assets/images/common/sub_line_2colors.png) no-repeat left top;
  padding-top: 15px;
  margin-top: 0;
  display: block;
  font-weight: normal; }

.dashed_bottom {
  border-bottom: dashed 1px; }

._color-sub {
  color: white !important;
  background-color: #0099cc !important; }

._overflow-auto {
  overflow: auto;
  display: block; }

.list_department .item {
  background: #ffe9d3;
  border-radius: 2px;
  padding: 0 10px;
  color: #ff6600;
  margin-right: 5px;
  min-width: 130px;
  border: 1px solid #ff6600;
  display: inline-block;
  font-size: 15px; }
  .list_department .item.pink {
    border: 1px solid #ff6699;
    background: #ffeef3; }

@media (min-width: 980px) {
  .line_top {
    font-size: 24px; }
    .line_top span {
      font-size: 20px; }
  .info_scroll {
    max-height: 600px;
    overflow-y: scroll; } }

@media (max-width: 979px) {
  .line_top {
    font-size: 18px; }
    .line_top span {
      font-size: 14px; }
  .info_scroll {
    max-height: 300px;
    overflow-y: scroll; } }
