/* ***********************************************/
/*	DATE		: 2013/3/7
	TITLE		: La capi_クーポン
	FILE_NAME	: coupon.css
	AUTHER		: Hiaa.S 			 */
/*************************************************/

/*=====各属性のスタイル===========================*/
h1 {
	margin-bottom:0px;
}

/*=====レイアウトのスタイル===========================*/
/*クーポン表示部*/
.coupon-box {
	width:630px;
	margin-bottom:20px;
	margin-left:20px;
}

.bt-print {
	text-align:right;
	padding-right:60px;
	padding-bottom:20px;
}

.p-print {
	margin-left:30px;
	margin-right:60px;
	text-align:left;
}

/*印刷時のみ表示*/
#print-box {
	display:none;
}
