.block{
	padding:0 10px;
}
#brandList{
	padding: 0 10px;
}
#brandList li{
	margin: 0 0 20px;
}
#brandList li img.img{
	display: block;
	margin: 0 auto 10px;
}
#brandList li h2,
#entry h1{
	font-size: 14px;
	color: #c9a063;
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	margin-bottom: 10px;
}
#brandList li h2{
	padding:0 10px;
}
#brandList li h2 a{color: #c9a063;}
#brandList li h2 a:hover{color: #b18247;}
#brandList li p{
	font-size: 12px; margin-bottom: 5px;
	text-align: justify;
	padding: 0 10px;
}
#brandList li a.btn-more{
	padding: 0 10px;
}

.pager{
	margin-top: 20px;
}

hr{
	display: none;
}

/*
スライダー
============================*/
.slick-list{
	width: auto;
	height: 250px;
	border:0;
	overflow: hidden;
}
.slider li img{
	width: 100%;
	max-width:100%;
}

/*カスタマイズ*/
@media screen and (max-width: 480px){
#wrapper{
width: 100%;
    margin: auto;
}

#main{
width: 90%;
    margin: auto;
}

.br-pc{
display: none;
}

.br-sp{
display: block;
}


.title{
text-align: center;
    font-size: 1.5rem;
    color: #c9a063;
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    margin: 15px;

}

.titletext{
text-align: center;
    font-size: 0.85rem;
    color: #717171;
    font-weight: normal;
    margin: 1.5em auto;
    line-height: 1.5rem;
    width: 80%;
}

ul li{
margin-bottom: 1.5em;
}

h2{
margin: 1.25em auto;
font-size: 1.15em;
}

h2  a{
color: #c9a063;
    font-family: 'Times New Roman', serif;
}

p{
margin-bottom: 1.15em;
}


b{
font-weight: bold;
font-size:105%;
}

.small{
font-size: 80%;
}

.catalog{
width: 95%;
    display: block;
    margin: 3em auto 0;
}

.catalog > div{
width:100%;
}

.catalog > div p{
margin: 20% auto 20px;
    font-size: 0.9rem;
    line-height: 1.75rem;
}

.catalog img{
   width: 70%;
    display: block;
    border: 1px solid #cccaca;
    margin: auto;
}

.catalognews{
width: 95%;
    margin: 4em auto;
    font-size: 80%;
    line-height: 1.5rem;
border-top: 1px solid #cccaca;
}

.catalognews table tr{

}

.catalognews table tr th,.catalognews table tr td{
padding-top: 20px;
}

.catalognews table tr th{
width: 15%;
    margin-right: 10px;
    text-align: left;
display: flex;
}

.download{
position: relative;
    line-height: 2em;
    text-indent: 2.25em;
margin: 0.5em auto;
font-size: 0.9rem;
}

.download:before{
position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    margin-right: 10px;
    background-image: url(https://www.lisalarson.jp/newitem/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
}