@charset "UTF-8";

/* -----------------------------------------------

	resp_home_stewardship.css
	日本版スチュワードシップ・コードについて設定

----------------------------------------------- */

div.section {
	font-size: 16px;
}
div.containerMain h1 {
	font-size: 36px;
	font-weight: bold;
	padding: 15px 0;
}
div.containerMain h2 {
	font-size: 28px;
	font-weight: bold;
}
div.containerMain h3 {
	font-size: 18px;
	font-weight: bold;
}
div.containerMain h2.hd {
	text-align: left;
}
div.containerMain h4 {
	font-size: 18px;
	font-weight: bold;
}
.txBold {
	font-weight: bold;
}
div.section ul {
	margin: 0;
	list-style-type: none;
}
ul.ulNote {
	margin: 0;
	padding: 0 0 10px;
	position: relative;
}
ul.ulNote li {
	margin: 0;
	padding: 2px 0 2px 1.6em;
	position: relative;
	/* forIE6/7 */
	*zoom: 1;
}
ul.ulNote li span.kome {
	position: absolute;
	top: 2px;
	left: 0;
}
ul.ulLinkPdf li a{
	padding: 0 13px 3px 0;
	background: url(/content/dam/shared/jp/ja/static/images/common/icon_pdf.gif) no-repeat right 5px;
	*zoom: 1;
}
.txXLarge {
	font-size: 166%;
}
div.containerMain .description .list {
	font-size: 16px;
	padding-left: 16px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	div.section {
		margin-bottom: 20px;
	}
	div.containerMain h1 {
		font-size: 26px;
	}
	div.containerMain h2 {
		font-size: 22px;
	}
	.txXLarge {
		font-size: 145%;
	}
}
