﻿@charset "utf-8";

#QandA {
	width: 93%;
	margin-left: 3em;
}
#QandA dl {
	border: 1px solid #ccc;
}
#QandA dt {
	font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA dt:first-child {
	border-top: none;
}
#QandA dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
.red {
	font-weight: bold;
	color: #bf0000;
}

#QandA dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}