/*brand list*/

ul{
	display: flex;
	flex-wrap: wrap;
}

#brandList li{
	width: 315px;
	float: left;
	margin: 0 50px 58px 0;
}
#brandList li.last{margin-right: 0;}
#brandList li img.img{
	margin-bottom: 20px;
}
#brandList li h2,
#entry h1{
	font-size: 16px;
	color: #c9a063;
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 1.5rem;
}
#brandList li h2 a{color: #c9a063;}
#brandList li h2 a:hover{color: #b18247;}
#brandList li p{
	font-size: 12px; margin-bottom: 5px;
	height: 80px;
	text-align: justify;
	overflow: hidden;
}

/*work partners*/
#workPartners h2{
	text-align: center;
	padding-bottom: 40px;
}
#workPartners h3{
	padding-bottom: 8px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dfdfdf;
	font-family : YuMincho, '游明朝', serif;
	font-size: 18px;
}
#workPartners h3 span{font-size: 12px;}
.list li img{margin-bottom: 10px;}
.list li a{font-size: 11px;}
.list li a:hover{color: #3e3e3e;}

/*article*/
article#entry{
	width: 682px;
	margin: 0 auto;
}
#entry h1{font-size: 22px; margin-top: 50px;}
#entry .entry-body p{
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px; line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*sns*/
.sns ul{padding-bottom: 50px;}

/*items*/
#items h2{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 46px;
	background: url(/assets/images/bg_title.png) no-repeat center bottom;
}
#items li{margin-bottom: 30px;}

/*title*/

.showmore{
	font-size: 1.1rem;
	text-align: center;
    color: #c9a063;
    font-weight: normal;
    margin: 3em auto 6em;
}
.block{
	padding-bottom: 40px;
}

.title{
	text-align: center;
    font-size: 1.75rem;
    color: #c9a063;
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    margin: 1em auto 1em;
}

.titletext{
	text-align: center;
    font-size: 0.85rem;
    color: #717171;
    font-weight: normal;
    margin-bottom: 4em;
}

/*catalog*/

.br-pc{
	display: block;
}

.br-sp{
	display: none;
}



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

.small{
	font-size: 80%;
}

.catalog{
	width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: 3em auto 0;
}

.catalog > div{
	width:50%;
}

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

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

.catalognews{
	width: 65%;
    margin: 4em auto;
    font-size: 70%;
    line-height: 2rem;
}

.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;
}

.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;
}



@media screen and (max-width: 480px){
#wrapper{
	width: 100%;
    margin: auto;
	}
	
	#main{
	width: 90%;
    margin: auto;
	}
	
	.title{
		text-align: center;
    font-size: 1.5rem;
    color: #c9a063;
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    margin-bottom: 15px;
		
	}
	
	.titletext{
	text-align: center;
    font-size: 0.85rem;
    color: #717171;
    font-weight: normal;
    margin-bottom: 4em;
}
}

