@charset "utf-8";

/*----------Top navi----------*/
#top_navi {
  width: 690px;
  margin-bottom: 15px;
}

#top_navi ul {
  margin-right: -10px;
  zoom: 1;
}

#top_navi li {
  display: inline;
  margin-right: 10px;
}

#top_navi a:hover {
  background-color: #ffffff;
}

/*----------Catchcopy----------*/
#catch {
  margin-bottom: 20px;
  background: url(../images/top/catch_bg.jpg) no-repeat right bottom;
}

#catch dd {
  margin-top: 5px;
  line-height: 190%;
  color: #666666;
}

/*----------Banner----------*/
.banner {
  margin-right: -20px;
}

.banner a {
  width: 335px;
  float: left;
  margin: 0 20px 20px 0;
}

/*--------Pickup item--------*/
.pickup_t {
  width: 690px;
  height: 42px;
  background: url(../images/top/tit_pickup.gif) no-repeat;
  margin-bottom: 4px;
}

.pickup_t span {
  display: none;
}

#pickup {
  margin-bottom: 20px;
}

#pickup ul {
  margin-right: -15px;
  zoom: 1;
}

* html #pickup ul {
  margin-right: -30px;
}

#pickup li {
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  width: 126px;
  margin-right: 12px;
}

html>/**/body #pickup li {
  margin-right: 11px;
}

* html #pickup li {
  display: inline;
  zoom: 1;
}

*:first-child+html #pickup li {
  display: inline;
  zoom: 1;
}

#pickup li img {
  width: 124px;
  display: table-row-group;
}

#pickup li a img {
  border: 1px solid #ffffff;
}

#pickup li a:hover img {
  border: 1px solid #dcdcdc;
}

#pickup dt {
  line-height: 110%;
  margin: 3px 0;
}

#pickup dd {
  text-align: right;
  margin-bottom: 3px;
}

/*--------Event info--------*/
.event_t {
  width: 690px;
  height: 42px;
  background: url(../images/top/tit_event.gif) no-repeat;
  margin-bottom: 4px;
}

.event_t span {
  display: none;
}

#event {
  margin: 4px 0 20px;
}

#event table {
  width: 690px;
}

#event tr {
  background: url(../images/common/dot_line.gif) repeat-x 0 bottom;
}

#event td {
  padding: 7px 0 9px;
}

#event td img {
  float: left;
  width: 60px;
  margin-right: 15px;
  border: 1px solid #cccccc;
}

.event_img {
  width: 75px;
}

#event td span {
  margin:  0 20px 10px 0;
  display: block;
}

#event td a {
  line-height: 110%;
  font-size: 120%;
  font-weight: bold;
}

#event td.event_name {
  width: 180px;
  line-height: 160%;
  padding-left: 20px;
}

.more_event {
  float: right;
  margin-top: 7px;
}

/*----------Pickup recipe----------*/
.recipe_t {
  width: 690px;
  height: 42px;
  background: url(../images/top/tit_recipe.gif) no-repeat;
  margin-bottom: 4px;
}

.recipe_t span {
  display: none;
}

#recipe {
  margin: 0 -20px 20px 0;
  zoom: 1;
}

#recipe dl {
  width: 335px;
  float: left;
  margin: 7px 0 10px 0;
  padding-right: 20px;
}

#recipe dt {
  margin: 7px 0;
  line-height: 120%;
}

#recipe dt a {
  font-weight: bold;
}

.more {
  width: 690px;
  background: url(../images/common/dot_line.gif) repeat-x top center;
  padding-top: 9px;
}

.more span {
  float: right;
}

/*----------User's voice----------*/
.voice_t {
  width: 690px;
  height: 42px;
  background: url(../images/top/tit_voice.gif) no-repeat;
  margin-bottom: 15px;
}

.voice_t span {
  display: none;
}

#voice {
  margin-top: 7px;
}

#voice dl {
  margin-bottom: 10px;
  float: left;
  width: 590px;
}

* html #voice dl {
  margin-bottom: 10px;
}

#voice img {
  float: left;
  margin-right: 20px;
}

#voice dd {
  margin-bottom: 5px;
}

#voice dt {
  padding-top: 2px;
  margin-bottom: 10px;
  font-size: 120%;
  line-height: 140%;
}

.blog_link {
  font-size: 90%;
  margin-left: 15px;
  padding-left: 10px;
  background: url(../images/common/side_list_mrk.gif) 0 center no-repeat;
  display: block;
  float: right;
}

.blog_title {
  font-size: 80%;
}