/*
 * http://www.magical-remix.co.jp/magicalog/archives/2127
 */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

body {
	color: #000;
	font-size: 12px;
}

a, 
a:hover {
	color: #000!important;
	text-decoration: none;
}

.hidden_print{ display: none; }

body {
    margin-top: 0;
}

.navbar{
    display: none;
}
.navbar-fixed-top .footprint{
    display: none;
}