@charset "utf-8";

/*====================================================

ドスパラ仙台店 2022初売 

Copyright (c) THIRDWAVE CORP. All Rights Reserved.

====================================================*/

/*レスポンシブ対応は各ブロックに記載してください*/

.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
  width: 970px;
  color: #333;
  line-height: 1.6em;
  font-size: 14px;
  background-color:#FFF;
  margin: 0 auto;
  text-align: center;
}
#title {
	margin-bottom: 30px;
}
#lp_page h2.redBig {
	font-size:32px;
	font-weight:bold;
	color:#F00;
	line-height: 120%;
}
#lp_page p {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}
.sale {
  margin: 0 auto 80px;
}
.sale_info_ttl {
  margin: 0 0 30px;
  padding: 15px 10px 11px;
  background: #e60012;
  line-height: 1.1;
  color: #ffff00;
  font-size: 1.8rem;
  font-weight: bold;
}
.sale .tbl-set {
  display: table;
  width: 100%;
  margin: 40px 0 0;
}
.sale .tbl-set .cell {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.sale .tbl-set .cell img {
  width: 90%;
  margin: auto;
}
.sale a img {
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.3);
}
.notice {
  border: dashed 2px #e60012;
  color: #e60012;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
  display: block;
}
.update_ttl {
  font-weight: bold;
}
dl.update_box {
  border-top: solid 1px #e5e5e5;
}
dl.update_box dt {
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
dl.update_box dt:after {
  content: "：";
  font-weight: normal;
  position: absolute;
}
dl.update_box dd {
  text-align: left;
  border-bottom: solid 1px #e5e5e5;
  box-sizing: border-box;
}
#lp_page p.page_notes {
  font-size: 14px;
  text-align: left;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 969px){
	
	#container {
    	margin: 0 auto 20px;
    	padding-top: 0;
    	width: 100%;
	}
	
	#lp_page {
   		width: 97% !important;
	}
	#lp_page img {
    	max-width: 100%;
   		height: auto;
	}
	
}

@media screen and (min-width: 501px){
  dl.update_box dd {
    width: 500px;
    padding: 10px 16px 8px;
  }
}



/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 479px){
  #title {
    margin:0 auto;
    width: 96%;
  }
  #lp_page h2.redBig {
    font-size: 24px;
    line-height: 1.4em;
  }
  .sale {
    margin-bottom: 20px;
    text-align: center;
  }
  .sale .tbl-set {
    display: block;
    margin-top: 0;
  }
  .sale .tbl-set .cell {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .notice {
    width: 96vw;
    margin: 30px auto 20px !important;
    padding: 6vw;
    font-size: 22px !important;
  }
  .update_ttl {
    margin: 12vw auto 3vw !important;
  }
  dl.update_box {
    width: 96vw;
    margin: 0 auto;
  }
  dl.update_box dt {
    padding: 3vw 5vw 0;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    position: relative;
  }
  dl.update_box dd {
    padding: 1vw 5vw 3vw;
    display: block;
  }
}

@media screen and (min-width: 651px){
  .notice {
    width: 650px;
    margin: 40px auto 20px !important;
    padding: 40px;
    font-size: 1.8rem !important;
  }
  dl.update_box {
    width: 650px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  dl.update_box dt {
    width: 150px;
    padding: 10px 16px 8px;
    border-bottom: solid 1px #e5e5e5;
  }
  dl.update_box dt:after {
    content: "：";
    right: 0;
  }
  dl.update_box dd {
    padding: 10px 16px 8px;
  }
}
