﻿@charset "utf-8";
/* CSS Document */

.posttaglist { clear:both;}
.posttaglist a { background-color:#fff; display:inline-block; *zoom:1; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:10px 3% 10px 0; border:1px solid #ddd; margin:-1px; width:13.6666%; position:relative; text-indent:10px; }

.posttaglist a sup { position:absolute; right:10px; top:10px; font-size:10px; }



.posttaglist a:nth-child(9n){color: #4A4A4A;}
.posttaglist a:nth-child(9n+1){color: #428BCA;}
.posttaglist a:nth-child(9n+2){color: #5CB85C;}
.posttaglist a:nth-child(9n+3){color: #D9534F;}
.posttaglist a:nth-child(9n+4){color: #567E95;}
.posttaglist a:nth-child(9n+5){color: #B433FF;}
.posttaglist a:nth-child(9n+6){color: #00ABA9;}
.posttaglist a:nth-child(9n+7){color: #B37333;}
.posttaglist a:nth-child(9n+8){color: #FF6600;}


.posttaglist a:hover { *background-color:#333; *color:#fff; box-shadow:0 0 1em #ddd inset;}
.posttaglist .pagebar-loading:hover { box-shadow:none;}

@media screen and (max-width: 799px) {
	.posttaglist a { width:30.3333%;}
	
}