@charset "utf-8"; 

/* =========================================================
 main
========================================================= */
/* h2
--------------------------------------------------------- */
h2.ttl {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/personal/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}

/* h6
--------------------------------------------------------- */
h6.ttl {
	width: 660px;
	height: 26px;
	padding: 4px 0 0 20px;
	background: url(../images/personal/h6_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 120%;
}

/* fillBox
--------------------------------------------------------- */
div.fillBox {
	padding: 10px;
	color: #4D6637;
	background: #EDEDED;
}
	div.fillBox p {
		margin: 0;
	}
	div.fillBox li {
		list-style: outside disc;
		margin-left: 2em;
	}

/* borderBox
--------------------------------------------------------- */
div.borderBox {
	padding: 10px;
	width: 658px;
	text-align: left;
}
	div.borderBox p {
		font-size: 90%;
	}
	div.borderBox dl.caption {
		color: #435E2C;
	}
		div.borderBox dl.caption dt {
			float: left;
			width: 2em;
		}
		div.borderBox dl.caption dd {
			margin-left: 2em;
		}
		
/* exampleBox
--------------------------------------------------------- */
div.exampleBox {
	background: #EDEDED;
	padding: 10px 30px;
	width: 620px;
}
	div.exampleBox li {
		float: left;
		width: 130px;
		text-align: center;
		margin: 0 10px 10px;
	}
	div.exampleBox p {
		margin: 0;
		line-height: 1.8em;
	}


/* contact（相談窓口）
--------------------------------------------------------- */
	table.contact td {
		text-align: center;
	}
	table.contact a {
		display: block;
	}

/* searchBox（クイック検索）
--------------------------------------------------------- */
dl#searchBox {
	width: 500px;
	margin: 0 auto;
}
	dl#searchBox dt {
		float: left;
		clear: both;
		width: 150px;
		padding: 0.3em 0 0.1em 1em;
		text-align: right;
	}
	dl#searchBox dd {
		padding: 0.3em 1em;
	}

/* search
--------------------------------------------------------- */
input#search {
    width: 159px;
    height: 30px;
    border: 0px;
	margin-top: 10px;
    background: url(../images/personal/malicious/btn01.jpg) left top no-repeat;
	cursor: pointer;
}

/* cautionBox
--------------------------------------------------------- */
.cautionBox {
	background: #CC0000;
	color: #fff;
	padding: 0.3em;
	margin-bottom: 10px;
}

/* resultBox
--------------------------------------------------------- */
table.resultBox {
}
	table.resultBox th {
		background: #EFEFEF;
		font-size: 80%;
	}
	
/* 実績報告詳細
--------------------------------------------------------- */
h6 {
	font-size: 110%;
	border-bottom: 1px solid #999;
}
div.reportBox {
	padding: 0 20px;
}
	div.reportBox div.lBox {
		width: 400px;
		float: left;
	}
	div.reportBox div.rBox {
		width: 280px;
		float: left;
		text-align: right;
	}
		div.reportBox div.rBox p {
			margin: 0;
		}

/* faqBox
--------------------------------------------------------- */
dl.faqBox {
	padding-bottom: 1em;
	border-bottom: 1px solid #3A5428;
}
dl.faqBox dt {
	background: url(../images/common/icon13.jpg) no-repeat;
	font-size: 110%;
	line-height: 30px;
	padding-left: 50px;
	margin-top: 10px;
	cursor: pointer;
}
dl.faqBox dd {
	padding-left: 10px;
	line-height: 20px;
	margin-left: 40px;
}
dl.faqBox p {
	background: #F1F4F6;
	padding: 8px;
	display: none;
}
/* NEWマーク */
div.new {
	background-image: url(../images/common/icon19.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
