@charset "UTF-8";
@media print{
.spPart {
	display: none;
}
}


.middleBox {
	width:685px;
	padding: 0 0 30px 0;
	background-color:#FFFFFF;
	border:1px solid #D4C0AA;
	border-radius: 15px;
}

h1 {
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}
#present {
	width:685px;
	padding-bottom: 0;
}
.presentText{
	width:665px;
}
#toukou {
	margin-top: 30px;
	text-align: center;
}
#toukou img {
	margin: 10px auto;
}
.presentText p {
	padding: 0 10px;
}
.presentText2 {
	width:635px;
	margin: 0 auto;
	padding:0 10px;
}
.presentText2 p {
	text-align: center;
	padding: 0 10px;
}
.presentText2 h2 {
	margin: 20px 0 0;
	font-size: 18px;
}
.presentText2 .taishou {
	font-size: 16px;
	margin: 0 0 50px 1em;
}
.presentText2 .taishou span {
	color: #C0272D;
	text-decoration: underline;
}
.end > .inner {
  position: relative;
}
.end > .inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 1%;
  top: 10px;
  z-index: 1;
  width:98%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) center center no-repeat;
  border-radius: 15px;
	color: #fff;
}
.end > .inner:before {
  content: "キャンペーンは終了しました";
  display: block;
  position: absolute;
  left: 25%;
  top: 50%;
  z-index: 2;
  width: 14em;
  height: 100%;
	color: #fff;
	font-size: 200%;
	text-align:center; 
}
.presentText2 table {
	width: 100%;
	margin:10px auto;
	border-collapse: collapse;
	border:1px solid #ACACAC;
}
.presentText2 table th {
	padding: 10px 0;
	border-top:1px solid #ACACAC;
	border-right:1px solid #ACACAC;
	border-bottom:1px solid #ACACAC;
	background-color:#F2F2F2;
}
.presentText2 table td {
	width: 38%;
	text-align:center;
	border-right:1px solid #ACACAC;
	border-bottom:1px solid #ACACAC;
}
.presentText2 table th.can,
.presentText2 table td.can {
	font-size: 130%;
	font-weight: bold;
	color: #C0272D;
	background-color:#F7E5E6;
}
.presentText2 table br {
	display: none;
}

@media screen and (max-width:767px) {
.middleBox {
	width: 94%;
	padding: 0 0 20px 0;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 1px solid #D4C0AA;
	border-radius: 15px;
}

h1 img {
	width: 100%;
	height: auto;
}
#present {
	width:100%;
	margin: 15px auto 0;
	padding-bottom:0;
	border-top: none;
}
.presentText {
	width:100%;
	padding:0 10px ;
	background:none;
	
}
#toukou  {
	display: none;

}
.presentText p {
	line-height: 25px;
	margin-bottom: 10px;
}
.presentText2 {
	width:100%;
	background:none;
	
}	
.presentText2 p {
	text-align: left;
	line-height: 25px;
	margin-bottom: 10px;
}
.presentText2 p span {
	display: block;
	background-color: #FAD5D6;
	margin-bottom: 5px;
}
	
.presentText p span.obo {
	display: block;
	background-color: #FAD5D6;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
}	
.presentText p span {
	background-color: #FFFFFF;
}
		
.presentText2 p#kikan {
	font-size: 14px;
	text-align: center;
}
.end > .inner:after {
    border-radius: 10px;
    width: 98%;
    height: 100%;
    left: 1%;
    top: 1%;
  }
.end > .inner:before {
  content: "キャンペーンは終了しました";
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
	transform: translatex(-50%);
  z-index: 2;
  width: 7em;
  height: 100%;
	color: #fff;
	font-size: 200%;
	text-align:center; 
}
.presentText2 table {
	width: 100%;
}
.presentText2 table th {
	width: 32%;
}
.presentText2 table td {
	width: 34%;
	height: 60px;
}
.presentText2 table br {
	display: block;
	line-height: 1;
}
.presentText2 table th.can {
	font-size: 110%;
	font-weight: bold;
	color: #C0272D;
	background-color:#F7E5E6;
}

}






