@charset "UTF-8";
/* ===================================================================

ホットペッパー グルメ スマートフォン最適化

======================================================================*/


/*--------------------------------------------------------------------
 らくらく要素
----------------------------------------------------------------------*/

p.rakurakuTitle {
	padding: 15px 40px 15px 45px;
	background: url("/SYS/smartphone/images/icon_rakuraku.gif") no-repeat 7px 50%;
}

.rakurakuHowTo a {
	margin-top: 10px;
	text-align: right;
	color: #6084F9;
}


/*--------------------------------------------------------------------
 吹き出し
----------------------------------------------------------------------*/

.balloon { padding: 0 10px; }

.balloonInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	z-index: 10;
	width: 300px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: normal;
	text-shadow: none;
}

.balloon p { color: #FFF; }

.hpIcon {
	float: left;
	margin-right: 10px;
}


.topTail:before,
.underTail:after {
	position: absolute;
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.topTail:before {
	top: -15px;
	right: 30px;
	border-bottom: 15px solid rgba(0, 0, 0, 0.8);
}

.underTail:after {
	bottom: -15px;
	left: 50%;
	border-top: 15px solid rgba(0, 0, 0, 0.8);
}

.balloon .btnGray {
	display: inline-block;
	width: 100px;
	margin: 0 5px;
	font-size: 14px;
}

/*--------------------------------------------------------------------
 特別企画バナー用リスト
----------------------------------------------------------------------*/
.listBnrKikaku > li {
	margin-top:10px;
	margin-left:10px;
	float: left;
}

/* リクルートポイント導線の対応
--------------------------------------------------------------*/
.recruitPointArea {
	background: #fff;
	border-bottom: 1px solid #6C7075;
	font-size: 10px;
	line-height: 1;
}

.recruitPointUserWrap {
	float: left;
}

.recruitPointUserName {
	display: inline-block;
	overflow: hidden;
	max-width: 11em;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}

.recruitPointUserPoint {
	float: right;
}

.recruitPointUserPoint:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #808080;
	border-right: 2px solid #808080;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recruitPointLinkArea {
	display: block;
	padding: 5px 10px;
}

.recruitPointLogo {
	display: inline-block;
}

.recruitPointLogo > img {
	margin-right: 2px;
	vertical-align: middle;
}

.recruitPointBalance {
	display: inline-block;
	overflow: hidden;
	max-width: 4.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.1;
}

.recruitPointText {
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #51656F;
	vertical-align: middle;
}

.hUserMenuList > li > .icnMypageBoxRecruitPoint {
	padding-left: 8px;
}

.hUserMyPageBox {
	width: 80px;
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	overflow: hidden;
	cursor: pointer;
	padding: 8px 5px;
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #B2B2AC;
	background: -webkit-gradient( linear, left top, left bottom, from(#FAFAFA), to(#E2E2E2));
	background: -moz-linear-gradient(center top , #FAFAFA, #E2E2E2);
	background: -webkit-linear-gradient(top, #FAFAFA, #E2E2E2);
	background: linear-gradient(top, #FAFAFA, #E2E2E2);
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hUserMyPageText {
	text-align: center;
	line-height: 12px;
}

.hUserMyPageBox.iconMyPageMenuAction {
	 padding-right: 24px;
 }

.hUserMyPageBox.iconMyPageMenuAction:after {
	content: "";
	display: block;
	position: absolute;
	left: auto;
	right: 7px;
	top: 50%;
	margin-top: -4px;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
	border-top: solid 10px #6C7075;
}