h3{
	font-size: 22px;
	text-align: center;
	/* font-weight: normal; */
}
h4 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
h5{
	text-align: center;
	font-size: 18px;
	font-weight: normal;

	margin-bottom: 20px;
    border-bottom: 2px solid #AAA;
}

/*ナビゲーション*/
ul.top_nav {
    display: flex;
    flex-wrap: wrap;
	column-gap: 2.66%;
	justify-content: center;
	text-align: center;
}
ul.top_nav >li {
	width: 23%;
	background: #8e7e72;
	padding: 5px 0;
	border: 1px solid #72655b;
	border-radius: 6px;
	margin-bottom: 10px;
	align-items: center;
    display: grid;

}
ul.top_nav >li >a {
	color: #fff;
	/* display: block;
	text-align: center; */
}


.aspect_img{
	aspect-ratio: 1/1;
}
.maker_name{
	font-weight: bold;
	color: #666;
}
.item_box > li {
	margin-bottom: 30px;
	position: relative;
}
.item_box > li > a {
	display: block;
	color: #333;
}
.item_name{
	font-weight: bold;
	margin-bottom: 5px;
}
.item_note{
	font-size: 13px;
}
.price{
	font-weight: bold;
	color: red;
}


.labels{
	position: absolute;
	top: 10px;
	left: 10px;
}
.labels span{
	display: inline-block;
	text-align: center;
	background: beige;
	padding: 2px 5px;
	margin: 0 3px 5px;
}
.labels li{
	text-align: center;
    padding: 2px 8px 1px;
    border-radius: 1em;
	margin-bottom: 5px;
}
.labels li.smartphone{
	background: #01b8e0;
    color: white;
    border: 2px solid white;
}
.labels li.power{
	background: #333333;
    color: white;
    border: 2px solid white;
}
.labels li.label_ib, .labels li.label_rs{
	background: #c7485b;
	color: white;
	border: 2px solid white;
}



.sublabels span{
	font-size: 12px;
	display: inline-block;
	text-align: center;
	padding: 2px 5px 1px;
	margin: 0 3px 5px 3px;
	border-radius: 4px;
}
.sublabels.type span{
	border: 1px solid #666;
}

.sublabels span.ir{
	border: 1px solid red;
}
.sublabels.sousa span{
	background: #EEE;
	border: 1px solid #999;	
}

.sublabels .smartphone{
	background: #75bbdb !important;
    color: white;
}
.sublabels .poleswitch{
	background: #85898e !important;
    color: white;
}
.sublabels .switch{
	background: #5d7db1 !important;
    color: white;
}


