/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*
* Includes:
*  - HTML5Boilerplate v4.2.0
*  - LESS from Bootstrap v2.3.1
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* @group Basics */

/* @end */
/* @group Typography */

small {
  font-size: 85%;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.Subpage h1,
.Subpage h2,
.Subpage h3 {
  line-height: 30px;
}
.Subpage h1 {
  font-size: 30px;
}
.Subpage h2 {
  font-size: 26.25px;
}
.Subpage h3 {
  font-size: 22.5px;
}
.Subpage h4 {
  font-size: 18.75px;
}
.Subpage h5 {
  font-size: 15px;
}
.Subpage h6 {
  font-size: 12.75px;
}
.Subpage h1 small {
  font-size: 22.5px;
}
.Subpage h2 small {
  font-size: 18.75px;
}
.Subpage h3 small {
  font-size: 15px;
}
.Subpage h4 small {
  font-size: 15px;
}
/* @end */
body {
  margin: 0;
  padding: 0;
}
.Container {
  margin: 0 auto;
  padding: 0;
}
.Text-Left {
  text-align: left;
}
.Text-Right {
  text-align: right;
}
.Text-Center {
  text-align: center;
}
.Float-Left {
  float: left;
  margin-right: 20px;
}
.Float-Right {
  float: right;
  margin-left: 20px;
}
.Button {
  display: inline-block;
  padding: 20px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  color: #7a0715;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  -ms-transition: color 300ms ease, background-color 300ms ease;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}
.Button:hover,
.Button:focus {
}
.Button.Small {
  padding: 5px 10px;
  font-size: small;
}
.Button.Block {
  padding: 20px 40px;
  width: 331px;
  height: 541px;
}
.Button h1 {
  font-size: 2em;
  line-height: 1.25em;
  color: #FFF;
}
/* Custom Flipster Styles */
.flipster {

}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*參加表單*/
.joinBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
}

.table-a {
    z-index: 1215;
    width: 975px;
    height: 574px;
    background: url(https://image.garena.tw/lol/events/20150804_EDALOL/bg_list.png) no-repeat;
    position: relative;

}
.table-b {
    position: absolute;
    top: 80px;
    left: 200px;
    width: 550px;
    min-height: 400px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.user-ID ,.user-Uid{
    width: 300px;
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    background: rgba(176,146,45,0.3);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #794332;
}
.user-t {
    color: #794332;
    padding-top: 10px;
    border-top: 1px dashed rgba(176,146,45,0.3);
}
.textTo {
    width: 500px;
    height: 105px;
    padding: 15px;
    resize: none;
    outline: none;
    background: rgba(255,255,255,0.6);
    border: 1px solid #e6e4e3;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}
.btn-s {
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-s:hover {
}
.btn-close {
    position: absolute;
    top: 10px;
    left: 400px;
    width: 100%;
    opacity: 0.6;
    max-width: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-close:hover {
    opacity: 1;
}
.user-tip{
  font-size: 13px;
  color: #f70000;
  margin: 30px 0;
}
.user-tip a {
  display: inline-block;
  color: #990909;
}
.user-tip a:hover {
  color: #999999;
}
.user-btn {
    font-size: 13px;
    text-align: right;
    min-width: 520px;
    margin-bottom: 10px;
    color: #fff;
    background: #d40000;
  }
.user-btn a{
      color: #fff;
      background: #d40000;
      position: absolute;
      padding: 3px 8px;
      right: 0;
}
.user-btn:hover a{
    background: #990909;
}