@charset "utf-8";


/*****************************
           個別設定
 *****************************/

ul#portals {
	clear: both;
	margin: 0;
	padding: 0;
}

/* 各フィードブロック */
li.feed {
	background-color: #f7f7f7;
	padding: 10px;
	padding-left: 185px;
	border: 1px solid #f0f7f7;
	border-right-color: #ddeaea;
	border-bottom-color: #ddeaea;
	list-style-type: none;
	margin-bottom: 12px;
	margin-right: 10px;
	cursor: move;
	min-height: 140px;
	height: auto!important;
	height: 140px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 100%;
	position: relative;
}

/* フィードタイトル */
div.ftitle {
	font-size: 125%;
	margin-bottom: 15px;
}
.ftitle img {
	vertical-align: bottom;
}

/* フィードボディ */
div.fbody {
	font-size: 100%;
}
div.fbody p {
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 85%;
}

/* フィード更新日 */
span.fdate {
	font-size: 70%;
	color: #606060;
}

/* フィード説明 */
div.description {
	padding: 5px;
	padding-left: 1.5em;
	line-height: 1.4;
	margin-bottom: 12px;
	font-size: 80%;
	display: none;
}

/* 概要オープンのアイコン囲み */
a.summary_button {
	border-bottom: 0;
}
a.summary_button img:hover {
	-moz-transform: translate(0, -1px);
	-webkit-transform: translate(0, -1px);
}

/* 概要クローズのアイコン囲み */
a.except_button {
	border-bottom: 0;
}
a.except_button img:hover {
	-moz-transform: translate(0, -1px);
	-webkit-transform: translate(0, -1px);
}

/* 説明オープン */
div .open .description {
	display: block;
}

/* グラブ */
div.grab {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(img/handle.png);
	text-indent: -2000px;
}

/* ockeghem(徳丸浩)の日記 */
.feed.t-0 {
	background-image: url(img/ockeghem.png);
}
/* セキュリティホールメモ */
.feed.t-1 {
	background-image: url(img/memo.png);
}
/* 高木浩光＠自宅の日記 */
.feed.t-2 {
	background-image: url(img/takagi.png);
}
/* HiromitsuTakagiのブックマーク */
.feed.t-3 {
	background-image: url(img/takagi_bmark.png);
}
/* yohgaki's blog */
.feed.t-4 {
	background-image: url(img/yohgaki.png);
}
/* がるの健忘録 */
.feed.t-5 {
	background-image: url(img/garu.png);
}
/* Security&Trust */
.feed.t-6 {
	background-image: url(img/atmark_it.png);
}
/* よくきたはてダ */
.feed.t-7 {
	background-image: url(img/yokukita.png);
}
/* 1ka2ka.com */
.feed.t-8 {
	background-image: url(img/1ka2ka.png);
}
/* Giyu-Blog */
.feed.t-9 {
	background-image: url(img/giyu.png);
}
/* Firefox まとめサイト */
.feed.t-10 {
	background-image: url(img/firefox_matome.png);
}
/* 最速インターフェース研究会 */
.feed.t-11 {
	background-image: url(img/saisoku.png);
}
/* s9y */
.feed.t-12 {
	background-image: url(img/s9y.png);
}
/* Lucky Bag */
.feed.t-13 {
	background-image: url(img/luckybag.png);
}
/* Bamvivid */
.feed.t-14 {
	background-image: url(img/bamvivid.png);
}
/* Mozilla Japan ブログ */
.feed.t-15 {
	background-image: url(img/mozilla.png);
}
/* スラド */
.feed.t-16 {
	background-image: url(img/slashdot.png);
}
/* 3pin */
.feed.t-17 {
	background-image: url(img/3ping.png);
}
/* r77 */
.feed.t-18 {
	background-image: url(img/r77_jp.png);
}
/* Gihyo.jp */
.feed.t-19 {
	background-image: url(img/gihyo.png);
}



/* 表示リストメニュー */
div#submenu {
	clear: right;
	font-size: 80%;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* 除外リストメニュー */
div#exception {
	font-size: 85%;
	color: #a0a0a0;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}

div#exception a {
	color: #a0a0a0;
}

/* 除外リスト追加時のメッセージ */
p#excepmes {
	background-color: #fffbdf;
	text-align: center;
	border: 1px dotted #808080;
	padding: 5px;
}

p#excepmes em {
	font-weight: bold;
	color: #c21212;
}