.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.peo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: 5C5C5C;
	text-decoration: none;
}
.page_bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.page_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: E8045F;
	text-decoration: none;
}
.page_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #007AC3;
	text-decoration: none;
}

.page_re {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color:#C33;
	text-decoration: none;
}

.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
a:hover {
	text-decoration: underline;
}

a.productLink{
	gap:5px;
  display:inline-flex;
  align-items:center;
}

a.productLink span,
a.productLink svg,
a.productLink svg path{
	fill:#0000FF;
	color:#0000FF;
}

a.productLink:hover span,
a.productLink:hover svg,
a.productLink:hover svg path,
a.productLink:active span,
a.productLink:active svg,
a.productLink:active svg path,
a.productLink:visited span,
a.productLink:visited svg,
a.productLink:visited svg path{
	fill:#800080;
	color:#800080;
}

a.productMenu,
a.productMenu:visited{
  color:#ffffff !important;
  font-size:18px;
  font-weight:300;
  padding:6px 0;
  margin:0 2px;
  width:calc(100% - 4px);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:unset;
	background:#1786D7;
	background:linear-gradient(90deg,rgba(23, 134, 215, 1) 0%, rgba(35, 162, 217, 1) 100%);
	position:relative;
}

a.productMenu::after{ bottom:0; left:50%; transform:translateX(-50%); width:100%; height: 1px; background-color:#d2d2d2; position:absolute; content:"";}

a.productMenu:hover,
a.productMenu:focus{
  color:#d9d206 !important;
}
