
/* ======================================================================

	VAソリューションカタログ ポップアップバナー

====================================================================== */

#vacatalog_info .bnr {
	line-height: 0;
	margin: 0;
}

#vacatalog_info .btns a {
	display: block;
	float: left;
	line-height: 0;
	width: 350px;
}

#vacatalog_info .btns .learn_more {
	float: right;
}

#vacatalog_info .btns a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* jqModal		====================================================== */

.jqmWindow {		/* =#vacatalog_info */
	background-color: #fff;
	border: 1px solid #727272;
	display: none;
	left: 50%;
	margin-left: -351px;
	position: fixed;
	top: 17%;
	width: 700px;
}

.jqmOverlay {
	background-color: #000;
}

.jqmWindow .jqmClose {
	background: url(../img/vam_btn_close.gif) 0 0 no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 2;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
	Star selector used to hide definition from browsers other than IE6
	For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



/* clearfix		====================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* IE6/7 support */
.clearfix {
	*zoom: 1;
}
