#coupon{
  width:580px;
}

/* タグ */
.tag{
  background-image:url('../img/entry_title.jpg');
  background-repeat:no-repeat;
  text-align:left;
  padding-left:2em;
  line-height:32px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
}

/* 注釈 */
.caution{
  color:#F00;
  padding:0px 0px 10px 5px;
}

/* クーポンのフレーム */
.coupon_tbl{
  border-collapse:collapse;
  width:565px;
  margin:0px 0px 10px 0px;
}

/* クーポンのチケット */
.ticket{
  background-color:#CCC;
  width:280px;
  line-height:18px;
  border:1px solid #999;
}

/* チケット(タイトル画像) */
.ticket_title_img{
  width:280px;
}

/* クーポンのタイトル */
.ticket_col_2{
  width:240px;
  padding:0px 20px 0px 20px;
  color:#00F;
}

/* クーポンのその他 */
.ticket_col_3{
  width:270px;
  padding:0px 5px 0px 5px;
  color:#000;
}

/* チケット(店名) */
.ticket_shop_name{
  float:left;
  width:180px;
}

/* チケット(有効期限) */
.ticket_date{
  float:left;
  width:90px;
  text-align:right;
}

/* クーポン(内容) */
.coupon_content{
  border:1px solid #999;
  width:270px;
  padding:5px;
  vertical-align:top;
}

/* クーポン(ボタン) */
.coupon_button{
  width:570px;
  padding:5px 0px 5px 0px;
  text-align:right;
}

/* ボタン */
.detail_button{
  width:565px;
  text-align:center;
}