@charset "euc-jp";
/*********************************************
内容       : エンジェルライブ スマホサイト オススメの女の子ページのCSS
ページURL  : http://www.angel-live.com/sp_nicegirls.html
*********************************************/

.hxTitle {
	letter-spacing: -0.1em;
	white-space: nowrap;
}
.tit {
	line-height: 25px;
	height: 25px;
	border-bottom: 1px solid #c8647e;
	background: #ec88a3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f199b1), to(#e97f9b));
	background: -webkit-linear-gradient(top, #f199b1, #e97f9b);
	background: -moz-linear-gradient(top, #f199b1, #e97f9b);
	background: -o-linear-gradient(top, #f199b1, #e97f9b);
	background: -ms-linear-gradient(top, #f199b1, #e97f9b);
	background: linear-gradient(to bottom, #f199b1, #e97f9b);
	text-indent: 0.5em;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" ,Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" ,sans-serif;
}
.chatbox {
	position: relative;
	background: #FFF;
	min-height: 120px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 0 3px;
	margin: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" ,Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" ,sans-serif;
}
.chatbox:after{
	content:"";
	position:absolute;
	top:25px;
	right:3px;
	display: block;
	width:24px;
	height:40px;
	background: url(https://www.angel-live.com/common/spimg/img_sprites.png) 0 -35px no-repeat;
	background-position:0 -147px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.chatbox .tweet {
	position: relative;
	background: #aaa;
	border-radius: 3px;
	margin: 3px 110px 5px 0;
	padding: 0 6px;
	height: 15px;
	line-height: 15px;
	color: #FFF;
}
.chatbox .tweet p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
}
.chatbox .tweet:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -8px;
	left: 50px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #aaa;
}
.chatbox figure {
	position: absolute;
	top: 50%;
	left: 3px;
	width: 122px;
	height: 91px;
	margin: -40px 0 0 0;
	margin-bottom: 3px;
	border: solid 1px #cccccc;
	padding: 1px;
	text-align:center;
	overflow:hidden;
}
.chatbox figure:before,
.chatbox figure:after {
	content: "";
}
.chatbox figure:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(http://www.angel-live.com/common/img/1x1.gif) repeat;
}
.chatbox figure img {
	max-width:122px;
	max-height:91px;
	display:inline-block;
	vertical-align:middle;
}

.chatbox .profileFloat {
	padding: 0 0 0 130px;
}
.chatbox .status{
	margin:4px 0 2px;
	padding:1px;
	width:86px;
	height:16px;
	line-height:16px;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	text-align:center;
	color:#fff;
}
.chatbox  h2.status1{ background:#ff9400; }
.chatbox  h2.status2{ background:#ef4a8f; }
.chatbox  h2.status3{ background:#8f52e7; }
.chatbox  h2.status4{ background:#42adff; }
.chatbox  h2.status5{ background:#aaa; }

.chatbox .nameEtc {
	height: 24px;
	line-height: 24px;
	margin-right: 30px;
	padding: 0 3px;
	overflow: hidden;
}
.chatbox .nameEtc .name,
.chatbox .nameEtc p,
.chatbox .nameEtc .icon {
	display: inline;
	color: #000;
	font-size: 0.9em;
}
.chatbox .nameEtc .name { font-size: 1.2em;}
.chatbox .comm {
	position: relative;
	padding: 5px 3px;
	margin-bottom: 3px;
	background: #222;
	border-radius: 3px;
	font-size: 0.9em;
}
.chatbox .comm:after {
	content: "";
	position: absolute;
	z-index: 20;
	right:-7px;
	bottom: 20px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #222;;
	border-bottom: 6px solid transparent;
}
.chatbox .comm dt {
	color: #ef4a8f;
	margin-bottom: 3px;
}
.chatbox .comm dt:after {
	content: ":";
	color: #FFF;
}
.chatbox .comm dd {
	color: #FFF;
	line-height: 1.2em;
}
.chatbox .peep{
	position:absolute;
	top:0;
	right:0;
	padding:8px 5px 0 0;
	width:106px;
	height:17px;
	background:url(http://www.angel-live.com/common/spimg/img_sprites.png) no-repeat 0 -89px;
	text-align:right;
	color:#fff;
	font-size:10px;
}
.chatbox .peep span {
	color:#ffea00;
	font-size:12px;
}