@charset "big5";
/* ==========================================================================
   Common
   ========================================================================== */
.color_1 {
  color: #ff0051;
}
ol li {
  list-style-type: decimal;
}
.notice ol {
  margin:1em 2em;
}
body {
  text-align: center;
  color: #565656;
  font-family:"·L³n¥¿¶ÂÅé", Arial,sans-serif;
}
.content p {margin: 1em 0px;}
.container {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  width: 318px;
  height: 223px;
  white-space: nowrap;text-indent: 100%;overflow: hidden;
  /*border: 1px solid #000;*/
  left: 643px;
  top: 29px;
}

.logo a {
  display: block;
  position: relative;
  width: 100%;height: 100%;
}

.wrapper {
  background:  url('../images/bg.jpg') top center no-repeat;
  text-align: left;
}

.header {
  position: relative;
  height: 840px;
}

a.btn {
  text-decoration: none;
}

.footer {
  position: relative;
}
#googleCode {position: absolute;}
/* ==========================================================================
   BUG
   ========================================================================== */
#bug .wrapper {
  background:  url('../images/bg_bug.jpg') top center no-repeat;
}
#bug .header {
  height: 210px;
}
.header .btn {
  position: absolute;
  background: url('../images/btns.png') 0 0 no-repeat;
  width: 194px;height: 78px;
  white-space: nowrap;text-indent: 100%;overflow: hidden;display: block;
}
#bug .header .btn {
  background: url('../images/btn_bug.gif') 0 0 no-repeat;
  width: 121px;
  height: 41px;
}
#bug .header .download {left: 703px;top: 118px;}
#bug .header .download:hover {background-position: 0 -41px;}

#bug .header .register {background-position: -133px 0px;left: 837px;top: 118px;}
#bug .header .register:hover {background-position: -133px -41px;}

.title.bug {
  background: url('../images/title_bug.jpg') 0 0 no-repeat;
  height: 104px;
  white-space: nowrap;text-indent: 100%;overflow: hidden;
  margin-bottom: 1em;
}
.sub {
  background: url('../images/subtitle.gif') 0 0 no-repeat;
  white-space: nowrap;text-indent: 100%;overflow: hidden;
  height: 30px;
  margin-bottom: 1em;
}
.sub.question {
  background-position: 0 -30px;
}

.textField {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #e2e2e2;
  color: #565656;
  height: 25px;
  line-height: 25px;
  width: 380px;
  padding: 0 10px;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input.textField:focus,
textarea:focus {
  
}

form {margin-bottom: 2em;}
form .section {
  margin-bottom: 1em;
  padding-left: 20px;
}
form .btnBox {

  text-align: center;
}
form label {
  display: inline-block;
  margin-right: 10px;
}
#bug textarea.textField {
  height: 200px;
   width: 750px;
}
#bug .right {
  padding:10px 0 0 75px;
}
fieldset {
  margin-bottom: 1em;
  border: none;
  display: inline-block;
}
.btnBox {
  
}
.btnBox button {
  margin: 0 10px; 
}
.btnBox .btn {
  background: url('../images/btns_2.gif') 0 0 no-repeat;
  white-space: nowrap;text-indent: 110%;overflow: hidden;
  width: 167px;height: 46px;
  border: none;
}
.btn.submit {
  background-position: right 0;
} 

/* ==========================================================================
   Event
   ========================================================================== */

.menu {
  background: url('../images/menu_bg.png') 0 0 no-repeat;
  width: 973px;height: 120px;
  padding: 25px 0;
  position: absolute;
  top: 751px;
}
.menu li {
  float: left;
  list-style-type: none;
}
.menu a {
  background: url('../images/menu_text.png') 0 0 no-repeat;
  height: 120px;
  display: block;
  white-space: nowrap;text-indent: 100%;overflow: hidden;
} 
.menu_1 a {
  width: 92px;
  margin-left: 79px;
}
.menu_1 a:hover {
  background-position: 0 -5px;
}

.menu_2 a {
  margin-left: 91px;
  width: 94px;
  background-position: -183px 0px;
}
.menu_2 a:hover {
  background-position: -183px -5px;
}

.menu_3 a {
  margin-left: 77px;
  width: 122px;
  background-position: -353px 0px;
}
.menu_3 a:hover {
  background-position: -353px -5px;
}

.menu_4 a {
  margin-left: 76px;
  width: 96px;
  background-position: -551px 0px;
}
.menu_4 a:hover {
  background-position: -551px -5px;
}

.menu_5 a {
  margin-left: 91px;
  width: 94px;
  background-position: -738px 0px;
}
.menu_5 a:hover {
  background-position: -738px -5px;
}

.notice {
  padding: 15px;
  background: #0076b3;
  color: #fff;
}

.event .content {padding: 150px 10px 30px;line-height: 1.6em;}
.event_title {
  background: url('../images/title.gif') 0 0 no-repeat;
  height: 50px;
  white-space: nowrap;text-indent: 100%;overflow: hidden;
  margin-bottom: 15px;
}

#event_2 .event_title {background-position: 0 -50px;}
#event_3 .event_title {background-position: 0 -100px;}
#event_4 .event_title {background-position: 0 -150px;}
#event_5 .event_title {background-position: 0 -200px;}

.notice li {line-height: 1.8em;}

.subtitle {
  font-weight: bold;
  color: #ff6200;
  font-size: 20px;
}
.notice .subtitle {
  color: #ffd800;
}
.textContent {
  padding: 0 30px;
}
.notice .container {
  width: 940px;
}
 {

}
.header .bug_btn {background-position: -400px -20px;left: 670px;top: 357px;}
.header .bug_btn:hover {background-position: -400px -122px;}
.content .bug_btn {
  display: inline-block;
  background: #7844bd;
  width: 150px;height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;font-size: 20px;
  margin-bottom: 20px;
}
.content .bug_btn:hover {background:#382087;}
.textCenter {
  text-align: center;
}
.tbstyle { border: 2px solid #e9e9e9; padding:1px; margin: 20px 0px 20px; line-height: 24px; text-align: center; }
.tbstyle table { border: 1px solid #ccc; border-width:1px 1px 0px 0px; }
.tbstyle th, .tbstyle td { padding: 5px 12px; border:1px solid #B7B7B7; border-width: 0px 0px 1px 1px; }
.tbstyle th { background: #005a89; color: #D0EBFF; font-size: 16px; font-weight: bold; }
.tbstyle td { background: #FFF; }

.content .img {margin:0 auto 20px;width: 880px;border: 1px solid #ddd;padding: 15px;}