@charset "utf-8";
/* CSS Document */


.sorcialbuttonBox ul {
	display:flex;
	justify-content:flex-end;
	position: relative;
	left: 20px;
}
.sorcialbuttonBox ul li{
margin-right:20px;
position: relative;
}
.sorcialbuttonBox .tBlank {
position: absolute;
top: 3px;
right: 5px;
background-color: #fff;
padding: 2px;
border-radius: 2px;
z-index: 10;
width: 8px !important;
height: auto;
}


img.tBlank {
width: 10px !important;
height: auto;
}

/* for PC */
@media screen and (min-width: 960px) {

	.sorcialbuttonBox ul {
	left: 15px;
	}

	.sorcialbuttonBox .tBlank {
	right: 3px;
	}

}


