@charset "utf-8";
/**
 *
 *  coupon_p.css
 *
 *  @author     {$author}
 *  @package    magsマグスミノエ
 *  @version    20080623
 */

body {
 background: #FFF;
 margin: 0;
 padding: 0;
 text-align: center;
 font-family: 'Lucida Grande', Geneva, Verdana, Helvetica, sans-serif,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro W3,Osaka;
 color: #000;
}
.notprint {
 display: none;
}
#coupon-wrap .coupon-top {
 display: none;
}
#coupon-wrap .coupon-middle {
 background: none;
}
#coupon-wrap .coupon-bottom {
 background: none;
}
#coupon-wrap table td.coupon-title,
#coupon-wrap table td.coupon,
#coupon-wrap table .coupon-kigen {
 width: 230px;
}
#coupon-wrap table td.coupon-title img {
 width: 230px;
 height: 23px;
}
#coupon-wrap table {
 margin-left: 15px;
 margin-right: 0;
 margin-top: 20px;
 padding: 0;
 width: 692px;
 border: solid 1px #CCC;
}
#coupon-wrap table td.coupon {
 background: url(../img/bg_coupon_p.gif) bottom left no-repeat;
 height: 180px;
}
#coupon-wrap table .coupon-kigen {
 height: 29px;
 background: url(../img/bg_kigen_p.gif) bottom left no-repeat;
}
#coupon-wrap table td.yohaku {
 width: 1px;
}
#coupon-wrap table td.yohaku-top {
 height: 1px;
 font-size: 0px;
 line-height: 0px;
}
#coupon-wrap table .coupon-kigen .kigen {
 width: 150px;
 margin: 5px;
 background-color: #000;
 color: #FFF;
 text-align: center;
 position: absolute;
 top: 0;
 left: 70px;
}

