@charset "utf-8";
											.BackToTopButton{		 } .BackToTopButton>.outBox{ } @media screen and (max-width:768px){ .BackToTopButton{		 } .BackToTopButton>.outBox{ } }																				 .BackToTopButton{					 display: none; cursor: pointer; position: fixed; bottom: 22px; width: 58px; height: 58px; background-color: #FFF; border: 1px #1b1c20 solid; z-index: 11; text-align: center;					 }					 					 .BackToTopButton .outBox{					 width: 100%; height: 100%;					 }					 					 .BackToTopButton .vAlign{					 display:inline-block;					 vertical-align:middle;					 width:0;					 height:100%;					 }					 					 .BackToTopButton .inBox{					 display:inline-block;					 vertical-align:middle;					 }					 					 .BackToTopButton .imgB{					 background-position:center;					 background-size:contain;					 background-repeat:no-repeat;					 }					 					 .BackToTopButton .toTopA { display: block; } .BackToTopButton .arrow{ margin:0 auto; width:20px; height:16px; background-image:url(/tw/images/common/arrow_go_down.svg); -webkit-filter: grayscale(0%) brightness(300%) contrast(100%); filter: grayscale(0%) brightness(300%) contrast(100%); } .BackToTopButton .arrowU{ transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); } @media screen and (max-width:768px){ .BackToTopButton{ bottom: 72px; } }					