@charset "utf-8";
@import url("../../style/global.css");
@import url("../../style/common_shop.css");

h1{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 25px;
	text-align:center;
	margin:0;
	line-height:50px;
	background-color:#f2f2f2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	box-shadow: 0 1px 2px rgba(0,0,0,0.66);
}



/*チケットエリア*/
section{
	width:95%;
	margin:20px 0 30px 8px;
	border: 1px solid #ee1415;
	border-radius: 13px;
}

h2{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 25px;
	line-height:50px;
	border-radius: 13px 13px 0 0 / 13px 13px 0 0;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fe585c), to(#ed0408));
	background-image: -webkit-linear-gradient(top, #fe585c, #ed0408);
	background-image: -moz-linear-gradient(top, #fe585c, #ed0408);
	background-image: -o-linear-gradient(top, #fe585c, #ed0408);
	background-image: -ms-linear-gradient(top, #fe585c, #ed0408);
	background-image: linear-gradient(to bottom, #fe585c, #ed0408);
}

h2 img{
	margin:2%;
}

#discount-title{
	width:100%;
	height:40px;
	margin-bottom:20px;
	font-weight:bold;
	font-size: 18px;
	line-height:40px;
	text-align:center;
	background-color:#ffdae1;
}

.discount-table{
	width:90%;
	margin:0 auto 20px;
	text-align:left;
	border: 1px solid #858383;
	border-collapse: collapse;
}

.discount-table th{
	width:35%;
	padding:5px 0;
	margin:0;
	font-weight:normal;
	text-indent:10px;
	border-right: 1px solid #858383;
	border-bottom: 1px solid #858383;
	background-color:#e0e0e0;
}

.discount-table td{
	width:65%;
	padding:5px;
	margin:0;
	font-weight:bold;
	text-indent:5px;
	border-bottom: 1px solid #858383;
}

#discount-price{
	border-top:2px solid #858383;
}

tr#discount-price td{
	font-size:20px;
	color:#ff0000;
}