@charset "utf-8";

/*-------------------------------------------------------------------
	#menu
-------------------------------------------------------------------*/
#menu .box {
  margin-bottom: 33px;
}
#menu h3 {
  margin-bottom: 16px;
}
#menu .same {
  overflow: hidden;
  clear: both;
  margin-bottom: 8px;
}
#menu .imgleft .image {
  padding: 4px 0 7px;
}
#menu .imgright .image {
  padding: 4px 0 7px 10px;
}
#menu .same li {
  width: 200px;
  text-align: center;
}
#menu .same dt {
  width: 300px;
  float: right;
  margin-top: 13px;
}
#menu .same dd {
  width: 400px;
  float: right;
}
#menu table {
  margin: 10px 0 7px;
}
#menu table th {
  width: 50%;
  background-color: #fff;
  padding: 7px 15px 7px 14px;
}
#menu table td {
  width: 50%;
  font-weight: bold;
  color: #e75a73;
  text-align: right;
  padding: 8px 15px 6px 0;
  background-color: #fbe8e6;
}

@media screen and (max-width: 680px) {
  #content #menu .imgleft .image {
    float: none;
    margin: 0 auto 20px;
    width: 200px;
  }
  #menu .same dd {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #content #menu table th,
  #content #menu table td {
    display: table-cell;
    width: auto;
  }
}
