
.connect_box .slidein_title_inner p span {
	font-size: 90%;
}
.connect_box td,
.connect_box th {
	vertical-align: middle;
}
.connect_box .big {
	font-weight: bold;
	font-size: 135%;
	text-align: center;
	float: left;
	/* width: 40%; */
	width: 168px;
}
.connect_box .arrow {
	text-align: center;
	font-size: 90%;
	color: #999;
	float: left;
	/* width: 20%; */
	width: 84px;
}
.connect_box th .arrow {
	color: #666;
	float: none;
	width: auto;
}
.connect_box .midpoint {
	text-align: center;
	float: left;
	/* width: 40%; */
	width: 168px;
}
.connect_box .line {
	border-top: 1px dotted #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.connect_box .code {
	text-align: center;
}
.connect_box th.time {
	background-color: #feeded;
	color: #eb0000;
}
.connect_box td.time {
	background-color: #FFF;
	border-top: 1px solid #c1c1c1;
}



