@charset "utf-8";

/* ----------------------------------
	オススメ店
------------------------------------ */

#cool_shops {
	width: 740px;
	background-image: url(../img/home/home_bg.gif);
	background-repeat: no-repeat;
	background-color: #F9F7F8;
	padding-bottom: 10px;
	height: 430px;
	margin-bottom: 10px;
}
#cool_shops .box {
	padding: 4px;
	border: 1px solid #dcdcdc;
	width: 100px;
	margin-left: 10px;
	float: left;
	height: 200px;
	position: relative;
	margin-top: 5px;
}

#cool_shops .shop_name {
	margin: 0px;
	line-height: 105%;
	font-size: 11px;
	text-align: center;
	padding: 3px 0 3px 0;
	position: absolute;
	top: 156px;
	left: 3px;
	width: 100px;
}
#cool_shops .type_place {
	background-image: url(../img/home/type_place_bt.gif);
	height: 17px;
	width: 100px;
	font-size: 11px;
	text-align: center;
	background-repeat: no-repeat;
	padding: 0px;
	vertical-align: middle;
	position: absolute;
	bottom: 5px;
	left: 3px;
	line-height: 17px;
}



/* ----------------------------------
	新着お得情報
------------------------------------ */
#pbn_topics {
	width: 740px;
	margin-top: 15px;

}

#pickup_banner {
	width: 200px;
	float: left;
}
#pickup_banner li {
	margin-bottom: 4px;
}
#topics {
	float: right;
	width: 520px;
}
#topics .overflow {
	height: 235px;
	width: 520px;
	overflow: auto;
}
#topics dl {
	margin-top: 5px;
	padding: 5px;
}
#topics .news1 {
	background-color: #ebeff9;
}
#topics .news2 {
	background-color: #F9F7F8;
}

#topics span {
	margin-right: 10px;
}
#topics .date {
	color: #FC7F3B;
}

#topics dt {
	font-weight: bold;
}
#topics dd {
}
#topics .btn {
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
}



/* ----------------------------------
	本日出勤中の新人情報
------------------------------------ */

#today_newface {
	width: 740px;
	margin-top: 15px;
}

#today_newface h3 {
	font-size: 13px;
	background-color: #FCF8C4;
	padding: 2px;
	margin-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC7F3B;
}
#today_newface h3 a {
	color: #FC7F3B;
}

#today_newface li {
	float: left;
	padding: 5px;
	width: 353px;
	border: 1px solid #dcdcdc;
	height: 106px;
	margin: 5px 5px 0 0;
}
#today_newface .img_frame {
	float: left;
	height: 105px;
	width: 105px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
#today_newface .data {
	float: right;
	width: 240px;
}

#today_newface .data .txt {
	font-size: 11px;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #292929;
	padding-top: 5px;
}
#today_newface .attendance {
	color: #FF0000;
}
#today_newface .data .time {
	color: #FFFFFF;
	background-color: #FC7F3B;
	padding: 1px 4px 1px 4px;
	margin: 0 3px 0 3px;
}
#today_newface .data .girlname {
	margin-right: 10px;
}

