@charset "utf-8";
/* -----------------------------------------------------------
CSS 個人印鑑 印材絞込み
----------------------------------------------------------- */

.item-collection {
	margin-top: 10px;
	padding: 12px 10px 5px;
	background: #F2F2F2;
	position:relative;
}
.item-collection .tab {
	border-collapse: separate;
	border-spacing: 7px 0;
	margin:0 0 10px -7px;
}
.item-collection .tab > * {
	color: #000;
	background: #CCC;
	line-height: 1.2;
	height: 1.8em;
	width: 64px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
	margin-right: 4px;
	padding: 4px 4px;
}
.item-collection .tab .active {
	color: #FFF;
	background: #008C23;
}
.item-collection .order {
	color: #333;
	font-size: 15px;
	text-align: right;
	line-height: 1.8em;
    padding-right: 9px;
	position:absolute;
	top:14px;
	right:0;
}

.item-collection .order span {
	color: #069;
	cursor: pointer;
	text-decoration: underline;
	display:inline-block;
	min-height:22px;
	margin:0 5px;
}
.item-collection .order .active {
	color: #008C23;
	font-weight: bold;
	text-decoration: none;
	background:url(https://www.hankoya.com/_packages/img/images/common/icon_material_sort.gif) no-repeat right 7px;
	padding-right:11px;
}
.item-collection .order span:first-child {
    color: #333;
    cursor: default;
    text-decoration: none;
	margin:0 -2px 0;
}
.item-collection .item {
	display: flex;
	flex-wrap: wrap;
	margin: 8px -9px 0 0;
}
.item-collection .item > * {
	flex-basis: 84px;
	height: 140px;
	text-align: center;
	margin: 0 8px 7px 0;
	background: #FFF;
	border: 1px solid #999;
	cursor: pointer;
    overflow: hidden;
}
.item-collection .item > * > a {
	width: 84px;
    display: block;
	height: 140px;
	text-decoration: none;
	background-image: url(https://www.hankoya.com/img/shop/bg_mtlist_arrow.png);
    background-repeat: no-repeat;
	background-position: bottom center;
}
.item-collection .item > * > a:hover {
	background-color: #FFFFB0;
}
.item-collection .item span {
	display: block;
}
.item-collection .item .name {
	color: #069;
    height: 41px;
}
.item-collection .item a:visited .name {
	color: #29017E;
}
.item-collection .item a:hover .name {
	color: #C00;
	text-decoration: underline;
}
.item-collection .item .price_m {
	color: #C00;
	font-size: 12px;
	text-decoration: none;
}
.item-collection .item img {
	margin: 5px 2px 4px 2px;
}
.item-collection .guide > * {
	display: none;
	font-size: 0.9rem;
	color: #000;
	margin: 5px 0;
	overflow: hidden;
}
.item-collection .guide > *:first-child {
	display: block;
}
.item-collection .guide strong {
	color: #c00;
	margin:auto 1px;
	font-weight: bold;
}

/* 印材の説明を表示 */
.item-collection .item.show_info > * {
	flex-basis: 210px;
	position:relative;
}
.item-collection .item.show_info > * > a{
	width: 210px;
	text-align:left;
}
.item-collection .item.show_info span.name, .item-collection .item.show_info span.price_m{
	text-align:center;
	width:86px;
}
.item-collection .item span.info{
	display:none;	
}
.item-collection .item.show_info span.info{
	display:block;
	float:right;
	width:98px;
	margin:5px 6px 2px 3px;
	background:#EEEEEE;
	padding:8px 8px 5px;
	border-radius:5px;
	color:#000;
	text-align:left;
}
.item-collection .item.show_info img {
	margin: 5px 0 4px 5px;
}
.item-collection .item .tit_material_rank{
	flex-basis:644px;
	margin-top:8px;
	padding-left:13px;
	border:none;
	background:none;
	text-align:left;
	height:auto;
	position:relative;
	cursor:default;
 }
 .item-collection .item .tit_material_rank:before{
	content: '';
	position:absolute;
	left:0;
	top:6px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #666;
 }