img {
    border-style:none;
}

/*PCレイアウト*/
ul#carrousel {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 390px;
    position: relative;
    z-index: 97;
    top: 270px;
}
ul#carrousel li {
    height: 480px;
    width: 365px;
    text-align: center;
cursor: default;
    padding-left: 6px;
}
ul#carrousel li img {
    width: 100%;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

#btnPrev {
    position: relative;
    z-index: 199;
   float: left;
    top: 220px;
    cursor: pointer;
}
#btnNext {
    position: relative;
    z-index: 99;
  float: right;
    top: 220px;
    cursor: pointer;
}


ul#pointer {
    list-style: none;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
    z-index: 10000;
    top: 540px;
}
ul#pointer li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 21px;
    height: 20px;
    background: url('../img/top/navi.png') no-repeat;
    cursor: pointer;
}
ul#pointer li.active {
    background: url('../img/top/navi_a.png') no-repeat;
}

.box-ic {
    width: 1140px;
    margin: 0 auto;
}


/*スマホレイアウト*/
ul#carrousel-b {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 97;
    top: 125px;
}
ul#carrousel-b li {
    height: 480px;
    width: 80%;
    text-align: center;
    cursor: pointer;
    position: relative;
}
ul#carrousel-b li img {
    width: 100%;
-webkit-box-shadow: 1px 10px 10px 0 rgba(0,0,0,0.1);
box-shadow: 1px 10px 10px 0 rgba(0,0,0,0.1);
}

#btnPrev-b {
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 70px;
    cursor: pointer;
}
#btnNext-b {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 70px;
    cursor: pointer;
}
#dakkopon {
    position: absolute;
    z-index: 98;
    right: 40px;
    bottom: 0px;
}



ul#pointer-b {
    list-style: none;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
    top: 210px;
}
ul#pointer-b li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 21px;
    height: 20px;
    background: url('../img/top/navi.png') no-repeat;
    cursor: pointer;
}
ul#pointer-b li.active {
    background: url('../img/top/navi_a.png') no-repeat;
}