@charset "shift_jis";

/*------------------------------------------------------------------

  ブラウザ幅　641px以上(PC向け)

------------------------------------------------------------------*/
@media screen and (min-width:641px) {

/** スライドショー ======================================**/

#container {
    width: 100%;
    text-align: center;
　　margin: 0 auto;
    display:block;
    height:250px;
    padding-bottom:38px;
    border-bottom: 1px solid #ccc;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #cccccc;
    height:250px;   
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    opacity: 0.7;
}

.wideslider ul li img {
    /*width: 100%;*/
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
	text-align: center;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
	background:none !important;
}
/*
.slider_prev {background: url(/image/prev.png) no-repeat left center; }
.slider_next {background: url(/image/next.png) no-repeat left center;	}
*/
.slider_prev_img { width:19px; height:26px; margin-top:-13px; background: url(/image/prev.png) no-repeat left center; position:absolute; left:-30px; top:50%; }/*★*/
.slider_next_img { width:19px; height:26px; margin-top:-13px; background: url(/image/next.png) no-repeat left center; position:absolute; right:-30px; top:50%; }


.pagination {
    top: 10px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    position: relative;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    display: inline-block;
    overflow: hidden;
    background: url(/image/pagination-off.png) no-repeat;/*★*/
}
.pagination a:hover {
    background: url(/image/pagination-on.png) no-repeat;
}
.pagination a.active {
    background: url(/image/pagination-on.png) no-repeat;
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.wideslider ul,
.wideslider ul li.mainActive{
    opacity: 1.1;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/**================ /スライドショー **/

}