@charset "UTF-8";
/* CSS Document */

.cat_h2{
	width: 950px;
}
.stile_container {
    width: 950px;
}
.stile_container ul li {
    width: 190px;
}
/*.mb20{
	width:930px;
}
.mb50,.interiorwall_container_01,.interiorwall_container_02,.interiorwall_container_03{
	width:950px;
}
.interiorwall_container_01 ul li,.interiorwall_container_02 ul ul li,.interiorwall_container_03 ul ul li{
	width:190px;
}
ul li a{
	display:block;
	width:140px;
	margin:0 auto;
}
*/

.stile_container ul li:nth-child(4n) {
    margin: 0;
}
.stile_container ul li:nth-child(-n+4) {
    border-top: none;
}
.stile_container ul li:nth-child(4n+1) {
    border-top: none;
		border-left: none;
}

.stile_container ul li:nth-child(5n) {
    margin: 0;
}
.stile_container ul li:nth-child(-n+5) {
    border-top: 1px solid #ccc;
}
.stile_container ul li:nth-child(5n+1) {
    border-left: 1px solid #ccc;
}
.stile_container ul li a .tag {
	width:40px;
    position: absolute;
    top: 7px;
    left: 7px;
	min-width:40px;
	text-align:center;
	color:#fff;
	float:left;
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 10px;
	font-size:10px;
	background: #cc2419;
}

.stile_container ul li a .label {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 7px;
	color: white;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1;
	background-color: red;
	display: none;
}

/* .stile_container ul li a div.autoHeightA,
.stile_container ul li a div.autoHeightB,
.stile_container ul li a div.autoHeightC,
.stile_container ul li a div.autoHeightD {
	padding: 10px 0 0;
    display: table-cell;
} */

.stile_container .title {
	line-height: 50px;
}
.stile_container .tosou-title {
	border-left: 5px solid #299c7c;
	border-bottom: 1px solid #299c7c;
	margin: 28px 0 14px;
	padding: 4px 0 4px 10px;
	font-size: 14px;
}
.stile_container ul li a .sub_name {
	height: 0;
	padding: 0;
}
.stile_container .link_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stile_container .link_list ul li {
	width: 19%;
	border: none !important;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 950px){
	.stile_container .link_list ul li {
		width: 23%;
	}
}
@media screen and (max-width: 430px){
	.stile_container .link_list ul li {
		width: 48%;
	}
}
.stile_container .link_list ul li a {
	width: 100%;
	height: auto;
	padding: 1em 1em 2em;
	margin: 0.5em 0;
	color: #666;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	background: url(/html/img/common/common_ico_01.png) no-repeat scroll center bottom 10px #f6f5f4;
}

.stile_container .lineup > picture {
	display: block;
	width: 100%;
}
.stile_container .lineup img {
	width: 100%;
}

.stile_container .lineup > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stile_container .lineup > div dl {
	width: 23%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column-reverse;
}


.stile_container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.stile_container ul li {
	float: none;
}

.stile_container ul li a div {
	padding: 10px 0 0;
	display: table-cell;
}