/* --------------------------------------------------------------------------- */
/* shop_recruit */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* fream */
#contents .f_header{
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------- */
#contents .f_header h3.title {
	width: 112px;
	height: 28px;
	background: url(../../img/title_mobile.png) 5px 0 no-repeat;
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------- */
/* title_bar_shop */
.title_bar_shop {
	width: 613px;
}
html>body .title_bar_shop {
	width: 600px;
}
.title_bar_shop a, .title_bar_shop .txt_right{
	color: #FFF;
}

/* --------------------------------------------------------------------------- */
.mobile {
	width: 600px;
	margin: 0 0 9px 20px;
	padding: 20px 0 0 0;
}

/* --------------------------------------------------------------------------- */
#fream_qr {
	width: 240px;
	height: 240px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 60px 15px 10px 15px;
	background: url(../../img/fream_mobile_qr.png) 0 0 no-repeat;
	text-align: center;
}
html>body #fream_qr {
	width: 210px;
	height: 207px;
}
#fream_qr img {
	margin: 0 auto 10px auto;
}
#fream_qr p {
	text-align: center;
}
#fream_qr .shop_name {
	font-weight: bold;
	color: #09F;
}
/* --------------------------------------------------------------------------- */
#fream_win_qr {
	width: 240px;
	height: 240px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 60px 15px 10px 15px;
	background: url(../../img/fream_mobile_win_qr.png) 0 0 no-repeat;
	text-align: center;
}
html>body #fream_win_qr {
	width: 210px;
	height: 207px;
}
#fream_win_qr img {
	margin: 0 auto 10px auto;
}
#fream_win_qr p {
	text-align: center;
}
#fream_win_qr .shop_name {
	font-weight: bold;
	color: #09F;
}

#form_mail {
	width: 330px;
	height: 247px;
	float: left;
	margin: 0 0 10px 0;
	padding: 30px 15px 10px 15px;
	background: url(../../img/fream_mobile_mail.png) 0 0 no-repeat;
}
html>body #form_mail {
	width: 300px;
	height: 207px;
}
#form_mail .label {
	display: block;
	font-weight: bold;
	padding: 15px 0 10px 0;
}


