@charset "utf-8";
/* CSS Document */

div.cont-box {
	border-bottom: 1px dotted #757472;
}

div.text-cont-box {
	font-size: 108%;
	line-height: 1.6em;
	margin-bottom: 30px;
}
div.text-cont-box p {
	padding-right: 10px;
}
p.float-l {
	float: left;
	padding-top: 5px;
	margin-right: 25px;
}
p.float-r {
	float: right;
	padding-top: 5px;
	padding-left: 25px;
}
div.page-info {
	background-color: #f4f4f4;
	margin-bottom: 15px;
	padding: 10px 20px;
}
div.page-info p {
	margin-bottom: 10px;
}
div.page-info p.to-other {
	text-align: right;
}
div.page-info p.to-other a {
	background: url(../images/arrow-01.png) no-repeat left;
	padding-left: 10px;
}

/* qa */
dl.qadl {
	padding-top: 5px;
	font-size: 108%;
	line-height: 1.6em;
}
dl.qadl dt {
	font-weight: bold;
	font-size: 123%;
	margin-top: 20px;
}
dl.qadl dt img {
	margin-right: 10px;
	vertical-align: text-bottom;
}
dl.qadl dd {
	padding-bottom: 20px;
	border-bottom: 1px dotted #757472;
}
dl.qadl dd.last-child {
	border-bottom: none;
}
/* @end */


