/*
 * ここより下に印刷用のCSSを記述
*/
@media print{
body {
	-webkit-print-color-adjust: exact;
	background-color: #ffffff!important;
}
* {
	color:#000!important;
}
a {
    color: #428bca!important;
}
.vegas-background{
	display:none!important;
}
.vert-text{
	background: rgba(0,49,105,.28)!important;
}
#top .btn-top{
	color:#fff!important;
}
a[href]:after{
	content: " (" attr(href) ")"!important;
	content: none !important;
}
.btn-primary{
	    background-color: #428bca!important;
	    color:#fff!important;
}
!important{
	background: rgba(0,49,105,.79)!important;
    color: #f1f1f1!important;
    padding: 50px 0!important;
}
footer{
	padding: 10px 0!important;
    background: #003168!important;
    color: #fff!important;
}
.btn-info{
	background-color: #fff!important;
}

footer{
	background: #FFF!important;
}
}