@charset 'Shift_JIS';

/* Style Index ========================

	01: unique style
	02: unique size of blocks
	03: clearfix

==================================== */



/*------------------------------------------------------
01. unique style
------------------------------------------------------*/
#eac .tabNav {
	background: url(../../images/c_line05.gif) left bottom repeat-x;
	margin-bottom: 10px;
}
#eac .tabNav ul.inner {
	margin-bottom: 0;
	padding-left: 15px;
}
#eac .tabNav ul.inner li {
	float: left;
	height: 43px;
	margin-right: 5px;
}
#eac .tabNav ul.inner li.on {
	border-bottom: 1px solid #fff;
}

/*------------------------------------------------------
02. unique size of blocks
------------------------------------------------------*/


/*------------------------------------------------------
03. clearfix
------------------------------------------------------*/
.tabNav .inner:after {
	display: block;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
	visibility: hidden;
}
.tabNav .inner {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .tabNav .inner {
	height: 1%;
}
.tabNav .inner {
	display: block;
	overflow: hidden;
}
/* End hide from IE-mac */



