@charset "utf-8";

#sub1 {
	margin-bottom: 25px;
}

#sub1_left {
	width: 265px;
	float: left;
}

#sub1_right {
	width: 600px;
	margin-left: 35px;
	float: right;
}

#sub2 {
	margin-bottom: 15px;
}

table#seat_list {
    width: 900px;
    border: 1px #9ca4d7 solid;
    border-collapse: collapse;
    border-spacing: 0;
}


table#seat_list th {
    padding: 5px;
    border: #9ca4d7 solid;
    border-width: 0 0 1px 1px;
	text-align: center;
	font-weight:normal;
}

table#seat_list td {
    padding: 10px;
    border: #9ca4d7 solid;
    border-width: 0 0 1px 1px;
    line-height: 120%;
}


table#sales_list {
    width: 900px;
    border: 1px #9ca4d7 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-top: 10px;
}


table#sales_list th {
    padding: 5px;
    border: #9ca4d7 solid;
    border-width: 0 0 1px 1px;
	text-align: center;
	font-weight:normal;
}

table#sales_list td {
    padding: 10px;
    border: #9ca4d7 solid;
    border-width: 0 0 1px 1px;
    line-height: 120%;
}

table#sales_list2 {
    width: 900px;
    border: 1px #9ca4d7 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-top: 10px;
}


table#sales_list2 th {
    padding: 5px;
    border: #9ca4d7 solid;
    border-width: 0 0 1px 1px;
	text-align: center;
	font-weight:normal;
}

table#sales_list2 td {
    padding: 10px;
    border: #9ca4d7 solid;
    border-width: 0 0 1px 1px;
    line-height: 120%;
}


.Petit {
	display:none;	
}

.notice {
	color: #b41f2e;
}

#seat_map {
	margin: 20px 0;
}

.seat_map img { 
	margin: 2px;
}

.pdf{
	margin: 12px 0;
}

.kome{
	margin: 10px 0 0 0;
}

.l-tike{
	font-weight:bold;
	color: #b41f2e;
}

.non{
	text-decoration: line-through;	
	color: #999999;
}

