@charset "utf-8";

/* スライダーの画像調整時はchild(*)の数字を調整する！（1～6） 最後に!important付ける*/
/* famfit2 */
#topimg li:nth-child(1) {
    background-image:url(../img/top/topimg19.jpg) !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    -moz-background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
    -ms-background-size:cover !important;
}
/* 不二頂 */
#topimg li:nth-child(2) {
    background-image:url(../img/top/topimg08.jpg) !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    -moz-background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
    -ms-background-size:cover !important;
}
/* 熱中症対策 */
#topimg li:nth-child(3) {
    background-image:url(../img/top/topimg18.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}
/* 新規ご契約・ご紹介キャンペーン */
/*
#topimg li:nth-child(3) {
    background-image:url(../img/top/topimg15.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;-ms-background-size:cover;
    }
*/
/* オリジナルペットボトルラベル */
#topimg li:nth-child(4) {
    background-image:url(../img/top/topimg05.jpg) !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    -moz-background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
    -ms-background-size:cover !important;
}
/* かんたんレシピ */
#topimg li:nth-child(5) {
    background-color:#fdebb2 !important;
    background-image: none !important;
}
/* 不二頂プレミアムに変えて、イキイキ生活 */
#topimg li:nth-child(6) {
    background-image:url(../img/top/topimg02.jpg) !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    -moz-background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
    -ms-background-size:cover !important;
    background-position: center center !important;
}

