@charset "utf-8";

/* -------------------------[01]:ショールームスタイル*/
dl.faqIndex	{
	padding: 0;
	position: relative;
}
dl.faqIndex dt	{
	color: #333;
	border-left: solid 8px #55838d;/*左側の線*/
	background: whitesmoke;/*背景色*/
	margin-bottom: 5px;/*下のバーとの余白*/
	line-height: 1.5;
	border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
	padding: 0.5em;
	list-style-type: none!important;
	font-weight: normal;
}
dl.faqIndex dt a {
	text-decoration:none;
	color: #333;
}
dl.faqIndex dt a:hover {
	opacity: 0.6;
}




