
@charset "UTF-8";
/* =================================================================================================
　セゾンポイントモール - 欲しかった最新PCや最新家電を購入するなら今！抽選で永久不滅ポイント1,000ポイントがもらえるチャンス♪
　https://www.a-q-f.com/
　Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff !important;
}

/* ----------------------------------------------------------------------------
　ページスタイル
---------------------------------------------------------------------------- */
/* ページ背景色 */
.page {
  background-color: #fff;
}

/* リセット */
#lp h1, #lp h3, #lp h4, #lp h5, #lp dl, #lp dt, #lp dd, #lp strong, #lp address {
  margin: 0;
  padding: 0;
  text-align: left;
}

#lp {
  min-width: 950px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #333333;
  padding-bottom: 4rem;
}

/* パンくずナビ */
#lp #breadCrumb {
  width: 950px;
  margin: 0 auto 15px;
  display: none;
}

#lp #breadCrumb li {
  display: inline;
  font-size: 12px;
}

#lp #breadCrumb li strong {
  font-size: 12px;
}

#lp #breadCrumb li a {
  color: #3399ff;
}

/* リンク（デフォルトは下線無し） */
#lp a {
  text-decoration: none;
  cursor: pointer;
}

#lp a:hover {
  text-decoration: underline;
}

/* リキッド */
.liquid {
  margin: 0 auto;
  max-width: 1260px;
}

#new_header {
  margin-bottom: 0px !important;
}

#wrapper {
  padding-top: 0px !important;
}

#container,
#contentWrapper,
#mainContent {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

/* 赤字 */
.text_red {
  color: #a3171a;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
　背景
---------------------------------------------------------------------------- */
#wrapper {
  padding-bottom: 0px !important;
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#lp #main_area {
  background: url("/common/pc/img/contents/extra/ele/main_area_title.jpg") center 0 no-repeat;
  height: 340px;
  text-indent: -9999px;
  margin-bottom: 3rem;
}

/* ----------------------------------------------------------------------------
　コンテンツ
---------------------------------------------------------------------------- */
.contens {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

h2 {
	font-size: 1.5rem;
}

.date h2 , .detail h2 , .lineup h2 {
	display: inline-block;
	padding-bottom: 0.2rem;
	border-bottom: 2px solid #333333;
	margin-bottom: 1.4rem;
}

.date , .detail , .lineup {
	margin-bottom: 3.0rem;
}

.date p , .detail p {
	font-size: 1.0rem;
	line-height: 160%;
}

/* ----------------------------------------------------------------------------
　ラインナップ
---------------------------------------------------------------------------- */
.lineup ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lineup ul li {
	display: -webkit-flex;
	display: flex;
	width: 140px;
	border: 1px solid #333333;
}

.lineup ul li:nth-of-type(n+7) {
	margin-top: 20px;
}

.lineup ul li a {
	width: 100%;
	padding: 16px;
	color: #333333;
	position: relative;
}

.lineup ul li a:hover:after {
	content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ec5300;
  width: 100%;
  height: 100%;
}

.lineup ul li a .api_shopname {
	margin-top: 12px;
}




/* ----------------------------------------------------------------------------
　注釈
---------------------------------------------------------------------------- */
.attention h2 {
	margin-bottom: 0.8rem;
}
.attention>ul {
	background-color: #f7f7f7;
	padding: 1.3rem;
	text-align: left;
}
.attention>ul>li {
	font-size: 0.9rem;
	line-height: 160%;
	padding-left: 1em;
	text-indent: -1em;
}
.attention>ul>li:nth-of-type(n+2) {
	margin-top: 0.4rem;
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.page_top {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  background-color: #fff;
}




