@charset "utf-8";
/* CSS Document */


/* vol3 P5
---------------------------------------*/

/*体験ワークショップの流れ*/

.mainArea .flowBox {
	width: 960px;
	margin-left: 15px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.mainArea .flowBox ul{
	overflow: hidden;
	_zoom:1;
}

.mainArea .flowBox ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.mainArea .flowBox ul li dl dd {
	font-size: 12px;
	line-height: 20px;
	width: 260px;
}

/* 01 */
.mainArea .flowBox ul .flow1 {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_04_bg.gif) no-repeat right;
}

.mainArea .flowBox ul .flow1 dl {
	margin-left: 29px;
	width: 300px;
	height: 230px;
}

/* 02 */
.mainArea .flowBox ul .flow2 {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_08_bg.gif) no-repeat right;
}

.mainArea .flowBox ul .flow2 dl {
	margin-left: 29px;
	width: 300px;
	height: 200px;
}

/* 03 */
.mainArea .flowBox ul .flow3 {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_12_bg.gif) no-repeat right;
}

.mainArea .flowBox ul .flow3 dl {
	margin-left: 29px;
	width: 300px;
	height: 200px;
}

/* 04 */
.mainArea .flowBox ul .flow4 {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_16_bg.gif) no-repeat right;
}

.mainArea .flowBox ul .flow4 dl {
	margin-left: 29px;
	width: 300px;
	height: 200px;
}

/* 05 */
.mainArea .flowBox ul .flow5 {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_20_bg.gif) no-repeat right;
}

.mainArea .flowBox ul .flow5 dl {
	margin-left: 29px;
	width: 300px;
	height: 200px;
}

/* 06 */
.mainArea .flowBox .btm {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_25.gif) no-repeat bottom;
	padding-bottom: 46px;
	margin-bottom: 30px;
}

.mainArea .flowBox .btm .flow6 {
	background: url(/world/choroko/../vol4/images/vol3_img_fb_24_bg.gif) no-repeat right;
}

.mainArea .flowBox .btm .flow6 dl {
	margin-left: 29px;
	width: 300px;
	height: 200px;
}

.mainArea .flowBox .note {
	text-align: right;
	overflow: hidden;
	_zoom:1;
}

.mainArea .flowBox .note dt {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: right;
}

.mainArea .flowBox .note dd {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	float: right;
}

.mainArea .flowBox .note dd span {
	font-weight: bold;
	color: #000;
}










