#tastingContainer {
  text-align: left;
  margin: auto;
  font-size: 14px;
}

/* ////tasting/ */
#searchArea {
  float: left;
  /*
  background: azure;
  */
  width: 28%;
  height: 400px;
  /*
  border-right: 1px solid #ccc;
  z-index: 2;
  */
}

#infoArea {
  float: left;
  border-left: 1px solid #ccc;
  /*
  background: wheat;
  */
  width: 46%;
  padding-left: 1%;
  height: 400px;
  z-index: 1;
  font-size: 13px;
  padding-top: 5px;
}

#recommendArea {
  float: right;
  /*
  background: indianred;
  background: azure;
    */
  width: 24%;
  height: 400px;
  border-left: 1px solid #ccc;
}

/* searchArea内部 */
#searchTable {
  width: 210px;
  /*
  border: 1px solid #ccc;
  border-right: 1px solid #ccc;
  */
  float: right;
}

#searchTable table tr td {
  padding: 0;
  margin: 0;
}

#searchTable .company { /* IEでセレクトボックスの幅が広くなりすぎるのに対応 */
  width: 170px;
}

#searchTable option {
  font-size: 13px;
  padding: 1px 3px;
}

#searchTable p {
  margin-top: 8px;
  margin-bottom: 12px;
}

#searchTable a {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

/* infoArea内部 */
#infoArea h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #666;
}

#infoArea h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666;
}

#infoArea p {
  margin-bottom: 15px;
}

#infoArea img {
  margin: 4px;
}


.brand_select{
  width:190px;
}
.company_select{
  width:190px;
}


/* ////tasting/listing */
#overviewArea {
  float: left;
  width: 26%;
  min-height: 400px;
}

#listingArea {
  float: right;
  border-left: 1px solid #ccc;
  width: 72%;
  padding-left: 1%;
  font-size: 14px;
}

#overviewArea .pp-content {
  float: right;
  margin-right: 5px;
}

#overviewArea .overviewInner {
  margin: 5px;
}

#overviewArea .h1b {
  margin-right: 10px;
  /*
  margin-bottom: 10px;
  background-color: #EEEEEE;
  padding: 5px 2px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  */
}

#overviewArea .h3block {
  font-size: 18px;
  font-weight: bold;
  /*
  margin-bottom: 10px;
  */
  margin-top: 14px;
  margin-bottom: 10px;
  color: #333;
}

#listingArea .h2b {
  font-size: 17px;
  margin-bottom: 10px;
  background-color: #EEEEEE;
  padding: 3px;
  font-weight: bold;
  color: #333;
  /*
  padding: 5px 2px;
  font-size: 20px;
  font-weight: bold;
  */
}

/* ////tasting/detail */
#whiskyDetail td {
  padding: 3px;
  font-size: 14px;
}

#whiskyTastings td {
  color: #666;
  /*
border:1px solid #E5E5E5;
*/
  margin: 10px;
  padding: 10px;
}

#whiskyTastings div {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 2px 0;
}

#whiskyTastings h3 {
  font-size: 18px;
}