@charset "utf-8";
/* @group Header */
/*
#headerstripe {
	background: url(../../../Library/headerbottom-trans.png) bottom repeat-x;
}
*/
#homevalve {
	background: url(https://www.ffcam.makino.co.jp/Library/topimage-trans.png);
	width: 900px;
	height: 340px;
	position: absolute;
	top: 0;
	z-index: -1;
	margin-left: 410px;
}
#header h1 {
	width: 250px;
	height: 40px;
	float: left;
	position: relative;
	/*right: 32px;*/
	top: 10px
}
/* language navi */
ul#wnav {
	float: right;
	position: relative;
	top: 25px;
	display: inline-block;
	vertical-align: top;
}
ul#wnav li {
	color: #fff;
	position: relative;
	padding-left: 15px;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	white-space: nowrap;
	/* For IE 7 */
	zoom: 1;
 *display:inline;
}
ul#wnav li a {
	position: relative;
	padding-left: 10px;
	background: url(https://www.ffcam.makino.co.jp/Library/icon-trans.png) left 6px no-repeat;
	color: #099;
	text-shadow: #0b2440 1px 1px 1px;
	text-decoration: none;
	display: inline-block;
}
ul#wnav li a:hover {
	color: #D9FFFF;
}
/*--------------------------
#nav
--------------------------*/
#nav {
	clear: right;
	display: inline-block;
	float: right;
	position: relative;
	top: 45px;
	z-index: 1;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	min-width: 112px;
	white-space: nowrap;
}
#nav ul ul {
	display: none;
	position: absolute;
	z-index: 10;
}
#nav li li {
	clear: left;
	position: relative;
	width: 100%;
}
#nav ul ul ul {
	top: 0;
	left: 100%;
}
#nav ul li:hover > ul {
	display: block;
}
*+html #nav ul ul a {
	width: 110px;
	white-space: normal;
}
#nav li {
	margin-left: 2px;
}
#nav a {
	font-size: 14px;
	line-height: 15px;
	color: #dadada;
	text-decoration: none;
	text-align: center;
	padding: 5px 8px;
	background-color: #242424;
	display: block;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
}
#nav a:hover {
	color: #39C;
	background-color: #151515;
	border-top: 1px solid #242424;
	border-left: 1px solid #242424;
}
#nav ul ul {
	padding-top: 2px;
}
#nav ul ul ul {
	padding-top: 0;
}
#nav li li {
	margin-left: 0;
}
#nav ul ul a {
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	border-top: solid 1px #555555;
	border-right: solid 1px #070707;
	border-bottom: solid 1px #070707;
	border-left: solid 1px #555555;
	background-color: #343434;
}
.noResale {
	width: 500px;
	padding: 8px 15px;
	border: 1px solid #C00;
}
.noResale .ttl {
	text-align: center;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}
.noResale .atte {
	font-size: 11px;
	color: #555;
}
