@media print {
h4,
.h4 {
	margin-bottom: 0px;
	margin-top:5px;
}
body {
	background-image: none;
	margin-top:10px;

}
h2 {
	margin-top: 0px;
}
.recipe-con {
	background-image: none;
	padding-left: 0px;
	margin-top:0px;
	padding-top: 0px;
}

.recipe-con-in {
	width: 100%;
}
.recipe_2col_cov{
margin-top:10px;
	margin-bottom: 5px;
}
.recipe_2col_cov .l{
	width:59%;
	float:left;
	margin-left:0px;
	margin-right:1%;
}
.recipe_2col_cov .r{
	width:39%;
	float:right;
	margin-left:1%;
	margin-right:0px;
}


h1,
h2,
h3,
.navbar-left,
.navbar-right,
.navbar-header,
.footer,
.pagetop,
.navbar,
.recipe-con .bt{
	display:none;
	}
	
.col-xs-12 {
  width: 50%;
  /*印刷時100％になるのを防ぐため*/
}
}

