@charset "UTF-8";
/*-- ボタン押下式クーポンまわり --*/
.btndowncoupon_get > li {
	display: block;
	border-bottom:1px solid #ddd;
	box-sizing: border-box;
	padding: 15px 20px 15px 30px;
}
.btndowncoupon_get > li > dl {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.btndowncoupon_get > li > dl > dt {
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
.btndowncoupon_get > li > dl > dt > span {
	font-size: 13px;
	font-weight: normal;
	color: rgba(167,56,56,0.8);
	display: block;
}
.btndowncoupon_get > li > dl > dt > span.off {
	color: #000;
}
.btndowncoupon_get > li > dl > dd {
	width: 175px;
	text-align: center;
}
.btndowncoupon_get > li > dl > dd > a {
	font-size: 13px;
	color: #888;
	position: relative;
}
.btndowncoupon_get > li > dl > dd:not(:last-child) > a:after {
	content:"";
	width: 6px;
	height:6px;
	margin-top:-3px;
	border-top:1px solid #888;
	border-right:1px solid #888;
	position:absolute;
	top: 50%;
	right: -10px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btndowncoupon_get > li > dl > dd:last-child {
	width: 155px;
	margin: 0 auto;
	text-align: center;
}
.btndowncoupon_get > li > dl > dd:last-child > a.get_btn {
	display: block;
	width: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(/static/lite/images/detail/detail_coupon_btn.png) no-repeat 100px rgba(167,56,56,0.8);
    background-size: 20px 20px;
}
.btndowncoupon_get > li > dl > dd:last-child > span.unget_btn {
	display: block;
	width: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(/static/lite/images/detail/detail_coupon_btn.png) no-repeat 100px #b3b3b3;
    background-size: 20px 20px;
}
.btndowncoupon_get > li > dl > dd:last-child > span.acquired {
	display: block;
	width: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: url(/static/lite/images/detail/detail_coupon_btn.png) no-repeat 120px #b3b3b3;
    background-size: 20px 20px;
}
.btndowncoupon_get > li > .error {
	margin-top: 10px;
	text-align: left;
	display: none;
}
.btndowncoupon_get > li > .error > .title {
	color: rgba(167,56,56,0.8);
}
#btndowncoupon-logindialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 550px;
	height: 335px;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 50px;
	border-radius: 0;
	z-index: 20000;
}

#btndowncoupon-logindialog.large {
	height: 520px;
}
#btndowncoupon-logindialog.middle {
	height: 380px;
}
#btndowncoupon-logindialog .login_message {
    margin-bottom: 15px;
    display: inline-block;
}
#btndowncoupon-logindialog p {
	font-size: 10px;
	margin: 0px 0px 15px 8px;
	padding: 0px 0px 0px 8px;
}
#btndowncoupon-logindialog h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px #000 solid;
    text-align: left;
}
#btndowncoupon-logindialog dl dd {
	position: relative;
}
#btndowncoupon-logindialog input {
	border: 1px solid #ccc;
	box-sizing: border-box;
	line-height: 42px;
	padding: 0 7px;
	margin: 0 auto 15px auto;
	width: 100%;
}

#btndowncoupon-logindialog input.member_login {
	margin-bottom: 4px;
}

#btndowncoupon-logindialog input:focus {
	background: #FFF;
	color: #000;
}
#btndowncoupon-logindialog input.member_login {
	margin-bottom: 4px;
}
#btndowncoupon-logindialog .loginArea .bdc-submitBtn {
	/*	mod 20171016
	width: 150px !important;
	height: 35px;
	*/
	color: #fff;
	letter-spacing: normal;
	background: #272727 none repeat scroll 0 0;
	display: block;
	padding: 0;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: none;
	width: 290px;
	border-radius: 0;
	margin: 0 auto 36px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Metrophobic', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}
#btndowncoupon-logindialog .inputArea dd .visible-toggle {
    color: #555;
    position: absolute;
    right: 5%;
    top: 10%;
}
#btndowncoupon-logindialog .loginArea .bdc-entryBtn {
	/*	mod20171016
	width: 150px !important;
	height: 35px;
	*/
	color: #fff;
	/*line-height: 35px;*/
	letter-spacing: normal;
	display: block;
	margin: 0 auto 90px auto;
}
#btndowncoupon-get-info,
#btndowncoupon-none-info,
#btndowncoupon-unget-info {
	display: none;
	/*position: absolute;*/
	position:fixed;
	background: #000;
	opacity: 0.6;
	width: 300px;
	height: 90px;
	margin:auto;
	padding: 40px;
	z-index: 30000;
	top: 0 !important;
	right: 0;
	bottom: 0;
	left: 0 !important;
}
#btndowncoupon-get-info h2,
#btndowncoupon-none-info h2,
#btndowncoupon-unget-info h2 {
	color: #fff;
	text-align: center;
}
#btndowncoupon-get-info span,
#btndowncoupon-none-info span,
#btndowncoupon-unget-info span {
	color: #fff;
	text-align: center;
	display: block;
	padding: 20px;
	border: 1px solid #fff;
	margin: 20px 0;
}
.coupon_text {
	margin: 30px auto;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
}
.btn_area {
	text-align: center;
	margin: 50px auto;
}
.btn_area .coupon + .coupon {
	margin-top: 30px;
}
.double-btn {
	margin:10px 0 30px;
	height:100px;
}
.double-btn .btn-left {
	float:left;
	width:46%;
}
.double-btn .btn-right {
	float:right;
	width:46%;
}
