/* ------------------------------------- */
/* CSS Document */
/* Iweb内のスタイルに合わせるためのCSS */
/* ------------------------------------- */
#goods .family-index-unit{
	width:450px;
	display:flex;
	align-items: center;
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
#goods .family-index-unit .productimage{
	width:80px;
	height:auto;
	border: 1px solid #ccc;
	margin-right: 15px;
}
#goods .family-index-unit .information{
	width: inherit;
}
#goods .family-index-unit h3{
	font-size:16px;
	display:flex;
	justify-content: space-between;
	margin-bottom: 0.5em;
}
#goods .family-index-unit h3 .bold-title{
	font-weight:bold;
}
#goods .family-index-unit h3 .title{
	font-size:12px;
	font-weight:normal;
	display:block;
}
#goods .family-index-unit p{
	text-decoration: none;
	color:#333;
	line-height: 1.4;
	margin-bottom: 0;
}

#goods a.family-index-unit{
	transition:opacity 0.3s;
	text-decoration: none;
	color:#005eb8;
}
#goods a.family-index-unit:hover{
	opacity:0.7;
}
#goods a.family-index-unit:hover .text_area{
	text-decoration: underline;
}
#goods .family-index-unit h3 .text_area{
	text-decoration: none;
	line-height: 1.2;
	width:calc(100% - 5em);
}
#goods .family-index-unit h3 .text_area.w100{
	width:calc(100%);
}
#goods .family-index-unit h3 .closed{
	font-size:12px;
	width:4.5em;
	font-weight:normal;
	color:rgba(229,0,0,1.0);
}