@charset "euc-jp";

/* CSS Document */

#evArea {
  position: relative;
  background: url(https://assets.chatpia.jp/common/event/img/kanpai/bg_head.jpg) no-repeat top, url(https://assets.chatpia.jp/common/event/img/kanpai/bg_bottom.jpg) no-repeat bottom, url(https://assets.chatpia.jp/common/event/img/kanpai/bg.jpg) repeat-y;
  overflow: hidden;
  width: 740px;
  height: auto;
  margin: 0 auto 15px;
  font-size: 14px;
  line-height: 1.5em;
  color: #ffffff;
}

#evArea #conA {
  padding: 286px 315px 35px 35px;
}

#evArea dt {
  padding: 0;
  background: none;
  text-indent: 0;
  width: 100%;
  line-height: 1.5em;
  color: #ff0000;
}

#evArea dd {
  margin: 0 0 30px;
  padding: 0;
  background: none;
  text-indent: 0;
}

.text.is_color {
  margin-right: 3px;
  font-weight: bold;
  color: #ffff00;
}

.text.is_accent {
  color: #ff0000;
}

.text.is_note {
  padding-left: 1em;
  text-indent: -1em;
}




/* 申請フォーム関連 */
#evArea .shinsei .text.is_warning {
  color: #ffff00;
  text-align: center;
}

#evArea .shinsei .btn,
#evArea .shinsei form input[type=submit] {
  display: block;
  margin: auto;
  width:372px;
  height:66px;
  background:url(https://assets.chatpia.jp/common/event/img/event_btn_login.png) no-repeat 0 0;
  text-indent: -9999px;
  border: none;
}

#evArea .shinsei .btn:hover,
#evArea .shinsei form input[type=submit]:hover {
  background-position: 0 -66px;
}

#evArea .shinsei select {
  display: block;
  width: 300px;
  height: 2.4em;
  margin: 0 auto 12px;
}

#evArea .shinsei form input[type=submit] {
  background-image:url(https://assets.chatpia.jp/common/event/img/event_btn_shinsei.png);
  min-width: 6em;
}

#evArea .shinsei table {
  border: 1px solid #444;
  border-radius: 3px;
  border-collapse: collapse;
}

#evArea .shinsei table th,
#evArea .shinsei table td {
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
}

#evArea .shinsei table th:first-child,
#evArea .shinsei table td:first-child {
  border-left: none;
}

#evArea .shinsei table tr:last-child td {
  border-bottom: none;
}

#evArea .shinsei table th {
  text-align: left;
  padding: 6px 12px;
  font-weight: normal;
  background: #333333;
}

#evArea .shinsei table td {
  min-width: 8em;
  padding: 8px 12px;
  font-size: 14px;
}



