@charset "utf-8";

/* ==========================================================================
   2015SP 共通・ベース設定
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 全体背景に back_grid.png を敷き詰め */
body {
  background-color: #000000;
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/LArquiz/images/back_grid.png");
  background-repeat: repeat;
  background-size: 350px auto;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* 汎用・ユーティリティ */
.font-bold {
  font-weight: bold;
}

.red-text {
  color: #e6111a;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 全体幅制限（スマホ表示向け） */
.container, .hero-header, .footer-2015 {
  max-width: 480px;
  margin: 0 auto;
}

.container {
  padding: 16px 12px;
}

/* ==========================================================================
   2015SP 共通ヘッダー & フッター
   ========================================================================== */
.hero-header {
  text-align: center;
  background-color: #000000;
}

.header-logo img {
  width: 100%;
}

/* 2015SP 赤フッター */
.footer-2015 {
  background-color: #e6111a;
  text-align: center;
  padding: 12px 10px;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

/* 2列ボトムナビゲーション (HOME / PAGE TOP) */
.bottom-nav-container {
  max-width: 480px;
  margin: 0 auto;
}

.bottom-nav {
  display: flex;
  border-top: 1px solid #777777;
}

.bottom-nav li {
  width: 50%;
}

.bottom-nav li:first-child {
  border-right: 1px solid #777777;
}

.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #888888 0%, #555555 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 10px;
  text-align: center;
  transition: opacity 0.2s;
}

.nav-btn:hover {
  opacity: 0.85;
}

/* ==========================================================================
   LArquiz ページ用スタイル (crossword.css 完全再現版)
   ========================================================================== */
.larquiz-title-img {
  margin-bottom: 15px;
}

/* 世界地図背景 (back_map.png) */
.map-bg-area {
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/LArquiz/images/back_map.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10px;
}

/* Lの透過ロゴ（back_L.png） */
.Limage {
  background-image: url("/static/larcenciel/transfer/feature/2015SP/JP/LArquiz/images/back_L.png");
  background-repeat: no-repeat;
  background-position: 0 30%;
  background-size: 75%;
}

/* テキストエリア */
.text_cw2015 {
  width: 90%;
  margin: auto;
  color: #ffffff;
  line-height: 28px;
  font-size: 15px;
}

/* 右側に配置される人物画像 (c_01.png) */
.man {
  float: right;
  height: auto;
  display: block;
}

/* 回り込み解除 */
.clearRight {
  clear: right;
}

/* 実施期間・ルール群 */
.rule-group {
  padding-left: 15px;
  font-size: 14px;
  line-height: 23px;
  margin-top: 25px;
}

.rule-item {
  margin-bottom: 15px;
}

.rule-item strong {
  font-size: 15px;
}

/* 赤字注意事項 */
.notice-red {
  width: 80%;
  margin: 20px auto 0;
  color: #e6111a;
  font-size: 12px;
  line-height: 18px;
}

/* 終了テキストエリア */
.btArea {
  width: 90%;
  margin: 30px auto 20px;
  display: block;
}

.closed-txt {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  font-size: 25px;
  color: #e6111a;
}