@charset "utf-8";

.contents {
	text-align: left;
}

.contents h4 {
	clear: both;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: .5em .75em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	background-color: #487cb1;
	background: -moz-linear-gradient(top,#487cb1, #396c9f 50%,#396c9f 50%,#225183);
	background: -webkit-gradient(linear, left top, left bottom, from(#487cb1), color-stop(0.5,#396c9f), color-stop(0.5,#396c9f), to(#225183));
	border: 1px solid #336699;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.contents h5 {
	margin: 0.5em 0 0.5em 0;
	color: #3399cc;
}

.fukidashi {
	background-color: #efefef;
	padding: 20px;
	position: relative;
	margin: 2em 0 0 0;
	line-height: 155%;
}
.fukidashi:after {
	border-bottom: 12px solid #efefef;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	margin-left: -40%;
	position: absolute;
	top: -12px;
	left: 50%;
}
.fukidashi .fukidasilist {
	margin: 0 0 0 1em;
}
ul.qamenu li {
	text-align: left!important;
	margin: 0 0 0 2em;
	list-style-type: none;
	line-height: 200%;
}
ul.qamenu {
	margin: 0 0 2em 0;
}