/* メインイメージ */
/* 包括 */
#mainImg {
	height: 345px;
}
/* 見出し */
.readTxt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
	font-size: 160%;
	font-weight: normal;
	color: #000;
	padding: 60px 0 30px;
}

/* 記号 */
.kigou {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.regSup {
	vertical-align: top;
	font-size: 90%;
}
.readTxt {
	text-align: center;
}
.nowrapTxt {
	white-space: nowrap;
}

/* 画像 */
.fL {
	float: left;
}
.fR {
	float: right;
}
.txtSizeB {
	font-size: 135%;
}
.txtColL {
	width: 425px;
	float: left;
}
.imgColR {
	width: 242px;
	float: right;
}
.txtColLNarrow {
	width: 359px;
	float: left;
}
.imgColRWide {
	width: 308px;
	float: right;
}
.sTtl {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.readTxt .noteMark {
	font-size: 48%;
}
.imgCol2 > li {
	width: 322px;
}

/* 注釈 */
.noteBlock {
	margin-top: 10px;
	margin-bottom: 10px;
}
.listNote {
	font-size: 77%;
	padding-left: 1.25em;
	text-indent: -1.25em;
}

/* ココにもエコ！ 取り組み */
.sdgs {
	background: #f7f7f7;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	width: 360px;
	margin: 15px auto 30px auto;
	letter-spacing: -0.4em;
	position: relative;
}
.sdgs:before {
	content: '';
	display: block;
	width: 80px;
	border-top: #74c036 1px solid;
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	margin-left: auto;
	margin-right: auto;
}
.sdgs .sdgsTxt {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
	white-space: nowrap;
}
.sdgs .sdgsIc {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.4em;
}
.sdgs .sdgsIc li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 5px;
}
.sdgs .sdgsIc li:first-child {
	margin-left: 0;
}
.ecoWrap {
	background: #f1faec;
	padding: 20px;
}
.ecoWrap .txtColL {
	width: 385px;
}

/* ---------------------------------
	1ページ目
----------------------------------*/
.balloonEcoTtl {
	margin-bottom: -15px;
}

/* ---------------------------------
	2ページ目
----------------------------------*/
#mainImg {
	height: 325px;
	margin-bottom: 25px;
}
#img02_11 {
	width: 628px;
	margin-left: auto;
	margin-right: auto;
}
#img02_11 .fL {
	width: 166px;
}
#img02_11 .fR {
	letter-spacing: -0.4em;
}
#img02_11 .fR li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
#img02_11 .fR li:first-child {
	padding-right: 45px;
}
#img02_11 .btn {
	margin-top: 25px;
	width: 202px;
}
#img02_11 .btn a {
	display: block;
	padding: 0 30px 0 15px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #bc0404 url(/corporate/eco/sgp/img/interview/vol23/ic_loupe.png) no-repeat right 8px center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
#img02_11 .btn a:hover {
	text-decoration: underline;
}
/* lightbox */
.fancybox-close {
	background-image: url(/corporate/eco/sgp/common/js/fancybox/close_btn.png) !important;
	top: -40px !important;
    right: -4px !important;
}

/* ---------------------------------
	3ページ目
----------------------------------*/
.txtUnderline {
	text-decoration: underline;
}

/* ---------------------------------
　インタビューを終えて
----------------------------------*/
/* 包括 */
.wrapOete {
	clear: both;
	width: 692px;
	margin-bottom: 10px;
	background: #f7f7f7;
}
#oeteTtl {
	background: url(/corporate/eco/sgp/img/interview/vol23/oete_bg.gif) no-repeat left top;
	padding: 22px 25px 0;
}

/* インナー */
.oeteInner {
	padding: 20px 25px;
	background: url(/corporate/eco/sgp/img/interview/vol23/oete_bottom.gif) no-repeat left bottom;
}
.oeteInner p:last-child {
	margin-bottom: 0;
}
.oeteInner .txtL {
	width: 310px;
	float: left;
}
.oeteInner .imgR {
	width: 310px;
	float: right;
}
.productLink {
	padding-left: 1em;
	text-indent: -1em;
}
/* 行間 */
.oeteInner p {
	line-height: 1.6;
	margin-bottom: 1em;
}
.oeteInner ul {
	line-height: 1.6;
}
.keisai {
	margin-bottom: 45px;
}

/* 改ページ */
.page-break-after {
	page-break-after: always;
}
