@charset "utf-8";

.detail {
	position: relative;
	padding: 15px;
	margin: 0 20px 20px;
	border: 2px solid #fa7f7a;
	background: #fefbfb;
}

.detail figure {
	overflow: hidden;
	float: left;
	width: 180px;
	margin-right: 20px;
}

.detail figure img {
	max-width: 100%;
}

.detail figure figcaption {
	padding: 10px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #c0c0c0;
	font-size: 16px;
}
.detail figure figcaption a:hover {
	color: #c80037;
	text-decoration: underline;
}
.detail dl {
	margin-bottom: 30px;
	overflow: hidden;
}

.detail dl dt {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

.detail dl dd {
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: middle;
	font-size: 18px;
}

.detail dl dd s::after {
	content: "→";
	margin: 0 .5em;
}

.detail dl dd strong {
	display: block;
	color: #f00;
	font-weight: bold;
	font-size: 30px;
	text-indent: 2em;
}

.detail dl dd.off {
	padding: 2px 2em;
	background: #f00;
	color: #fff;
	font-weight: bold;
}

.detail .action {
	overflow: hidden;
	text-align: center;
}

.detail .action li.btn {
	clear: none;
	display: inline-block;
	margin: 0 10px;
}

.detail .regist {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255,0.5);
}

.detail .regist a {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 70%;
	margin: auto;
}

.close .detail .regist,
.close .detail .regist a {
	display: block;
}

.close .detail .open {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.closemsg {
	padding: 15px;
	margin-bottom: 20px;
	border: 2px solid #f00;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 116%;
}

.closemsg p {
	text-align: center;
}
.btn.clr03 a {
	height: 55px;
	line-height: 55px;
	color: #EC68B3 !important;
	text-decoration: none !important;
	font-size: 1.3em;
	border: 1px solid #EC68B3;
	background: #fff;
	text-align: center;
	border-radius: 8px;
}
.btn.clr03 a:hover {
	background: #fdf1f8;
}
.btn.clr01 a, .btn.clr01 input[type="submit"] {
	width: 144px;
	line-height: 36px;
	margin: 0 auto 10px;
	border: 1px solid rgba(40, 147, 53, 1);
	color: rgba(255, 255, 255, 1) !important;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #bfd255;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfd255),color-stop(93%, #8eb92a));
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#8eb92a',GradientType=0 );
}
.btn.clr02 a, .btn.clr02 input[type="submit"] {
	width: 144px;
	line-height: 36px;
	margin: 0 auto 10px;
	border: 1px solid #c9c9c9;
	color: #555 !important;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	text-shadow: 0px 2px rgba(255,255,255, 0.2);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	background: rgb(242,242,242);
	background: linear-gradient(135deg, rgba(242,242,242,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eaeaea',GradientType=1 );
}
.detail .action {
	overflow: hidden;
	text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.close .detail .regist:not(:target) {
		background-color: #fcfcfc\9;
		background-color: #fcfcfc;
		background-image: url(https://img.undernavi.com/portal/web/chugoku/shop/dir/specialsale/mask.jpg);
	}
}/* IE10 */