@charset "utf-8";
/* CSS Document */

.kotei-link .count li:before {
	counter-increment:zyuni;
	content:counter(zyuni)"位 ";
}
.kotei-link p{
	color: #dd5a0f;
	font-size:1.2em;
	counter-reset:zyuni;
	margin: 0.5em;
	font-weight: bold;
	border-bottom: solid 2px #996262;
}
.kotei-link ul{
	margin: 0 0 20px;
	padding:0;
}
.kotei-link ul li{
	margin:0;
	padding: 5px 0;
	border-bottom:dashed 1px #999999;
	list-style:none;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}
.kotei-link ul li a{
	font-weight:bold;
	padding:0.5em;
	color:#06c;
}
.kotei-link ul li a:hover{
	color:#000;
	text-decoration:underline;
}
.article-inner-pager p.next a{
	font-size:2em;
}
div.blogroll_entry {
    white-space: normal !important;
}

/*リンク色*/
.kotei-link ul li:nth-child(2) a,.kotei-link ul li:nth-child(5) a,.kotei-link ul li:nth-child(8) a,.kotei-link ul li:nth-child(13) a,.kotei-link ul li:nth-child(18) a,.kotei-link ul li:nth-child(23) a,.kotei-link ul li:nth-child(26) a,.kotei-link ul li:nth-child(30) a{
	color: #dd440f;
}
