

/* リセット */
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: #ECFFFF;

	/* ★ページ文字色 */
	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;

	}
	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 td {
		}
	div#format .sentences td {}

/* 紹介文 
------------------------- */
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: #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 table {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		height: 30px;
		vertical-align: middle;
		padding: 8px 10px;
	}

div#format th,td {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color:#E7F7F8;
		padding: 8px 10px;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
	}


div#format .siro{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color:#f5f5f5;
	}












