

/* リセット */
div#format h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,dl,li,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

div#format li,dt,dd {list-style: none;}
div#format img {border: none;}

/* リンク */
div#format a{color:#d00;}


/* table 基本CSS */
div#format table {
	width: 870px;
	border-collapse: collapse;
}

	div#format caption {}

	div#format th {
		color: #fff;
		background-color: #600;
		padding: 2px;
	}

	div#format td {
		color: #333;
		background-color: #fff;
		line-height: 130%;
		padding: 4px 14px;
	}



	/* ★ボーダーカラー指定 */
	div#format th,td {
		border: 1px solid #999;	
	}


/* （調整系）
------------------------------------------ */
div#format .tL {text-align: left;}
div#format .tR {text-align: right;}
div#format .tC {text-align: center;}
div#format .fL {float: left;}
div#format .fR {float: right;}
div#format .mb00 {margin-bottom: 0 !important;}

/* Clearfix */
div#format .clearfix {
	zoom: 100%;
}

div#format .clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* コンテンツ
------------------------------------------ */
div#format {

	/* ★ページ背景色 */
	background-color: #700716;

	/* ★ページ文字色 */
	color:#333;
	
	font-size: 14px;
	line-height: 140%;
	padding-bottom:10px;

}

/* 先行枠 
------------------------- */
div#format table.precede {
	margin: 0 auto 3px;
}

	div#format table.precede th {
		border: 1px solid #28211c;
		padding: 0;
		width: 280px;
	}
	div#format table.precede td {
		border: 1px solid #28211c;
		padding: 0;
		width: auto;
	}
	div#format table.precede td.date {
		font-weight: bold;
		text-align: center;
	}
	div#format table.precede td.btn {
		text-align: center;
		width: 160px;
	}
	p.note {
		text-align: center;
		font-size: 12px;
		margin-bottom: 18px;
	}

/* メインビジュアル */
div#format div.mainimage {
	margin-bottom: 18px;
}

/* 枠 */
div#format .section {
	margin: 0 12px 14px;
}

/* 見出し */
div#format h2 {}
div#format h3 {}

div#format .sentences {
	padding: 10px;
	background-color: #fff;
}
	div#format .sentences p {}


/* 紹介文 
------------------------- */
div#format .summary {}
div#format .summary .sentences {
	padding: 10px 18px;
}
div#format .summary .sentences p {
	line-height: 1.6em;
}


/* 開催情報 
------------------------- */
div#format .holding {}
div#format .bgc_wrapper {
	background-color: #fff;
	padding: 10px;
}


div#format h3 {
	font-weight: bold;
	color: #2173BC;
	margin-bottom: 10px;
}

/* 価格 */
div#format dl.price {
	font-weight: bold;
	color: #c00;
}

div#format li.price {
	font-weight: bold;
	color: #c00;
}

/* 注釈 */
div#format ul.notes {
	font-size: 12px;
	margin-bottom: 12px;
}

div#format li.notes {
	font-size: 12px;
	margin-bottom: 12px;
}


/* table */
div#format table.detail {}
	div#format table.detail th {}
	div#format table.detail td {}



/* 発売情報 
------------------------- */
div#format .sale {}

/* table */
div#format table.detail {}
	div#format table.detail th {}
	div#format table.detail td {}






