@charset "utf-8";
body { background: url(../images/common/bg_ticket.png) top center repeat; }
h2 { background: #29abe2; }
div.textArea_c { line-height: 1.5em; }
#pageBox2 { 	width: 750px; }
div.ticketArea { border: 5px solid #ff7fa9; }
div.ticketArea_g { border: 5px solid #999; }
div.ticketArea h2 {
	text-align: left;
	background: none;
	color: #ff7fa9;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}
div.ticketArea_g h2 {
	color: #999;
}
strong { color: #ff7fa9; }
#pageBox2 {
	padding: 10px 20px;
}
#pageBox2 div.textArea {
	padding: 0;
	line-height: 1.5em;
}
div.ticketArea div.textArea span {
	color:#ff7fa9;
	font-weight: bold;
}
div.ticketArea_g div.textArea span {
	color:#999;
}

ul.kome { padding: 10px; }
ul.kome li {
	font-size: 80%;
	line-height: 1.5em;
}

div.btn {
	padding: 10px;
	background: #29abe2;
	text-align: center;
	margin: 5px 0;
}

div.ticketArea_g div.btn {
	background: #999;
}
h3 {
	color: #49a9e0;
	font-weight: bold;
	font-size: 1.25em;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	#pageBox2 {
		width: 95%;
		padding: 10px 0;
	}
	#pageBox2 div.textArea {
		padding: 0 10px;
	}
}