﻿@charset "utf-8";

body {
	font-family: sans-serif;
	margin-left: auto;
	margin-right: auto;

}

.main {
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

.mainMap {
	background-color: rgba(243,243,243,1.00)
}

.tArea {
	width: 92%;
	font-size: 12px;
	font-weight: 400;
	border-collapse: collapse;
	line-height:.4rem;
}

.tArea td {
	border: 1px solid black;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: .8rem;
	height:.8rem;
}

.tHeader td {
	padding: 1px;
	font-weight: 600;
	background-color: rgba(226,226,226,1.00);
	line-height: 1rem;
}

.profileHeader h1 {
	color: rgba(146,146,146,1.00);
	text-align: center;
	display: block;
	text-align: center;
	padding-top: 0.5%;
}

 .profileHeader p {
	color: rgba(146,146,146,1.00);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	overflow-y: auto;
	text-align:justify;
	padding-top: 2rem;
}

.ldiv {
	width:100%;
	display: flex;
	justify-content: center;
}

.ldiv ul {
	margin: 1rem 0 4rem 0;
	padding: 0;
}

.lip {
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	list-style: none;
	text-align: left;
}

.lip span {
	margin-top: 0.4rem;
	display: inline-block;
	vertical-align: top;
}

.lip a:link {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
}

.lip a:visited {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
}

.lip a:hover {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
}

.lip a:active {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
}

.smIcon {
	width: 32px;
	height: 32px;
	margin-right: .6rem;
	margin-top:0.2rem;
}

.stretch {
	content: '';
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
}

.mainContent {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
}

.mainContent .erNav .er:hover {
	background-color: rgba(153,153,153,1.00);
}

.mainContent .erNav .er {
	width: 199px;
	height: 40px;
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	margin: 0;
	cursor: pointer;
	text-align: center;
	clear: both;
	padding-top:20px;
}

.erNav .er a {
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 12px;
	color: rgba(104,103,103,1.00);
	padding: 0.2rem;
	margin:0;
}

.footerNote {
	float: right;
	margin-right: 2%;
	font-family: sans-serif;
	font-size: 14px;
	line-height: .6rem;
	color: rgba(104,103,103,1.00);
	font-weight: 500;
	padding: 0.4rem;
	margin: 0;
}
