#navre a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height:40px;
	border-left:1px #00CCFF solid;
	text-align:center;
	width:99px;
}

#navre a:hover {
	color: #FFCC00;
}

.nav_font01{
	font-size:0.9em;
}

@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	 background: #FFFFFF;
	 color: #00B0F0;
  }

 #navre a:hover {
  background: #00B0F0;
   color: #FFFFFF;
}

}