body {
	margin: 0;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-wrap: break-word;
}
a {
	color: #00e;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}

/*ヘッダー*/
#header {
	margin: 5px 3px;
	padding: 5px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
h1 a, #move a {
	color: #333;
}
#move {
	position: absolute;
	top: 10px;
	right: 5px;
}
.categorylist {
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
}
.categorylist a {
	color: #555;
}
.categorylist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.categorylist li {
	float: left;
	box-sizing: border-box;
	width: 33.3%;
	line-height: 25px;
}
.categorylist a {
	display: block;
	padding-left: 3px;
}
.current a {
	color: #0086DE;
}

/*メイン*/
#main {
	position: relative;
}
h2 {
	font-size: 15px;
	border-bottom: #0091DE 2px solid;
	color: #0086DE;
	padding: 0 0 5px 3px;
	margin: 5px 0 10px 0;
}
.list {
	/*border-bottom: 1px solid #ccc;*/
}
.entry {
	border-bottom: 1px solid #ccc;
	margin: 0 5px;
}
.entry .title {
	background: no-repeat 0 1px;
	background-size: 16px !important;
	padding-left: 22px;
	margin: 7px 0 9px;
}
.entry .title a:visited {
	color: #639;
}
.entry .data {
	text-align: right;
	margin: -4px 5px 4px;
	font-size: 12px;
	color: #666;
	letter-spacing: 0.05em;
}
.entry .date {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.entry .summary {
	margin: -6px 10px 5px 20px;
	line-height: 1.5;
	display: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.thumb {
	text-align: center;
	margin-bottom: 10px;
}
.thumb a {
	display: inline-block;
}
.entry .bookmark a{
	font-size: 12px;
	background: #fdd;
	color: #ff2d2d;
	font-weight: bold;
	letter-spacing: 0;
	white-space: nowrap;
}
.entry .bookmark2 {
	display: none;
}
.entry .bookmark2 a{
	color: #333;
}
.video .entry {
	/*margin-bottom: 20px;*/
}
.more {
	text-align: right;
	margin-top: 5px;
}
.more a{
	color: #333;
}

/*TOP10*/
.top10_link {
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 12px;
}
.top10_link a {
	color: #333;
}
.day_last {
	border: none;
}
.day_last:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.ranking_day {
	margin: 0 -5px -2px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f3f3f3;
	font-size: 12px;
}
.ranking_day:first-child {
	margin-top: -3px;
}

/*フッター*/
#footer {
	width: 95%;
	margin: 0 auto 10px auto;
	padding: 5px;
}
#setting {
	margin-top: 20px;
}
#setting h3 {
	font-size: 12px;
	color: #555;
	margin: 5px 0;
	padding: 0;
}
#setting ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 11px;
}
#setting li {
	float: left;
	box-sizing: border-box;
	width: 33.3%;
	line-height: 25px;
}
#setting a {
	color: #555;
	display: block;
	padding-left: 3px;
}
#contact {
	margin-top: 20px;
	color: #777;
	font-size: 10px;
}

/* フィルター設定 */
#guide {
	margin-top: 5px;
	font-size: 10px;
	color: #777;
}
#filter_edit {
	width: 90%;
	margin: 10px auto;
}
#filter_edit .edit {
	margin-top: 10px;
}
#filter_edit textarea {
	width: 100%;
	height: 150px;
	line-height: 1.5;
	overflow: auto;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
#filter_edit input[type="submit"] {
	margin: 5px 0 10px 0;
	width: 70px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
#filter_edit input[type="submit"]:hover {
	border: 1px solid #777;
}
.filter_err {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	color: red;
}
.filter_err li {
	margin-bottom: 5px;
}
