@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 UL.horizontal {
	list-style: none outside none;
	margin: 0 0 80px 0;
	padding: 0 0 25px 0;
}

.tabs UL.horizontal LI {
	display: inline-block; 
   padding:12px 0; 
   font-weight: 200; 
   text-align: center;
   width:25%;
   margin:0;
   float:left;
   background:#EAE5DA;
   color: #057760;
   font-size:14px;
/*   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.lukua A {
	color: #057760;
	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.lukua:hover {
	background-color:#399;
	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.lukua.active {
	background:#399 !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 */

.tabs UL.horizontal LI {
	font-size: 14px;
}
.menutabspace{
	letter-spacing: -0.1em;	
}
@media screen and (min-width: 428px) { 
.menutabspace{
	letter-spacing: normal;	
}
}

@media only screen and (min-width:1600px) {
.tab-wrapper  {
	width:1600px;
	margin-right:auto;
	margin-left:auto;
}
.tabs UL.horizontal LI {
	font-size:18px;
}
}
