@charset "UTF-8";

/* Suggest order
*display
*list-style
*position
*float
*clear
*width
*height
*margin
*padding
*border
*background
*color
*font
*text-decoration
*text-align
*vertical-align
*white-space
*other text
*content
*/



#detail_m {
	height: 310px;
	padding: 45px 100px 0 10px;
	background: url(../images/soup/p_soup6.jpg) no-repeat right top;
}
*html #detail_m {
	height: 355px;
}

#detail_icon {
	margin: 0 0 5px 0;
}

#detail dt {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	padding: 2px 0;
	text-align: center;
}
*html #detail dt {
	background: url(../images/i_pline_gray.gif) repeat-x left top;
}

#detail dd {
	margin: 0;
	padding: 2px 10px 4px 102px;
	text-align: left;
	background: url(../images/i_pline_gray.gif) repeat-x left top;
}

#detail dd.season {
	width: 100px;
}
*html #detail dd.season {
	padding-left: 0;
}

#detail ul {
	margin: 0;
	padding: 0;
}
*html #detail ul {
	padding-top: 3px;
}

#detail li {
	display:inline;
	list-style: none;
	padding-left: 14px;
	line-height: 1;
}
#detail li.cal_s {
	background: url(../images/menu/i_detail_s.gif) no-repeat;
}
#detail li.cal_r {
	background: url(../images/menu/i_detail_r.gif) no-repeat;
}
#detail li.cal_l {
	background: url(../images/menu/i_detail_l.gif) no-repeat;
}






