@charset "utf-8";

/*-------------------------------------method(工法)--*/
#bodyArea2nd .mainBox .mthdTxt {
	width: 698px;
	padding-bottom: 20px;
}

.mthdTxt h1 {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

.mthdTxt h2.mthdH2 {
	font-size: 80%;
	line-height: 160%;
	font-weight: bold;
}

.mthdTxt h2.mthdH2red {
	font-size: 80%;
	line-height: 160%;
	font-weight: bold;
	color: #C00;
	padding-bottom: 20px;
}

.mthdTxt .bodyTxt {
	font-size: 80%;
	line-height: 200%;
	padding-bottom: 16px;
}

.mthdTxt .subH1 {
	font-size: 80%;
	font-weight: normal;
	padding-left: 20px;
}

.mthdTxt .mthdFig {
	padding: 18px;
	width: 660px;
	border: 1px solid #ACACAC;
}

.mthdTxt .indentTxt {
	font-size: 80%;
	line-height: 160%;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 12px;
}

