@charset "utf-8";
/* ===================================================================
CSS information

 file name  :popup.css
 style info :ポップアップのスタイル
=================================================================== */

#popup {
  margin: 0 !important;
}
/* ==============
  購入ガイド
============== */
#popup.guide #wrapper {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/bg_guide.gif) repeat-y 0 0;
  width: 790px;
  height: auto;
  padding: 60px 55px;
  min-width: 0;
}
#popup #wrapper .title {
  text-align: center;
  margin-bottom: 30px;
}
#popup .content_area {
}
#popup .content_area ul li {
  float: left;
  width: 250px;
  height: 50px;
  margin: 0 20px 20px 0;
  padding-top: 150px;
}
#popup .content_area ul.tokuten li:nth-of-type(2), #popup {
  margin: 0 0 20px 0;
}
#popup .content_area ul.normal li:nth-of-type(3), #popup .content_area ul li:nth-of-type(6), #popup .content_area ul li:nth-of-type(9), #popup .content_area ul li:nth-of-type(12), #popup .content_area ul li:nth-of-type(15) {
  margin: 0 0 20px 0;
}
#popup .content_area ul li div {
  margin: 0 auto;
  width: 230px;
}
#popup .content_area ul li.tsutaya div, #popup .content_area ul li.sony div, #popup .content_area ul li.hmv div {
  margin: 0 auto;
  width: 110px;
}
#popup .content_area ul li div p {
  float: left;
}
#popup .content_area ul li div p.left {
  margin-right: 10px;
}

#popup .content_area ul li.yamada {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_yamada.jpg) no-repeat 0 0;
  width:385px;
  height:52px;
  padding-top: 367px;
}
#popup .content_area ul .rakuten {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_rakuten.jpg) no-repeat 0 0;
  width:385px;
  height:52px;
  padding-top: 367px;
}
#popup .content_area ul li.geo {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_geo.jpg) no-repeat 0 0;
  width:385px;
  height:217px;
}

#popup .amiami {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_amiami.jpg) no-repeat 0 0;
}
#popup .imagin {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_imagin.jpg) no-repeat 0 0;
}
#popup .hmv {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_hmv.jpg) no-repeat 0 0;
}
#popup .joshin {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_joshin.jpg) no-repeat 0 0;
}
#popup .seven {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_7net.jpg) no-repeat 0 0;
}
#popup .sony {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_sony.jpg) no-repeat 0 0;
}
#popup .sofmap {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_sofmap.jpg) no-repeat 0 0;
}
#popup .tsutaya {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_tsutaya.jpg) no-repeat 0 0;
}
#popup .nojima {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_nojima.jpg) no-repeat 0 0;
}
#popup .happinet {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_happinet.jpg) no-repeat 0 0;
}
#popup .bigcamera {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_bigcamera.jpg) no-repeat 0 0;
}
#popup .furu1 {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_furu1.jpg) no-repeat 0 0;
}
#popup .media {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_media.jpg) no-repeat 0 0;
}
#popup .yodobashi {
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/guide/guide_yodobashi.jpg) no-repeat 0 0;
}
/* ==============
  発売応援サバゲーフィールド
============== */
.field{
  background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/field/bg.gif) repeat;
}
#field{
    width: 900px;
    margin: 0 auto;
}
#field p#fieldTitle{
  width: 798px;
  margin: 65px auto 0 auto;
}
 .field a{
  color: white;
  text-decoration: none;
  transition: color .3s;
}
#field a:hover{
  color: #7ce251;
}
#field table#survival{
  width: 800px;
  color: white;
  margin: 35px auto 50px auto;
  line-height: 1;
  background-color:rgba(15,29,4,.8);
  border-collapse: collapse;
}
#field #survival th,.field #survival td{
  padding: 15px;
  font-size: 16px;
  border: solid 1px #273817;
  box-sizing: border-box;
}
#field #survival th{
  width: 150px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
#field #survival td{
  text-align: left;
  width: 650px;
}
#field #survival .thead{
  width: 800px;
  font-size: 22px;
  text-align: center;
  background-color: #273817;
}


/* ==============
  パッチ配信
============== */

body.patch {
	background: #252525;
	line-height:1.2;
}

#patch {
	padding: 30px 15px 10px;
}

#patch dl {
	margin-bottom: 40px;
}

#patch dl:last-child {
	margin-bottom: 0;
}

#patch dl dt,
#patch dl dd {
	padding: 0 25px;
}

#patch dl dt {
	font-size: 24px;
	color: #d2001b;
	padding-bottom: 12px;
	border-bottom: 1px solid #323435;
}

#patch dl dd {
	padding-top: 20px;
	font-size: 16px;
	color: #dcdcdc;
}

#patch dl dd .attention {
	font-size: 12px;
}

#patch dl dd .mgnBtm25 {
	margin-bottom: 25px;
}

#patch dl dd p {
	margin-bottom: 3px;
}

#patch dl dd p.title {
	margin-bottom: 5px;
	font-size: 20px;
	color: #526bb4;
}

#patch dl dd ul {
	list-style: disc;
	padding-left: 23px;
}
#patch dl dd ul li {
	list-style: disc;
	margin-bottom: 3px;
}

#patch dl dd a {
	color: #fc0606;
	text-decoration: underline;
}


/* ==============
  DLC
============== */

body.dlc {
	background: url(https://media.spike-chunsoft.co.jp/pages/hfr/images/popup/dlc/bg.gif) no-repeat;
	line-height:1.2;
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
	background-color:#000;
}
.dlc dl{
	margin:40px 50px 50px;
	border-bottom:1px solid #666;
}
.dlc dl.nb{
	border-bottom:none;
}
.dlc dt{
	font-size:30px;
	font-weight:bold;
	color:#ff2a00;
	margin:0 0 20px;
}
.dlc dd{
	color:#fff;
	margin-bottom:50px;
}
.dlc dd.img{
	margin:20px 0;
}


/* ==============
  CLEARFIX
============== */

.clearfix {
  overflow: hidden;
  clear: both;
}
