@charset "utf-8";

/**
 * NHN PlayArt ICARUS公式サイト
 * @require 必要な環境、フレームワーク類があれば記述
 */

/*----------------------------------------
 
 大見出し
 
----------------------------------------*/
html, body {}
#smallHeader .wrap, #simpleHeader .wrap {
  width: 998px!important;
}
#gameStart, #loginPanel {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 270px;
}
#gameStart {
  top: 172px;
}
#loginPanel {
  top: 372px;
}
/* footArea
-------------------------------------------------- */
#footerWrap{
  position:relative;
  min-width:980px;
  height:179px;
  background-color:#fff;
  overflow:hidden;
  border-top: 1px solid #cccccc;
}
#footArea{
  width:998px;
  margin:0 auto;
  padding:18px 6px 0 4px;
  letter-spacing:0;
}
#footArea #footer li a{
  color: #505050;
}
#footArea .logos p{
  float:left;
  padding-left:20px;
}
#footArea .logos p.nhnLogo{
  padding:4px 0 0 0;
}
#footArea .logos p.nhnLogo img{
  vertical-align: bottom;
}
#footArea address{
  color:#a3a3a3;
  font-family:Verdana;
  font-size:11px;
  font-style:normal;
  line-height:15px;
  padding:0 0 0 300px;
}
#footArea ul{
  padding:8px 0 10px 300px;
}
#footArea li{
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  padding-right: 10px;
  *margin-right:12px;
  *padding-right:0;
  line-height: 18px;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/img_line.gif) no-repeat right 2px;
}
#footArea li.last{
  background: none;
}
#footArea .spec{
  float:right;
  width:222px;
  overflow:hidden;
}
#footArea .spec:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#footArea .spec img{
  vertical-align:top;

}
#footer .notice {
  padding: 12px 0 0 300px;
  font-size: 11px;
  color: #707070;
}
#wrap #srvcLstsArea {
  margin-top: 0;
}

/*----------------------------------------
 中見出し
----------------------------------------*/
#hgGameStart {
  overflow: hidden;
  width: 278px;
  height: 200px;
}
#hgGameStart a {
  outline: none;
  text-decoration: none;

}

#hgLoginPanel {
  overflow: hidden;
  width: 242px;
  height: 162px;
  background-color: #ffffff;
  padding:18px 18px 0;
  font-family: "Meiryo", "MS P Gothic", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
}

#hgLoginPanel .logout, #hgLoginPanel .setMainChara {
  padding: 4px 4px 0;
}
#hgLoginPanel a {
  outline: none;
  text-decoration: none;
}
#hgLoginPanel input {
  width: 144px;
  height: 24px;
  counter-reset: #c2c2c2;
  border: 1px solid #ebebeb;
  padding: 0 4px;
  margin-bottom: 6px;
  font-size: 12px;
}
#hgLoginPanel .btnLogin {
  position: absolute;
  top: 22px;
  left: 182px;
  width: 74px;
  height: 58px;
  padding: 0;
  margin: 0;
  border: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 58px;
  color: #9ce0ea;
  background-color: #2dc8da;
  text-align: center;
}
#hgLoginPanel .btnLogin.active {
  color: #ffffff;
}
#hgLoginPanel .txtForgot {
  text-align: center;
  line-height: 28px;
  height: 36px;
}
#hgLoginPanel .btnRegister {
  display: inline-block;
  text-align: center;
  width: 234px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  color: #ffffff;
  background-color: #fd974c;
}
#hgLoginPanel .btnProfile {
  display: inline-block;
  text-align: center;
  width: 234px;
  height: 42px;
  font-size: 16px;
  line-height: 44px;
  color: #707070;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  padding-left: 16px;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/bg_arrow.png) no-repeat 20px 55% #ffffff;
  margin-top: 6px;
  margin-bottom: 6px;
}
#hgLoginPanel .btnQNA {
  display: inline-block;
  text-align: center;
  width: 234px;
  height: 40px;
  font-size: 11px;
  line-height: 20px;
  color: #707070;
  background-color: #F7F7F7;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  margin-bottom: 6px;
  font-family: "ＭＳ Ｐゴシック", serif;
}
#hgLoginPanel .btnQNA > span {
  color: #569AE1;
}
#hgLoginPanel .btnBuyYP {
  display: inline-block;
  text-align: center;
  width: 234px;
  height: 42px;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  background-color: #2DC8DA;
  cursor:pointer;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}
#hgLoginPanel .btnBuyYP.disabled {
  color: #B5B5B5;
  background-color: #C9C9C9;
  cursor:default;
  text-shadow: -1px -1px 1px #ffffff;
}
#hgLoginPanel .ext1 {
  color: #44bdd7;
  font-size: 12px;
}
#hgLoginPanel .ext1:after {
  content: 'を忘れた方';
  color: #777777;
}

/* 小見出し */

.termsBefore, .termsAgree, .termsAfter {
  height: 696px;
  text-align: center;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/bg_term.jpg) no-repeat center 0;
  padding-top: 30px;
}
.termsAgree {
  height: 530px;
  padding-top: 196px;
}
.termsBefore img, .termsAgree img, .termsAfter img {
  border: none;
  display: block;
  margin: 0 auto;
}
.termsBefore>p, .termsAgree>p, .termsAfter>p {
  padding-top: 50px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 30px;
}
.termsBefore .termsLogo {
  margin-bottom: 30px;
}
.termsAgree .termsLogo {
  margin-bottom: 50px;
}
.termsAfter .termsLogo {
  margin-bottom: 100px;
}
.termsBefore .register {
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/txt_register.png) no-repeat center 0;
}
.termsAgree .agree {
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/txt_agree.png) no-repeat center 0;
}

.terms {
  width: 854px;
  height: 290px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  padding: 8px;
  overflow-y: scroll;
  font-size: 13px;
  text-align: left;
  color: #808080;
  background-color: #ffffff;
}
.terms h2 {
  padding-left: 10px;
  line-height: 24px;
  color: #4c4c4c;
}
.terms h3 {
  line-height: 24px;
}
.terms p {
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 20px;
}
.terms ul {
  margin-bottom: 24px;
}
.terms li {
  list-style: disc;
  margin-left: 24px;
  line-height: 20px;
  margin-bottom: 20px;
}
.agreeForm {
  margin-top: 20px;
  line-height: 20px;
  text-align: center;
}
.agreeForm input {
  line-height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.agreeForm input#rbt2 {
  margin-left: 15px;
}
.agreeForm .btnAgreeTerm {
  display: block;
  margin: 12px auto 0;
  width: 312px;
  height: 75px;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/btn_register.png) no-repeat 0 0;
  border: none;
  outline: none;
  text-indent: 150%;
  overflow: hidden;
  cursor: pointer;
}
.agreeForm .btnAgreeTerm:hover {
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/btn_register_on.png) no-repeat 0 0;
}

.termsAgree .btnDownload {
  text-indent: 150%;
  line-height: 67px;
  overflow: hidden;
  display: block;
  margin: 12px auto 0;
  width: 312px;
  height: 75px;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/btn_download.png) no-repeat 0 0;
}
.termsAgree .btnDownload:hover {
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/btn_download_on.png) no-repeat 0 0;
}
.termsAfter .terms {
  height: 456px;
}

.hc_purchase {
  width: 660px;
}
.hc_account {
  display: block;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  color: #000000;
  margin-bottom: 36px;
}
.hc_account .hc_ttl {
  position: relative;
  width: 200px;
  height: 100px;
  background-color: #E2E2E2;
  text-shadow: 1px 1px 1px #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}
.hc_account .hc_list {
  display: block;
  position: absolute;
  top: 0;
  left: 200px;
  width: 460px;
}

.hc_account .hc_info {
  display: inline-block;
  width: 366px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-align: right;
  padding-right: 94px;
}
.hc_account .hc_info:first-child {
  border-bottom: 1px solid #E2E2E2;
}
.hc_account .hc_info > span {
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
}
.hc_buy {
  width: 660px;
  position: relative;
}
.hc_buy .hc_ttl {
  position: relative;
  width: 330px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  font-family: "MS PGothic", sans-serif;
  line-height: 24px;
}
.hc_buy .hc_btn {
  display: block;
  position: absolute;
  top: 0;
  left: 330px;
  width: 330px;
}
.hc_buy .hc_btnBuy {
  display: inline-block;
  color: #ffffff!important;
  width: 200px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FF6900;
  text-align: center;
  margin-bottom: 10px;
}
.hc_buy .hc_btnGuide {
  display: inline-block;
  font-family: "MS PGothic", sans-serif;
  font-size: 11px;
  padding: 0 20px 0 0;
  margin: 0 0 0 42px;
  text-decoration: underline!important;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/icon_arrow_01.png) no-repeat 100% 0;
}
.hc_table {
  width: 660px;
  margin-top: 60px;
}
.hc_table > ul {
  width: 660px;
  border-top: 2px solid #7A7A7A;
  border-bottom: 2px solid #7A7A7A;
}
.hc_table > ul > li {
  height: 50px;
  border-top: 1px solid #E9E9E9;
}
.hc_table > ul > li.hc_listHead {
  border-top: none;
  border-bottom: 2px solid #7A7A7A;
  background-color: #EEEEEE;
  font-weight: bold;
  text-indent: 0;
}
.hc_table .hc_yp, .hc_table .hc_item, .hc_table .hc_btn {
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 13px;
  font-family: "MS PGothic", sans-serif;
}
.hc_table .hc_yp span, .hc_table .hc_item span, .hc_table .hc_btn span {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
.hc_table .hc_yp {
  width: 200px;
  text-indent: 60px;
  text-align: left;
}
.hc_table .hc_listHead .hc_yp {
  text-indent: 0;
  text-align: center;
}
.hc_table .hc_item {
  width: 270px;
  text-indent: 96px;
  text-align: left;
  background: url(http://images.hangame.co.jp/r02/game/icarus/official/r01/icon_yen_01.png) no-repeat 80px 48%;
}
.hc_table .hc_listHead .hc_item {
  text-indent: -20px;
  text-align: center;
  background-image: none;
}

.hc_table .hc_btn {
  width: 190px;
}
.hc_table .hc_btn .hc_btnBuy {
  display: inline-block;
  width: 90px;
  height: 30px;
  background-color: #2DC8DA;
  color: #ffffff!important;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}
.hc_warning {
  width: 660px;
  margin-top: 40px;
  font-family: "MS PGothic", sans-serif;
}
.hc_warning .hc_notice {
  margin-bottom: 10px;
}
.hc_warning .hc_notice > li {
  color: #707070;
  font-size: 12px;
  line-height: 20px;
  margin-left: 20px;
  margin-bottom: 6px;
  list-style: disc;
}
.hc_warning .hc_important {
  color: #e60012;
  font-size: 12px;
  line-height: 24px;
  marign-bottom: 12px;
}
