@charset "utf-8";
/* CSS Document */

/*
===== CONTENTS ===========================================
  01. setGroup
  02. seat
==========================================================

/* -------------------------------------------------------
  01. setGroup
------------------------------------------------------- */
.setGroup {
	width		: 920px;
	margin		: auto;
	padding: 40px 0;
}
.setGroup #ph {
	width		: 300px;
	margin-right		: 10px;
}
.setGroup #textBlock {
	width		: 610px;
}
.setGroup #textBlock .content {
    background: url("../../img/bg_lineup.gif") ;
	padding	: 0;
	margin-bottom	: 1em;
	text-align: center;
}

.setGroup #textBlock2 {
	text-align: center;
	color: #cc223c;
	margin	: 1em 0;
	font-size       : 16px;
	font-weight: bold;
	line-height     : 1.6em;
}
.setGroup .content2 {
    background: url("../../img/bg_lineup.gif") ;
	padding	: 1em;
	margin	: 1em 0;
	font-size       : 16px;
	font-weight: bold;
	line-height     : 1.6em;
	text-align: center;
}

/* -------------------------------------------------------
  05. seat
------------------------------------------------------- */
.seat {
	width		: 920px;
	margin		: auto;
	padding: 20px 0 0;
}
.seat h2 {
	text-align: center;
	font-size       : 18px;
	font-weight: bold;
	line-height     : 1.6em;
}

.seat .infoText {
	width		: 290px;
	float  : left;
	padding	: 40px 0 0 16px;
}

.seat .infoText p.lead {
	margin		: 10px 0;
	padding-left		: 1.5em;
	font-size       : 18px;
	font-weight: bold;
	line-height     : 1.6em;
	text-indent: -1em;
}
.proglamBt {
	width		: 920px;
	padding-bottom: 20px;
}
.proglamBt img {
	float  : left;
	padding-left	: 16px;
}