@charset "utf-8";

/*-------------------------------------------*/
/* A */
/*-------------------------------------------*/
a:link,
a:visited
{
color:#000;
text-decoration:none;
transition: all 0.3s ease;
}

a:hover,
a:active
{
color:#999;
text-decoration:none;
}

a[name]:hover {
color:#000;
text-decoration:none;
}

/*-------------------------------------------*/


.mapLink a:link,
.mapLink a:visited
{
color:#999;
text-decoration: underline;
}

.mapLink a:hover,
.mapLink a:active{
color:#000;
text-decoration: underline;
}


.btnStyle a:link,
.btnStyle a:visited
{
color:#fff;
}

.btnStyle a:hover,
.btnStyle a:active
{
color:#000;
}


.form .btnOuter a:link,
.form .btnOuter a:visited
{
color:#000;
}

.form .btnOuter a:hover,
.form .btnOuter a:active
{
color:#fff;
}


.newsArea .note a:link,
.newsArea .note a:visited
{
color:#fff;
}

.newsArea .note a:hover,
.newsArea .note a:active
{
color:#fff;
opacity: 0.7;
}