<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";

/* 이웃닷컴(e-wut.com) 
웹 퍼블리싱 
작업자:김동우, 김은정 */


/*본문영역*/
#foodListArea {
	width:589px;
	margin:0 auto;
	}
#foodListArea .objTop {
	position:relative;
	padding-top:25px;
	height:40px;
	text-align:center;
	}
	#foodListArea .objTop .monthArea {
		position:relative;
		width:150px;
		margin:0 auto;
		padding-top:3px;
		font-size:25px;
		font-weight:bold;
		}
		#foodListArea .objTop .monthArea img {
			position:absolute;
			top:0;
			}
			#foodListArea .objTop .monthArea .prevMonth {
				left:0;
				}
			#foodListArea .objTop .monthArea .nextMonth {
				right:5px;
				}
	#foodListArea .objTop .adminBtn {
		position:absolute;
		right:0;
		bottom:10px;
		}
#foodListArea table {
	font-weight:bold;
	font-family:verdana, dotum;
	border-collapse:collapse;
	}
#foodListArea table thead th {
	width:83px;
	height:28px;
	border:#ddd 1px solid;
	background:#f0f0f0;
	}
	#foodListArea table thead th.sun {
		background:#eedee0;
		}
	#foodListArea table thead th.sat {
		background:#dee7ee;
		}
#foodListArea table td {
	overflow:hidden;
	height:83px;
	vertical-align:top;
	border:#ddd 1px solid;
	}
	
	#foodListArea table .sun {
		color:#ce5363;
		}
	#foodListArea table .sat {
		color:#3c89c4;
		}
#foodListArea table .dayBox {
	position:relative;
	}
	#foodListArea .content {
		float:left;
		font-weight:normal;
		}
		#foodListArea .tabArea {
			position:absolute;
			overflow:hidden;
			width:13px;
			height:13px;
			top:3px;
			}
		#foodListArea .morning .tabArea {
			left:17px;
			}
		#foodListArea .lunch .tabArea {
			left:32px;
			}
		#foodListArea .dinner .tabArea {
			left:47px;
			}
	#foodListArea .tabContent {
		display:none;
		width:83px;
		padding-top:5px;
		line-height:130%;
		}
	#foodListArea .on {
		display:block;
		}
</pre></body></html>