@charset "utf-8";

/* ************************
 REGZA
 HTML: /regza/detail/index.html
 Last Modified: 2009-03-09
 ************************ */
 
#detailContent h2 {
	margin:0 0 25px 0;
}

#detailContent div.section,
#detailContent div.eventSection {
	float:left;
	width:720px;
	margin:0 0 20px 0;
}

#detailContent div.section h3,
#detailContent div.eventSection h3 {
	padding: 5px 10px 5px 10px;
	margin: 0 0 15px 0;
	border-top: 4px solid #00421C;
	font-size: 110%;
	color: #00421C;
	background: url(../images/common_bg_h3.gif) left bottom #E5ECE8 no-repeat;
}

#detailContent div.section ul {
	width: 720px;
	background: url(../../../common/09/images/common_bg_dividerline.gif) left bottom transparent no-repeat;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	float: left;
}

#detailContent div.section ul li {
	width:168px;
	float:left;
	display:inline;
	margin:0 0 0 16px;
}

#detailContent div.section ul li.first {
	margin:0;
} 

#detailContent div.section ul li dl dt {
	margin:0 0 3px 0;
}

#detailContent div.section ul li dl dt a {
	background:url(../../common/09/images/common_arrow_green.gif) 0 2px transparent no-repeat;
	padding:0 0 0 14px;
}

#detailContent div.section ul li dl dt img.pdf {
	margin:0 0 0 2px;
	vertical-align:middle;
}

#detailContent div.section ul li dl dd img {
	margin:0 0 3px 0;
}

#detailContent p.note {
	font-size:84%;
	margin:5px 0 3px 0;
	line-height:1.2;
}


/* Campaign
----------------------------------------------------------- */
#detailContent div.section ul.campaign li {
	width:352px;
}


/* Event
----------------------------------------------------------- */
#detailContent div.eventSection ul {
	width:720px;
}

#detailContent div.eventSection ul li {
	float:left;
}

#detailContent div.eventSection ul li img {
	margin:0 10px 0 0;
}

#detailContent div.eventSection ul li dl {
	width:480px;
}

#detailContent div.eventSection ul li dl dt {
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom: 3px solid #b9ccc0 ;
	color: #00421c;
}

#detailContent div.eventSection ul li dl dd {
	margin:0 0 10px 0;
}


