@charset "UTF-8";


/*  link 
-----------------------------------------------------------------------------*/
a {
  color: #424242;
  text-decoration: none;
}

a:visited {
  color: #424242;
  text-decoration: none;
}

a:hover {
  color: #00418f;
  text-decoration: none;
}

a img { border: 0; }

a img:hover{
  opacity: 0.8;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }

/*  float 
-----------------------------------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}
