@charset "UTF-8";

body{margin:10px;font-size:12px;color:black;}
.tab-ctn{display:flex;flex-wrap:wrap; margin-bottom:20px;}

.tab-ctn>a
{
	display:block;width:56px;height:56px;margin:0 10px 10px 0;
    text-decoration:none;color:inherit;
}
.tab-ctn img
{ 
    display:block;width:36px;height:36px;margin-left:10px;
    object-fit:contain;
}
.tab-ctn span
{
	display:block;width:56px;height:20px;
    overflow:hidden;line-height:20px;text-align:center;
}
