@charset "utf-8";

html * {
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body{
	line-height: 150%;
	background-color: #fff;
	color: #003;
	font-family: verdana,Osaka,"MS UI ゴシック",sans-serif;
	letter-spacing: 0.7px;
}

a {
	text-decoration: none;
	border: 1px dotted transparent;
}
a:visited {
	color: #537986;
}
a:hover {
	color: #000080;
}
a:active {
	border: 1px dotted #cccccc;
}

/* header */
#rss-header{
	padding: 10px 3%;
	border-bottom: 1px solid #000080;
	background-color: #f0f8ff;
}
#rss-title {
	font-size: 140%;
	line-height: 1.8;
}
#rss-title a:hover {
	background-color: inherit;
}
#rss-desc {
	font-size: 90%;
	padding: 0 0 0 20px;
}

/* item */
div.item {
	margin: 10px 3%;
	border-bottom: #ccc solid 1px;
}
div.item-desc {
	display: none;
}
h2.item-title,
div.item-pubDate,
div.item-technorati {
	display: inline;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 80%;
	margin: 0 5px;
}
h2.item-title a {
	font-size: 110%;
}
h2.item-title:hover {
	background-color: #f0f0f0;
}
span.item-ordinal:before {
	content: "No";
}
div.item-technorati {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}
