/* common */

.col-lg-4 {
    margin-bottom: 10px;
}


/*2020/07/26*/
a:hover img{
	opacity: 0.5 ;
}
@media screen and (min-width: 600px){
.none2 {display:none}
}
@media screen and (max-width: 599px){
.none2 {display:block}
}

.bottomBannerImg {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

/*2020/08*/
.topBannerImg {
	width: 100%;
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
}

.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
}
.floating a {
  display: block;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 700px){
.none3 {display:none}
