@charset "utf-8";

/* index */
#fla {
	width: 940px;
	height: 280px;
	background: url('../img/contents/bg_fla.jpg') top left no-repeat;
	padding-top: 20px;
}
#fla div#fla_content {
	margin: 0px 10px -10px 12px;
	_margin: 0px 10px 0px 12px;
}


div.infomation {
	border: 1px solid #ddd;
	width: 210px;
	_width: 230px;
	height: 245px;
	_height: 260px;
	padding: 10px;
	background-color: #fff;
}
div.infomation div.info_contents {
	padding: 10px;
	background-color: #58b85e;
	margin-top: 10px;
	height: 200px;
	_height: 217px;
}
div.infomation div.info_contents p {
	color: #fff;
	line-height: 120%;
}


div.sub {
	background-color: #f2f7ec;
	padding: 10px;
	margin-bottom: 10px;
	color: #333;
}
table.serviceinfo_tbl {
	width: 100%;
	margin: 20px 0px;
}
table.serviceinfo_tbl td {
	vertical-align: top;
}
table.serviceinfo_tbl td.left {
	width: 50%;
	border-right: 1px solid #ddd;
	text-align: left;
}
table.serviceinfo_tbl td.right {
	width: 50%;
	text-align: left;
	padding-left: 10px;
}
table.serviceinfo_tbl td img {
	margin-bottom: 10px;
}


table.price_tbl {
	width: 100%;
	margin: 10px 0px 15px 0px;
}
table.price_tbl th {
	text-align: center;
	background-color: #4b9b01;
	color: #fff;
	padding: 5px;
}
table.price_tbl td {
	text-align: center;
	background-color: #fff;
	padding: 10px 5px;
}


div.contents_qa {
	background-color: #f1f1ee;
	padding: 10px;
	margin-bottom: 10px;
}