@charset "utf-8"; /* ++++++++++++++++++++++++++++++++++++++++++++++++ */ /* colorbox の上書き用 */ /* ++++++++++++++++++++++++++++++++++++++++++++++++ */ #cboxOverlay{ } #colorbox, #cboxOverlay, #cboxWrapper{ overflow: visible; } #cboxLoadedContent{ border: none; box-shadow: 0.5em 0.5em 1em rgba(0,0,0,0.25); background: none; } #cboxContent{ background: none; } #cboxTitle{ color: #000; position: static; padding: 0.5em 0; } #cboxPrevious{ left: -35px; } #cboxNext{ right:-35px; } #cboxClose{ top: -15px; right: 5px; width: 30px; height:30px; } #cboxCurrent{ display: none!important; }