@charset "UTF-8";
/* common style */


a:link{
	color:#13144F;
	}
a:visited{
	color:#666;
	}
a:hover{
	color:#1E7CF2;
	}
a:active{
	color:#2056AC;
	}
	
.cf{
	zoom:1;
	}
.cf:after{
	content:" ";
	display:block;
	height:1px;
	visibility:hidden;
	clear:both;
	}
	
a img{
	transition: all .4s;
	}
a:hover img{
	opacity:0.6;
	}
	
a{
	transition: all .4s;
	}