@charset "utf-8";
/*-------------------------------------------------------
　Font-Color Blue
-------------------------------------------------------*/
.ft_base {
	color:#065CAA !important;
}
.ft_dark {
	color:#002b41 !important;
}
.ft_light {
	color:#4da3d0 !important;
}
.bg_base {
	background-color: #065CAA !important;
}
.bg_dark {
	background-color: #002b41 !important;
}
.bg_light {
	background-color: #4da3d0 !important;
}

/* link
----------------------------*/
a:link, a:visited {
	color: #065CAA;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

/* Side Menu
----------------------------*/
.mobile-nav-0 li a:hover {
	background-color: #83bfde;
}

/* スクロールバー
----------------------------*/
.jspDrag {
	background-color: #065CAA;
}

#outline strong {
	color: #065CAA;
}

