/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 1024px;
    height: 448px !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
/*.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute; /* absolute or fixed 
    overflow: hidden;
}*/
.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
    height: 428px !important;
}

.fullSlideShow ul li img {
    width: 100%;
}

 
/* SideNavi
------------------------- 
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed 
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}*/


/* Wrapper
--------------------------- */
#wrapper {
    width: 950px;
    margin: 20px auto 45px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 


 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute; /* absolute or fixed */
    z-index: 500; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}
 
.pagiNation a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #e7aa14;
    border-radius: 10px;
    z-index: 500;
    opacity: 1 !important;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    background-color: #fff !important;
    z-index: 500;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: visible;
}