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

.infoArea {
	position: relative;
	padding-bottom: 15px;
}
.textArea ul li {
	font-size: 13px;
	line-height: 1.5em;
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textArea ul {
	margin-left: 15px;
	margin-right: 15px;
}
.textArea ul li span {
	display: inline-block;
	width: 100px;
}
.textArea {
	position: absolute;
	left: 15px;
	top: 70px;
	right: 15px;
}
.textArea p {
	font-size: 13px;
	line-height: 1.5em;
}
.section p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 20px;
}
.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FDFA42;
	padding-top: 15px;
	margin-top: 15px;
}
