@charset "euc-jp";
.menu ul li.p1 a
{
    color:#a80058;
}

.top_sl{
display: block !important;
}
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}
<{if $slideshow_html}>
<div class="slider">
<{$slideshow_html}>
</div>
<script type="text/javascript">
//<![CDATA[
$(function(){
  $('#slider').bxSlider({
    auto: true,
    pause: 2000,
    speed: 1000,
    controls: false,
    captions: true,
    mode: 'fade'
  });
});
//]]>
</script>
<{/if}>
