.header_top{
	background-color: #efefef;
	height: 2rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
@media (min-width: 760px) {
.header_left{
	float: left;
	height: auto;
	width: auto;
	text-align: left;
	margin-left: 10%;
}
.header_left p{
	font-size: 0.8rem;
	line-height: 2rem;
	vertical-align: middle;
	color: #999;
}
#keyword_module{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #999;
	text-decoration: none;
    cursor:text
}
#keyword_module:hover{
	text-decoration: none;
    cursor:text
}
#keyword_module2{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #999;
	text-decoration: none;
}
#keyword_module2:hover{
	text-decoration: none;
}
.header_right{
	float: right;
	height: auto;
	width: auto;
	margin-right: 10%;
}
}

@media (max-width: 760px) {
.header_left{
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.header_left p{
	font-size: 0.8rem;
	line-height: 2rem;
	vertical-align: middle;
	color: #999;
	text-align: center;
}
#keyword_module{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #999;
	text-decoration: none;
    cursor:text
}
#keyword_module:hover{
	text-decoration: none;
    cursor:text
}
#keyword_module2{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #999;
	text-decoration: none;
}
#keyword_module2:hover{
	text-decoration: none;
}
.header_right{
	float: right;
	height: auto;
	width: auto;
	display: none;
}
}




