@charset "shift_jis";
/*
	================================================================================================
		support tv css index.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/

/* categoryHeader */
.mod-categoryHeader .mod-categoryHeader-logo img {
    width: 100px;
}

.mod-linkButton {
    min-height: 202px;
}

@media screen and (max-width: 640px) {
	.productslist.noimg .mod-linkButton {
		/*min-height: 187px;*/
		min-height: 97px;
	}
}

@media screen and (max-width: 360px){
	.productslist.noimg .mod-linkButton {
		min-height: 230px;
	}
}

/*2023/06/28追記*/
@media screen and (max-width: 339px){
	.productslist.noimg .mod-linkButton {
		min-height: 253px;
	}
}


/* modelArea */
.productslist .Button_image img {
    width: 100px;
}

/* 20231120 */
@media screen and (max-width: 640px) {
	.modelName{
		display: none;
	}
	.productslist.noimg .mod-linkButton{
		min-height:96px;
	}
}

/* 20240710 */

.c5-ml_0{
	margin-left: 0;
}

/* 250501 */
.s5--alignRight.s5-linkV3{
	margin-bottom: 1.5em;
	padding-right: 10px;
	color: #3865e0;
}

a.s5--alignRight.s5-linkV3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E"); !important;
}


@media (max-width: 640px){
	.s5--alignRight.mq{
		margin-bottom: 0;
	}
}
