@charset "UTF-8";
/* var */
/* mixin */
/* extend */
/* %foams_flow {
	margin: 5px 0;
	dt {
		margin-top: 10px;
		padding: 10px 5px;
		background-color: $color_G_1;
		text-align: center;
		position: relative;
		&:before {
			margin-left: -(30px / 2);
			margin-top:  -30px;
			width: 30px;
			height: 30px;
			background: url(../images/steppe_number.png) no-repeat;
			position: absolute;
			left: 50%;
			content: "";
			}
		&.step_1 {
			margin-top: 25px;
		}
		&.step_2 {
			&:before {
				background-position: -30px top;
			}
		}
		&.step_3 {
			&:before {
				background-position: -(30px * 2) top;
			}
		}
	}
	dd {
		padding: 10px 5px;
		.notes {
			margin: 0;
		}
	}
} */
/* %input[type="checkbox"] {
	margin: 0;
	display: none;
	& + label {
		margin-bottom: 5px;
		padding: 9.5px;
		padding-left: 28px;
//			width: 49%;
		border: 1px solid $color_G_3;
		background-color: $color_G_4;
		display: block;
//			display: inline-block;
		position: relative;
		cursor: pointer;
		@include border_radius(5);
		@include box_shadow(rgba(0, 0, 0, 0.2) 0px 2px 0px 0px);
		@include box_sizing(border-box);
		@include font_size(14px);
		&:before {
			margin-top: -9px;
			width: 18px;
			height: 18px;
			border: 2px solid $color_G_5;
			background-color: $color_F;
			display: block;
			position: absolute;
			left: 6px;
			top: 50%;
			@include border_radius(3);
			@include box_shadow(rgba(0,0,0,0.2) 1px 1px 1px 0px inset);
			@include box_sizing(border-box);
		}
	}
	&:checked {
		& + label {
			background-color: rgba(107, 164, 57, 0.2);
			&:after {
				margin-top: -5px;
				width: 13px;
				height: 7px;
				border-left: 3px solid $color_G_6;
				border-bottom: 3px solid $color_G_6;
				content: "";
				display: block;
				position: absolute;
				top: 50%;
				left: 9px;
				@include box_sizing(border-box);
				@include transform_rotate(-45deg);
			}
		}
	}
} */
#detail_coupon .passbook_area .submit_btn {
  margin: 10px auto;
  padding: 12.5px;
  width: 95%;
  border: 3px solid #EFEFEF;
  background-color: #6BA439;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px -4px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px -4px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px -4px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px -4px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px inset;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*	span {
  		padding-left: 25px;
  		background: url(../images/sendmail_btn.png) left center no-repeat;
  		@include background_size(19);
  	} */
}
#detail_coupon .passbook_area .submit_btn:active {
  border-top: 5px solid #EFEFEF;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px -2px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -2px inset;
}

#detail_coupon .passbook_area .notes {
  margin: 0 5px;
  padding-left: 1em;
  line-height: 1.5;
}
#detail_coupon .passbook_area .notes:before {
  margin-left: -1em;
  content: "※";
}

/* %pagetop {
	width: 40px;
	height: 40px;
	background-color: $color_0;
	display: none;
//	display: block;
	position: fixed;
	right: 10px;
    bottom: 10px;
	z-index: 4;
	@include border_radius(4);
	&:before {
		font-family: "MS PGothic", "Euphemia UCAS", Arial, sans-serif;
		color: $color_F;
		font-weight: bold;
		position: absolute;
		left: 10px;
		top: 8px;
		content: ">";
		@include font_size(38px);
		@include transform_rotate(-90deg);
	}
	&:hover {
		@include opacity(0.75);
	}	
} */
#detail_coupon {
  margin-bottom: 10px;
}
#detail_coupon .coupon_catch {
  margin: auto 5px;
}
#detail_coupon .coupon_catch dl {
  border: 2px solid #C0392B;
  text-align: center;
}
#detail_coupon .coupon_catch dl dt {
  padding: 15px;
  background-color: #db695d;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
}
#detail_coupon .coupon_catch dl dd:first-of-type {
  padding: 10px;
  background-color: #C0392B;
  color: #FFF;
  font-weight: bold;
}
#detail_coupon .coupon_catch dl dd:last-of-type {
  padding: 5px;
  font-size: 12px;
}
#detail_coupon .passbook_area {
  margin: auto 5px;
}
#detail_coupon .passbook_area .notes {
  margin: 10px auto;
  font-size: 12px;
}
#detail_coupon .coupon_contents dl dt,
#detail_coupon .coupon_contents dl dd {
  padding: 10px;
}
#detail_coupon .coupon_contents dl dt {
  background-color: #EFEFEF;
  text-align: center;
  vertical-align: top;
}
#detail_coupon .coupon_contents dl dd {
  word-break: break-all;
  word-wrap: break-word;
}
#detail_coupon .coupon_contents dl dd a {
  color: #2ea1f0;
  text-decoration: underline;
}
#detail_coupon .coupon_contents dl dd a:hover {
  text-decoration: none;
}
#detail_coupon .coupon_contents dl dd img {
  max-height: 150px;
}

@media screen and (min-width: 768px) {
  #detail_coupon .coupon_contents dl {
    width: 100%;
    table-layout: fixed;
    display: table;
  }
  #detail_coupon .coupon_contents dl:first-of-type dd {
    border-top: none;
  }
  #detail_coupon .coupon_contents dl dt,
  #detail_coupon .coupon_contents dl dd {
    display: table-cell;
  }
  #detail_coupon .coupon_contents dl dt {
    width: 30%;
    border-top: 1px solid #FFF;
  }
  #detail_coupon .coupon_contents dl dd {
    width: 70%;
    border-top: 1px solid #EFEFEF;
  }
}

/*# sourceMappingURL=detail_coupon.css.map */
