/* ブランド、ライン */

#topics_list20 .brandName {
	position: relative;
	margin: 0 20px 10px;
	font-size: 24px;
	font-weight: 500;
}

#topics_list20 .lineName {
	margin: 30px 20px 10px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #999;
}

#topics_list20 .text {
	margin: 0 20px 20px;
	font-size: 14px;
}

#topics_list20 .text p {
	font-size: 14px;
}
/*
.brandName:before {
	position: relatove;
	display: block;
	-top: 80px;
	left: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	content: "";
	background: url(/files/user/homecare/bg_dot.png) top center no-repeat;
}

#sub_module3 .brandName:before {
	display: none;
}
*/


/* 一覧 */

.itemList {
	margin: 0 30px 30px;
}

#main_contents .photo {
	margin: 15px 0;
}

#main_contents .pName {
	font-size: 13px;
}

#main_contents .price {
	font-size: 12px;
}

#main_contents .item {
	float: left;
	padding: 0 10px;
	width: 33.3%;
	text-align: center;
	box-sizing: border-box;
}

#main_contents .item img {
	width: 170px;
}

#main_contents .btn a {
	display: block;
	width: 100px;
	margin: 15px auto;
	padding: 5px;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	color: #595757;
	background: #efefef;
	box-sizing: border-box;
}

#main_contents .btn a:hover {
	text-decoration: none;
	color: #efefef;
	background: #595757;
}

#main_contents a .nophoto {
	padding-top: 80px;
	width: 170px;
	height: 170px;
	display: block;
	margin: auto;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #ccc;
	background: #eee;
	box-sizing: border-box;
}

#main_contents a:hover .nophoto {
	color: #eee;
	background: #ccc;
}

#main_contents a, #main_contents a:hover {
	text-decoration: none !important;
}