@charset "utf-8";

/*
******************************************************************************************
* event_print.css
* site name : DC Hino
* description : 印刷用：イベントやキャンペーン情報のページ指定
* since : 2009/06/09
******************************************************************************************
*/
/*
------------------------------------------------------------------------------
* 非表示
------------------------------------------------------------------------------
*/

	body{
		background:none;
	}

	div#container,
	div#left,
	div#header,
	div.page_top,
	div#footer,{
		display:none;
	}

	div#t_right{
		float:left;
	}

/*
------------------------------------------------------------------------------
* Happy Birthday
------------------------------------------------------------------------------
*/
	img.coupon{
		margin:30px 0;
		padding:0;
	}

	div.coupon_caution_box{
		width:675px;
		margin:15px 6px 0 6px;
		border:2px solid #ceb3aa;
	}

	div.coupon_caution_box dl{
		margin:15px;
		padding:0;
		line-height:150%;
	}
	div.coupon_caution_box dl dt{
		margin:0 0 0 3px;
		padding:0;
	}
	div.coupon_caution_box dl dd{
		margin:0;
		padding:0 0 0 15px;
		background:url("../image/characteristic/ico_arrow_black.gif") no-repeat 4px 6px;
	}


/*
------------------------------------------------------------------------------
* バスルート印刷用　改ページ対応
------------------------------------------------------------------------------
*/
	.ttl_route03{
		page-break-before: always;
	}
