

/* リセット */
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:#0000ff;}


/* （調整系）
------------------------------------------ */
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: #F5ECBB;

	/* ★ページ文字色 */
	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 {}
div#format .summary .sentences {
	padding: 10px 18px;
}
div#format .summary .sentences p {
	line-height: 1.6em;
}

/* ページ内ナビ 
------------------------- */
div#format .pagenavi {
	margin: 10px auto 18px auto;
	padding: 0px 20px;
	width: 864px;
	background: #FFF;
	border: double 3px #7f4f1f;
}
div#format .pagenavi li {
	margin: 0px 15px 0 0;
	float: left;
	/*list-style: disc;*/
	color: #7f4f1f;
}
div#format .pagenavi li a {
	display: block;
	padding: 0 0 0 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;
	background: transparent url("pagenavi_icon.gif") no-repeat scroll left top;}

/* 開催情報 
------------------------- */
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 {}


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: #333;
	background-color: #CCEDC5;
	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: #333;
	background-color: #CCEDC5;
	width: 140px;
	padding: 8px;
	}
div#format table.detail02 td {
	color: #333;
	background-color: #fff;
	line-height: 130%;
	padding: 8px 14px;
	width: 679px;
	}

/* ノベルティステッカー */
div#format .sticker_info {
	margin: 0 0 10px 0;
	background: #FFF;
	padding: 15px 0;
	border: 1px solid #DDD;
	width: 868px;
	text-align: center;
}
div#format .sticker_info p.sticker_img {
	font-size: 16px;
	font-weight: bold;
	color: #009933;
	margin-bottom: 5px;
}
div#format .sticker_info ul {
	margin-left: 14px;
}

div#format .sticker_info ul li {
	float:left;
}


/* ■カフェメニュー */
div#format .cafemenu {
}
	div#format .cafemenu h3 {
		font-weight:bold;
		color: #FFF;
		font-size: 18px;
		background: #805022;
		padding: 5px 10px;
		margin: 0 0 1em 0;
	}
	div#format .cafemenu dl {
		padding: 0 0 1em 1em;
		margin: 0 0 1em 0;
		border-bottom: dashed 1px #ccc;
	}
	div#format .cafemenu dl dt {
		float: right;
		margin-left: 1em
	}
	div#format .cafemenu dl dd {
		line-height: 130%;
	}
	div#format .cafemenu dl dd.m_name {
		font-weight: bold;
		margin: 0 0 0.5em 0;
		color: #663300;
	}
	div#format .cafemenu dl dd.m_price {
		margin: 0 0 0.5em 0;
	}


/* ■会場限定グッズ */
div#format .cafegoods {
}

	div#format .cafegoods .goods_image {
		float:left;
		width: 435px;
	}
	div#format .cafegoods .goods_image ul {
		width: 380px;
		height: 405px;
		margin: 15px auto;
		padding: 10px 15px 15px 15px;
		border: solid 2px #7f4f1f;
		background-color: #FFF;
	}
	div#format .cafegoods .goods_image ul li {
		text-indent: -1em;
		padding: 5px 0 0 1em;
		border-bottom: dashed 1px #bfa78f;
	}




