@charset "UTF-8";
/* CSS Document */

/* ------- PDF-set ------------- */

/* 初期化 ---------------- */
.PDF-set-l * {
	padding:0;
	float:none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.PDF-set-l {
	font-weight:normal;
	font-style:normal;
	width: 850px;
}
.PDF-set-l a:link { color:#07c; text-decoration:none; }
.PDF-set-l a:visited { color:#09c; text-decoration:none; }
.PDF-set-l a:hover { color:#07c; text-decoration:underline; }
.PDF-set-l a:active { color:#07c; text-decoration:underline; }
.PDF-set-l ol,
.PDF-set-l ul { list-style:none; font-weight:normal; font-style:normal; }
.PDF-set-l img { border:none; }
.PDF-set-l ul li img { display:block; }


/* 基本 ---------------- */
/* コンテナ */
.PDF-set-l-header {
	padding-left: 15px;
	}

/* ナビゲーション */
.PDF-set-l-header ul {
	}
.PDF-set-l-header ul li {
	background:url(/contact/ssl/img/ecoguide/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-right: 40px;
	float:left;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	margin-left: 10px;
	}
	
.PDF-set-l-header ul li a { display:block; }

/* ------- PDF-set ------------- */

.pdfArea {
	background: #fff;
	margin-left:20px;
	margin-bottom:10px;
}

.pdfArea th {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	width: 8em;
	padding-left: 1em;
}

.pdfArea td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3em;
}

.pdfArea .last{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* ---- Txt box -------------------- */
.txtBox{
	width: 850px;
	margin-bottom: 25px;
}
.txtBoxInner {
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.txtBox p.title {
	border: 1px solid #999;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.txtBoxInner p {
	margin-bottom: 1em;
	margin-left:10px;
}

.txtBox .txtBoxInner ul.disc {
list-style:disc outside;
margin-left:20px;
	margin-bottom: 10px;
}
.txtBox .txtBoxInner ul.disc li {
	margin-bottom:0.75em;
}
.txtBox .txtBoxInner ul.info {
	margin-bottom: 15px;
	list-style-position: outside;
	margin-left: 25px;
}
.txtBox .txtBoxInner ul.info li.infoTxt{
	margin-bottom:0px;
}
