/******************************/
/* ColorBoxカスタム
/*****************************/
/* タイトル非表示 */
#cboxTitle {
    display: none !important;
    visibility: hidden !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}
#cboxCurrent {
    color: #444;
    font-family: sans-serif;
    font-size: 0.9em;
    bottom: 3px;
    left: 80px;
    letter-spacing: -0.05em;
}
#cboxSlideshow{right:55px; color: #a04f2c}
#cboxPrevious{color: #a04f2c}
#cboxNext{left:40px; color: #a04f2c}
#cboxClose{color: #a04f2c}