﻿/* ======================================================================
 common
====================================================================== */
.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
@media screen and (max-width: 779px) {
  img {
    width: 100%;
  }
}
/* ======================================================================
 header
====================================================================== */
@media screen and (max-width: 779px) {
  header {
    position: fixed;
    height: 55px;
    z-index: 999;
    background: #FFF;
  }
  header h1 {
    padding: 0;
  }
  header .menu {
    position: absolute;
    right: 4%;
    top: 14px;
    width: 30px;
    z-index: 999;
  }
  header .menu .close {
    display: none;
  }
  header .menu.active .close {
    display: block;
  }
  header .menu.active .open {
    display: none;
  }

  #logo {
    padding: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
  }

  nav {
    font-size: 14px;
    position: fixed;
    background: #FFF;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 0;
  }
  nav.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 55px;
    padding-bottom: 30%;
    height: 100%;
  }
  nav ul {
    width: 92%;
    padding-top: 15%;
  }
  nav li {
    width: 100%;
    float: none;
  }
  nav li a,
  nav li a:visited {
    padding: 14px;
  }
  nav li a:hover {
    background-color: inherit;
    color: #333333;
  }
  nav li .noclk {
    background: url(../image/arrow01_d.png) no-repeat 100% 50%;
    background-size: 10px;
  }
  nav li .noclk.active {
    background: url(../image/arrow01_u.png) no-repeat 100% 50%;
    background-size: 10px;
  }

  .nav-fixed {
    background-color: rgba(0, 0, 0, 0.7);
    overflow: visible;
    margin: 0;
    width: 100%;
    display: none !important;
  }
  .nav-fixed .inner {
    width: 92%;
    margin: auto;
    overflow: hidden;
  }
  .nav-fixed ul {
    width: 740px;
    margin: auto;
    float: right;
  }
  .nav-fixed li {
    width: auto;
    float: left;
  }
  .nav-fixed li a,
  .nav-fixed li a:visited {
    color: #FFF;
    padding: 15px 18px;
  }
  .nav-fixed li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #logo-fixed {
    float: left;
    margin: 13px 0;
  }

  .fixed {
    position: fixed;
    top: 0;
    display: none;
    z-index: 100;
  }

  time {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 12px;
  }

  .global ul.child {
    display: none;
    position: static;
    padding: 0;
    width: auto;
    z-index: 1000;
  }
  .global ul.child li {
    color: #333333;
    float: none;
    min-width: 100%;
  }
  .global ul.child li a {
    background-color: inherit;
    color: #333333;
  }
}
/* ======================================================================
 footer
====================================================================== */
@media screen and (max-width: 779px) {
  footer {
    font-size: 1.4em;
    padding: 0;
  }

  .footer-menu-list {
    margin-bottom: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
  }
  .footer-menu-list li {
    width: 48%;
    display: block;
  }
  .footer-menu-list li.mg {
    margin-right: 4%;
  }
  .footer-menu-list li:last-child a {
    border-bottom: 1px solid #858585;
  }
  .footer-menu-list li a {
    border-right: none;
    border-bottom: 1px solid #858585;
    font-size: 12px;
    text-align: left;
    padding: 1em 0;
  }
  .footer-menu-list li.brand {
    width: 100%;
    margin-right: 0;
  }
  .footer-menu-list li.brand ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #CCC;
  }
  .footer-menu-list li.brand ul li {
    margin-right: 0;
  }
  .footer-menu-list li.brand ul li a {
    color: #333;
    padding: 1em 0.5em;
    border-bottom: 1px solid #858585;
    letter-spacing: -0.05em;
  }
  .footer-menu-list li.brand ul li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .footer-menu-list > li:last-child {
    width: 100%;
    margin-right: 0;
  }
  .footer-menu-list > li:last-child a {
    text-align: center;
    background: #858585;
    margin: 1em auto;
  }

  .footer-copyright {
    font-size: 0.8em;
    text-align: center;
    padding: 0 0 1em;
  }
}
/* ======================================================================
 home
====================================================================== */
@media screen and (max-width: 779px) {
  .home #contents {
    font-size: 1.4em;
  }
  .home #slide {
    padding-top: 55px;
    margin-bottom: 0;
  }
  .home .metaslider-69 {
    min-width: 100%;
  }
  .home .content {
    margin: 0 auto 4em auto;
    width: 92%;
  }
  .home .content h2 {
    font-size: 18px;
    margin: 2em;
  }
  .home .content#brands {
    width: 100%;
  }
  .home .more a {
    background-position: 75px center;
    font-size: 11px;
    margin: 3em auto;
    padding: 9px 0 8px 15px;
    width: 100%;
  }
  .home .more a:visited {
    color: #FFF;
  }
  .home #pickup .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .home #pickup .box > div {
    width: 40%;
  }
  .home #pickup .box > div:first-child {
    width: 18%;
    background-color: #f7f6f6;
    position: relative;
  }
  .home #pickup .box > div:first-child a {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
  }
  .home #pickup .box > div.pickup-caption {
    margin-right: 2%;
  }
  .home #pickup .box > div.pickup-thum2 {
    background: #666;
    position: relative;
  }
  .home #pickup .box > div.pickup-thum2 a {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
  }
  .home .pickup-thum {
    width: 100%;
    float: none;
  }
  .home .pickup-caption {
    background-color: #f7f6f6;
    box-sizing: border-box;
    float: none;
    padding: 0.25em 0.5em;
    width: 100%;
  }
  .home .pickup-caption h3 {
    margin-bottom: 1em;
  }
  .home .pickup-caption p {
    display: none;
    font-size: 12px;
    line-height: 1.4em;
  }
  .home .pickup-thum2 {
    width: 100%;
    float: none;
  }
  .home .information-list {
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .information-list li {
    width: 48%;
    margin: 0;
  }
  .home .information-list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .home .information-list li time {
    margin: 1em 0;
  }
  .home .information-list li h3 {
    margin-bottom: 1em;
  }
  .home .information-list li p {
    font-size: 10px;
    line-height: 1.8em;
  }
  .home .brand-list {
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .brand-list li {
    width: 50%;
    margin: 0;
    float: none;
  }
  .home #brands .more {
    width: 92%;
    margin: 0 auto;
  }
  .home #brands .more a {
    background-position: 95px center;
  }
  .home .item-list {
    margin-right: 0;
  }
  .home .item-list li {
    width: 48%;
    margin-right: 0;
  }
  .home .item-list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .home .item-name {
    margin: 1em 0 2em 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .home #items .more a {
    background-position: 100px center;
  }
  .home #oemodm {
    background-image: url(../image/oem_bg.jpg);
    background-size: cover;
    margin: 0;
    padding: 2% 4% 10%;
    text-align: center;
    width: 100%;
  }
  .home #oemodm h2 {
    font-size: 18px;
  }
  .home #oemodm h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 1em;
  }
  .home #oemodm .btns {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home #oemodm .btns li {
    margin: 0;
    width: 48%;
  }
  .home #oemodm .btns li:last-child {
    margin-left: 4%;
  }
  .home #oemodm .btns li a {
    font-size: 12px;
    padding: 10px;
    width: 100%;
  }
  .home #oemodm p {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 0.8em;
  }
}
/* ======================================================================
 single
====================================================================== */
@media screen and (max-width: 779px) {
  .single-inner {
    width: 100%;
  }

  .head-logo {
    padding: 0;
  }

  .bread {
    margin: 0 auto;
    padding-top: 60px;
    width: 92%;
  }
  .bread li {
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding-right: 3px;
  }
  .bread li a {
    text-decoration: none;
  }
  .bread + #contents {
    padding-top: 10px !important;
  }

  #left {
    width: 100%;
    float: none;
  }

  #right {
    width: 100%;
    float: none;
    margin-top: 5%;
  }

  #right h2 {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 3%;
    border-bottom: none;
  }
  #right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    margin: 4% auto 10%;
  }
  #right ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  #right ul li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  #right ul li a {
    font-size: 12px;
    padding: 6% 0;
    border: 1px solid #cecece;
    text-align: center;
    letter-spacing: inherit;
  }

  .single #contents {
    margin: 0;
    padding-top: 55px;
  }
  .single h1 {
    line-height: 1.3;
    padding: 3% 5%;
    text-align: center;
  }
  .single time {
    position: static;
    margin: 0;
  }
  .single .content {
    font-size: 12px;
    padding: 0 5%;
  }
  .single .content p {
    margin: 0 0 1em 0;
    line-height: 1.8em;
  }
  .single .content img {
    height: inherit !important;
  }

  .single-brand .brand-head {
    margin-bottom: 24px;
    padding: 0;
    border: none;
    width: 92%;
    display: block;
    margin: 0 auto;
  }
  .single-brand .brand-logo {
    border-right: none;
    display: block;
    height: inherit;
    width: inherit;
    margin: 0 auto;
  }
  .single-brand .brand-logo img {
    width: 50%;
    height: auto !important;
  }
  .single-brand .caption {
    float: none;
    padding: 0;
    width: 100%;
  }
  .single-brand .caption h1 {
    font-size: 14px;
    padding: 5% 0;
    text-align: center;
  }
  .single-brand .caption p {
    padding: 0;
  }
  .single-brand .imglist {
    width: 92%;
    margin: 26px auto;
  }
  .single-brand .imglist li {
    margin-bottom: 9px;
  }
  .single-brand .brand-foot {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .single-brand .brand-foot li {
    float: none;
  }
  .single-brand .brand-foot li:not(:last-child) {
    margin-bottom: -1px;
  }
  .single-brand .brand-foot li.nolnk {
    font-size: 12px;
    padding: 4% 0;
    width: 100%;
  }
  .single-brand .brand-foot li.nolnk:first-child {
    border-left: none;
  }
  .single-brand .brand-foot a {
    font-size: 12px;
    padding: 4% 0;
    width: 100%;
    background-image: url(../image/brand_arrow.jpg);
    background-position: 90% center;
    background-size: 6px;
  }
  .single-brand .brand-foot li:first-child a {
    border-left: none;
  }

  .single-shoplist .areanavi {
    margin: 18px auto 22px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
  }
  .single-shoplist .areanavi li {
    float: none;
    margin-right: 0;
    width: 32%;
    margin-bottom: 2%;
  }
  .single-shoplist .areanavi li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .single-shoplist .areanavi li a {
    border: 1px solid #918b8b;
    display: block;
    padding: 7px;
    text-align: center;
    text-decoration: none;
  }
  .single-shoplist .areanavi li:last-child {
    margin: 0;
  }
  .single-shoplist .area {
    margin: 0;
    border-bottom: 1px dotted #ccc;
    padding: 4%;
  }
  .single-shoplist table {
    border-bottom-style: solid;
    margin: 2em 0 0;
  }
  .single-shoplist .pref {
    width: 15%;
  }

  .archive .content {
    padding: 0 0 35px 0;
    margin: 35px 0 50px 0;
    border-bottom: 1px dotted #ccc;
  }
}
/* ======================================================================
 page
====================================================================== */
@media screen and (max-width: 779px) {
  .page-inner {
    width: 100%;
  }
  .page-inner .mainimage {
    margin-top: 10px;
  }
  .page-inner .mainimage img {
    width: 100% !important;
    height: auto !important;
  }

  #aboutus {
    margin-bottom: 0;
  }
  #aboutus h3 {
    font-size: 18px;
    text-align: center;
    margin: 24px 0;
    padding: 10px;
  }
  #aboutus .caption {
    padding: 0;
  }
  #aboutus .caption p {
    line-height: 1.5em;
  }
  #aboutus .box {
    font-size: 12px;
    width: 92%;
    margin: 0 auto 10%;
  }
  #aboutus .box h4 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #aboutus .thum img {
    width: 100%;
  }
  #aboutus .right {
    float: right;
    margin-left: 2em;
    width: 50%;
  }
  #aboutus .left {
    float: left;
    margin-right: 2em;
    width: 50%;
  }

  #profile {
    margin-bottom: 10%;
  }
  #profile h3 {
    font-size: 18px;
    padding: 5px 10px 5px 15px;
    text-align: center;
  }
  #profile dl {
    font-size: 12px;
    width: 92%;
  }
  #profile dl dt {
    line-height: 1em;
    padding: 1em 1em 0;
  }
  #profile dl dd {
    line-height: 1em;
    margin: 0;
    padding: 1em;
    border-bottom: 1px dotted #cecece;
  }
  #profile .maplink {
    background-color: #000000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    margin-left: 15px;
    padding: 5px 8px;
    text-decoration: none;
    vertical-align: bottom;
  }

  #recruit {
    margin-bottom: 10%;
  }
  #recruit a {
    text-decoration: none;
  }
  #recruit h3 {
    font-size: 18px;
    margin: 24px 0;
    padding: 10px;
    text-align: center;
  }
  #recruit dl {
    font-size: 14px;
  }
  #recruit dl dt {
    line-height: 1em;
    padding: 1em 1em 0;
  }
  #recruit dl dd {
    line-height: 1.5em;
    margin: 0;
    padding: 1em;
    border-bottom: 1px dotted #cecece;
  }
  #recruit dl dd ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  #recruit dl dd li {
    padding: 0.3em;
  }
  #recruit #engage-contributions-widget-wrapper {
    width: 100% !important;
  }

  .page-id-152 .read {
    font-size: 12px;
    line-height: 1.8em;
    margin: 30px 0;
  }
  .page-id-152 .caution {
    font-size: 12px;
    line-height: 1.8em;
    margin: 30px 0;
  }
  .page-id-152 table {
    border-collapse: collapse;
    border-top: 1px dotted #ccc;
    width: 100%;
  }
  .page-id-152 th {
    background-color: #f5f5f4;
    border-bottom: 1px dotted #ccc;
    padding: 15px;
    text-align: left;
    width: 30%;
  }
  .page-id-152 td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    width: 70%;
  }
  .page-id-152 input,
  .page-id-152 textarea {
    background-color: #f5f5f4;
    border: 1px solid #e7e7e7;
    padding: 8px;
    font-size: 12px;
  }
  .page-id-152 textarea {
    width: 100%;
  }
  .page-id-152 #compnyname,
  .page-id-152 #compnyname_j,
  .page-id-152 #yourname_j,
  .page-id-152 #address,
  .page-id-152 #mail,
  .page-id-152 #mail2 {
    width: 295px;
  }
  .page-id-152 #zipcode {
    width: 100px;
  }
  .page-id-152 #yourname1,
  .page-id-152 #yourname2 {
    width: 127px;
  }
  .page-id-152 #agendum-1,
  .page-id-152 #agendum-2 {
    vertical-align: middle;
  }
  .page-id-152 .vertical-item {
    margin-bottom: 3px;
  }
  .page-id-152 .icheckbox_flat {
    margin-right: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  .page-id-152 .button {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 50px 0;
    text-align: center;
  }
  .page-id-152 .button input {
    background-color: #666666;
    border: 1px solid #e7e7e7;
    color: #FFF;
    padding: 12px 22px;
  }
  .page-id-152 #zip input[type="button"] {
    font-size: 10px;
    padding: 5px;
  }

  .mw_wp_form_complete {
    padding: 130px;
    border: 1px solid #ccc;
    margin: 50px 0;
    text-align: center;
  }

  .mw_wp_form mw_wp_form_input {
    width: 92%;
  }

  .ajax_loading {
    width: inherit;
  }
}
/* ======================================================================
 colorbox
====================================================================== */
@media screen and (max-width: 779px) {
  #colorbox {
    height: 100% !important;
    left: 0 !important;
  }

  /*
      Colorbox Core Style:
      The following CSS is consistent between example themes and should not be altered.
  */
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }

  #cboxWrapper {
    max-width: none;
    width: 100% !important;
    height: 99% !important;
  }

  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }

  #cboxContent {
    position: relative;
    width: 100% !important;
  }

  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #cboxTitle {
    margin: 0;
  }

  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
  }

  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
    width: 100% !important;
    height: auto !important;
  }

  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }

  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }

  /* 
      User Style:
      Change the following styles to modify the appearance of Colorbox.  They are
      ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  #cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  #colorbox {
    outline: 0;
    width: 100% !important;
    top: 120% !important;
  }

  #cboxContent {
    margin-top: 20px;
    background: #000;
    height: 100vh !important;
    width: 97% !important;
  }

  .cboxIframe {
    background: #fff;
  }

  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }

  #cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
    width: 100% !important;
    height: 100% !important;
  }

  #cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
  }

  #cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
  }

  #cboxLoadingGraphic {
    background: url(../image/loading.gif) no-repeat center center;
  }

  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
  }

  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
  }

  #cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
  }

  #cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../image/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
  }

  #cboxPrevious:hover {
    background-position: bottom left;
  }

  #cboxNext {
    position: absolute;
    top: 50%;
    right: -5px !important;
    margin-top: -32px;
    background: url(../image/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
  }

  #cboxNext:hover {
    background-position: bottom right;
  }

  #cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../image/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
  }

  #cboxClose:hover {
    background-position: bottom center;
  }
}
