@charset "utf-8";
@import url("../style/global.css");
@import url("../style/common_search.css");

h1{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 22px;
	text-align:center;
	margin:0;
	line-height:50px;
	background-color:#f2f2f2;
	box-shadow: 0 1px 2px rgba(0,0,0,0.66);
}

/*検索結果リスト*/
#realtime-area{
	width:100%;
	margin:0;
}

/*リアルタイムエリア*/

.realtime-news-item{
	width:100%;
	margin:0;
	padding:0px;
	border-bottom:1px solid #ff4691;
	
}

.realtime-news-item a{
	width:100%;
	height:100%;
	padding:0;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/link_icon.png) no-repeat 98% 70%;
	background-size:23px 21px;
	display:inline-block
}

.realtime-news-title{
	width:100%;
	height:50px;
	font-size:17px;
	color:#000000;
	text-shadow: 0 1px 0 #ffb4cf;
	text-indent:43px;
	line-height:50px;
	margin:0;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff88b8), to(#ff4691));
	background-image: -webkit-linear-gradient(top, #ff88b8, #ff4691);
	background-image: -moz-linear-gradient(top, #ff88b8, #ff4691);
	background-image: -o-linear-gradient(top, #ff88b8, #ff4691);
	background-image: -ms-linear-gradient(top, #ff88b8, #ff4691);
	background-image: linear-gradient(to bottom, #ff88b8, #ff4691);
}

.realtime-news-title div{
	width:100%;
	height:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/realtime_icon.png) no-repeat 5px 50%;
	background-size: 32px 32px;
}

.realtime-news-content{
	width:100%;
	padding:0;
}

.realtime-news-type{
	width:30%;
	height:14px;
	margin:10px 0 0 5px;
	color:#fd2d82;
	font-size:12px;
	line-height:14px;
	text-align:center;
	border:1px solid #fd2d82;
	background-color:#ffffff;
	float:left;
}

.realtime-news-date{
	width:60%;
	height:14px;
	font-size:12px;
	color:#ff0000;
	line-height:14px;
	margin:10px 0 0 10px;
	padding:0;
	float:left;
}

.realtime-news-report{
	width:90%;
	font-size:12px;
	line-height:1.4em;
	margin:5px 0 5px 5px;
	/*border:1px solid #fd2d82;*/
	float:left;
}

.shop-info{
	width:90%;
	height:20px;
	color:#5f5f5f;
	font-size:12px;
	margin:0 0 5px 5px;
	padding:0;
	float:left;
}

.realtime-news-content{
	width:100%;
	margin:0;
	padding:0;
	/*border-top:1px solid #9e9e9e;*/
	display:inline-block
}