@charset "UTF-8";
/*******************************************
 * EXHIBITORページcss
 *
 * menu
 * 1. exhibitor layout
 * 2. 見出しのメッセージ
 * 3. 出展社・展示車情報
 ******************************************/
/***** 1. exhibitor layout **********************/
#layout-main {
  width: 94%;
  margin: 0 auto;
  height: auto;
  position: relative;
  background: url(../../common/img/bg.jpg) no-repeat bottom;
  background-size: contain;
  padding: 3%;
  z-index: 1;
}
/***** 2. 見出しのメッセージ ************/
#topMsg {
    width: 97%;
    padding: 0 0 3% 1%;
    overflow: hidden;
}
#topMsg img {
    display: inline-block;
}
#topMsg img.head {
    width: 75%;
}
/***** 3. 出展社・展示車情報 ************/
#exhibitorInfo {
  clear: both;
  width: 94%;
  padding: 3%;
  background: #FFF;
}
#exhibitorInfo ul {
  width: 100%;
}
#exhibitorInfo ul li:nth-child(odd) {
  background: #eeeeee;
}
#exhibitorInfo ul li {
  padding: 10px 0;
}
#exhibitorInfo ul li a {
    color: #333;
    text-decoration: underline;
}
#exhibitorInfo ul li p {
  color: #333;
}
#exhibitorInfo ul li .decimal {
  font-size: 0.9rem;
  color: #333;
}
#exhibitorInfo ul li .decimal:before {
  padding: 0 5px;
}

/***** 4. 注意書き ************/
#caution {
    background-color: rgba(255,0,0,0.1);
    border: 1px dashed #d71718;
    clear: both;
    padding: 10px 20px;
    margin-top: 30px;
}
#caution p {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
#caution p a {
    color: #fff;
    text-decoration: underline;
}