@charset "UTF-8";

/*------------------------------------------------------------ 印刷用 */
@media print {

body {
  -webkit-print-color-adjust: exact;
}

#footer {
  position: static;
}

.ie8 #footer {
  clear: both;
}

a[href]:after {
  content: none !important;
}
}
