@charset "utf-8";

/* ----------------------------------
	マップ
------------------------------------ */

#map {
	width: 740px;
	background-image: url(../img/home/home_tl3.gif);
	background-repeat: no-repeat;
	background-color: #F9F7F8;
}
#mapmenu {
	width: 740px;
	height: 45px;
	padding-left: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mapmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
}


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

#update_shops {
	width: 740px;
	background-image: url(../img/upd_bg02.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	height: 160px;
	margin-top: 10px;
}
#update_shops .box {
	padding: 4px;
	border: 1px solid #dcdcdc;
	width: 70px;
	margin-left: 10px;
	float: left;
	height: 145px;
	position: relative;
	margin-top: 10px;
	background-color: #F8F7F0;
}

#update_shops .shop_name {
	left: 5px;
	line-height: 105%;
	font-size: 11px;
	text-align: center;
	padding: 3px 0 3px 0;
	position: absolute;
	top: 110px;
	width: 70px;
}

/* ----------------------------------
	スケジュール・在籍一覧
------------------------------------ */

.img_frame130 {
	height: 130px;
	width: 130px;
	border: 1px solid #dcdcdc;
	text-align: center;
	background-color: #FFFFFF;
}
.img_frame135 {
	height: 135px;
	width: 135px;
	border: 1px solid #dcdcdc;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 3px;
}
.common_girl h3 {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #dcdcdc;
	background-color: #F9F7F7;
	margin-top: 5px;
}
.common_girl .time {
	text-align: center;
	background-color: #F9F7F7;
	width: 100%;
	line-height: 1.2em;
	border: 1px solid #dcdcdc;
	margin-top: 3px;
}
.common_girl dl {
	margin-top: 3px;
}
.common_girl dt {
	font-weight: bold;
}
.common_girl dd {
	font-size: 11px;
	line-height: 1em;
}
.common_girl .icon {
	width: 100%;
	height: 14px;
	margin-top: 5px;
}

.d_girl {
	background-color: #FFFFFF;
	width: 778px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdcdc;
	border-left-color: #dcdcdc;
}
.d_girl li {
	float: left;
	width: 137px;
	border: 1px solid #dcdcdc;
	padding: 4px;
	background-color: #FFFFFF;
	margin-left: 7px;
	height: 205px;
	margin-top: 10px;
}
.d_girl .today {
	background-color: #FFF3D5;
	height: 190px;
}

/* ----------------------------------
	Myガール
------------------------------------ */

#mygirl_list {
	width: 780px;
	margin: 5px auto 10px auto;
	padding: 0 10px 0 10px;
}
.mygirl {
	background-color: #F9F7F7;
	width: 780px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.mygirl li {
	float: left;
	width: 137px;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	padding: 4px;
	background-color: #FFFFFF;
	margin-left: 7px;
	height: 270px;
}
.mygirl .deletion {
	margin-top: 5px;
}


/* ----------------------------------
	クチコミ情報
------------------------------------ */

#repo_list {
	background-image: url(../img/repo/report_tl.gif);
	background-repeat: no-repeat;
	width: 740px;
}
#repo_list .contents_title img {
	position: absolute;
	left: 180px;
	top: 10px;
}
#repo dl {
	margin-bottom: 5px;
	line-height: 14px;
	background-image: url(../img/repo/repo_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#repo .com {
	padding-left: 30px;
}


#repo dt {
	float: left;
	margin-right: 15px;
	clear: both;
}
#repo p {
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 20px;
	background-image: url(../img/repo/star5.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
}

/* ----------------------------------
	デリレポ限定割引
------------------------------------ */

#discount_list {
	background-image: url(../img/discount/discount_tl.gif);
	width: 740px;
	background-repeat: no-repeat;
}
#discount_list li {
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}
.d_box {
	width: 360px;
	height: 200px;
	display: block;
	position: relative;
	background-image: url(../img/discount/d_boxline.gif);
}
.d_box .txt {
	padding: 5px 10px 0 10px;
	overflow: auto;
	height: 110px;
	width: 335px;
	margin-top: 5px;
}
.d_box .shop_name {
	background-image: url(../img/discount/yajirushi.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	background-position: left center;
	line-height: 19px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.d_box .remarks {
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	width: 360px;
	background-color: #FC7F3B;
}

/* ----------------------------------
	ショップリスト
------------------------------------ */
.teble2 {
	width: 100%;
	border: 1px solid #D2D2D2;
	border-collapse: collapse;
}
.teble2 tbody th,
.teble2 tbody td {
    border-top: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	padding: 3px;
}

.teble2 tbody th {
	text-align: left;
	width: 35%;
	background-color: #EBEFF9;
}
.teble2 tbody td {
	text-align: center;
	background-color: #F9F7F7;
}
.td1 {	
	width: 10%;
}
.td2 {
	width: 15%;
}
.td3 {
	width: 25%;
}
.teble2 a {
	color: #0099FF!important;
}
.teble2 a:hover {
	color: #FF9900!important;
}

