.title_img{
	border-radius:10px;
}
.tb_relay{
	width:100%;
	border-spacing:0;
	border-collapse: collapse;
}
.tb_relay td{
	vertical-align:top;
	padding-bottom:20px;
}
.tb_relay td:first-child img{
	border-radius:10px;
}
.tb_relay tr:nth-child(2n) td:nth-child(2){
	padding:10px 20px 100px 20px;
	font-size:110%;
	line-height:200%;
	letter-spacing:1px;
	font-family:sans-serif;
}
.tb_relay tr:nth-child(2n+1) td:nth-child(2){
	font-size:250%;
	font-weight:bold;
	font-family:sans-serif;
	padding:0 20px 20px 20px;
	vertical-align:middle;
	line-height:110%;
}

.tb_relay_menu{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	border-radius:10px;
	background-color:rgba(22,189,156,1.00);
}
.tb_relay_menu td{
	font-size:200%;
	width:33%;
	text-align:center;
	color:#999;
}
.tb_relay_menu a{
	text-decoration:none;
	color:#fff;
	padding:20px;
	display:block;
	border-radius:10px;
}
.tb_relay_menu a:hover{
	background-color:rgba(195,255,227,1.00);
	color:rgba(22,189,156,1.00);
	
}