@charset "utf-8";

/*==============================================
 CSS INFO
 URL : http://www.kise-beachpalace.jp/
 Description : print css
===============================================*/

/* layout
============================================== */
body{
	background	: #FFFFFF;
	}

#container{
	background	: none;
	}
	
#wrapper{
	background	: none;
	overflow	: visible;
	}
	
#header,#mainImg,#globalMenu,#side,#navi,.pagetop,#footer,.headImg{
	display		: none;
	}
	
#main{
	width		: 750px;
	margin		: 0 auto;
	overflow	: visible;
	}
	
#contents{
	}
	
.coupon{
	width		: 700px;
	height		: 230px;
	float		: none;
	display		: block;
	margin		: 10px 0!important;
	}
	
*>div.coupon{
	height		: 260px;
	margin		: 10px 0 20px!important;
	}
	
* html div.coupon{
	width		: 620px;
	}
	
*:first-child+html div.coupon{
	width		: 640px;
	height		: 230px;
	margin		: 10px 0 5px!important;
	}
.couponQR{
	display		: none;
	}
