@charset 'UTF-8';

/* ========================================
OUTLINE
	小田原籠清オフィシャルサイト
	籠清茶房 - 小田原情報 CSS
	[/sabou/info/]

CONTENTS
	00：共通
	10：桜祭り
	20：おでん祭り
======================================== */



/* 00：共通
======================================== */

div#main img.lead {
	display: block;
	margin: 10px 0 12px;
	}



/* 10：桜祭り [index.html]
======================================== */

body.bdOda01 div#main div.sakuraCnt {
	padding: 10px 23px 25px;
	background: url("../info/images/idx_bg.jpg") no-repeat top left;
	}

body.bdOda01 div#main div.sakuraCnt h5 img,
body.bdOda01 div#main div.sakuraCnt div.exp img {
	float: none !important;
	margin: 0 !important;
	}

body.bdOda01 div#main div.sakuraCnt div.exp p {
	margin-top: 0.8em;
	padding-left: 13px;
	}


/* ----- 名産品 ----- */

body.bdOda01 div#main div.sakuraCnt div.dtl01 {
	margin-bottom: 10px;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl01 img {
	float: right;
	margin: 15px 28px 0 0;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl01 div.exp {
	float: left;
	width: 340px;
	}


/* ----- イベント広場 ----- */

body.bdOda01 div#main div.sakuraCnt div.dtl02 {
	margin-bottom: 22px;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl02 img {
	float: left;
	margin: 7px 0 0 13px;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl02 div.exp {
	float: right;
	width: 335px;
	padding-right: 12px;
	}


/* ----- かごせいブース ----- */

body.bdOda01 div#main div.sakuraCnt div.dtl03 img {
	float: right;
	margin: 10px 0 0 0;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl03 div.exp {
	float: left;
	width: 338px;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl03 div.exp div.hanakama {
	min-height: 68px;
	height: auto !important;
	height: 68px;
	margin: 1.5em 0 0 13px;
	padding: 12px 0 0 12px;
	border: 1px solid #e5e5e5;
	background: url("../info/images/idx_hanakama_bg.jpg") no-repeat top right;
	}

body.bdOda01 div#main div.sakuraCnt div.dtl03 div.exp div.hanakama img {
	display: block;
	margin-bottom: 15px !important;
	}



/* 20：おでん祭り [02.html]
======================================== */

body.bdOda02 div#main div.odenCnt {
	padding: 0 30px 20px 13px;
	background: url("../info/images/02_bg.jpg") no-repeat top left;
	}

body.bdOda02 div#main div.odenCnt h5 img,
body.bdOda02 div#main div.odenCnt div.exp img {
	float: none !important;
	margin: 0 !important;
	}

body.bdOda02 div#main div.odenCnt div.exp p {
	margin-top: 1.2em;
	padding-left: 25px;
	}


/* ----- おでんについて ----- */

body.bdOda02 div#main div.odenCnt div.dtl01 {
	margin-bottom: 15px;
	}

body.bdOda02 div#main div.odenCnt div.dtl01 h5 {
	margin-bottom: -1.2em;
	}

body.bdOda02 div#main div.odenCnt div.dtl01 img {
	float: right;
	margin: 25px 34px 0 0;
	}

body.bdOda02 div#main div.odenCnt div.dtl01 div.exp {
	float: left;
	width: 350px;
	}


/* ----- おでん祭り ----- */

body.bdOda02 div#main div.odenCnt div.dtl02 {
	margin-bottom: 20px;
	}

body.bdOda02 div#main div.odenCnt div.dtl02 img {
	float: left;
	margin: 0 0 0 17px;
	}

body.bdOda02 div#main div.odenCnt div.dtl02 div.exp {
	float: right;
	width: 328px;
	margin-top: -1.2em;
	}

body.bdOda02 div#main div.odenCnt div.dtl02 div.exp p {
	padding-left: 0;
	}


/* ----- かごせい ----- */

body.bdOda02 div#main div.odenCnt div.dtl03 img {
	float: right;
	margin: 0 13px 0 0;
	}

body.bdOda02 div#main div.odenCnt div.dtl03 div.exp {
	float: left;
	width: 350px;
	margin-top: -1.2em;
	}

body.bdOda02 div#main div.odenCnt div.dtl03 div.exp div.odenprd {
	min-height: 70px;
	height: auto !important;
	height: 70px;
	margin: 2em 0 0 25px;
	padding: 10px 0 0 11px;
	border: 1px solid #e5e5e5;
	background: url("../info/images/02_odenprd_bg.jpg") no-repeat top right;
	}

body.bdOda02 div#main div.odenCnt div.dtl03 div.exp div.odenprd img {
	display: block;
	margin-bottom: 15px !important;
	}



