﻿:root {
	font-size: 16px;
}
* { box-sizing: border-box;margin:0px; padding:0px; }
html { min-height: 100%;}
#wrapper {
	border: solid thin #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	max-width: 528px;
	margin: 0.75rem auto;
	padding: 0rem;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.3rem 0.625rem 0.625rem 0.625rem;
}
header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	position: relative;
}
header img {
	position:relative;
	top:0rem;
	left:0rem;
	margin:0rem 0rem 0rem 0rem;
	text-align:right;
	display: block;
}
section {
	margin: 0.5rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	overflow: hidden;
}
footer {
	margin: 0.3125rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
} 
sup {
	top: -0.5em;
	bottom: -0.25em;
}
h1 {
	font-size: 1.4375rem;
	margin: 0rem 0rem 0.5rem 0rem;
	line-height: 1.75rem;
	text-align: center;
	}
h1 span {
	font-size:70%;
	font-weight:normal;
}
h2 {
	font-size:1.5rem;
	margin: 1rem 0rem 1rem 0rem;
	line-height:1.75rem;
}
h3 {
	font-size: 0.8125rem;
	margin: 0rem 0rem 0rem 0rem;
	line-height: 1.3rem;
}
p {
	margin-bottom: 0.5rem;
}
p:last-child {
	margin-bottom:0rem;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 0.8rem;
	background: url("iconli.png") no-repeat left 6px;
}


ol {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style-image: url();
	list-style: none;
}
ol li {
	padding-left: 1.25rem;
	background: url("iconli2.png") no-repeat left 6px;
}


.clearfix {
	clear:both;
	font-size:0rem;
	line-height:0rem;
	display:block;
}
u{text-decoration: underline;}
em{font-style: italic;}

br{display: block;}
section p{
    text-align: justify;
}
ul + p {margin-top: 0.625rem;}



section section:nth-of-type(1) aside:nth-of-type(1){width: 28%;float:  left;}
section section:nth-of-type(1) aside:nth-of-type(2){width: 72%;float:  right;}

section section:nth-of-type(2) aside:nth-of-type(1){width: 28%;float:  left;}
section section:nth-of-type(2) aside:nth-of-type(2){width: 72%;float:  right;}

section section:nth-of-type(3) aside:nth-of-type(1){width: 28%;float:  left;}
section section:nth-of-type(3) aside:nth-of-type(2){width: 72%;float:  right;}



header>a{position: absolute;top: 10%;left: 10%;height: 78%;width: 79%;}




@media screen and (max-width: 528px) {

	section section:nth-of-type(1) aside:nth-of-type(1){float:  none; width: 100%;}
	section section:nth-of-type(1) aside:nth-of-type(2){float:  none; width: 100%;}

	section section:nth-of-type(2) aside:nth-of-type(1){float:  none; width: 100%;}
	section section:nth-of-type(2) aside:nth-of-type(2){float:  none; width: 100%;}

	section section:nth-of-type(3) aside:nth-of-type(1){float:  none; width: 100%;}
	section section:nth-of-type(3) aside:nth-of-type(2){float:  none; width: 100%;}

section p{text-align: left;}
	#wrapper{ width: 100%;font-size: 0.75rem;line-height: 1rem; border:none; margin:0rem; }
	article{ padding: 0.625rem; margin: 0rem 0rem 0rem 0rem;}
	br{display: none;}
	header,aside,footer { position: relative; top: 0rem; left: 0rem;}
	header{text-align: center;display:  block;overflow:  hidden;margin-bottom: 1rem;}
	footer{text-align: left;margin-top: 0.3125rem;}
	aside{text-align: left;}
	
	section {margin: 0rem 0rem 0rem 0rem;padding: 0rem 0rem 0rem 0rem;}
	h1{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 1rem;line-height: 1.125rem;text-align: left;}
	h2{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 1rem; line-height: 1.25rem;}
	h3{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 0.875rem;line-height: 1.25rem;}
	h4{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 0.8125rem; line-height: 1.25rem;}
	p {margin-bottom:3%;}
	a { font-weight:bold;}
	
	ul{margin-left: 0rem;margin-top: 0.625rem;margin-bottom: 0.625rem;}
	ul li{padding: 0rem 0rem 0rem 0.75rem;background: url(iconli.png) no-repeat left 0.375rem;}

	ol{margin-left: 0rem;margin-top: 0.625rem;margin-bottom: 0.625rem;}
	ol li{padding: 0rem 0rem 0rem 0.75rem;background: url(iconli2.png) no-repeat left 6px;}

	
	footer br{display: block;}
}

