@charset "UTF-8";
.termsWrapper {
	width: 800px;
	margin: 40px auto;
	font-size: 1.6em;
	line-height: 2;
}
.termsWrapper h2 {
	text-align: left;
	margin: 20px 0;
}
#contentBodyMain h2.aloneHead {
	text-align: center;
}
p {
	margin-left: 1em;
	margin-bottom: 15px;
}
#contentBodyMain h3 {
	margin: 30px 0 20px;
	padding-left: 10px;
	background-color: #2378B4;
	color: #ffffff;
	margin-bottom: 15px;
}
#contentBodyMain h4 {
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 6px solid #2378B4;
}
.pLinkTop, .texRight {
	text-align: right;
}
#editArea2 ul {
	margin-left: 30px;
}
ul.teng li:before {
	content: "・";
	color: #233C5A;
	margin-left: -14px;
}
ul.teng2 li:before {
	left: 20px;
}
#contentBodyMain a {
	color: #003399;
	text-decoration: none;
}
#contentBodyMain a:hover {
	color: #993399;
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
.termsWrapper {
	width: 95%;
}
}
