@charset "utf-8";
/* print styles */
html {
  color: #000;
    font-size: 14px;
    line-height: 1.4;
}


body {
  margin: 0;
  padding-left:30px;
  padding-right:30px;
	font-family: 'Titillium Web', sans-serif;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.print_header {
	padding-bottom:10px;
	border-bottom:1px solid #4B4B4B;
	clear:both;
}
.print_header_cnt {
	clear:both;
	
}
.print_header_img {
	float: left;
	clear: none;
	
}
.print_header_row_1_text {

    max-width: 315px;
    color: #157F39;
    font-weight: 600;
    padding-top: 40px;
    background-color: #fff;
    font-size: 18px;
	float: left;
	clear: none;
}
.print_title {
	display:block;
	margin:0;
	padding-top:20px;
	padding-bottom:15px;
	font-size:24px;
	font-weight: 400;
	margin-bottom: 20px;
}
.content_main_text {
	padding-bottom:20px;
	border-bottom:1px solid	#4B4B4B;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: 400;
	line-height:1.4em;
}
.content_main_text a {
	color:#000;
	text-decoration:underline;	
}
.content_main_text p {
	margin:0;
	padding:0;
}
.content_main_text ol {
	margin-left: 15px;
	list-style-type:decimal;
	list-style-position:inside;
}

.content_main_text ul {
	margin-left: 15px;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:url(../img/ul_list_icon.png);
}
.print_footer {
	padding-top:15px;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 25px;
}