@charset "UTF-8";
body{
    background-image : url(back01.jpg);
    background-repeat: repeat-x;
}


/*////////// slide //////////*/

#slide{
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    text-align: center;
}

#slide ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#kotei{
    position: absolute;
    top: 370px;
    z-index: 1;
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/*////////// pickup //////////*/

#pickup ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#pickup li{
    float: left;
    display: block;
    line-height: 1.6em;
    background-image : url(back_01.jpg);
    background-repeat: repeat-y;
}

#pickup li a{
    display: block;
    vertical-align: bottom;
    width: 210px;
    padding-top: 220px;
    text-decoration: none;
    color: #333;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

#pickup li#b001 a{
    background-image : url(bb01.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 14px;
}

#pickup li#b002 a{
    background-image : url(bb02.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 14px;
}

#pickup li#b003 a{
    background-image : url(bb03.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#pickup a:hover {
    filter: alpha(opacity=8);
    -moz-opacity: 0.80;
    opacity: 0.80;
}


/*////////// topix //////////*/

#topix{
    padding-top: 35px;
    padding-bottom: 20px;
    clear: both;
}

.ifr-1{
    height: 260px;
}


/*スマホ用にスクリーンサイズで指定*/

@media screen and (max-width: 568px) {
    body{
        background-image: none;
        background-repeat: none;
    }
    /*////////// slide //////////*/
    #slide{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #slide ul{
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    .bxslider li img{
        width: 100%;
        height: auto;
    }
    /*////////// pickup //////////*/
    #pickup ul{
        list-style-type: none;
        width: 220px;
        margin: 0 auto;
        padding: 0px;
    }
    .ifr-1{
        height: 260px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}