@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 ! File name:      coupon.css
 ! Style Info:     クーポンページのCSS
----------------------------------------------------------- */
/*　注意事項
--------------------------------------------------*/
.attention {
	padding:10px 0 0 10px;
}

.attention-c {
	color:#FF0000;
}

.coupon {
	position:relative;
	clear:both;
	width:520px;
	min-height:213px;
	height:auto !important;
	height:213px;
	margin:20px 0 5px 0px;
	border:1px solid #ccc;
}

/*　フロア
--------------------------------------------------*/
.coupon .floor img {
	position:absolute;
	left:0px;
	top:0px;
	height:64px;
}
/*　店名
--------------------------------------------------*/

.coupon h3 {
	position:absolute;
	left:0px;
	top:0px;
	padding:20px 0 0 64px;
	font-size:18px;
	line-height:1.5em;
	color:#959594;
	font-weight:bold;
	font-family:"メイリオ",Verdana,Arial,Osaka,"ＭＳ Ｐ ゴシック" ;
}

/*　カテゴリ
--------------------------------------------------*/
.coupon p.cate{
	position:absolute;
	left:0px;
	top:18px;
	padding:25px 0 0 64px;
	font-size:12px;
	color:#959594;
	font-family:"メイリオ",Verdana,Arial,Osaka,"ＭＳ Ｐ ゴシック" ;

	}



/*　電話番号
--------------------------------------------------*/

.coupon span.tel{
	text-align:right;
	font-size:12px;
	height:18px;
	display:block;
	color:#000;
	padding:70px 2px 0 0;
}
	

/*　内容
--------------------------------------------------*/
	
.coupon p {
	padding:0 10px 64px 10px;
	line-height:1.5;
	font-size:16px;
	color:#666666;
}	
.coupon p.smallfonts {
	padding:0 10px 64px 10px;
	line-height:1.5;
	font-size:14px;
	color:#666666;
}
/*　注意事項
--------------------------------------------------*/
.coupon ul.warn {
	position:relative;
	z-index:1000;
	margin:-60px 0 0 0;
	padding:0 0 50px 5px;
	font-size:80%;
	color:#000;
	width: 328px;
}

.coupon ul.warn li {
 	padding-right:5px;
}


/*　有効期限
--------------------------------------------------*/

.coupon_limit {
	position:absolute;
	right:40px;
	bottom:54px;
	height:20px;
	line-height:18px;
	margin-bottom:-10px;
	z-index:3;

}

.dates {
	position:absolute;
	right:5px;
	bottom:26px;
	color:#d75725;
	font-weight:bold;
	z-index:2;
}
/*　下部画像
--------------------------------------------------*/

.coupon_bottom {
	position:absolute;
	bottom:0px;
	_bottom:-3px;
	left:0;
	height:37px;
	vertical-align:bottom;
	z-index:1;
}

/*　印刷ボタン
--------------------------------------------------*/
div#print_button {
	margin:10px 0;
	text-align:center;
}



.page_break { page-break-after: always; } 

/*既存のフォーマットで対応出来ない場合は以下に記述
--------------------------------------------------*/


/*--------------------------------------------------
	 プリント用　CSS　不要部分削除
--------------------------------------------------*/
@media print {
#header,#footer,#contents_left_bar,.top_back,#pick-bar2,#print_button,#aside {
	display:none;
}

#main-contents {
	float:none;
	width:524px;
	margin:0 auto;
}





}

