@charset "utf-8";

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

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

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

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

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

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


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

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


.fix-contactBox a:link,
.fix-contactBox a:visited
{
color:#fff;
}

.fix-contactBox a:hover,
.fix-contactBox a:active
{
color:#033b82;
}


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

.btn a:hover,
.btn a:active
{
color:#033b82;
}