

/* リセット */
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;}


/* （調整系）
------------------------------------------ */
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: #E5DCCB;

	/* ★ページ文字色 */
	color:#333;
	
	font-size: 14px;
	line-height: 140%;
	padding-bottom:10px;

}

/* 先行枠 
------------------------- */
div#format table.precede {
	margin: 0 auto 3px;
	width:870px;
}

	div#format table.precede th {
		border: 1px solid #28211c;
		padding: 0;
		margin: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;
		background-color:rgba(255,255,255,1.00);
	}
	div#format table.precede td.btn {
		text-align: center;
		width: 160px;
		background-color:rgba(255,255,255,1.00);
	}
	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 { padding:10px 0;}
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: #f8f7f7;
	padding: 10px;
}


div#format h3 {
	font-weight: bold;
	color: #2173BC;
	margin-bottom: 10px;
}

/* 価格 */
div#format dl.price {
	font-weight: bold;
	color: #c00;
}

/* 注釈 */
div#format ul.notes {
	font-size: 12px;
	margin-bottom: 12px;
}



/* 発売情報 
------------------------- */
div#format .sale { padding:10px 0;}


div#format table {
		border-top: 1px solid #28211c;
		border-left: 1px solid #28211c;
	}

div#format th,td {
		border-right: 1px solid #28211c;
		border-bottom: 1px solid #28211c;
	}


/* table 開催情報*/
div#format table.detail01 {
	width: 870px;
	border-collapse: collapse;
	}
div#format table.detail01 th {
	color: #584828;
	background-color: #E8DDC4;
	width: 140px;
	padding: 8px;
	}
div#format table.detail01 td {	
	color: #333;
	background-color: #fff;
	line-height: 130%;
	padding: 8px 14px;

	}


/* table 発売情報*/
div#format table.detail02 {
	width: 870px;
	border-collapse: collapse;
	}
div#format table.detail02 th {
	color: #584828;
	background-color: #E8DDC4;
	width: 140px;
	padding: 8px;
	}
div#format table.detail02 td {
	color: #333;
	background-color: #fff;
	line-height: 130%;
	padding: 8px 14px;
	width: 679px;
	}











