/* --------------------------------------------------------------------------- */
/* shop_detail */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* fream */
#contents .f_header {
	clear: both;
	margin: 0 0 9px 9px;
}
#contents .f_header p{
	margin: 0;
	line-height: 1;
}
#contents .f_header .line1 {
	clear: both;
}
#contents .f_header .line2 {
	clear: both;
	padding-top: 9px;
}
#contents .back_url{
	margin: 0 0 -0.7em 10px;
}

/* --------------------------------------------------------------------------- */
/* f_header */
#contents .f_header .line1 img {
	float: right;
	margin: 0 15px 0 0;
}
#contents .f_header .update {
	line-height: 23px;
	display: none;
}
#contents .f_header .menu_list {
	clear: both;
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
}
#contents .f_header .menu_list li {
	float: left;
	margin: 0 10px 0 0;
}
#contents .f_header .menu_list li a{
	display: block;
	line-height: 23px;
}
#shop_m_home a {
	background: url(../../img/icon_home.png) 0 0 no-repeat;
	padding-left: 20px;
}
#shop_m_girl_list a {
	background: url(../../img/icon_girl_list.png) 0 4px no-repeat;
	padding-left: 20px;
}
#shop_m_schedule a {
	background: url(../../img/icon_schedule.png) 0 0 no-repeat;
	padding-left: 20px;
}
#shop_m_mobile a {
	background: url(../../img/icon_mobile.png) 0 0 no-repeat;
	padding-left: 15px;
}
#shop_m_recruit a {
	background: url(../../img/icon_recruit.png) 0 0 no-repeat;
	padding-left: 20px;
}

/* title_bar_shop */
.title_bar_shop {
	background: #000;
	padding: 4px 6px 3px 6px;
	color: #CCC;
	border-left: 5px solid #0096ff;
}
.title_bar_shop h3, .title_bar_shop h4, .title_bar_shop p{
	margin: 0;
	line-height: 1.2;
}
.title_bar_shop a,.title_bar_shop a:visited,.title_bar_shop a:hover,.title_bar_shop a:active, .title_bar_shop .txt_right{
	color: #FFF;
}


/* --------------------------------------------------------------------------- */
.fream_gray {
	width: 280px;
	margin: 0 auto 10px auto;
/*	margin: 0 0 9px 9px;*/
	background: url(../../img/fream_gray_280_m.png) top center repeat-y;
}/*
html>body .fream_gray {
	margin: 0 0 9px 9px;
}*/
	.fream_gray .header{
		height: 27px;
	}
	.fream_gray .header .txt_right {
		margin: 7px 10px 0 0;
	}
	.fream_gray .contents{
		padding: 5px 10px;
	}
	.fream_gray .footer{
		clear: both;
		height: 4px;
		background: url(../../img/fream_gray_280_f.png) bottom center no-repeat;
	}


