﻿

@media only screen and (min-width: 1550px){
/* .slideShow_pc
------------------------- */
.slideShow_pc {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

/* .mainView_pc
------------------------- */
.slideShow_pc .mainView_pc {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow_pc .mainView_pc ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow_pc .mainView_pc ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow_pc .mainView_pc ul li img {
	width: 100%;
}

/* .thumbNail_pc
------------------------- */
.slideShow_pc .thumbNail_pc {
display:none;
}

.slideShow_pc .thumbNail_pc ul {
	width: 110%;
}

.slideShow_pc .thumbNail_pc ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow_pc .thumbNail_pc ul li img {
	width: 100%;
}

.slideShow_pc .thumbNail_pc ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow_pc .mainView_pc .btnPrev,
.slideShow_pc .mainView_pc .btnNext {
	top: 0;
	width: 50px;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow_pc .mainView_pc .btnPrev {
	left: 0;
	background: url(../images/btnPrev.png) no-repeat center center;
}
.slideShow_pc .mainView_pc .btnNext {
	right: 0;
	background: url(../images/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow_pc ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow_pc ul {
	display: inline-block;
	overflow: hidden;
}
}