@charset "utf-8";

/* -----------------------------------
	modify Text Elements
----------------------------------- */
#contents div.summaryBlockB01 {
	border-bottom: 1px solid #e8e8e8;
	margin: 3.1em 0 1em;
	padding-bottom: 16px;
}

#contents .panelAreaL3R1 .contentPanelA01 div.summaryBlockB01:first-child,
#contents div.switchContent > div.summaryBlockB01 {
	margin-top: 1px;
}
/*
#contents div.switchContent > div.summaryBlockB01 {
	margin-top: 24px !important;
}
*/
#contents div.tabContent > div.summaryBlockB01:first-child {
	margin-top: 8px !important;
}

#contents p.leadTextA01,
#contents p.leadTextB01 {
	font-size: 128.5%;
	line-height: 1.14;
	margin: 15px 0 0.78em;
}
#contents p.leadTextB01 {
	color: #6f6f6f;
	margin-top: 7px;
}
#contents p.smallTextB01 {
	font-size: 85.7%;
	line-height: 1.08;
}
#contents p.smallTextB02 {
	font-size: 85.7%;
}
#contents p.leadTextA02 {
	font-size: 100%;
	font-weight: bold;
}
#contents div.summaryBlockB01 > *:first-child {
	margin-top: 0;
}
#contents div.summaryBlockB01 > p.leadTextB01 {
	margin-top: -2px !important;
	margin-bottom: 0;
}
#contents div.summaryBlockB01 p.leadTextB01 {
	_margin-bottom: 0;
}

#contents div.summaryBlockB01 > .contentTitleB02 + p.leadTextB01 {
	margin-top:7px !important;
}

#contents span.note,
#contents sup{
	font-size: 80%;
	line-height: 1;
	vertical-align: top;
	margin: 0 1px;
}

#contents sub {
	font-size:74%;
	line-height:1.2;
	margin:0 1px;
	vertical-align:bottom;
}


body #contents p {
	margin: 1em 0 0.36em;
	line-height:1.4;
}

#contents div.contentPanelA01 p:first-child {
	margin-top:0;
}

/* === New Icon Image Style === */
#contents img.new {
	display:inline;
	margin:0 0 0 3px;
	border:none;
	vertical-align:middle;
}

#contents .header img.new {
	float:none;
	margin:1px 0 0;
	vertical-align:top;
}

* html #contents img.new {
	behavior: expression(
	this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = this.src.match(/\.png$/) ? "http://cdn2.hubspot.net/hub/134521/file-407527132-gif/new-img/shared/transparent.gif" : this.src,
		this.style.behavior = "none"
	);
}

.non-visual {
	display: none;
}