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

* {
	margin: 0 0;
	}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
}

html, body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	}

::-moz-selection { color: #000;  background: #fff; }
::selection      { color: #000;  background: #fff; } 

p {
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	}


.container {
	background-color: #fff;
	}


.title {
	line-height: 18.5px;
	color:#000;
	}


.info{
	margin-top: 80px;
	font-size: 10px;
	font-weight: normal;

}


.content {
	margin-top: 30px;
	margin-left: 30px;
	}


p a{
	color:#000;
	text-decoration:none;
	}

p a:hover{
	text-decoration:underline;
	}


@media screen and (max-width: 768px) {
.content {
	margin-top: 15px;
	margin-left: 15px;
	}

}