@charset "UTF-8";

body,ul,li,h1,h2,h3,h4,img,p{
	margin: 0;
	padding: 0;
	font-size: 13px;
}
ul,li{
	list-style: none;
}

body{
	text-align:center;
	background: white;
	color: black;
}

a{
	color: black;
}

#wrap{
	width:700px;
	margin:auto;
	text-align:left;
}

header{
	height: 70px;
	background: url(/discount/print/images/logo.png) no-repeat left;
	position: relative;
	margin: 5px 0;
}
h1{
	position: absolute;
	top: 17px;
	left: 150px;
	width: 435px;
}
h1 span{
	color: HotPink;
}
#print{
	position: absolute;
	top: 10px;
	right: 0;
}

ul#ticket{
	width: 100%;
	margin-bottom: 10px;
}
ul#ticket li{
	margin-bottom: 5px;
}
ul#ticket li h2 span{
	color: white;
}
li.pokkiri{
	border: 1px solid red;
}
li.pokkiri h2{
	background: red;
}
li.tokuwari{
	border: 1px solid orange;
}
li.tokuwari h2{
	background: orange;
}
li.discount{
	border: 1px solid HotPink;
}
li.discount h2{
	background: HotPink;
}
ul#ticket li h2,ul#ticket li p{
	padding: 2px 5px;
}
ul#ticket li p b{
	color: red;
}


table#shop{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
table#shop th,table#shop td{
	border: 1px solid #d6cdb3;
	padding: 2px 5px;
}
table#shop th{
	background: #f5efda;
	text-align: center;
}
table#shop td{
}
table#shop td b{
	color: red;
}

#close{
	text-align: center;
	margin-top: 10px;
}