@charset "UTF-8";

img,a,p,ul,li{
	margin: 0;
	padding: 0;
}

.ticket_box{
	width: 610px;
	background: black url(../discount/images/ticket_box_bg.png) repeat-x;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	border-radius: 8px;
	border: 1px solid #fff;
}
.shop_data{
	color: white;
	padding: 7px 10px 0;
}
.shop_data a{
	font-size: 24px;
}
.shop_link{
	text-align: right;
	padding-right: 10px;
}


.pokiwari{
	background: white url(../discount/images/discount_table/poki_top.jpg) no-repeat;
	border: 2px solid #e41e00;
}
.tokuwari{
	background: white url(../discount/images/discount_table/toku_top.jpg) no-repeat;
	border: 2px solid #f88f00;
}
.yoruwari{
	background: white url(../discount/images/discount_table/yoru_top.jpg) no-repeat;
	border: 2px solid #f43b76;
}

.pokiwari,.tokuwari,.yoruwari{
	width: 600px;
	height: auto;
	margin: 10px auto 10px;
	border-radius:8px;
	font-size: 12px;
	color: #333;
}

.d_title{
	width: 435px;
	height: 55px;
	color:#fff;
	margin-left: 165px;
	font-size: 24px;
	line-height: 2.3;
}
.d_title a{
	color:#fff;
}
.d_exp{
	height: 20px;
	text-align: right;
	color: white;
}

.d_condition,.d_content{
	background: #f4f0db;
	padding: 2px 5px;
}
.d_condition b,.d_content b,table.discount td b,table.discount td strong,.d_btn b{
	color: red;
}

.d_content{
	margin: 10px;
}

table.discount {
	width: 570px;
	border-collapse: collapse;
	background: #f4f0db;
	margin: 10px auto;
	font-size: 13px;
	text-align:center;
}
table.discount th,table.discount td{
	border: 1px solid #d6cdb3;
	padding: 2px;
}
table.discount th {
	padding-left:5px;
}
table.discount td {
	background: white;
}
table.discount td strong{
	font-size: 18px;
}

.d_btn{
	width: 570px;
	margin: 10px auto;
	padding-top: 5px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px dotted black;
}