

div#contents div.article h2 {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_qa.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}

div#contents div.article h3 {
	margin: 0 1em 1em;
	border-bottom: 1px solid #cc7f91;
	color: #600;
	font-weight: bold;
}

div#contents div.article dl { margin: 0 1em 2em; }

div#contents div.article dl dt,
div#contents div.article dl dd {
	position: relative;
	padding: 2px 0 0 2em;
	word-wrap: break-word;
	word-break: all;
}

div#contents div.article dl dt { margin: 0 0 .5em; color: #f09; font-weight: bold; }
div#contents div.article dl dd { margin: 0 0 1em; }

div#contents div.article dl dt span.iq,
div#contents div.article dl dd span.ia {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	border: 1px solid #e7e7e8;
	-webkit-border-radius: 1.4em;
	        border-radius: 1.4em;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

div#contents div.article dl dt span.iq {
	background-color: #e98989;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#e98989), color-stop(0.6, #e98989), color-stop(0.6, #f4a6a6), to(#f4a6a6));
	background-image: -webkit-linear-gradient(-45deg, #e98989, #e98989 60%, #f4a6a6 60%, #f4a6a6 100%);
	background-image:    -moz-linear-gradient(-45deg, #e98989, #e98989 60%, #f4a6a6 60%, #f4a6a6 100%);
	background-image:     -ms-linear-gradient(-45deg, #e98989, #e98989 60%, #f4a6a6 60%, #f4a6a6 100%);
	background-image:      -o-linear-gradient(-45deg, #e98989, #e98989 60%, #f4a6a6 60%, #f4a6a6 100%);
	background-image:         linear-gradient(-45deg, #e98989, #e98989 60%, #f4a6a6 60%, #f4a6a6 100%);
}

div#contents div.article dl dd span.ia {
	background-color: #6c8fd7;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#6c8fd7), color-stop(0.6, #6c8fd7), color-stop(0.6, #8facdc), to(#8facdc));
	background-image: -webkit-linear-gradient(-45deg, #6c8fd7, #6c8fd7 60%, #8facdc 60%, #8facdc 100%);
	background-image:    -moz-linear-gradient(-45deg, #6c8fd7, #6c8fd7 60%, #8facdc 60%, #8facdc 100%);
	background-image:     -ms-linear-gradient(-45deg, #6c8fd7, #6c8fd7 60%, #8facdc 60%, #8facdc 100%);
	background-image:      -o-linear-gradient(-45deg, #6c8fd7, #6c8fd7 60%, #8facdc 60%, #8facdc 100%);
	background-image:         linear-gradient(-45deg, #6c8fd7, #6c8fd7 60%, #8facdc 60%, #8facdc 100%);
}


