﻿#links{
	display:none;

}
@media screen and (max-width:480px) {
	#links{
	   border:1px solid #666666;
	    border-radius:5px;
	    margin:10px auto 20px auto;
	    width:96%;
	    padding:3px;
	    display:flex;
	    flex-wrap:wrap;
	    box-sizing:border-box;
	}
}


#links .tdtmp{
	font-size:1.3rem;
	line-height:1.9;
	float:none;
	width:50%;
	height:100%;

}
#links .tdtmp a{
	text-decoration:underline;

}