@charset "utf-8";
/* CSS Document */

@media print{
	*{
		font-size: 98%;
	}
.coupon_howToUse{
	display: flex;
	flex-direction: row;
	border: 2px solid #211A75;	
	background: #fff;
	font-weight: 800;
	color: #211A75;
}
.coupon_howToUse p:first-child{
	margin-right: 1rem;
	}
.coupon_genre_tag{
	background: none;
	color: #211a75;
	}
.detail_inner_primary{
	width: 100%;
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.photo_wrap{
	width: 50%;
	}
.detail_coupon_photo{
	max-width: 200px;	
	}
.coupon_description{
	width: 100%;
	padding: 2rem;
}
.coupon_detail_card {
	border: 1px solid #d1b85e;
    font-size: 1.125rem;
}
.coupon_detail_list dl dt{
	background: none;		
	}	
	
.coupon_detail_btn,
.coupon_link_wrap,
.footer,#page_top
	{
		display: none;
	}	
}	

