@media only screen and (max-width: 980px) {
	#tcs36badge {
		display:none;
	}
	#tcs36text {
		text-align:center;
		padding:10px;
		background:#00a0e9;
		color:#fff;
	}
	#tcs36text a:link { color:#fff; text-decoration:underline; }
	#tcs36text a:visited { color:#fff; text-decoration:underline; }
	#tcs36text a:hover { color:#fff; text-decoration:underline; }
	#tcs36text a:active { color:#fff; text-decoration:underline; }
	#tcs36text a span {
		font-weight:bold;
	}
	#tatetext {
	text-align: center;
	background: #000;
	padding: 10px 0;
	}
	#tatetext a{
		color:#f00;
	}
}
@media only screen and (min-width: 981px) {
	#tcs36text {
		display:none;
	}
	#tcs36badge {
		position:absolute;
		z-index:900;
		top:60px;
		left:0;
		width:100%;
		height:149px;
	}
	#tcs36badgecontents {
		width:840px;
		height:100%;
		margin:0 auto;
	}
	#tatetext {
	position: absolute;
	text-align:center;
	background:#000;
	padding:10px 0;
	top: 50px;
	width: 100%;
	font-size: 1em;
	}
	#tatetext a{
		color:#f00;
	}
}


