

.hoverOpacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*PC*/
@media print, screen and (min-width: 769px) { 

.smt{
	display:none;
}

.boxslider{
	width:980px; 
	text-align:center; 
	margin:0 auto; 
	padding-top: 50px;
}

.bx-default-pager a.active {
    background: #b7b7b7 !important;
}

}


/*タブレット&スマホ*/
@media only screen and (max-width: 769px) { 

.pc{
			display:none;
	}
.banwidth{
	width:100%;
	max-width:477px;
}

.banwidth1{
	width:100%;
	max-width:360px;
}

.boxslider{
	width:100%; 
	text-align:center; 
	margin:0 auto; 
	padding-top: 50px;
}

.bx-default-pager a.active {
    background: #b7b7b7 !important;
}

}