@import "list_shops.css";
@import "list_girls.css";
@import "list_topics.css";
@import "areamap.css";

/* -------------------------------------
	店舗情報詳細
---------------------------------------- */
#detail_head
{
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 5px;
	width: 650px;
	float: left;
}

#detail_head h2
{
	margin-bottom:0;
}

#detail_head strong
{
	clear:both;
	display: block;
	background: #eee;
	margin-bottom: 10px;
	text-align: right;
	padding:3px 5px;
	border-bottom:1px solid #ccc;
}

#detail_head strong a
{
	font-size:12px;
	color:#333;
}

#detail_head strong a:hover
{
	color:orange;
}

#detail_head .inner
{
	padding: 10px;
}

#detail_head img
{
	float: right;
	border:1px solid black;
	margin: 0 0 10px 10px;
}

#detail_head p
{
	font-size: 14px;
	color: #333;
	padding: 0 5px;
}

#details
{
	position: relative;
}

#details .box
{
	position:relative;
	float: left;
	width: 100%;
	border:1px solid #ccc;
	margin: 5px 0;
}

#details .box var
{
	font-size: 12px;
	color: darkorange;
}

#details .box p
{
	font-size: 12px;
}

#details .box .body
{
	margin: 5px;
}

#details .box h3
{
	font-size: 14px;
	color: forestgreen;
	padding: 5px 0;
}

/**
	出張可能エリア
**/
#deliverareas li
{
	float: left;
	width: 110px;
}

/**
	割引チケットあります
**/
#ticket
{
	position: absolute;
	border: none !important;
	top: 17px;
	right: 15px;
}

#ticket_body
{
	padding-top:0px !important;
}

/* -------------------------------------
	お店のスタイル一覧
---------------------------------------- */
#shopstyles
{
	height: 70px;
}

#shopstyles h2
{
	background: none;
	font-size: 12px;
	color: deeppink;
}

#shopstyles ul
{
	margin-left: 8px;
}

#shopstyles li
{
	float:left;
	width: 105px;
	margin: 0 1px 1px 0;
}

#shopstyles li a
{
	display: block;
	background:url("/df/img/shops/btn_shop_styles.png") no-repeat;
	background-position: center -99px;
	color: black;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#shopstyles li a span
{
	display:block;
	padding-top:15px;
}

#shopstyles li a:hover
{
	background-position: center -49px;
}

#shopstyles li.active a
{
	background-position: center 0px;
	color:white;
}


/**
	出勤スケジュール
**/

#schedule
{
	position:relative;
	float:left;
	bottom:0;
	background-color:white;
}

#schedule .box div
{
	overflow:auto;
	height:300px;
	width:875px;
	text-align:center;
}

#schedule .box iframe
{
	border:0;
	width:855px;
	height:1280px;
}



#term ul
{
	list-style:circle !important;
	font-size:12px;
	margin:20px;
}

#term li
{
	border-left:5px solid green;
	padding-left:10px;
	margin-bottom: 2px;
}

#term h3
{
	font-size:12px;
	margin:10px 0;
}