@charset "utf-8";
/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(@base_url@/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(@base_url@/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(@base_url@/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(@base_url@/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(@base_url@/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(@base_url@/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(@base_url@/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/images/Kyujin-theme/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(@base_url@/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(@base_url@/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(@base_url@/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(@base_url@/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(@base_url@/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(@base_url@/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: absolute; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(@base_url@/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(@base_url@/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(@base_url@/css/../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(@base_url@/css/../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(@base_url@/css/../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(@base_url@/css/../images/common/configuration.png); }

.save-trigger img {
  background-image: url(@base_url@/css/../images/common/check.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(@base_url@/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(@base_url@/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(@base_url@/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(@base_url@/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(@base_url@/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 10px;
    overflow: hidden; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(@base_url@/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(@base_url@/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(@base_url@/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(@base_url@/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(@base_url@/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(@base_url@/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(@base_url@/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(@base_url@/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(@base_url@/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(@base_url@/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(@base_url@/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(@base_url@/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.table-data tr.lfr-role-guest .first {
  background-image: url(@base_url@/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(@base_url@/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(@base_url@/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(@base_url@/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(@base_url@/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.05, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
date : 2012-2

+ Text
+ List
+ Anchor
+ Table
+ Form
+ Others
*/
/*----------------------------------------
	font-size
------------------------------------------
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/* Don't Edit */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
 
 }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
 
  line-height: 100%; }

html > body {
  font-size/*\**/: small\9; }

.aui body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
 
 }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
 
  line-height: 100%; }

html > body {
  font-size/*\**/: small\9; }

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

body {
  line-height: 1.6;
  background-color: #fff; }

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*----------------------------------------
	Text
----------------------------------------*/
p,
pre,
address {
  color: #333333;
  font-size: 100%; }

h1 {
  font-size: 139%; }

h2 {
  font-size: 124%; }

h3 {
  font-size: 108%; }

h4 {
  font-size: 100%; }

h5 {
  font-size: 93%; }

h6 {
  font-size: 85%; }

pre {
  margin: 1.5em 25px;
  padding: 1em;
  overflow: scroll;
  font-family: "ＭＳ-Ｐ ゴシック" , Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.9; }

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom; }

blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold; }

blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%; }

blockquote * {
  color: #333 !important; }

em {
  color: #000; }

pre em {
  font-weight: bold;
  background-image: none; }

strong {
  font-weight: bold; }

q {
  text-decoration: underline; }

cite {
  display: block;
  text-align: right; }

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa; }

del {
  text-decoration: line-through; }

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none; }

ins * {
  color: #666 !important; }

abbr,
acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help; }

/*----------------------------------------
	List
----------------------------------------*/
ul,
ol,
dl {
  color: #333; }

li,
dt,
dd {
  font-size: 100%;
  list-style-type: none;
  list-style-position: outside; }

ol li {
  list-style: decimal; }

/* Opera Hack */
html:first-child li,
html:first-child dt,
html:first-child dd {
  font-size: 1em; }

dt {
  font-weight: bold; }

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
  font-size: 100% !important; }

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #0066ff; }
  a:hover {
    color: blue; }
  a:visited {
    color: #3399ff; }
  a:active {
    color: #00faaa; }

/*----------------------------------------
	Table
----------------------------------------*/
table {
  margin: 1em 0px;
  border: 1px solid #aaa;
  background-color: #eee; }

caption {
  display: none; }

th,
td {
  padding: 0.1em 5px;
  font-size: 100%; }

th {
  color: #ffffff;
  background-color: #ccc; }

td {
  border: 1px solid #ddd;
  background-color: #ffffff; }

/*----------------------------------------
	Form
----------------------------------------*/
/* form {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset,
legend {
	border: none;
}

legend {
	display: none;
}

input,
textarea {
	padding: 0.2em;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #a5d2da;
}

input:focus,
textarea:focus {
	border: 1px solid #069;
	background-color: #fff;
}

input.button {
	padding: 0;
	border: none;
	background-image: none;
	vertical-align: top;
} */
/*----------------------------------------
	Others
----------------------------------------*/
img {
  border: none;
  vertical-align: bottom; }

hr {
  border: none;
  border-top: 1px dotted #ccc; }

#wrapper {
  padding: 0; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
 }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(@base_url@/css/images/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
 
 
  position: relative; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d4d4d4;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  /*border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
  overflow: hidden;
  position: relative;
  zoom: 1; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e88800; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(@base_url@/css/../img/ico_prev.png) no-repeat; }

.bx-wrapper .bx-next {
  right: 0;
  background: url(@base_url@/css/../img/ico_next.png) no-repeat; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: -40px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  /*background: url(@base_url@/css/images/controls.png) -86px -11px no-repeat;*/
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  /*background: url(@base_url@/css/images/controls.png) -86px -44px no-repeat;*/
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bx-wrapper .bx-prev {
  background: url(../images/myn/ico_prev.png) no-repeat; }
.bx-wrapper .bx-next {
  background: url(../images/myn/ico_next.png) no-repeat; }

.img_frame {
  padding: 5px 5px;
  margin: 5px; }

div.content {
  display: block;
  float: left;
  width: 465px; }

div.navigation {
  width: 480px;
  float: right;
  padding: 0px 0px; }

div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 650px;
  height: 502px; }

div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

div.slideshow a.advance-link {
  display: block;
  width: 550px;
  height: 300px;
  line-height: 502px;
  text-align: center; }

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none; }

div.slideshow img {
  vertical-align: middle;
  position: absolute;
  left: 0px;
  padding: 10px 10px;
  max-width: 450px; }

ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0; }

ul.thumbs li {
  float: left;
  padding: 0px 0px 5px 10px;
  margin: 0px 0px 0px 0px;
  list-style: none; }

a.thumb:focus {
  outline: none; }

ul.thumbs img {
  border: none;
  display: block;
  width: 200px; }

div.navigation div.top {
  margin-bottom: 12px;
  height: 11px; }

div.navigation div.bottom {
  margin-top: 12px; }

.aui .alert-danger, .aui .alert-error, .aui .portlet-msg-error {
  background-color: transparent;
  border: none;
  color: #F00;
  margin: 0;
  padding: 0;
  font-weight: bold !important; }
  .aui .alert-danger div, .aui .alert-error div, .aui .portlet-msg-error div {
    font-weight: bold !important; }

/*===========================================================
style info : /recruit/内専用
===========================================================*/
/* reset
===========================================================*/
/* フォント */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
 
 }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
 
  line-height: 100%; }

html > body {
  font-size/*\**/: small\9; }

.aui
p,
pre,
address {
  font-size: 93%;
  margin: 0px;
  /* textColor[文字色] */
  color: #666666;
  margin-bottom: 0px; }

.aui h1 {
  font-size: 154%; }

.aui h2 {
  font-size: 131%; }

.aui h3 {
  font-size: 108%; }

.aui h4 {
  font-size: 154%; }

.aui h5 {
  font-size: 93%; }

.aui h6 {
  font-size: 85%; }

/* bootstrapのリセットスタイルを再リセット */
ul, ol, p, dl {
  margin: 0; }

/* フォーム系リセット */
body, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 2px 0;
 
  top: -1px; }

input {
  height: 16px;
  line-height: 16px; }

input[type="text"] {
  padding: 4px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6; }

input[type="checkbox"],
input[type="radio"] {
  border: none;
  margin-right: 2px;
  margin-right: 0\9; }

.aui select, .aui textarea, .aui input[type="text"], .aui input[type="password"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="date"], .aui input[type="month"], .aui input[type="time"], .aui input[type="week"], .aui input[type="number"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="color"], .aui .uneditable-input {
  margin-bottom: 0px; }

.aui select {
  font-size: 12px; }

.aui label {
  cursor: auto; }

.aui input[type="text"] {
  margin-bottom: 0px; }

.aui input[type="radio"], .aui input[type="checkbox"] {
  margin: 1px 1px 0;
  line-height: normal; }

.wrap_input .input_area input[type="radio"] {
  margin: 1px 5px 0 0; }

label {
  margin-bottom: 0; }

.aui a {
  /* linkColor［リンク文字色（標準）］ */
  color: #0086cf; }

.aui a:hover {
  /* linkColor_hover［リンク文字色（カーソルホバー）］ */
  color: #c6c6c6; }

.aui a:active {
  /* linkColor_active［リンク文字色（アクティブ）］ */
  color: black; }

.aui a:visited {
  /* linkColor_visited［リンク文字色（訪問済み）］ */
  color: #3399ff; }

.aui table {
  margin: 0px; }

/* 文字寄せ */
.tr {
  text-align: right; }

.tc {
  text-align: center; }

.inline_block {
  display: inline-block; }

.inline_block + .inline_block {
  margin-left: 10px; }

/* base
===========================================================*/
#client {
  /* textColor[文字色] */
  color: #666666;
  font-size: 12px; }

/* rayout
===========================================================*/
/* .container-fluid */
.container-fluid {
  width: 100%;
  padding: 0px;
  /* backGroundColor［背景色（画像指定も可）］ */
  /*    background: $backGroundColor;*/ }

.aui .container-fluid {
  width: 100%;
  padding: 0px; }

/* header */
header {
  width: 100%;
  padding: 18px 0 22px; }

header .siteid {
  margin: 0;
  padding: 0; }

/* #content */
#content {
  width: 100%;
  padding-bottom: 100px; }
  #content #ev_name {
    position: fixed;
    z-index: 99;
    font-size: 18px;
    font-weight: bold;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    padding: 4px 7px 2px; }

/* footer */
footer {
  width: 100%;
  margin: 0;
  padding: 40px 0 110px;
  font-size: 12px; }

footer ul {
  overflow: hidden;
  margin-bottom: 35px;
  list-style: none; }

footer li {
  float: left;
  width: auto; }

footer .copyright {
  line-height: 2; }

/* parts
===========================================================*/
/* 角丸ラベルの作成 */
/* buttonName[application] */
/* line 231, ../sass/base_theme.scss */
.button_application {
  color: #FFFFFF;
  background: #FF8000;
  background-image: url("@base_url@/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2M5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffbb77), color-stop(100%, #ff8000));
  background-image: -moz-linear-gradient(top, #ffbb77, #ff8000);
  background-image: -webkit-linear-gradient(top, #ffbb77, #ff8000);
  background-image: linear-gradient(to bottom, #ffbb77, #ff8000);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCC99', endColorstr='#FFFF8000');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #FF8000; }

/* line 238, ../sass/base_theme.scss */
.button_application:hover {
  color: #FFFFFF; }

.button_disabled {
  color: #888888;
  background: #FF8000;
  background-size: 100%;
  background-image: linear-gradient(to bottom, #dddddd, #888888);
  border: 2px solid #CFCFCF; }

.button_disabled:hover {
  color: #888888; }

/* buttonName[map] */
.button_map {
  color: white;
  background: gray;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #808080));
  background-image: -webkit-linear-gradient(top, #cccccc, #808080);
  background-image: -moz-linear-gradient(top, #cccccc, #808080);
  background-image: -o-linear-gradient(top, #cccccc, #808080);
  background-image: linear-gradient(top, #cccccc, #808080);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FF808080');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid gray; }
  .button_map:hover {
    color: white; }

/* buttonName[return] */
.button_return {
  color: white;
  background: gray;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #808080));
  background-image: -webkit-linear-gradient(top, #cccccc, #808080);
  background-image: -moz-linear-gradient(top, #cccccc, #808080);
  background-image: -o-linear-gradient(top, #cccccc, #808080);
  background-image: linear-gradient(top, #cccccc, #808080);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FF808080');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid gray; }
  .button_return:hover {
    color: white; }

/* buttonName[search] */
.button_search {
  color: white;
  background: red;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9999), color-stop(100%, #ff0000));
  background-image: -webkit-linear-gradient(top, #ff9999, #ff0000);
  background-image: -moz-linear-gradient(top, #ff9999, #ff0000);
  background-image: -o-linear-gradient(top, #ff9999, #ff0000);
  background-image: linear-gradient(top, #ff9999, #ff0000);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF9999', endColorstr='#FFFF0000');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid red; }
  .button_search:hover {
    color: white; }

/* buttonName[submit] */
.button_submit {
  color: white;
  background: #ff8000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2M5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcc99), color-stop(100%, #ff8000));
  background-image: -webkit-linear-gradient(top, #ffcc99, #ff8000);
  background-image: -moz-linear-gradient(top, #ffcc99, #ff8000);
  background-image: -o-linear-gradient(top, #ffcc99, #ff8000);
  background-image: linear-gradient(top, #ffcc99, #ff8000);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCC99', endColorstr='#FFFF8000');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ff8000; }
  .button_submit:hover {
    color: white; }

/* buttonName[detail] */
/* line 231, ../sass/base_theme.scss */
.button_detail {
  /* width: 105px !important; */
  /* delete 20160726 */
  font-size: 14px !important;
  color: #FFFFFF;
  background: #0000FF;
  background-image: url("@base_url@/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e6eff), color-stop(100%, blue));
  background-image: -moz-linear-gradient(top, #6e6eff, blue);
  background-image: -webkit-linear-gradient(top, #6e6eff, blue);
  background-image: linear-gradient(to bottom, #6e6eff, #0000ff);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#6e6eff', endColorstr='#FF0000FF');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #0000FF; }

/* line 238, ../sass/base_theme.scss */
.button_detail:hover {
  color: #FFFFFF; }

/* .inner */
.inner {
  overflow: hidden;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }
  .inner ul.breadcrumb {
    background-color: transparent;
    margin: 10px 0;
    padding: 0px;
    font-size: 77%; }

/* .pageid */
.pageid {
  margin-bottom: 20px;
  /* headLineColor［タイトルバー（ページ上部）］ */
  background-color: black; }
  .pageid h1 {
    margin: 0px;
    /* headLineTextColor[ヘッドライン文字色] */
    color: white; }

.pageid_ttl {
  float: left;
  margin: 0;
  font-weight: normal;
  padding: 7px 0px 0px; }

.pageid_location {
  font-size: 18px; }

.pageid_status2 {
  float: left;
  margin: 13px 0 13px 15px;
  padding: 7px 11px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* roundLabelTextColor_appeal[角丸ラベル文字色（注目）] */
  color: white !important;
  /* roundLabelTextColor_appeal[角丸ラベルカラー] */
  background-color: red !important;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle; }

.pageid_status {
  float: left;
  margin: 13px 0 13px 15px;
  padding: 7px 11px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* roundLabelTextColor_appeal[角丸ラベル文字色（注目）] */
  color: white !important;
  /* roundLabelTextColor_appeal[角丸ラベルカラー] */
  background-color: red !important;
  font-size: 11px;
  line-height: 11px; }

/* .white_box */
/* line 323, ../sass/custom.scss */
.whiteBox {
  /* borderColorForm[フォーム枠線色] */
  border: 1px #cccccc solid;
  /* backGroundColorForm［背景色（フォーム）］ */
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 329, ../sass/custom.scss */
.whiteBox__ver1 {
  padding: 15px 20px; }

/* line 334, ../sass/custom.scss */
.detail .whiteBox {
  margin: 20px 0px; }

body#client.search .form_entry_layout {
  /* borderColorSearch[求人情報一覧検索窓枠線色] */
  border: 1px #cccccc solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

body#client.detail .whiteBox {
  /* borderColorDetail[詳細ページ枠線色] */
  border: 1px #cccccc solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* form_entry_layout */
/* line 340, ../sass/custom.scss */
.wrap_input {
  width: 100%;
  display: table; }

.form_search_layout .wrap_input + .wrap_input {
  padding: 10px 0 0;
  margin: 10px 0 0; }

.form_entry_layout .wrap_input + .wrap_input {
  padding: 15px 0 0;
  margin: 15px 0 0; }

.form_entry_layout .wrap_input + .wrap_input {
  border-top: 1px dashed #cccccc;
  padding: 15px 0 0;
  margin: 15px 0 0; }

.wrap_input .input_label,
.wrap_input .input_label_result {
  display: table-cell;
  background-position: left 11px;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top; }

.form_search_layout .wrap_input .input_label,
.form_search_layout .wrap_input .input_label_result {
  width: 25%; }

/* 求人情報一覧 */
/* line 381, ../sass/base_theme.scss */
.form_entry_layout .wrap_input .input_label_result {
  width: 20%;
  padding-right: 30px; }

/* line 401, ../sass/base_theme.scss */
.wrap_input .input_area {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px; }

.wrap_input .input_area .town_input_area {
  display: inline-table;
  width: 100%; }

.wrap_input .input_area .station {
  width: 100%; }

.wrap_input .input_area .station_input_area {
  display: inline-table;
  width: 100%; }

/* 求人情報詳細、求人応募 */
/* line 381, ../sass/base_theme.scss */
.form_entry_layout .wrap_input .input_label {
  width: 31%;
  padding-right: 30px; }

/* line 401, ../sass/base_theme.scss */
.wrap_input .input_area {
  width: 69%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px; }

select.w10per {
  width: 12%; }

select.w8per {
  width: 8%; }

input.w100per {
  width: 96%; }

textarea.text_area_50 {
  width: 96%; }

textarea.text_area_200 {
  width: 96%; }

textarea.text_area_500 {
  width: 96%; }

.wrap_input .input_area {
  width: 70%;
  display: table-cell;
  vertical-align: middle; }

.wrap_input .grid_kinmuchi {
  display: block;
  width: 100%; }

.wrap_input .input_area p,
.wrap_input .input_area span,
.btn_box_wrapout span {
  font-size: 12px;
  margin-bottom: 0px; }

.wrap_input .input_area .radio,
.wrap_input .input_area .checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 0 0;
  cursor: pointer; }

.wrap_input .input_area input[type="radio"],
.wrap_input .input_area .checkbox input[type="checkbox"] {
  margin: 0 5px 0 0;
  float: none; }

.wrap_input .input_area .box + .box {
  margin: 15px 0 0; }

.wrap_input .input_area input + span {
  font-size: 12px; }

.wrap_input .input_area .box label {
  width: auto;
  display: inline-block; }

.wrap_input .input_area .box select + label {
  margin: 0 0 0 20px; }

.btn_box {
  text-align: center; }

.aui label {
  font-size: 12px; }

.aui .btn-large {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.aui .btn-blue {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 174px;
  margin-top: 2px;
  height: 40px; }

.aui .btn-blue02 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 72px;
  margin-top: 2px;
  height: 40px; }

.btn_box .btn-large {
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn-large.button_search {
  width: 220px; }

.wrap_input + .btn_box {
  margin-top: 20px; }

.wrap_input + .btn_box_wrapout {
  margin: 10px 0 0;
  text-align: right; }

.wrap_input + .btn_box_wrapout + .btn_box {
  margin: 40px 0 0; }

.btn_box {
  position: relative; }

.btn_box .return {
  position: absolute;
  top: 14px;
  right: 0; }

/* add 20150109 */
.btn_box .return_left {
  position: absolute;
  bottom: 0px;
  left: 0; }

.btn_box .return_left2 {
  position: absolute;
  top: 0px;
  left: 0px; }

.btn_box button {
  margin: 0; }

.btn_box button + button {
  margin: 0 0 0 20px; }

textarea {
  padding: 4px 1%;
  width: 96%;
  margin: 0; }

.checkbox {
  padding: 0;
  float: none;
  vertical-align: top; }

.w10per {
  width: 10%; }

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

/* list_navbar */
.list_navbar {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 30px;
  padding: 0px; }

.list_navbar > div {
  display: table-cell;
  vertical-align: middle; }

.list_navbar p,
.list_navbar ul li a {
  font-size: 12px; }

.list_navbar .pagination {
  text-align: center; }

.list_navbar .pagination ul {
  vertical-align: middle; }

.list_navbar .pagination ul li a {
  min-height: 22px;
  height: 30px;
  padding: 0 14px;
  line-height: 30px; }

.list_navbar .pagination ul li a span {
  font-size: 18px; }

.list_navbar .case_num {
  padding: 0 10px 0 0;
  text-align: right; }

.list_navbar #display_num {
  margin: 0 0 0 5px;
  width: 25%; }

.list_navbar #display_num option {
  padding: 0; }

.list_navbar.first {
  margin: 20px 0px; }

.list_navbar.end {
  margin: 40px 0 0; }

/* .link_list */
.link_list {
  overflow: hidden; }

.link_list li {
  float: left;
  margin: 0 0 0 30px;
  font-size: 12px; }

.link_list li:first-child {
  margin: 0; }

/* .infoBox */
.infoBox {
  width: 100%;
  display: table; }

.infoBox .infoBox_label {
  display: table-cell;
  background-position: left 11px;
  background-repeat: no-repeat;
  padding-left: 13px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top; }

.infoBox .infoBox_area {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;}

.infoBox .infoBox_area .box + .box {
  margin: 15px 0 0; }

.infoBox_area .btn {
  margin-top: 5px; }

.infoBox .infoBox_label {
  width: 25%;
  padding-right: 2%;
  padding-left: 0px; }

/* line 645, ../sass/custom.scss */
.infoBox + .infoBox {
  /* borderColorDashed[ダッシュ線色] */
  border-top: 1px dashed #cccccc;
  padding: 15px 0 0;
  margin: 15px 0 0; }

/* .box_ttl */
.box_ttl {
  margin-bottom: 1em;
  font-weight: bold; }

.result_pageid_ttl {
  float: left;
  margin: 0;
  font-weight: normal;
  padding: 0px;
  vertical-align: baseline; }

h1.result_pageid_ttl {
  margin: 0px;
  line-height: 48px; }

.result_pageid_status2 {
  float: left;
  margin: 10px 10px 0 0;
  padding: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
  /* roundLabelColor_appeal */
  background: red; }

/* .result_number */
.result_number {
  margin-bottom: 15px; }

.result_number > span > span {
  font-size: 20px;
  font-weight: bold;
  /* roundLabelColor_appeal[角丸ラベルカラー（注目）] */
  color: red; }

/* .result_box */
.result_box {
  /* borderColorResult[検索結果一覧枠線色] */
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.result_box + .result_box {
  margin-top: 20px; }

.result_box_ttl {
  overflow: hidden;
  padding: 0 16px 0 21px;
  /* resultTitleBarColor[検索結果一覧タイトルバー] */
  background-color: teal;
  /* resultTitleBarTextColor[検索結果一覧タイトルバー文字色] */
  color: white;
  /* 右上角丸 */
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  /* 左上角丸 */
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px; }

.result_box_ttl a {
  color: white; }

.result_box_ttl a:visited, .result_box_ttl a:focus {
  color: #ddd; }

.result_box_ttl_main {
  float: left;
  width: 48.93617021276595%;
  height: 48px;
  margin: 0px 0px;
  font-size: 12px;
  line-height: 48px; }

.aui .result_box_ttl_main {
  margin: 0px; }

.result_box_ttl_main span {
  font-size: 18px;
  font-weight: bold; }

.result_box_ttl_sub {
  float: right;
  width: 48.93617021276595%;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: right;
  vertical-align: middle; }

p.result_box_ttl_sub {
  /* resultTitleBarTextColor[検索結果一覧タイトルバー文字色] */
  color: white;
  overflow: hidden;
  /* add 20160726 */
  text-overflow: ellipsis;
  /* add 20160726 */
  white-space: nowrap;
  /* add 20160726 */ }

.result_box_cont .eyecatch {
  width: 100%; }

.result_box_cont .catchcopy {
  margin-bottom: 10px;
  font-weight: bold; }

.result_box_cont_01 {
  overflow: hidden;
  padding-bottom: 20px;
  /* borderColorResult[検索結果一覧枠線色] */
  border-bottom: 1px dashed #cccccc;
  /* resultBoxColor_top[検索結果一覧（上部）] */
  background-color: white; }

.result_box_cont_01 .result_box_cont_left {
  float: left;
  width: 30%;
  margin-left: 20px;
  margin-top: 20px;
  position: relative; }

.slider-next {
  margin: -25px 0px 0px 230px;
  position: absolute; }

.slider-prev {
  margin: -25px 0px 0px 25px;
  position: absolute; }

.result_box_cont_01 .result_box_cont_no_image {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px; }

.result_box_cont_01 .result_box_cont_right {
  float: right;
  width: 64%;
  margin-right: 20px;
  margin-top: 20px; }

.result_box_cont_02 {
  padding: 10px 20px;
  height: 50px;
  /* resultBoxColor_bottom[検索結果一覧（下部）] */
  background-color: white;
  /* 右下角丸 */
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* 左下角丸 */
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.result_box_cont_02 .btn_01 {
  float: right;
  width: 105px;
  height: 40px;
  text-align: center;
  margin: 10px 10px 0px 0px;
  font-weight: bold; }

.result_box_cont_02 .btn_02 {
  float: right;
  width: 140px;
  height: 50px;
  text-align: center;
  font-weight: bold; }

.result_box_cont_02 .message {
  margin-bottom: 10px;
  font-weight: bold; }

.result_box_cont_02 .tell {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold; }

.tell_area {
  float: left;
  margin-top: 10px; }
  .tell_area p.tell_number {
    font-size: 154%;
    /* tellNumberColor[電話番号文字色] */
    color: #fa9f29;
    font-weight: bold;
    text-decoration: underline; }

.tell {
  display: inline; }

.tell_number {
  display: inline; }

.infoBox_area .tell_number_detail {
  color: #fa9f29;
  font-weight: bold;
  text-decoration: underline; }

.result_box_cont_02 .job_id {
  line-height: 20px; }

.result_box_cont_02 .job_id span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 14px; }

.result_box_tag ul.tag {
  margin-top: 10px;
  line-height: 200%;
  margin-left: 0px; }
  .result_box_tag ul.tag li {
    width: auto;
    padding: 2px 2px;
    margin: 2px; }

.photo_area_detail {
  margin: 0px 0px;
  height: 320px; }

.appeal_point {
  margin: 20px 0; }

.appeal_point {
  /* borderColorDetail[詳細ページ枠線色] */
  border: 1px #cccccc solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .appeal_point p {
    padding: 5px 20px;
    margin-bottom: 0px !important; }
  .appeal_point .wrap_input {
    padding: 5px 0px;
    /* appealPointColor_label[注目ポイント（ラベル）] */
    background-color: #0f8022;
    /* 右上角丸 */
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    /* 左上角丸 */
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px; }
    .appeal_point .wrap_input p {
      /* appealPointTextColor_label[注目ポイント文字色（ラベル）] */
      color: white;
      font-weight: bold;
      font-size: 18px; }
  .appeal_point .wrap_input_item {
    padding: 5px 0px;
    /* appealPointColor_area[注目ポイント（コンテンツ）] */
    background-color: #fdf9f2;
    /* 右上角丸 */
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* 左上角丸 */
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .appeal_point .wrap_input_item p {
      /* appealPointTextColor_area[注目ポイント文字色（コンテンツ）] */
      color: green;
      font-size: 12px; }

.appeal_point_content {
  margin: 10px 0px; }

.aui ul {
  margin: 0px; }

/* .tag */
.tag {
  overflow: hidden;
  margin-top: 12px; }
  .tag .merit {
    /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
    color: #999999 !important;
    font-weight: bold;
    /* roundLabelTextColor_merit[角丸ラベルカラー（特徴）] */
    background-color: white !important;
    /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
    border: 2px #999999 solid; }
  .tag .competence {
    /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
    color: #999999 !important;
    font-weight: bold;
    /* roundLabelTextColor_merit[角丸ラベルカラー（特徴）] */
    background-color: white !important;
    /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
    border: 2px #999999 solid; }
  .tag .treatment {
    /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
    color: #999999 !important;
    font-weight: bold;
    /* roundLabelTextColor_merit[角丸ラベルカラー（特徴）] */
    background-color: white !important;
    /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
    border: 2px #999999 solid; }

.badge-important {
  /* 角丸ラベル文字色（必須） */
  color: white !important;
  /* 角丸ラベルカラー（必須） */
  background-color: #b50303 !important;
  margin-left: 4px; }

.tag li {
  list-style: none;
  text-align: center;
  float: left;
  width: auto;
  margin: 2px;
  padding: 2px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 10px;
  line-height: 12px; }

/* lead_area */
.lead_area {
  overflow: hidden;
  margin: 0 0 20px 0; }

.lead_area.no_image {
  overflow: hidden;
  float: right;
  width: 30%;
  margin: 0 0 30px; }

.lead_area_left {
  float: left;
  width: 67%; }

.lead_area_left.no_image {
  float: right;
  width: 100%; }

.lead_area_right {
  float: right;
  width: 29%; }

.lead_area_right.no_image {
  float: right;
  width: 100%; }

.lead_area button {
  width: 258px;
  margin-top: 15px;
  font-weight: bold; }

.lead_area .tell {
  font-size: 14px;
  font-weight: bold; }

.lead_area .tell .orange {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px; }

.lead_area .tell .small {
  font-size: 12px; }

.lead_area .lead_area_ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* borderColorDashed[ダッシュ線色] */
  border-bottom: 1px dashed #cccccc;
  font-size: 20px;
  font-weight: bold;
  /* outlineTextColor_catch[キャッチコピー文字色] */
  color: #32742c; }

.lead_area .lead_area_catchcopy {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold; }

/* .step */
.step {
  height: 50px;
  margin-bottom: 20px;
  /* headLineColor［タイトルバー（ページ上部）］ */
  background-color: black;
  text-align: center; }

/* ttl_style_01 */
.ttl_style_01 {
  font-size: 20px;
  margin: 35px 0 10px; }

/* .table_style_01 */
.table_style_01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  /* tableBorderColor[表（枠線色）] */
  border: 1px #d7d7d7 solid; }

.table_style_01 th,
.table_style_01 td {
  padding: 5px 10px;
  /* tableBorderColor[表（枠線色）] */
  border-top: 1px #d7d7d7 solid;
  /* tableBorderColor[表（枠線色）] */
  border-bottom: 1px #d7d7d7 solid;
  border-left: none;
  border-right: none;
  font-weight: normal;
  vertical-align: middle; }

.table_style_01 th {
  /* tableColor_label[表（ラベル）] */
  background-color: #838383;
  font-size: 12px;
  /* tableTextColor_label[表文字色（ラベル）] */
  color: white; }

.table_style_01 td {
  /* tableColor_area[表（コンテンツ）] */
  background-color: white;
  font-size: 12px;
  /* tableTextColor_area[表文字色（コンテンツ）] */
  color: #666666;
  height: 18px; }

/* .table_style_02 */
.table_style_02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  /* tableBorderColor[表（枠線色）] */
  border: 1px #d7d7d7 solid; }

.table_style_02 th,
.table_style_02 td {
  padding: 5px 10px;
  border: none;
  font-weight: normal;
  vertical-align: middle; }

.table_style_02 th {
  /* tableColor_label[表（ラベル）] */
  background-color: #838383;
  font-size: 12px;
  /* tableTextColor_label[表文字色（ラベル）] */
  color: white; }

.table_style_02 td {
  /* tableColor_area[表（コンテンツ）] */
  background-color: white;
  font-size: 12px;
  /* tableTextColor_area[表文字色（コンテンツ）] */
  color: #666666; }

.table_style_02 tr:first-child th,
.table_style_02 tr:first-child td {
  /* tableBorderColor[表（枠線色）] */
  border-bottom: 1px #d7d7d7 solid; }

.detail .table_style_02 {
  margin: 0px 0px 20px 0px; }

/* .box_style_01 */
.box_style_01 {
  overflow: hidden; }

.box_style_01.no_image {
  margin-bottom: 20px; }

.box_style_01_left {
  float: left;
  width: 28%; }

.box_style_01_left.no_image img {
  display: none; }

.box_style_01_right {
  float: right;
  width: 68%; }

.box_style_01_right.no_image {
  float: left; }

.box_style_01_ttl {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /* borderColorDashed[ダッシュ線色] */
  border-bottom: 1px dashed #cccccc;
  line-height: 28px; }

.box_style_01_ttl h1 {
  float: left;
  width: auto;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold; }

.box_style_01_ttl h1 span {
  font-size: 18px; }

.box_style_01_ttl > div {
  float: left;
  width: auto;
  margin-left: 20px;
  padding: 9px 11px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 11px;
  line-height: 11px;
  /* 角丸ラベル文字色（注目） */
  color: white;
  /* 角丸ラベルカラー（注目） */
  background-color: red !important; }

.box_style_01_catchcopy {
  font-weight: bold;
  margin-bottom: 20px; }

.box_style_01_catchcopy + p {
  margin-bottom: 5px; }

/* .btn_area_01 */
.btn_area_01 {
  width: 270px;
  margin: 40px auto 0; }

.btn_area_01 button {
  width: 100%;
  margin-bottom: 5px; }

.btn_area_01 p {
  font-size: 12px;
  font-weight: bold; }

.btn_area_01 p .orange {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px; }

.btn_area_01 p .small {
  font-size: 12px; }

/* .btn_area_02 */
.btn_area_02 {
  margin: 40px auto 0;
  font-size: 12px;
  text-align: center; }

.btn_area_02 p {
  font-size: 12px; }

.btn_area_02 button {
  width: 260px;
  margin-top: 15px; }

.btn_area_02 label {
  width: 230px;
  padding: 0 10px;
  margin: 0 auto; }

.btn_area_02 input {
  margin-left: 0; }

.btn_area_02 label {
  padding: 0px;
  width: 22%; }
.btn_area_02 .checkbox input.accept_checkbox {
  margin-left: 0px; }

.btn_area_03 p {
  display: inline; }
.btn_area_03 button {
  display: inline; }

button.button_map {
  padding: 8px;
  font-weight: bold; }

.btn_map {
  float: right;
  margin-right: 450px; }

.hide {
  display: none; }

/* pages
===========================================================*/
/* 共通 */
/* 求人情報詳細(.detail) */
#client.detail .main_visual {
  margin-bottom: 40px; }

#client.detail .sp_main_visual {
  display: none; }

/* 採用HP(.recruit) */
#client.recruit .sp_main_img {
  display: none; }

#client.recruit .wrap_content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 100px; }

#client.recruit .wrap_nav {
  overflow: hidden;
  position: relative;
  height: 55px;
  margin-bottom: 54px; }

#client.recruit .wrap_nav .nav_btn {
  position: absolute;
  right: 0;
  top: 0; }

#client.recruit a img:hover {
  opacity: 0.8; }

#client.recruit .box_map {
  margin-bottom: 60px; }

#client.recruit .box_map_ttl {
  margin: 0; }

#client.recruit .box_map_inner {
  padding: 20px 40px 40px; }

#client.recruit .wrap_form_area {
  display: table;
  width: 92%;
  margin-top: 20px;
  padding: 20px 4%; }

#client.recruit .form_area {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

#client.recruit .form_area label,
#client.recruit .form_area .form_area_submit {
  display: inline-block;
  margin: 0; }

#client.recruit .form_area label {
  width: 84%; }

#client.recruit .form_area .form_area_submit {
  width: 14%;
  text-align: right; }

#client.recruit .form_area label input {
  margin: 0;
  width: 84%; }

#client.recruit .box_search + .box_search {
  margin-top: 56px; }

#client.recruit .box_search_ttl {
  margin: 0 0 22px; }

#client.recruit .box_search_banner {
  overflow: hidden;
  padding: 0 40px 0 39px; }

#client.recruit .box_search_banner li {
  float: left;
  width: auto; }

#client.recruit .box_search_banner li + li {
  margin-left: 27px; }

#client.recruit area {
  outline: none !important; }

#client.recruit .sp_box_ttl {
  display: none; }

#client.recruit .sp_map {
  display: none; }

.wrap_images_box {
  margin: 0 0 20px; }

.images_box {
  display: table;
  width: 90%;
  /*add 20150108*/ }

.images_box img,
.images_btn_box {
  display: table-cell;
  vertical-align: top; }

.images_btn_box {
  padding: 0 0 0 20px; }

.images_btn_box > button {
  display: block; }

.images_btn_box > button + button {
  margin: 10px 0 0; }

.sort_btn_box {
  display: table-cell;
  /*add 20150108*/
  vertical-align: top;
  /*add 20150108*/
  margin-bottom: 10px; }

.wrap_form {
  /* add 20141205 */
  padding: 30px 40px;
  position: relative;
  margin-bottom: 40px;
  width: auto; }

.form_search_layout .wrap_form {
  /* add 20141205 */ }

.form_entry_layout .wrap_form {
  padding: 0; }

.form_search_layout .wrap_form2 {
  border-top: 0; }

.form_entry_layout .wrap_input .input_area_title {
  padding: 0 10px 10px 0; }

.form_entry_layout .wrap_input_item {
  padding: 0 10px 10px 0;
  height: 20px; }

.form_entry_head {
  margin-bottom: 10px !important;
  padding: 0px 10px 10px 0;
  /* formTitleBarColor[フォーム内見出し用カラー] */
  border-bottom: 1px solid #f36229;
  position: relative; }

.form_entry_head h2 {
  margin: 0 !important;
  padding: 3px 0px;
  /* formTitleBarColor[フォーム内見出し用カラー] */
  color: #f36229 !important;
  line-height: 1;
  font-size: 18px !important; }

.whiteBox__ver2 {
  padding: 10px 40px 0px 40px; }

/* フォーム内の箇条書き用円 */
.circle {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  /* circleColor[箇条書き用円] */
  background-color: green;
  display: inline-block;
  margin-right: 5px; }

p.circle_selector_text {
  font-size: 124%;
  text-align: center;
  /* selectorCircleTextColor[写真切り替えボタン文字色] */
  color: white;
  margin: 0;
  vertical-align: middle; }

/* STEP表示用円 */
.circle_head {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* stepBarCircleColor_active［STEP表示の円の色（アクティブ）］ */
  background-color: green;
  display: inline-block;
  margin: 2px;
  vertical-align: middle; }

.circle_head_inactive {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* stepBarCircleColor_inactive［STEP表示の円の色（非アクティブ）］ */
  background-color: #003400;
  display: inline-block;
  margin: 5px;
  vertical-align: middle; }

/* STEP表示用数字 */
.circle_head_number p {
  text-align: center;
  /* stepBarCircleTextColor_active［STEP表示の文字色（アクティブ）］ */
  color: white;
  margin: 0;
  padding-top: 0px;
  vertical-align: middle; }

.circle_head_number_inactive p {
  text-align: center;
  /* stepBarCircleTextColor_inactive［STEP表示の文字色（非アクティブ）］ */
  color: gray;
  margin: 0;
  padding-top: 0px;
  vertical-align: middle; }

/* STEP表示のヘッドライン用三角形 */
.triangle {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.triangle:before {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* stepBarCircleTextColor_active［STEP表示の文字色（アクティブ）］ */
  border-left-color: white;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute; }

.triangle:after {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* headLineColor［タイトルバー（ページ上部）］ */
  border-left-color: black;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
  right: 3px; }

.triangle_inactive {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.triangle_inactive:before {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* stepBarCircleTextColor_inactive［STEP表示の文字色（非アクティブ）］ */
  border-left-color: gray;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute; }

.triangle_inactive:after {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* headLineColor［タイトルバー（ページ上部）］ */
  border-left-color: black;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
  right: 3px; }

/* ヘッドライン用レイアウト */
.head-line {
  /* headLineColor［タイトルバー（ページ上部）］ */
  background: black;
  /* headLineColor［タイトルバー文字色］ */
  color: white;
  text-align: left;
  padding: 10px 0; }
  .head-line h1 {
    display: inline;
    margin: 0px;
    vertical-align: middle; }
  .head-line h3 {
    display: inline;
    margin: 0px;
    vertical-align: middle; }

/* STEP表示のヘッドライン用レイアウト */
.head-line_step {
  padding: 0px;
  margin: 2px;
  /* headLineColor［タイトルバー（ページ上部）］ */
  background: black;
  /* stepBarCircleTextColor_active［STEP表示の文字色（アクティブ）］ */
  color: white;
  text-align: left;
  display: inline; }
  .head-line_step h1 {
    display: inline;
    margin: 0px;
    vertical-align: middle; }
  .head-line_step h3 {
    display: inline;
    margin: 0px;
    vertical-align: middle; }

.head-line_step_inactive {
  padding: 0px;
  margin: 2px;
  /* headLineColor［タイトルバー（ページ上部の帯）］ */
  background: black;
  /* stepBarCircleTextColor_inactive［STEP表示の文字色（非アクティブ）］ */
  color: gray;
  text-align: left;
  display: inline; }
  .head-line_step_inactive h1 {
    display: inline;
    margin: 0px;
    vertical-align: middle; }
  .head-line_step_inactive h3 {
    display: inline;
    margin: 0px;
    vertical-align: middle; }

#form_search {
  margin-bottom: 0px; }

#form_search .disBlock .sp_w100per {
  width: 150px; }

h1.application_headline {
  /* textColor［文字色］ */
  color: #666666; }

h1.search_headline {
  margin-top: 0px;
  margin-bottom: 20px;
  /* headLineTextColor_category［求人情報一覧見出しカラー］ */
  color: #bd0505;
  font-size: 131%;
  line-height: 30px; }

h1.detail_headline {
  margin-top: 0px;
  margin-bottom: 20px;
  /* headLineTextColor_category［求人情報一覧見出しカラー］ */
  color: #bd0505; }

.photo_area_detail_sp {
  display: none; }

a.thumb {
  padding: 2px;
  display: block;
  /* photoBackGroundColor[写真背景色] */
  background-color: #c9b793; }

div.slideshow-container {
  position: relative;
  clear: both;
  left: 10px;
  height: 320px;
  width: 470px;
  /* photoBackGroundColor[写真背景色] */
  background-color: #c9b793; }

.lead_area.no_iamge {
  padding-left: 20px; }

.lead_area_left.no_image .tell_area {
  float: right; }

button.btn-large.button_detail.button_right {
  float: right;
  margin: 0; }

.lead_area_right .tell_area {
  float: right; }

button.btn-large.button_application.button_right {
  float: right;
  margin: 0; }

@media (min-width: 768px) {
  /** PCのアコーディオン対応 */
  .form_entry_layout .acord,
  .form_entry_layout .pc_acord {
    width: 100%;
    display: block; }

  .form_entry_layout .acord .input_label,
  .form_entry_layout .pc_acord .input_label {
    width: auto;
    padding-right: 30px;
    display: block;
    height: 26px; }

  .acord div,
  .pc_acord div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: none; }

  .acord input[type="checkbox"].on-off + .input_area,
  .pc_acord input[type="checkbox"].on-off + .input_area {
    max-height: 0px;
    overflow: hidden;
    padding-left: 10px;
    display: block; }

  .acord input[type="checkbox"].on-off:checked + .input_area,
  .pc_acord input[type="checkbox"].on-off:checked + .input_area {
    /*max-height: 500px; 開いたときの高さはJavaScriptで動的に設定する*/
    padding-left: 10px;
    padding-top: 10px;
    display: block; }

  .acord .input_area,
  .pc_acord .input_area {
    padding-left: 10px;
    width: 100%;
    vertical-align: middle; }

  .acord .input_area .checkbox,
  .pc_acord .input_area .checkbox {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin: 0 15px 0 0;
    cursor: pointer;
    float: left; }

  .acord .input_area .codawari,
  .pc_acord .input_area .codawari {
    float: none;
    /* こだわり条件だけfloat:leftさせない */ }

  .acord .input_area .checkbox input[type="checkbox"],
  .pc_acord .input_area .checkbox input[type="checkbox"] {
    margin: 0 5px 0 0; }

  .acord .arrow_down,
  .pc_acord .arrow_down {
    width: 20px;
    height: 20px;
    border-top: solid 4px green;
    border-right: solid 4px green;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    float: right;
    position: relative;
    right: -15px;
    top: -5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .acord .arrow_up,
  .pc_acord .arrow_up {
    width: 20px;
    height: 20px;
    border-top: solid 4px green;
    border-right: solid 4px green;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    position: relative;
    right: -15px;
    top: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  /* ブラインドの枠の色付け */
  .acord .input_label,
  .pc_acord .input_label {
    background: -moz-linear-gradient(top, #efefef, #d2d2d2);
    /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#efefef), to(#d2d2d2));
    /* Webkit */
    background: -ms-linear-gradient(top, #efefef, #d2d2d2);
    /* IE */ }

  .acord .input_area .w90per,
  .pc_acord .input_area .w90per {
    width: 90%; }

  .acord .hide_area,
  .pc_acord .hide_area {
    display: none; }

  /** PCのアコーディオン対応 */
  /** 求人一覧チェックボックス設定 */
  .alignment {
    float: left;
    width: 46%; }

  .all_occ {
    width: 100%; } }
@media (max-width: 767px) {
  .aui h1 {
    font-size: 14px;
    /* line-height: 16px; */
    /* add 20160726 */ }

  .aui .job-apply-control-portlet .wrap_input .input_area .control-group {
    margin-bottom: 0;
    display: block; }

  .control-group .control-group-inline {
    width: 100%; }

  .aui body {
    margin: 0px;
    padding: 0px; }

  .pageid .inner {
    height: inherit; }

  .inner {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%; }

  .lead_area_left {
    margin-top: 10px;
    /* add 20160719 */
    width: 100%;
    float: none; }

  .lead_area_right {
    width: 100%; }
    .lead_area_right button {
      width: 100%;
      clear: both;
      float: right; }

  .lead_area button {
    width: 100%;
    margin-top: 15px; }

  .lead_area .tell {
    font-size: 24px;
    /* add 20160719 */
    font-weight: bold; }

  .lead_area .tell .orange {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    color: #da8307; }

  .lead_area .tell .small {
    font-size: 24px;
    /* add 20160719 */ }

  .btn_box {
    width: 100%; }
    .btn_box .btn_area_01 {
      width: 100%; }
    .btn_box button {
      width: 100%; }

  .result_box_cont_01 {
    /* display: none; */
    /* comment out 20160726 */ }

  .result_box_cont_01 .result_box_cont_left {
    width: 90%;
    margin-left: 5%; }

  .result_box_cont_01 .result_box_cont_right {
    float: none;
    width: 90%;
    margin-left: 5%; }

  .bx-wrapper .bx-pager {
    padding: 13px 0px; }

  .slider-prev1 {
    margin: -35px 0px 0px 5%; }

  .slider-next1 {
    margin: -35px 0px 0px 85%; }

  .result_box_cont_02 {
    height: 160px; }

  .result_box_cont_02 .btn_02 {
    width: 100%;
    margin-top: 10px; }

  .result_box_cont_02 .btn_01 {
    width: 100%;
    margin-right: 0px;
    height: 40px;
    /* add 20160719 */
    font-size: 124%; }

  .box_style_01_left {
    width: 100%; }
    .box_style_01_left img {
      width: 100%; }

  .box_style_01_right {
    width: 100%; }

  .box_style_01_ttl {
    margin-top: 20px; }

  .btn_area_02 .checkbox {
    text-align: center;
    margin: 0px;
    width: 100%; }

  .btn_area_03 p:nth-child(2) {
    display: block;
    margin-bottom: -1em;
    margin-top: .5em; }

  .aui .radio input[type="radio"], .aui .checkbox input[type="checkbox"] {
    float: none; }

  .head-line_step_inactive {
    display: none; }

  .triangle {
    display: none; }

  .step .inner {
    height: 48px; }
    .step .inner .row-fluid {
      height: 48px; }
      .step .inner .row-fluid .span12 {
        height: 48px;
        margin-top: 4px; }

  .form_entry_layout .wrap_input .input_label_result {
    display: table-row; }

  .form_entry_layout .wrap_input .input_label {
    display: table-row;
    padding-left: 14px;
    background-position: left center;
    font-size: 24px;
    /* add 20160719 */
    line-height: 30px;
    /* add 20160726 */ }

  .badge-important {
    margin-bottom: 4px; }

  .photo_area_detail {
    display: none; }

  .photo_area_detail_sp {
    display: block; }

  .slider-prev {
    margin: -35px 0px 0px 7%; }

  .slider-next {
    margin: -35px 0px 0px 83%; }

  #thumbs.navigation {
    display: none; }

  .list_navbar {
    display: block; }

  .list_navbar > div {
    vertical-align: middle;
    display: block; }

  .list_navbar .pagination {
    display: block; }
  .list_navbar .case_num, .list_navbar .case_page {
    display: none; }

  .form input[id$=jobApplyZip1] {
    width: 40px; }
  .form input[id$=jobApplyZip2] {
    width: 60px; }

  .disBlock {
    display: block; }

  #form_search .disBlock .sp_w100per {
    width: 100%; }

  span.disBlock {
    width: 100%; }

  .aui #form_search select {
    width: 100%; }

  .aui select {
    width: 100%; }

  .aui input {
    width: 100%; }

  .pageid_status {
    margin-top: 0px; }

  .bx-wrapper img {
    width: 100%; }

  .pageid_ttl {
    float: none;
    padding-bottom: 0px; }

  .pageid_status2 {
    margin-top: 0px;
    margin-left: 0px; }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: -35px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999; }

  .control-group {
    margin-bottom: 0;
    display: block; }

  .input_area.shift_work .disBlock {
    width: auto;
    display: inline-block; }
    .input_area.shift_work .disBlock .control-group.control-group-inline {
      display: inline-block; }

  .form.form-horizontal .whiteBox.whiteBox__ver1 .wrap_input .input_area.birth_day .control-group.control-group-inline {
    display: inline-block; }
  .form.form-horizontal .whiteBox.whiteBox__ver1 .wrap_input .input_area.postal_code .control-group.control-group-inline {
    display: inline-block; }

  .lead_area .no_iamge {
    display: inline-block; }

  .aui .btn-blue {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 174px;
    margin-top: 2px;
    height: 40px;
    float: right; }

  /* add 20160721 from */
  .result_box_ttl_main span {
    font-size: 26px;
    /* add 20160719 */ }

  .result_box_ttl_sub {
    font-size: 24px;
    /* add 20160719 */ }

  /* .table_style_02 */
  .table_style_02 th,
  .table_style_02 td {
    font-size: 20px;
    /* add 20160719 */ }

  /* .btn */
  .aui .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    font-size: 26px;
    /* add 20160719 */
    padding: 10px;
    /* add 20160719 */ }

  .infoBox .infoBox_label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    background-position: left center;
    font-size: 26px;
    /* add 20160719 */
    font-weight: normal; }

  .infoBox .infoBox_area {
    display: block;
    width: 100%; }

  #client.recruit .form_area label,
  #client.recruit .form_area .form_area_submit {
    display: block;
    width: 100%;
    font-size: 26px;
    /* 20160719 */
    padding-top: 5px;
    /* 20160719 */ }

  #client.recruit .sp_map p {
    font-size: 26px;
    /* add 20160719 */
    margin-bottom: 10px;
    line-height: 36px;
    /* add 20160719 */ }

  #client.recruit .sp_map li a {
    display: block;
    padding: 10px 0;
    border-top: 1px dashed #333;
    font-size: 26px;
    /* 20160719 */
    line-height: 1.6;
    color: #666; }

  .aui .checkbox {
    /* display: block !important; */
    /* delete 20160726 */ }

  /* add 20160721 to */
  /* add 20160719 - from */
  .aui select,
  .aui textarea,
  .aui input[type="text"],
  .aui input[type="password"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="date"],
  .aui input[type="month"],
  .aui input[type="time"],
  .aui input[type="week"],
  .aui input[type="number"],
  .aui input[type="email"],
  .aui input[type="url"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="color"],
  .aui .uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  .aui input[type="radio"],
  .aui input[type="checkbox"] {
    display: inline-block;
    height: 20px;
    /* margin-right: 5px; */
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }

  .wrap_input .input_area p, .aui p, .aui label {
    font-size: 24px;
    line-height: 26px; }

  .aui .list_navbar p,
  .aui .list_navbar ul li a {
    font-size: 24px; }

  .wrap_input .input_area input + span {
    font-size: 14px; }

  .pageid_status2 {
    float: left;
    margin: 0px 5px 13px 0px;
    padding: 7px 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ea2b2b !important;
    font-size: 22px;
    line-height: 11px; }

  .whiteBox__ver2 {
    padding: 10px 40px 5px 40px;
    margin-bottom: 20px; }

  .tag li {
    font-size: 24px; }

  .btn_area_01 p {
    font-size: 24px; }

  .btn_area_01 p .orange {
    font-size: 26px; }

  .btn_area_01 p .small {
    font-size: 24px; }

  .btn_area_02 p {
    font-size: 14px;
    /* add 20160726 */
    text-align: left;
    padding-bottom: 20px; }

  .btn_area_02 input[type="checkbox"] {
    margin-right: 10px;
    width: 14px;
    height: 14px; }

  .wrap_input .input_area p,
  .wrap_input .input_area span,
  .btn_box_wrapout span {
    font-size: 20px;
    /* add 20160726 */ }

  .circle_head_number p {
    line-height: 40px;
    /* add 20160726 */ }

  .wrap_input .input_area p.tr {
    font-size: 20px;
    /* add 20160726 */ }

  p.result_box_ttl_sub {
    line-height: 48px;
    /* add 20160726 */ }

  p.circle_selector_text {
    display: none;
    /* add 20160726 */ }

  /* add 20160719 - to */
  /** スマートフォンのアコーディオン対応 */
  .form_entry_layout .acord .input_label,
  .form_entry_layout .mb_acord .input_label {
    display: block;
    width: 92%; }

  .acord div,
  .mb_acord div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .acord input[type="checkbox"].on-off + .input_area,
  .mb_acord input[type="checkbox"].on-off + .input_area {
    max-height: 0px;
    overflow: hidden;
    padding-left: 10px;
    display: block; }

  .acord input[type="checkbox"].on-off:checked + .input_area,
  .mb_acord input[type="checkbox"].on-off:checked + .input_area {
    /*max-height: 500px; 開いたときの高さはJavaScriptで動的に設定する*/
    padding-left: 10px;
    padding-top: 10px;
    display: block; }

  .acord .input_area,
  .mb_acord .input_area {
    padding-left: 10px;
    width: 100%;
    vertical-align: middle; }

  .acord .input_area .checkbox,
  .mb_acord .input_area .checkbox {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin: 0 15px 0 0;
    cursor: pointer;
    float: left; }

  .acord .input_area .codawari,
  .mb_acord .input_area .codawari {
    float: none;
    /* こだわり条件だけfloat:leftさせない */ }

  .acord .input_area .checkbox input[type="checkbox"],
  .mb_acord .input_area .checkbox input[type="checkbox"] {
    margin: 0 5px 0 0; }

  .acord .arrow_down,
  .mb_acord .arrow_down {
    width: 20px;
    height: 20px;
    border-top: solid 4px green;
    border-right: solid 4px green;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    float: right;
    position: relative;
    right: -15px;
    top: -5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .acord .arrow_up,
  .mb_acord .arrow_up {
    width: 20px;
    height: 20px;
    border-top: solid 4px green;
    border-right: solid 4px green;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    position: relative;
    right: -15px;
    top: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  /* ブラインドの枠の色付け */
  .acord .input_label,
  .mb_acord .input_label {
    background: -moz-linear-gradient(top, #efefef, #d2d2d2);
    /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#efefef), to(#d2d2d2));
    /* Webkit */
    background: -ms-linear-gradient(top, #efefef, #d2d2d2);
    /* IE */ }

  .acord .input_area .w90per,
  .mb_acord .input_area .w90per {
    width: 90%; }

  .result_number > span > span {
    font-size: 30px; }

  .acord .hide_area,
  .mb_acord .hide_area {
    display: none; }

  /** スマートフォンのアコーディオン対応 */
  /** 求人一覧チェックボックス設定 */
  .alignment {
    float: left;
    width: 100%; }

  .all_occ {
    width: 100%; } }
input[type="checkbox"].on-off {
  display: none; }

.token_error {
  text-align: center; }

