@charset "utf-8";

/************************************************/
/*  Plan                                        */
/************************************************/

/*** Season Plan ********************************/

div#plan-wrap h3{
  margin-bottom:15px;
}

div#plan-wrap p.season img{
  float:right;
  margin-left:10px;
}

/*** Lunch Pack  ********************************/

p.coution{
  color:#f00;
  margin-bottom:15px;
}

div.lunch p.day{
  padding:5px;
  border:1px dashed #ccc;
  background:#eee;
}

div.lunch dl{
  padding:0;
  margin:0;
}

div.lunch dl dt{
  padding:0 0 0 10px;
  margin-top:5px;
  background:url(../img/icon_02.gif) 0 50% no-repeat;
}

div.lunch dl dt strong.member{
  color:#e07;
}

div.lunch dl dt strong.visitor{
  color:#07e;
}



/*** Open  **************************************/

div#open h4{
  line-height:23px;
  font-size:1.1em;
  padding-left:25px;
  background:url(../plan/img/icon_cherry.gif) 0 50% no-repeat;
}

div#open div.section p{
  text-align:right;
}

div#open div.section p span{
  color:#f00;
}

div#open p.cady{
  padding:10px;
  margin-top:15px;
  border:1px dashed #f70;
  background:#fea;
}