:focus{ outline: none; }
input[type=text]:focus,
input[type=password]:focus, textarea:focus {
  	outline: 0 none;
	}
* { -webkit-appearance: none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none;
	}
body {
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	}
#header {
	position: relative;
	width: 100%;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#content_first {
	position: relative;
	max-width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#content_first img {
	width: 100%; 
	height: auto; 
	}
#content_second {
	position: relative;
	max-width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#footer {
	position: relative;
	max-width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	}
.txt_01 { 
	font-family: 'latoregular';
	font-size: 20px;
	line-height: 26px;
	color: #0571b8;
	text-decoration: none;
	text-align: center;
	}
.txt_02 { 
	font-family: 'latoregular';
	font-size: 18px;
	line-height: 26px;
	color: #dc3827;
	text-decoration: none;
	text-align: center;
	}
.class_01 a:link {
	font-family: 'latoitalic';
	font-size: 18px;
	line-height: 26px;
	color: #dc3827;
	text-decoration: none;
	text-align: center;
	}
.class_01 a:visited {
	font-family: 'latoitalic';
	font-size: 18px;
	line-height: 26px;
	color: #dc3827;
	text-decoration: none;
	text-align: center;
	}
.class_01 a:active {
	font-family: 'latoitalic';
	font-size: 18px;
	line-height: 26px;
	color: #dc3827;
	text-decoration: none;
	text-align: center;
	}
.class_01 a:hover {
	font-family: 'latoitalic';
	font-size: 18px;
	line-height: 26px;
	color: #0571b8;
	text-decoration: underline;
	text-align: center;
	}