@charset "utf-8";
/* CSS Document */
.title_disp{
	background-image: url(../images/title.png);
}
#store_list li{
	background-repeat:repeat;
	width:48%;
	float:left;
	margin:0 0 15px;
	text-align:center;
}
#store_list li:nth-child(even) {
	float:right;
}
.store_list_img{
	overflow:hidden;
	display:block;
	height:auto;
	background-color:#e2e2e2;
}
.staff_nm{
	background-color:#7fcefe;
	padding:7px 7px 7px 10px;
	text-align:left;
	color:#FFF;
}
#store_list li:hover .staff_nm{
	background-color:#099ac9;
}
.car_img{
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:2px solid #74b510;
	height:147px;
	overflow:hidden;
}
.date{
	background-image: url(../images/date.png);
	width:137px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#FFF;
	margin:10px auto 0;
}

.page_sel{
	color:#006 !important;
	font-weight: bold;
}

.pop_up_disp{
	background-image: url(../images/staff/dtl_bck.gif);
	background-repeat:repeat;
	padding:10px;
}
.pop_up_in{
	background-color:#FFF;
	padding:10px;
}
.dtl_img{
	float: left;
	width:266px;
}
.dtl_txt{
	float: right;
	width:100%;
}
.dtl_txt td{
	background-image: url(../images/staff/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:7px 5px;
}