/* CSS Document */

header {
	top: -50px;
	-moz-transition: all 0.6s ease-in-out 0.2s;
	-o-transition: all 0.6s ease-in-out 0.2s;
	-webkit-transition: all 0.6s ease-in-out 0.2s;
	transition: all 0.6s ease-in-out 0.2s;
}
header.show {
	top: 0;
}
header nav ul li {
	font-size: 1.2em !important;
}
#TOP .sectionInner .tit {
	margin-bottom: 0;
}
#TOP .sectionInner .tit img {
	width: 316px;
}
#TOP .sectionInner h1 {
	margin-top: 80px;
	margin-bottom: 35px;
}
#TOP .sectionInner h1 img:first-child {
	width: 280px;
	margin-bottom: 35px;
}
#TOP .sectionInner h1 img {
	width: 316px;
}
#TOP .sectionInner nav {
	width: 380px;
	margin: 0 auto;
	margin-bottom: 80px;
	opacity: 0;
	-moz-transition: opacity 1s ease-in-out 1.4s;
	-o-transition: opacity 1s ease-in-out 1.4s;
	-webkit-transition: opacity 1s ease-in-out 1.4s;
	transition: opacity 1s ease-in-out 1.4s;
}
#TOP.move .sectionInner nav {
	opacity: 1;
}
#TOP .sectionInner nav ul li {
	display: inline-block;
	font-size: 1.2em !important;
}
#TOP .sectionInner nav ul li a:hover {
	text-decoration: underline
}
#TOP .sectionInner nav ul li:after {
	content: ' / ';
}
#TOP .sectionInner a.logo_tnf img {
	width: 80px;
}
#TOP .sectionInner a.scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
article .section .sectionInner .page .pageInner .data .products li a:hover {
	border-bottom: 1px #eab00f solid !important;
}
ul.products a {
	background-image: url(../images/arrow_mini.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 13px;
}
