@charset 'UTF-8';

/* ========================================
OUTLINE
	小田原籠清オフィシャルサイト
	籠清について - 小田原蒲鉾の歴史 CSS
	[/sui/history/]
======================================== */



div#main h3 {
	margin-bottom: 30px;
	}

div#main h4 {
	height: 30px;
	border-bottom: 1px solid #e5e7eb;
	}

div#main div {
	margin: 0 auto;
	}

div#main div p {
	margin-top: 1.2em;
	}


/* ----- 蒲鉾のはじまり ----- */

div#main div.chap01 {
	width: 339px;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	padding: 10px 250px 0 0;
	background: url("../history/images/img01.gif") no-repeat right top;
	}


/* ----- 小田原蒲鉾のはじまり ----- */

div#main div.chap02 {
	width: 329px;
	margin: 2.5em auto 3.5em;
	padding: 0 0 0 260px;
	background: url("../history/images/img02.gif") no-repeat 0% 70%;
	}


/* ----- 名産「小田原蒲鉾」の発展 ----- */

div#main div.chap03 {
	width: 339px;
	padding: 0 250px 3em 0;
	background: url("../history/images/img03.gif") no-repeat 100% 55%;
	}


