* {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

ol,ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div {
  height: auto;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.parent {
  width: 100%;
  min-width: 2250px;
  zoom: 0.5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  -moz-transform-origin: 0 0;
  -moz-transform: scale(0.5) translateX(-50%);
}

.header {
  width: 2250px;
  height: 95px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*position: absolute;*/
  margin: 10px auto;
}
.header .col1,.col2 {
  float: left;
  display: block;
  height: 93px;
  line-height: 93px;
}

.header .col1 {
  width: 1700px;
}
.header .col1 h1 {
  float: left;
  width: 226px;
  height: 93px;
  background-image: url("../img/logo.png");
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.header .col1 h2 {
  float: left;
  width: 600px;
  height: 93px;
  line-height: 93px;
  font-size: 38px;
}
.header .col1 p {
  font-size: 22px;
}

.header .col2 {
  width: 550px;
  /*text-align: right;*/
  font-size: 30px;
}
.header .col2 a,a:link,a:visited,a:hover {
  text-decoration: none;
  color: #c00210;
  font-weight: bold;
}
.header .col2 a {
  margin-left: 10px;
}
.header .col2 img {
  margin-top: 24px;
  vertical-align: middle;
}

.simulator {
  width: 2250px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*position: absolute;*/
  margin: 0 auto;
}

.left {
  float: left;
  width: 750px;
}
.center {
  float: left;
  width: 750px;
}
.right {
  float: left;
  width: 750px;
}
article .simulator {
  height: 1620px;
}
section {
  display: none;
  margin-left: 20px;
  margin-bottom: 40px;
  width: 690px;
}

footer {
  clear: both;
}

h3 {
  background-image: url("../img/h.png");
  width: 690px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}

dl.params dt {
  display: inline-block;
  width: 165px;
  padding-left: 5px;
  height: 42px;
  border: 2px solid #3a3a3a;
  border-radius: 10px 0 0 10px;
  background-color: #3a3a3a;
  color: #fff;
  margin-bottom: 16px;
  line-height: 42px;
  font-size: 24px;
}
dl.params dd {
  display: inline-block;
  width: 135px;
  padding-right: 5px;
  height: 42px;
  border: 2px solid #3a3a3a;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  color: #3a3a3a;
  margin-bottom: 16px;
  line-height: 42px;
  font-size: 24px;
  text-align: right;
}
dl.params .sep {
  margin-left: 42px;
}
dl.params dt.icon {
  float: left;
  background-color: transparent;
  border-right: none;
  width: 65px;
  height: 52px;
  line-height: 52px;
}
dl.params dd.icon {
  float: left;
  border-left: none;
  height: 52px;
  line-height: 52px;
}
dl.params .icon_sep {
  margin-left: 20px;
}
dl.params img {
  margin-top: 4px;
}

.hidden {
  display: none;
}
.hidden_v {
  visibility: hidden;
}

.btn1 {
  display: inline-block;
  width: 218px;
  height: 106px;
  background-image: url("../img/btn1_off.png");
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  line-height: 106px;
  font-size: 32px;
}
.btn1:hover, .btn1:active {
  background-image: url("../img/btn1_on.png");
}

.btn2 {
  display: inline-block;
  width: 307px;
  height: 81px;
  background-image: url("../img/btn2_off.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #fff;
  text-align: center;
  line-height: 81px;
  font-size: 32px;
}
.btn2:hover, .btn2:active {
  background-image: url("../img/btn2_on.png");
  background-position: 0px 0px;
}
.btn2_on {
  background-image: url("../img/btn2_on.png");
  background-position: 0px 0px;
}

.btn3 {
  display: inline-block;
  width: 125px;
  height: 70px;
  background-image: url("../img/btn3.png");
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
}
.btn3:hover, .btn3:active {
  background-image: url("../img/btn3.png");
  background-position: 0px 0px;
}

.btn4 {
  display: inline-block;
  width: 127px;
  height: 81px;
  background-image: url("../img/btn4_off.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #fff;
  text-align: center;
  line-height: 81px;
  font-size: 32px;
}
.btn4:hover, .btn4:active {
  background-image: url("../img/btn4_on.png");
  background-position: 0px 0px;
}
.btn4_on {
  background-image: url("../img/btn4_on.png");
  background-position: 0px 0px;
}

.btn5 {
  display: inline-block;
  width: 207px;
  height: 81px;
  background-image: url("../img/btn5_off.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #fff;
  text-align: center;
  line-height: 81px;
  font-size: 32px;
}
.btn5:hover, .btn5:active {
  background-image: url("../img/btn5_on.png");
  background-position: 0px 0px;
}
.btn5_on {
  background-image: url("../img/btn5_on.png");
  background-position: 0px 0px;
}


#sec_equip {
  width: 690px;
}

#sec_equip .equip {
  width: 690px;
  height: 956px;
  background-image: url("../img/equip_bg1.png");
}

#sec_equip .equip .slots_left {
  position: relative;
  left: 43px;
  top: 115px;
  width: 100px;
}

#sec_equip .equip .slots_right {
  position: relative;
  left: 555px;
  top: -610px;
  width: 100px;
}

#sec_equip .equip li {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

#sec_equip .equip .right_hand {
  background-image: url("../img/equip_slot_right_hand.png");
}
#sec_equip .equip .left_hand {
  background-image: url("../img/equip_slot_left_hand.png");
}
#sec_equip .equip .neck {
  background-image: url("../img/equip_slot_neck.png");
}
#sec_equip .equip .right_finger {
  background-image: url("../img/equip_slot_right_finger.png");
}
#sec_equip .equip .left_finger {
  background-image: url("../img/equip_slot_left_finger.png");
}
#sec_equip .equip .relic {
  background-image: url("../img/equip_slot_relic.png");
}
#sec_equip .equip .head {
  background-image: url("../img/equip_slot_head.png");
}
#sec_equip .equip .body {
  background-image: url("../img/equip_slot_body.png");
}
#sec_equip .equip .arm {
  background-image: url("../img/equip_slot_arm.png");
}
#sec_equip .equip .hip {
  background-image: url("../img/equip_slot_hip.png");
}
#sec_equip .equip .leg {
  background-image: url("../img/equip_slot_leg.png");
}
#sec_equip .equip .boots {
  background-image: url("../img/equip_slot_boots.png");
}

#sec_equip .equip li img {
  position: relative;
  top: -5px;
  left: -5px;
  width: 110px;
  height: 110px;
}
#sec_equip .equip li span {
  position: relative;
  display: none;
  background-image: url("../img/error_red.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: -10px;
  left: 74px;
}
#sec_equip .equip li span.error_red {
  display: block;
  background-image: url("../img/error_red.png");
}
#sec_equip .equip li span.error_yel {
  display: block;
  background-image: url("../img/error_yel.png");
}
#sec_equip .equip li span.error_blue {
  display: block;
  background-image: url("../img/error_blue.png");
}
#sec_equip .equip li span.e {
  display: block;
  background-image: url("../img/e.png");
}


#sec_equip .equip .level {
  position: relative;
  left: 210px;
  top: -580px;
  background-image: url("../img/equip_level_bg.png");
  background-repeat: no-repeat;
  width: 275px;
  height: 60px;
  font-size: 24px;
  text-align:right;
  line-height: 60px;
}

#sec_equip .equip .level select {
  margin-top: -9px;
  margin-right: 25px;
  width: 140px;
  height: 36px;
  font-size: 18px;
}

#sec_status_point h5 {
  width: 690px;
  height: 76px;
  background-image: url("../img/h5.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
  text-align: center;
  line-height: 76px;
  font-size: 26px;
  color: #4c92ff;
}


#sec_status_point .points {
  width: 670px;
  margin-bottom: 20px;
}

#sec_status_point .points div {
  display: inline-block;
  width: 185px;
  height: 60px;
  /*line-height: 60px;*/
  /*text-align: right;*/
  background-image: url("../img/textbox2.png");
  background-repeat: no-repeat;
  margin-left: 30px;
}
#sec_status_point .points div img,select {
  margin-top: 8px;
  margin-left: 10px;
}
#sec_status_point .points div select {
  /*margin-right: 25px;*/
  margin-top: 12px;
  width: 100px;
  height: 36px;
  font-size: 18px;
}

#sec_status_point {
  text-align: center;
}

#sec_status_point .remain {
  display: inline-block;
  border: double 8px #4c92ff;
  /*outline: solid 3px #4c92ff;*/
  border-radius: 20px;
  text-align: center;
  line-height: 60px;
  width: 380px;
  height: 60px;
  color: #4c92ff;
  font-size: 26px;
}

.status {
  height: 340px;
}

.status .h {
  width: 700px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
}

.status .h h4 {
  background-image: url("../img/h2.png");
  background-repeat: no-repeat;
  width: 548px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  color: #fff;
  font-size: 36px;
  float: left;
}

.status .h button {
  background-image: url("../img/change_btn.png");
  width: 150px;
  height: 74px;
  float: left;
}

.status .params {
  width: 690px;
}

#sec_status_status2 dt {
  width: 220px;
}
#sec_status_status2 dd {
  width: 100px;
}
#sec_status_status2 .sep {
  margin-left: 10px;
}
#sec_status_status3 p {
  width: 690px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
}
#sec_status_status3 dt {
  width: 59px;
  margin-bottom: 10px;
}
#sec_status_status3 dd {
  width: 94px;
  margin-bottom: 10px;
}
#sec_status_status3 .sep {
  margin-left: 2px;
}
#sec_status_status4 dt {
  width: 136px;
  font-size: 17px;
}
#sec_status_status4 dd {
  width: 74px;
  font-size: 17px;
}
#sec_status_status4 .sep {
  margin-left: 2px;
}
#sec_status_status4 dt.big {
  width: 170px;
  font-size: 24px;
}
#sec_status_status4 dd.big {
  width: 130px;
  font-size: 24px;
}
#sec_status_status4 .big_sep {
  margin-left: 50px;
}
#sec_status_status5 p {
  width: 690px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
}
#sec_status_status5 dt {
  width: 59px;
  margin-bottom: 10px;
}
#sec_status_status5 dd {
  width: 94px;
  margin-bottom: 10px;
}
#sec_status_status5 .sep {
  margin-left: 2px;
}

#sec_status4pc .status {
  height: auto;
}
#sec_status_status1, #sec_status_status3 {
  margin-bottom: 40px;
}

#sec_skill .buttons {
  width: 690px;
  text-align: center;
}

#sec_skill_detail .h {
  margin-bottom: 20px;
}
#sec_skill_detail .h div,img {
  /*display: inline-block;*/
  float: left;
}
#sec_skill_detail .skill_level,.skill_name {
  margin-left: 20px;
  margin-top: 10px;
}
.skill_type {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #be7072;
  border: 3px solid #843740;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 10px;
}
.skill_type_normal {
  background-color: #5f4b4c;
  border: 3px solid #362a2a;
}
.skill_type_passive {
  background-color: #707fbe;
  border: 3px solid #374784;
}

#sec_skill_detail .inputs {
  margin-top: 10px;
}
#sec_skill_detail .level {
  float: left;
  background-image: url("../img/textbox3.png");
  background-repeat: no-repeat;
  width: 185px;
  height: 60px;
  margin-top: 5px;
  margin-right: 5px;
}
#sec_skill_detail .level select {
  margin-top: 12px;
  margin-left: 22px;
  width: 140px;
  height: 36px;
  font-size: 18px;
}
#sec_skill_detail .btn3 {
  display: block;
  float: left;
}

.skill_level {
  color: #fff;
  font-size: 32px;
  text-align: center;
  width: 220px;
  height: 49px;
  background-image: url("../img/skill_level_bg.png");
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size:contain;
  text-shadow:
    rgb(76, 146, 255) 3px 0px 0px,
    rgb(76, 146, 255) 2.83333px 0.983333px 0px,
    rgb(76, 146, 255) 2.35px 1.85px 0px,
    rgb(76, 146, 255) 1.61667px 2.51667px 0px,
    rgb(76, 146, 255) 0.7px 2.91667px 0px,
    rgb(76, 146, 255) -0.283333px 2.98333px 0px,
    rgb(76, 146, 255) -1.25px 2.73333px 0px,
    rgb(76, 146, 255) -2.06667px 2.16667px 0px,
    rgb(76, 146, 255) -2.66667px 1.36667px 0px,
    rgb(76, 146, 255) -2.96667px 0.416667px 0px,
    rgb(76, 146, 255) -2.95px -0.566667px 0px,
    rgb(76, 146, 255) -2.6px -1.5px 0px,
    rgb(76, 146, 255) -1.96667px -2.26667px 0px,
    rgb(76, 146, 255) -1.11667px -2.78333px 0px,
    rgb(76, 146, 255) -0.133333px -3px 0px,
    rgb(76, 146, 255) 0.85px -2.88333px 0px,
    rgb(76, 146, 255) 1.75px -2.43333px 0px,
    rgb(76, 146, 255) 2.45px -1.73333px 0px,
    rgb(76, 146, 255) 2.88333px -0.833333px 0px;
}

#sec_skill_detail .skill_name {
  width: 500px;
  font-size: 36px;
  color: #4c92ff;
}

#sec_skill_detail .params dt {
  width: 180px;
}
#sec_skill_detail .params dd.long {
  width: 490px;
}
#sec_skill_detail .params .sep {
  margin-left: 20px;
}
#sec_skill_detail .info {
  border-radius: 10px;
  padding: 40px 80px;
  font-size: 24px;
  height: 60px;
  width: 530px;
  background-color: #c9e4ff;
}

#sec_equip_list_filter {
  width: 750px;
  margin-bottom: 0;
}
#sec_equip_list_filter li {
  display: inline-block;
  margin-bottom: 10px;
}
#sec_equip_list_filter .raritys li {
  margin-right: 10px;
}
#sec_equip_list_filter .weapons li {
  margin-right: 35px;
}
#sec_equip_list_filter li.term {
  margin-right: 0;
}


#sec_skill_list {
  width: 750px;
  margin-left: 0;
}
#sec_skill_list ul {
  display: block;
  width: 750px;
  height: 1127px;
  overflow: auto;
}
#sec_skill_list li {
  display: block;
  background-image: url("../img/skill_list_bg.png");
  background-repeat: no-repeat;
  width: 690px;
  height: 261px;
  margin-bottom: 10px;
}
#sec_skill_list .h {
  margin: 0 0 10px 20px;
  padding-top: 20px;
}
#sec_skill_list .h div,img {
  float: left;
}
#sec_skill_list .skill_level,.skill_type,.skill_name {
  margin-left: 20px;
  margin-top: 10px;
}

#sec_skill_list .skill_name {
  width: 480px;
  font-size: 36px;
  color: #4c92ff;
}
#sec_skill_list .params {
  margin-left: 15px;
}
#sec_skill_list .params dt {
  width: 180px;
}
#sec_skill_list .params dd {
  width: 120px;
}
#sec_skill_list .params dd.long {
  width: 460px;
}
#sec_skill_list .params .sep {
  margin-left: 20px;
}

#sec_equip_list {
  width: 750px;
  /*height: 1100px;*/
  margin-left: 0;
  /*overflow: auto;*/
}

#sec_equip_list ul {
  display: block;
  width: 750px;
  height: 968px;
  overflow: auto;
}

#sec_equip_list li {
  width: 690px;
  height: 216px;
  background-image: url("../img/equip_list_bg.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#sec_equip_list li img {
  float: left;
  margin: 15px 0 0 10px;
}
#sec_equip_list li .c {
  float: left;
  width: 470px;
  margin: 30px 0 0 10px;
}
#sec_equip_list li span {
  position: relative;
  display: none;
  background-image: url("../img/e.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  top: 50px;
  left: 10px;
}
#sec_equip_list li span.error_red {
  display: block;
  background-image: url("../img/error_red.png");
  width: 36px;
  height: 36px;
  top: 16px;
  left: 154px;
}
#sec_equip_list li span.error_yel {
  display: block;
  background-image: url("../img/error_yel.png");
  width: 36px;
  height: 36px;
  top: 16px;
  left: 154px;
}
#sec_equip_list li span.error_blue {
  display: block;
  background-image: url("../img/error_blue.png");
  width: 36px;
  height: 36px;
  top: 16px;
  left: 154px;
}
#sec_equip_list li span.e {
  display: block;
  background-image: url("../img/e.png");
}


#sec_equip_list .equip_name {
  float: left;
  width: 390px;
  font-size: 24px;
  color: #4c92ff;
  margin-bottom: 20px;
}
#sec_equip_list .equip_level {
  float: left;
  width: 80px;
  font-size: 24px;
  color: #4c92ff;
  margin-bottom: 20px;
  text-align: right;
}
#sec_equip_list dt {
  width: 130px;
  height: 40px;
}
#sec_equip_list dd {
  width: 320px;
  height: 40px;
}

/*#sec_equip_list .buttons {
  position: sticky;
  bottom: 0px;
  background-color: #fff;
}*/

#sec_equip_detail .h {
  width: 690px;
  height: 76px;
  background-image: url("../img/h5.png");
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#sec_equip_detail .equip_name {
  display: inline-block;
  margin: 0 0 0 20px;
  width: 540px;
  height: 76px;
  line-height: 76px;
  color: #4c92ff;
  font-size: 36px;
}
#sec_equip_detail .equip_level {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 100px;
  height: 76px;
  line-height: 76px;
  text-align: right;
  color: #4c92ff;
  font-size: 32px;
}
#sec_equip_detail .icon {
  float: left;
  width: 210px;
  height: 210px;
  margin: 0 0 10px 0;
}
/*#sec_equip_detail .img img {
  float: left;
  margin: 0 0 10px 0;
}*/
#sec_equip_detail .icon span {
  position: relative;
  display: none;
  background-image: url("../img/e.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  top: 40px;
  left: 4px;
}
#sec_equip_detail .icon span.e {
  display: block;
  background-image: url("../img/e.png");
}

#sec_equip_detail .params dt.m {
  width: 300px;
}
#sec_equip_detail .params dd.m {
  width: 295px;
}
#sec_equip_detail .params dt.t {
  width: 470px;
  height: 40px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0px;
  text-align: center;
}
#sec_equip_detail .params dd.t {
  width: 470px;
  height: 53px;
  border-radius: 0 0 10px 10px;
  line-height: 53px;
  text-align: center;
}
#sec_equip_detail .params dd.t img {
  float: left;
  margin-top: 4px;
  margin-left: 20px;
}
#sec_equip_detail .params dd.t div {
  float: left;
  width: 65px;
  height: 53px;
  line-height: 53px;
  border-radius: 0 0 10px 10px;
  text-align: right;
  margin-right: 20px;
}
#sec_equip_detail .params dd.w {
  width: 500px;
}
#sec_equip_detail .properties {
  width: 690px;
  font-size: 22px;
}
#sec_equip_detail .properties dt {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #3a3a3a;
  border-radius: 10px 0 0 10px;
  border-right: none;
  width: 400px;
  padding: 0 10px 0 10px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
#sec_equip_detail .properties dd {
  display: inline-block;
  border-radius: 0 10px 10px 0;
  border: 2px solid #3a3a3a;
  border-left: none;
  width: 250px;
  padding-right: 10px;
  height: 48px;
  line-height: 48px;
  text-align: right;
  margin-bottom: 10px;
}
#sec_equip_detail .properties select {
  font-size: 22px;
  height: 40px;
  width: 100%;
  margin: 0;
}

#sec_skill_tree ul {
  margin-left: 36px;
}

#sec_skill_tree ul li {
  display: inline-block;
  width: 188px;
  height: 54px;
  margin-right: 23px;
}
#sec_skill_tree ul li .tab {
  display: block;
  background-image: url("../img/skill_tab_off.png");
  background-repeat: no-repeat;
  width: 188px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  color: #666;
}
#sec_skill_tree ul li .on {
  background-image: url("../img/skill_tab_on.png");
  color: #fff;
}
#sec_skill_tree ul li .tab:hover,.tab:active {
  background-image: url("../img/skill_tab_on.png");
  color: #fff;
}

#sec_skill_tree .tree {
  width: 692px;
  height: 717px;
  background-image: url("../img/skill/skill_04_bg_p.png");
  background-repeat: no-repeat;
}

#sec_skill_tree .tree table {
  border-collapse: separate;
  border-spacing: 37px 8px;
  margin: 26px 0 0 46px;
}

#sec_skill_tree .tree td {
  width: 121px;
  height: 100px;
  color: #fff;
}

#sec_skill_tree .tree td.none {
  visibility : hidden;
}

#sec_skill_tree .tree td div {
  display: inline-block;
  width: 94px;
  background-color: #000;
  height: 26px;
  margin-left: 14px;
  color:#fff;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  opacity: .9;
}
#sec_skill_tree .tree td span {
  position: relative;
  display: block;
  visibility: visible;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: -108px;
  left: -10px;
}
#sec_skill_tree .tree td span.error_red {
  display: block;
  background-image: url("../img/error_red.png");
}
#sec_skill_tree .tree td span.error_yel {
  display: block;
  background-image: url("../img/error_yel.png");
}
#sec_skill_tree .tree td span.error_blue {
  display: block;
  background-image: url("../img/error_blue.png");
}
#sec_skill_tree .tree td span.e {
  display: block;
  background-image: url("../img/e.png");
}
#sec_skill_tree .tree td .off {
  display: block;
  /*opacity: .3;*/
  filter: brightness(30%);
  -webkit-filter: brightness(30%);
  -moz-filter: brightness(30%);
  -o-filter: brightness(30%);
  -ms-filter: brightness(30%);
}

#sec_skill_set {
  margin-bottom: 0;
}

#sec_skill_set h4 {
  width: 642px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background-image: url("../img/skill_set_header_bg.png");
  background-repeat: no-repeat;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #4c92ff;
  font-size: 24px;
}

#sec_skill_set .slots {
  margin-bottom: 20px;
}

#sec_skill_set .slots ol {
  display: block;
  width: 680px;
  text-align: center;
}
#sec_skill_set .slots li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

#sec_skill_point {
  text-align: center;
}

#sec_skill_point div {
  display: inline-block;
  border: double 8px #4c92ff;
  /*outline: solid 3px #4c92ff;*/
  border-radius: 20px;
  text-align: center;
  line-height: 60px;
  width: 380px;
  height: 60px;
  color: #4c92ff;
  font-size: 26px;
}

#sec_error_tips {
  width: 750px;
}

#sec_error_tips dl,dt,dd {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#sec_error_tips dt {
  width: 33px;
}
#sec_error_tips dd {
  width: 191px;
}

footer .help {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-bottom: solid 3px #4c92ff;
  font-size: 32px;
  margin-bottom: 40px;
}
footer .app_info {
  width: 2190px;
  margin-left: 100px;
  margin-bottom: 40px;
}
footer .app_info img.icon,dl.info,.store_btns,.store_info {
  float: left;
}
footer .app_info img.icon {
  margin-left: 20px;
}
footer .app_info dl.info {
  width: 520px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
footer .app_info dl.info dt {
  color: #666;
  font-size: 26px;
  float: left;
  width: 120px;
  margin-bottom: 10px;
}
footer .app_info dl.info dd {
  font-weight: bold;
  font-size: 26px;
  float: left;
  width: 400px;
  margin-bottom: 10px;
}
footer .store_btns {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .btn_as {
  display: inline-block;
  width: 240px;
  height: 88px;
  background-image: url("../img/btn_appstore.png");
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
footer .btn_gp {
  display: inline-block;
  width: 296px;
  height: 88px;
  background-image: url("../img/btn_googleplay.png");
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  margin-left: 20px;
}
footer .store_info p {
  color: #555;
  font-size: 22px;
  margin-bottom: 15px;
}

.buttons {
  margin-top: 20px;
  width: 690px;
  text-align: center;
}

.dialog {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33,0.5);
}
.dialog .dialog_window {
  width: 620px;
  height: 350px;
  background-image: url("../img/dialog_bg.png");
  background-repeat: no-repeat;
  margin: auto;
}
.dialog .dialog_window .dialog_title {
  display: block;
  width: 550px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-top: 28px;
  margin-left: 35px;
  color: #fff;
  font-size: 26px;
}
.dialog .dialog_window .dialog_body {
  width: 400px;
  height: 100px;
  margin-top: 50px;
  margin-left: 100px;
  color: #000;
  font-size: 24px;
}
.dialog .dialog_window .dialog_buttons {
  width: 550px;
  height: 74px;
  margin-top: 30px;
  margin-left: 35px;
  text-align: center;
  line-height: 74px;
}
.dialog .dialog_window .dialog_buttons button {
  display: inline-block;
  width: 187px;
  height: 74px;
  background-image: url("../img/dialog_btn.png");
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  line-height: 74px;
  font-size: 32px;
}

.skill_tree_select {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33,0.5);
}
.skill_tree_select .skill_tree_select_header {
  width: 630px;
  height: 90px;
  margin: auto;
  text-align: right;
  overflow: visible;
}
.skill_tree_select .skill_tree_select_header button {
  position: relative;
  left: 30px;
  display: inline-block;
  width: 84px;
  height: 84px;
  background-image: url("../img/x.png");
  background-repeat: no-repeat;
  background-position: -53px -53px;
}
.skill_tree_select .skill_tree_select_window {
  width: 630px;
  height: auto;
  border: 4px solid #fff;
  border-radius: 10px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
  margin: auto;
}
.skill_tree_select .skill_tree_select_window div {
  margin: 10px 0 10px 10px;
}
.skill_tree_select .skill_tree_select_window button {
  display: inline-block;
  width: 132px;
  height: 132px;
  margin: 10px;
  background-image: url("../img/skill/skill_01_btn.png");
  background-repeat: no-repeat;
  background-position: -57px -57px;
}
.skill_tree_select .skill_tree_select_window button.skill_01 {
  background-image: url("../img/skill/skill_01_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_02 {
  background-image: url("../img/skill/skill_02_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_03 {
  background-image: url("../img/skill/skill_03_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_04 {
  background-image: url("../img/skill/skill_04_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_05 {
  background-image: url("../img/skill/skill_05_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_06 {
  background-image: url("../img/skill/skill_06_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_07 {
  background-image: url("../img/skill/skill_07_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_08 {
  background-image: url("../img/skill/skill_08_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_09 {
  background-image: url("../img/skill/skill_09_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_10 {
  background-image: url("../img/skill/skill_10_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_11 {
  background-image: url("../img/skill/skill_11_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_12 {
  background-image: url("../img/skill/skill_12_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_13 {
  background-image: url("../img/skill/skill_13_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_14 {
  background-image: url("../img/skill/skill_14_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_15 {
  background-image: url("https://cache-sim-lastidea.sqex-edge.jp/img/skill/skill_15_btn.png");
}
.skill_tree_select .skill_tree_select_window button.skill_16 {
  background-image: url("../img/skill/skill_16_btn.png");
}

#info.info {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33,0.5);
}
#info.info .info_header {
    width: 1200px;
    height: 90px;
    text-align: right;
    overflow: visible;
}
#info.info .info_header button {
  position: relative;
  right: 80px;
  display: inline-block;
  width: 83px;
  height: 83px;
  background-image: url("../img/info_x_btn.png");
  background-repeat: no-repeat;
}
#info.info .info_window {
    width: 1032px;
    height: 1000px;
    overflow-x: none;
    overflow-y: scroll;
    border: 4px solid #888;
}
#info.info .info_window article {
  display: block;
  width: 1380px;
  margin-top: 88px;
  margin-left: 95px;
}
#info.info .info_window h2 {
  width: 1320px;
  padding-left: 60px;
  height: 42px;
  background-image: url("../img/info_h_bg.png");
  background-repeat: no-repeat;
  line-height: 42px;
  color: #4c92ff;
  font-size: 48px;
  margin-bottom: 40px;
}
#info.info .info_window ul {
  list-style-type: disc;
  margin-bottom: 60px;
  margin-left: 60px;
}
#info.info .info_window li {
  font-size: 32px;
  margin-bottom: 18px;
}

.loading {
  display: block;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  text-align: center;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33,0.3);
}

.dialog_scale1 {
  zoom: 0.75;
  -moz-transform: scale(0.75,0.75);
}
.dialog_scale1_window {
  zoom: 0.75;
  -moz-transform: scale(0.75,0.75) translate(0,-120px);
}
.dialog_scale2 {
  zoom: 0.5;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(0.5) translateX(-50%);
}
.dialog_scale2_window {
  zoom: 0.5;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(0.5) translate(0, -80px) translateX(-50%);
}

.txt_alert{
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 30px;
  background-color: #eee;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: bold;
  font-family: initial;
}

.txt_alert>span{
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-family: initial;
  vertical-align: middle;
  color: #f00;
  margin: 5px 16px;
}
.txt_alert .txt_alert_detail {
  display: inline-block;
  vertical-align: middle;
  list-style-type: disc;
  width: 2000px;
}
.txt_alert .txt_alert_detail li {
  margin: 10px;
  font-size: 28px;
  font-family: initial;
}

#contents {
  max-height: 1150px;
}


@media only screen and (max-device-width: 767px) {
  .parent {
    width: 750px;
    max-width: 750px;
    min-width: 750px;
    zoom: 1.0;
    -moz-transform: none;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform: none;
    transform: none;
    position: static;
    left: 0;
  }
  .simulator {
    width: 750px;
    max-width: 750px;
  }
  .header {
    width: 750px;
    height: 190px;
  }
  .header .col1 {
    width: 750px;
  }
  .header .col1 h2 {
    width: 524px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .header .col1 p {
    float: left;
    display: block;
    height: 30px;
    width: 464px;
    line-height: 30px;
    text-align: right;
    padding-right: 60px;
  }
  .header .col2 {
    margin-left: 110px;
  }
  .left {
    float: none;
    height: auto;
  }
  .center {
    float: none;
    height: auto;
  }
  .right {
    float: none;
    height: auto;
  }
  footer .help {
    width: 100%;
    padding: 20px;
    text-align: left;
    line-height: normal;
    font-size: 28px;
  }
  footer .app_info {
    width: 750px;
    margin-left: 0;
  }
  footer .store_btns {
    width: 750px;
    text-align: center;
  }
  footer .store_info p {
    margin-left: 10px;
    font-size: 13px;
  }
  .dialog_scale1,.dialog_scale2,.dialog_scale1_window,.dialog_scale2_window {
    zoom: 1.0;
    -moz-transform: none;
  }
  .dialog_scale2,.dialog_scale2_window {
    -webkit-transform: none;
    transform: none;
    left: 0;
    position: static;
    -moz-transform-origin: 50% 50% 0;
    margin: auto;
  }
  .dialog_scale2_window img{
    width:100%;
  }

  #info.info {
    padding-top: 0px;
  }
  #info.info .info_header {
    width: 750px;
  }
  #info.info .info_header button {
    right: 60px;
  }
  #info.info .info_window {
    width: 750px;
    height: 900px;
  }
  #info.info .info_window article {
    width: 690px;
    margin-top: 50px;
    margin-left: 30px;
  }
  #info.info .info_window h2 {
    width: 690px;
    font-size: 38px;
    margin-bottom: 30px;
  }
  #info.info .info_window ul {
    margin-bottom: 60px;
    margin-left: 40px;
  }
  #info.info .info_window li {
    font-size: 26px;
    margin-bottom: 18px;
  }

  #sec_skill_tree .tree table {
    border-spacing: 37px 5px;
  }
  #sec_skill_list {
    margin-left: 20px;
    margin-bottom: 0;
  }
  #sec_skill_list ul {
    height: auto;
    overflow: visible;
  }
  #sec_equip_list {
    margin-left: 20px;
    margin-bottom: 0;
  }
  #dialog textarea {
    font-size: 14pt;
    width: 100%;
  }
  .dialog .dialog_window .dialog_body {
    width: 400px;
    height: 110px;
    margin-top: 36px;
    margin-left: 108px;
    margin-bottom: 5px;
  }
  /*#sec_equip_list ul {
    display: inline;
    width: auto;
    height: auto;
    overflow: visible;
  }
  #sec_equip_list .buttons {
    position: fixed;
    bottom: 0px;
    margin-top: 0;
    background-color: #fff;
  }*/
  .btn4:hover,.btn4:active {
    background-image: url("../img/btn4_off.png");
    background-position: 3px 3px;
  }
  .btn4_on:hover,.btn4_on:active {
    background-image: url("../img/btn4_on.png");
    background-position: 0px 0px;
  }
  .btn5:hover,.btn5:active {
    background-image: url("../img/btn5_off.png");
    background-position: 3px 3px;
  }
  .btn5_on:hover,.btn5_on:active {
    background-image: url("../img/btn5_on.png");
    background-position: 0px 0px;
  }

  .txt_alert{
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3
  }
  .txt_alert>span{
    display: table;
    margin: auto;
    height: auto;
    line-height: auto;
  }
  .txt_alert .txt_alert_detail {
    display: table;
    margin: 0 10px;
    width: auto;
  }
  .txt_alert .txt_alert_detail li {
    margin: 0 10px 5px 10px;
  }

  #contents {
    max-height: initial;
    max-height: auto;
  }
}