@charset "UTF-8";
/* CSS Document */

.right_column * {margin:0; padding:0; text-indent:0; }
/*
body {
	max-width: 654px;
	width: 90%;
	margin: 0 auto;
}
*/
.right_column table,
.right_column td,
.right_column th {
    border-collapse: collapse;
    border:1px solid #333;
	padding: 5px 10px;
	margin: 5px auto;
	font-size: 14px;
}
.right_column table.border-none,
.right_column table.border-none td,
.right_column table.border-none th {
    border:none;
	padding: 0;
	margin: 5px auto;
}

.right_column img {
	margin: 0 auto;
	display: block;
}
.right_column img.w-auto {
	width: auto;
	height: auto;
}
.right_column img.w100 {
	width: 100%;
	height: auto;
}
.right_column img.w80 {
	width: 80%;
	height: auto;
}
.right_column img.w50 {
	width: 50%;
	height: auto;
}
.right_column h1 {
	border-left: 8px solid #3ca062;
	padding: 5px 0 0 20px;
	margin-bottom: 10px;
	color: #3ca062;
}
.right_column h2 {
	background-color: #1d2088;
	color: #fff;
	padding: 5px 0;
	text-align: center;
    font-size: 120%;
    font-weight: normal;
}
.right_column h2::after {
	content: none;
}
.right_column .p,
.right_column p {
	padding-left: 0!important;
	text-indent: 0!important;
	font-size: 14px;
	line-height: 1.5!important;
}
.right_column .s1 {
	 font-size: 110%;
	 font-weight: bold;
	 border-top: 1px solid #666;
     padding-top: 10px;
     margin-top: 30px;
}
.right_column .h3 {
}
.right_column .s2 {
}
.right_column .s3 {
}
.right_column .s4 {
}
.right_column .s5 {
}
.right_column h4 {
	padding-left: 0!important;
	text-indent: 0!important;
	font-size: 105%;
}
.right_column .s6 {
}
.right_column li {display: block; }
.right_column #l1 {padding-left: 0pt;counter-reset: c1 1; }
.right_column #l2 {padding-left: 0pt;counter-reset: c2 1; }
.right_column li {display: block; }
.right_column #l3 {padding-left: 0pt; }
.right_column #l3> li>*:first-child:before {
	content: "● ";
	text-decoration: none;
}
.right_column ul.text> li>*:first-child:before {
	color: #aaa;
}

.right_column ul.l4 li {
	list-style-type: disc;
	display: list-item;
	list-style-position: outside;
	font-size: 14px;
	margin-left: 20px;
}

.right_column .scroll table {
	width: 100%;
	margin: 0 0 5px 0 !important;
}
.right_column .scroll {
	overflow: auto;
	white-space: nowrap;
}
.right_column .scroll::-webkit-scrollbar {
 height: 5px;
}
.right_column .scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.right_column .scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


@media screen and (max-width:768px) {
	/*body { max-width: none; }*/
	.right_column img.w-auto {
		width: auto;
	max-width: 100% }
	.right_column img.w80 {
		width: 100%; }
	.right_column img.w50 {
		width: 80%; }
}

