@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : print.css
 author     : Ability Consultant
 style info : 印刷用
=================================================================== */
@-moz-keyframes btn {
	50% {
		margin-left: -.2em;
	}
}
@-webkit-keyframes btn {
	50% {
		margin-left: -.2em;
	}
}
@keyframes btn {
	50% {
		margin-left: -.2em;
	}
}
/* -----------------------------------------------------------
	print
----------------------------------------------------------- */
.con_xxx {
	display: none !important;
}
