@charset "utf-8";

#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #333333;
}
#contents a {
	color: #4b70b5;
	text-decoration: none;
}
#contents a:hover {
	color: #4b70b5;
	text-decoration: underline;
}
#contents.commonContents {
	width: 100%;
}
#contents h2 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	color: #4B70B4;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 25px;
}
#contents h3 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	color: #4b70b4;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 25px;
	clear: both;
}
#contents p {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
}

#contents ol {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
}
#contents ol.policyListSec {
	margin-top: 30px;
	margin-bottom: 40px;
	counter-reset: list-count; 
	list-style: none; 
}
#contents ol.policyListSec > li::before {
	content:counter(list-count) ".";
	counter-increment: list-count;
	font-weight: bold;
	display: block;
	position: absolute;
	left: -1.25em;
	top: 0;
}
#contents ol.policyListSec li {
	position: relative;
/*	padding-left: 18em;*/
	line-height: 1.35em;
	margin-bottom: 15px;
}
#contents ol.policyListSec span {
	display: block;
	font-weight: bold;
/*	position: absolute;
	left: 0;
	top: 0;*/
}
#contents ol.policyListThird {
	margin-top: 30px;
	margin-bottom: 40px;
	counter-reset: list-count3rd 8; 
	list-style: none;
}
#contents ol.policyListThird > li::before {
	content:counter(list-count3rd) ".";
	counter-increment: list-count3rd;
	font-weight: bold;
	display: block;
	position: absolute;
	left: -2.25em;
	top: 0;
	text-align: right;
	width: 2em;
}
#contents ol.policyListThird li {
	position: relative;
	line-height: 1.35em;
	margin-bottom: 15px;
}
#contents ol.policyListThird span {
	display: block;
	font-weight: bold;
}

/* social */
#contents dl.policyList {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
}
#contents dl.policyList dt {
	font-weight: bold;
}
#contents dl.policyList dd {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}
#contents dl.policyList dd ul {
	margin-left: 3em;
}
#contents dl.policyList dd ul li {
}

/* errorHTML */
#contents .notfoundBox h1 {
	color: #4B70B4;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 30px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#contents .notfoundBox h1 span {
	color: #BBC0C4;
	font-size: 17px;
}
#contents .notfoundBox p.gotoBtn {
	display: block;
	font-size: 18px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-top: 40px;
	color: #FFF;
	text-align: center;
	background-color: #1957a7;
	line-height: 42px;
}
#contents .notfoundBox p.gotoBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents .notfoundBox p.gotoBtn a {
	color: #FFF;
	display: block;
}
#contents .notfoundBox p.gotoBtn a:hover {
	text-decoration: none;
}


#contents.commonContents .goToProductList {
	display: block;
	width: 960px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: right;
}
#contents.commonContents .goToProductList img {
	display: block;
	width: 260px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contents.commonContents .goToProductList a {
	display: block;
	width: 260px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
}

#contents.commonContents .pdfBtn {
	max-width: 640px;
	margin: auto;
	text-align: center;
}
#contents.commonContents .pdfBtn a {
	border: 3px solid #ccc;
	display: block;
	padding: 30px;
	font-size: 120%;
	font-weight: bold;
	border-radius: 15px;
}
#contents.commonContents .pdfBtn a:hover {
	border: 3px solid #aaa;
	text-decoration: none;
	background-color: #eee;
	opacity: 1;
}
#contents.commonContents .pdfBtn a:hover img {
	opacity: 1;
}
#contents.commonContents .pdfBtn span {
	display: inline-block;
	padding: 5px;
	margin: -3px 10px 0 10px;
	vertical-align: middle;
}
#contents.commonContents .pdfBtn .dlIcon {
	background-color: #4B70B4;
	border-radius: 5px;
	height: 26px;
}
#contents.commonContents .pdfBtn .dlIcon img {
	vertical-align: top;
}
