@charset "utf-8";
/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
/*	margin-top: 10px;*/
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
	margin:0;
}

/*.tabs > DIV SPAN {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}*/

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	padding:0;
}

.tabs UL.horizontal LI {
	display: inline-block; 
   padding: 8px 0; 
   font-weight: 200; 
   text-align: center;
   width:25%;
   margin:0 0 20px 0;
   float:left;
   background:#EAE5DA;
   color:#0C0;
   font-size:13px;
/*   border-bottom:5px solid #3a5860;*/
}
.tabs UL.horizontal LI.osaka {
/*   border-bottom:5px solid #113f02;*/
   }
.tabs UL.horizontal li.osaka A {
	color:#113f02;
	display: block;
	text-decoration: none;
}
.tabs UL.horizontal li A {
	color: #3A586D;
	display: block;
	text-decoration: none;
}
.tabs UL.horizontal li.osaka:hover {
	background:#113f02;
	color:#fff;
}
.tabs UL.horizontal li:hover {
	background: #3a5860;
	color:#fff;
}

.tabs UL.horizontal LI:hover A {
	color: white;
}
.tabs UL.horizontal li.osaka.active {
	background:#113f02 !important;
	
}
.tabs UL.horizontal li.active {
	background: #3a5860 !important;
	
}



.active A {
	color: white !important;
}


.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}/* CSS Document */

