/* ---------------------------------------------------------------------------
 更新履歴（HOME共用） */


#updateLog .ul_inner {
	opacity: 0;
}

#updateLog div.ul_inner div.rec:nth-of-type(even) {
	background: #f8f8f8;
}

#updateLog h2:first-child {
	margin-top: 0;
}

#updateLog div span.nolink ,
#updateLog div a {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.05);
	margin: 0;
	padding: 6px;
	transition-duration: 0.3s;
	overflow: hidden;
	line-height: 15px;
	color: #555;
	z-index: 1;
}
#updateLog div a:nth-last-child(1) {
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}

#updateLog div a:hover {
	background-color: #fff3fc !important;
}


#updateLog div a * {
	text-indent: 0;
	line-height: 15px;
}

/*日付*/
#updateLog span.nolink span ,
#updateLog a span {
	color: #999;
}
#updateLog span.nolink span:after {
	content: "\FF08\30DA\30FC\30B8\304C\3042\308A\307E\305B\3093\FF09";
	font-size: 90%;
	float: right;
	margin-top: 2px;
}

#updateLog div.new a span {
	color: #c00;
}


/*サムネイル*/
#updateLog span.nolink img ,
#updateLog a img {
	display: block;
	float: left;
	width: 93px;
	height: 93px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	margin-right: 8px;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	transition-duration: 0.3s;
}
#updateLog a:hover img {
	border-color: #c00;
}

#updateLog div span.nolink img {
	filter: alpha(opacity=5);
	-moz-opacity:0.5;
	opacity:0.5;
}

/*サイト名*/
#updateLog span.nolink p ,
#updateLog a p {
	margin: 3px 0;
	font-weight: bold;
	font-size: 15px;
}
#updateLog span.nolink	p { color: #6a6a6a; }
#updateLog a			p { color: #3c4f98; }


#updateLog div {zoom: 100%;}
#updateLog div:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}



/*[EOF]*/