@charset "utf-8";

.cms_body:after {
	content: ""; display: table; clear: both;
}

.cms_body img {
	max-width: 100%;
	height: auto;
}
.cms_body p,
.cms_body ul,
.cms_body ol,
.cms_body table {
	margin-top: 1.5em;
}
.cms_body *:first-child {
	margin-top: 0;
}
.cms_body ul li {
	margin-left: 40px;
	list-style-type: disc;
}
.cms_body ol li {
	margin-left: 40px;
	list-style-type: decimal;
}

.cms_body a {
	color: #00489b;
	text-decoration: underline;
}
.cms_body a:hover {
	text-decoration: none;
}

.cms_body table {
	line-height: 1.5;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}
.cms_body table th,
.cms_body table td {
	padding: 10px 15px;
	text-align: left;
}
.cms_body table th,
.cms_body table .dark {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../img/bg_stripe_blue.png);
	color: #fff;
	font-weight: bold;
}
.cms_body table .light {
	background: #f3f4e9;
	border-bottom: 0;
	color: #000;
}
.cms_body table th + th {
	border-left: 1px solid #fff;
}
.cms_body table th + th,
.cms_body table .dark + th,
.cms_body table .dark + .dark {
	border-left: 1px solid #fff;
}
.cms_body table td,
.cms_body table .light {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.cms_body table tr + tr td,
.cms_body table tr + tr .light {
	border-top: 1px dotted #cccccc;
}
.cms_body table tr:first-child th {
	border-top: 0;
}
.cms_body table tr:last-child th {
	border-bottom: 0;
}
.cms_body table tr:first-child td {
	border-top: 1px solid #cccccc;
}
.cms_body table tr:last-child td,
.cms_body table tr:last-child .light {
	border-bottom: 1px solid #cccccc;
}


