


.widget {
	display: block;
	position: relative;
	padding: 0 30px 0 30px;
	margin: 30px auto 80px auto;
	width: 96%;
	height: auto;
	max-width: 920px;
	min-height: 200px;
}






.widget-cat {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* widget-categories */

#widget-categories .widget-cat-header,
#widget-categories .widget-cat-content,
#widget-categories .widget-cat-item {
	margin: 0;
	padding: 0;
}

#widget-categories .widget-cat-header,
#widget-categories .widget-cat-item {
	margin-bottom: 10px;
	height: 56px;
	line-height: 56px;
}

#widget-categories .widget-cat-header,
#widget-categories .widget-cat-header.active,
#widget-categories .widget-cat-header.hover,
#widget-categories .widget-cat-header.active.hover {
	border-top: 1px solid #e8e8e8;
	border-bottom: 4px solid #082978;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 0 0 18px;
	font-size: 1.5em;
	color: #082978;
	background-color: #e3e3e3;
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: -0.5px;
}

#widget-categories .widget-cat-header .arr,
#widget-categories .widget-cat-header.hover .arr {
	float: left;
	position: relative;
	display: block;
	height: 16px;
	width: 24px;
	background: url(../images/search/product_kind_arrow.png);
	margin: 18px 18px 0 2px;
	background-repeat: no-repeat;
}

#widget-categories .widget-cat-header .bbg,
#widget-categories .widget-cat-header.hover .bbg {
	float: right;
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
	background: url(../images/search/icon-bg-plus.png);
	margin-right: 22px;
	margin-top: 14px;
	background-repeat: no-repeat;
}

#widget-categories .widget-cat-header.active .bbg,
#widget-categories .widget-cat-header.active.hover .bbg {
	float: right;
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
	background: url(../images/search/icon-bg-mainas.png);
	margin-right: 22px;
	margin-top: 14px;
	background-repeat: no-repeat;
}





/* クリックBt */

#widget-categories .widget-cat-content {
	display:block;
	position:relative;
	margin: 0 auto 28px auto ;
	padding: 0 0 0 0 ;
	width: 720px;
	background-color: #fff;
	overflow: hidden;
}

#widget-categories .widget-cat-item {
	display: block;
	position:relative;
	float: left;
	width: 220px;
	height: 60px;
	margin: 3px 10px 8px 10px;
	text-align:center;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: -0.4px;
}

#widget-categories .widget-cat-item span {
	display: block;
	position: absolute;
	width: 220px;
	font-size: 1.1em;
	line-height: 1.2em;
	top: 50%;
	left: 50%;
	text-align: center;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.widget-cat-content .widget-cat-item a {
	display: block;
	width: 220px;
	height: 60px;
	
	
	color: #082978;
	background-color: #eeeeee;
	/*
	color: #fff;
	background-color: #b10a18;
	*/
	
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}

.widget-cat-content .widget-cat-item a:hover,
.widget-cat-content .widget-cat-item a.active {
	display: block;
	width: 220px;
	height: 60px;
	
	/*
	color: #b10a18;
	background-color: #eeeeee;
	*/
	color: #fff;
	background-color: #082978;
	
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}















@media only screen and (max-width: 900px) {

/* クリックBt */

	#widget-categories .widget-cat-content {
		display:block;
		position:relative;
		margin: 0 auto 28px auto ;
		padding: 0 0 0 0 ;
		width: 480px;
		background-color: #fff;
		overflow: hidden;
	}
	
	#widget-categories .widget-cat-item {
		display: block;
		position:relative;
		float: left;
		width: 220px;
		height: 60px;
		margin: 3px 10px 8px 10px;
		text-align:center;
	}
	
	#widget-categories .widget-cat-item span {
		display: block;
		position: absolute;
		width: 220px;
		font-size: 1.1em;
		line-height: 1.2em;
		top: 50%;
		left: 50%;
		text-align: center;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
	}
	
	.widget-cat-content .widget-cat-item a {
		display: block;
		width: 220px;
		height: 60px;
		color: #082978;
		background-color: #eeeeee;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px; 
	}
	
	.widget-cat-content .widget-cat-item a:hover,
	.widget-cat-content .widget-cat-item a.active {
		display: block;
		width: 220px;
		height: 60px;
		color: #fff;
		background-color: #082978;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px; 
	}

}







@media only screen and (max-width: 680px) {

/* クリックBt */

	#widget-categories .widget-cat-content {
		display:block;
		position:relative;
		margin: 0 auto 28px auto ;
		padding: 0 0 0 0 ;
		width: 380px;
		background-color: #fff;
		overflow: hidden;
	}
	
	#widget-categories .widget-cat-item {
		display: block;
		position:relative;
		float: left;
		width: 180px;
		height: 80px;
		margin: 3px 5px 8px 5px;
		text-align:center;
	}
	
	#widget-categories .widget-cat-item span {
		display: block;
		position: absolute;
		width: 180px;
		font-size: 1em;
		line-height: 1.2em;
		top: 50%;
		left: 50%;
		padding: 0 8px 0 8px;
		text-align: center;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
	}
	
	.widget-cat-content .widget-cat-item a {
		display: block;
		width: 180px;
		height: 80px;
		color: #082978;
		background-color: #eeeeee;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px; 
	}
	
	.widget-cat-content .widget-cat-item a:hover,
	.widget-cat-content .widget-cat-item a.active {
		display: block;
		width: 180px;
		height: 80px;
		color: #fff;
		background-color: #082978;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px; 
	}

}








@media only screen and (max-width: 550px) {
	
	.widget {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 30px auto 80px auto;
		width: 96%;
		height: auto;
		max-width: 480px;
		min-height: 200px;
	}
	
	
	#widget-categories .widget-cat-header .arr,
	#widget-categories .widget-cat-header.hover .arr {
		display: none;
	}
	
	#widget-categories .widget-cat-header .bbg,
	#widget-categories .widget-cat-header.hover .bbg,
	#widget-categories .widget-cat-header.active .bbg,
	#widget-categories .widget-cat-header.active.hover .bbg {
		margin-right: 16px;
	}

	
	#widget-categories .widget-cat-header,
	#widget-categories .widget-cat-header.active,
	#widget-categories .widget-cat-header.hover,
	#widget-categories .widget-cat-header.active.hover {
		border-top: 1px solid #e8e8e8;
		border-bottom: 6px solid #082978;
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0 0 4px 14px;
		font-size: 1.1em;
		color: #082978;
		background-color: #e3e3e3;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	
	#widget-categories .widget-cat-content {
		display:block;
		position:relative;
		margin: 0 auto 28px auto ;
		padding: 0 0 0 0 ;
		width: 100%;
		background-color: #fff;
	}
	
	#widget-categories .widget-cat-item {
		display: block;
		position:relative;
		float: none;
		width: 260px;
		height: 80px;
		margin: 3px auto 8px auto;
		text-align:center;
	}
	
	#widget-categories .widget-cat-item span {
		display: block;
		position: absolute;
		width: 260px;
		font-size: 1.1em;
		line-height: 1.2em;
		top: 50%;
		left: 50%;
		text-align: center;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
	}
	
	.widget-cat-content .widget-cat-item a {
		display: block;
		width: 260px;
		height: 80px;
		color: #082978;
		background-color: #eeeeee;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px; 
	}
	
	.widget-cat-content .widget-cat-item a:hover,
	.widget-cat-content .widget-cat-item a.active {
		display: block;
		width: 260px;
		height: 80px;
		color: #fff;
		background-color: #082978;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px; 
	}

}






@media only screen and (max-width: 414px) {
	
	.widget {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 30px auto 80px auto;
		width: 96%;
		height: auto;
		max-width: 340px;
		min-height: 200px;
	}




}









