/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:solid 1px #eee;
	text-align:center;
}
.cg_freespace_02 {
	padding:0;
	margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
}
#sort *{
	margin: 0;
	vertical-align: -0.12em;
}
#sort>*{
	float: left;
	margin: 10px 8px 0 0 ;
}
#sort li{
	list-style: none;
	float: left;
	margin: 10px 10px 0 0 ;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px #bbb;
}
#sort li.line{
	cursor: default;
	background: #eee;
	width: 52px;
	text-align: center;
}
#sort div.line{
	cursor: default;
	background: #eee;
	font-weight: bold;
	width: 52px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	box-shadow: 0 0 5px #bbb;
}
#sort label{
	padding: 3px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #bbb;
}
#sort .KeyOn{
}
#sort .KeyOff{
	display: none;
}
#slist{

}
#slist div{
	min-height: 120px;
	height: auto;
	width: 170px;
	margin: 20px 10px 0;
	float: left;
	text-align: center;
	display: block;
	box-shadow: 0 0 4px #bbb;
	border-radius: 3px;
}
#slist div .gimg{
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	height: 120px;
}
#sklis div .blink{
	width: 160px;
	padding: 5px 5px 0;
	margin-bottom: 5px;
	min-height: 10px;
	display: block;
}
#slist>div:not([style]):nth-of-type(4n+1){
	clear: both;
}