@charset "UTF-8";

#coupon_cpn div#contentsWrapper {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	color: #333;
}

#contentsWrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contentsWrapper a {
	color: #189bc4;
	text-decoration: underline;
}

#coupon_cpn .inner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

div#kv {
	background: url(https://r.r10s.jp/evt/event/incentive/ichiba/coupon/other/20250705300food/img/bg_main.jpg)no-repeat center top;
	height: 392px;
    position: relative;
    background-size: cover;
}

div#kv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.date{
    text-align: center;
    margin: 24px 0 30px;
    font-size: 16px;
}
.date a{
  text-decoration: underline;
}

.date span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 0;
}

div#conpon {
	padding-bottom: 40px;
}


div#conpon ul{
	padding: 30px 0 50px;
}
div#conpon ul::after{
	clear: both;
	content: "";
	display: block;
}
div#conpon ul li{
	float: left;
	/* width: calc(95% / 3); */
	margin-right: 20px;
}
div#conpon ul li a{
	cursor: pointer;
}
div#conpon ul li:last-child{
	margin-right: 0;
}
div#conpon ul li span{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;    
}

div#shopList {
	padding-bottom: 40px;
}
div#shopList h2,p{
	margin-bottom: 40px;
}

/*
div#shopList img:nth-child(2){
	margin-bottom: 20px;
	
}
div#shopList img:nth-child(3){
	
}
*/

.sec_item{
	padding: 2em 0;
}

#coupon_cpn .summary {
  margin-bottom: 20px;
}

#coupon_cpn .summary table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

#coupon_cpn .summary table caption {
	background-color: #2bb3a5;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px;
  }
  
  #coupon_cpn .summary table tr th,
  #coupon_cpn .summary table tr td {
	border: 1px solid #404c4b;
	padding: 10px 20px;
  }
  
  
  #coupon_cpn .summary table tr td {
	text-align: left;
  }
  
  
  #coupon_cpn .summary table tr th{
	background-color: #b6e4df;
	  width: 340px;
  }