/*@import from
common/ver19/css/common_header_footer.css*/

.sdsidelink2020_store-link {
	display: none;
	opacity: 0;
}
.sdsidelink2020_store-link ul {
	margin: 0;
	padding: 0;
}
.sdsidelink2020_store-link li {
    list-style: none;
}
.sdsidelink2020_store-link img{
  width: 100%;
  vertical-align: top;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.float_angfastore {
	display: block;
}


/*  */
/*  */
@media all and (min-width: 641px) {
  .sdsidelink2020_store-link{
    display: inherit; opacity: 1;
	  position: fixed;
	  right: 0;
	  bottom:20%;
	  width: 100px;
	  z-index: 9999;
  }
	.sdsidelink2020_store-link ul li{
		width: 100%;
		margin:0 0 10px 0; 
	}
	.sdsidelink2020_store-link ul li:last-child{
		margin:0 0 0 0; 
	}
}
/*  */
/*  */

@media screen and (max-width: 640px) {
	.sdsidelink2020_store-link{
    display: inherit; opacity: 1;
	 text-align: center;
		padding: 0.8em;
        width: 100%;
		background-color: rgba(0,0,0,0.5);
		position: fixed;
		bottom:0;
		z-index: 9999;
  }
    .sdsidelink2020_store-link ul{
		width: 100%;
	}
	.sdsidelink2020_store-link ul li{
		width: 18%;
		margin:0 10px 0 0;
		display: inline-block;
	}
	.sdsidelink2020_store-link ul li:last-child{
		margin:0 0 0 0; 
	}
}