@charset "shift_jis";


/* Slider */
#selection .topimg.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
#selection .topimg .slick-list
{
	margin: 0;
	padding: 0;
}
#selection .topimg .slick-list .slick-slide
{
	margin: 0;
	padding: 0;
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */
#selection .topimg .slick-prev,
#selection .topimg .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
#selection .topimg .slick-prev:hover,
#selection .topimg .slick-prev:focus,
#selection .topimg .slick-next:hover,
#selection .topimg .slick-next:focus
{
    color: transparent;
    outline: none;
	opacity: 0.5;
}
#selection .topimg .slick-prev:hover:before,
#selection .topimg .slick-prev:focus:before,
#selection .topimg .slick-next:hover:before,
#selection .topimg .slick-next:focus:before
{
    opacity: 1;
}
#selection .topimg .slick-prev.slick-disabled:before,
#selection .topimg .slick-next.slick-disabled:before
{
    opacity: .25;
}
#selection .topimg .slick-prev:before,
#selection .topimg .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#selection .topimg .slick-prev
{
    left: 10px;
	z-index: 100;
	background: url(img/arrow_left.png) no-repeat center center;
}
#selection .topimg .slick-prev:before
{
    content: ' ';
}
#selection .topimg .slick-next
{
    right: 10px;
	z-index: 100;
	background: url(img/arrow_right.png) no-repeat center center;
}
#selection .topimg .slick-next:before
{
    content: ' ';
}


/* Dots */
#selection .topimg.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
#selection .topimg .slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#selection .topimg .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#selection .topimg .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: none;
	border-radius: 0;
	text-indent: 0;
    outline: none;
    background: transparent;
}
#selection .topimg .slick-dots li button:hover,
#selection .topimg .slick-dots li button:focus
{
    outline: none;
}
#selection .topimg .slick-dots li button:before
{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ",Meiryo,"sans-serif";
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    color: #737373;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#selection .topimg .slick-dots li button:hover:before,
#selection .topimg .slick-dots li button:focus:before,
#selection .topimg .slick-dots li.slick-active button:before
{
    color: #cbbdbd;
}

