@charset "utf-8";

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

a:hover,
a:active
{
color:#878787;
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:#000;
}


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

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

#footer .linkBox .link a:link,
#footer .linkBox .link a:visited
{
color:#000;
}

#footer .linkBox .link a:hover,
#footer .linkBox .link a:active
{
color:#000;
}
.btn a:link,
.btn a:visited
{
color:#000;
}

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

.profileBox .profileBoxIn .blogBtn a:link,
.profileBox .profileBoxIn .blogBtn a:visited
{
color:#fff;
}

.profileBox .profileBoxIn .blogBtn a:hover,
.profileBox .profileBoxIn .blogBtn a:active
{
color:#000;
}
.contactBtn a:link,
.contactBtn a:visited
{
color:#fff;
}

.contactBtn a:hover,
.contactBtn a:active
{
color:#333;
}
