@charset "Shift_JIS";
/* CSS Document */

#itemNavi {
	width: 240px;
	margin: 15px auto 0;
}

#navi_back0,
#navi_next0,
#navi_next1,
#navi_next1 {
	cursor: pointer;
}

#navi_back0,
#navi_back1 {
	float: left;
}
#navi_next0,
#navi_next1 {
	float:right;
}


div#recent0,
div#recent1 {
}
	div#recent0 .item,
	div#recent1 .item {
		width: 240px;
		padding: 15px;
	}
	div#recent0 .item a,
	div#recent1 .item a {
		color: #000046;
	}
		div#recent0 .item .left,
		div#recent1 .item .left {
			width: 87px !important;
			padding-right: 15px;
		}
		div#recent0 .item .right,
		div#recent1 .item .right {
			width: 138px !important;
			font-size:12px;
			line-height: 12px;
		}
			div#recent0 .item .right .name,
			div#recent1 .item .right .name {
				margin-bottom: 5px;
			}
			div#recent0 .item .right .date,
			div#recent1 .item .right .date {
				background-image: none;
				margin: 0 0 5px 0;
				width: auto;
				height: auto;
				font-size: 12px;
				line-height: 24px;
				color: #000046;
				text-align: left;
			}
			div#recent0 .item .right .num,
			div#recent1 .item .right .num {
				margin-bottom: 5px;
			}
		div#recent0 .item .comment,
		div#recent1 .item .comment {
			margin: 5px 0 0;
			font-size:12px;
			line-height: 18px;
		}
		

/*
<div class="item">
	<div class="clearfix">
		<div class="left">
			<a href="#mb_' + id + '" rel="lightbox[' + id + ' 780 550]"><img src="http://www.1101.com/m/img/live_image/' + img + '/w=87&h=60&hq/" class="thumb"></a>
		</div>
		<div class="right">
			<a href="#" onClick="GM.anchor_open(' + id + ');return false;" class="icon">
				<span class="name">' + GM.markers[i].getAttribute("comment") + '</span><br />
				<span class="date">20' + date + '</span>
				<span class="num"> [No.' + GM.markers[i].getAttribute("num") + ']</span>
			</a>
		</div>
	</div>
	<div class="comment"><span class="small">' + trimStr(msg, 38) + '</span></div>
	<div><img src="images/hr_left.png" class="pngfix" alt="" /></div>
</div>

<div id="mb_' + id + '" style="display: none;">
	<div class="photo"><img src="http://www.1101.com/m/img/live_image/" alt="" /></div>
	<div class="date">' + date + '</div>
	<div class="msg">' + msg + '</div>
</div>

*/