@charset "UTF-8";
/* CSS Document */

.detail_text a:link, .detail_info_text a:link, .more_tx a:link, .pan_text a:link,
.detail_text a:visited, .detail_info_text a:visited, .more_tx a:visited, .pan_text a:visited {
	color: #204495;
	text-decoration: underline;
}
.detail_text a:hover, .detail_info_text a:hover, .more_tx a:hover, .pan_text a:hover {
	color: #0A328B;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s ease 0s;
	filter:alpha(opacity=7);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.detail_text a:active, .detail_info_text a:active, .more_tx a:active, .pan_text a:active {
	color: #64AADC;
	text-decoration: none;
}