@charset "UTF-8";
/* CSS Acting
		by Thuyntn
*/

/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/
.pt-5 {
	padding-top: 5px !important;
}
.ttl-h2 {
	margin-bottom: 35px !important;
}
.block-right {
	float: right;
	width: 740px;
	color: #333;
}
.ttl-profile {
	font-size: 200%;
	color: #ec8a15;
	border-bottom: 1px solid #ec8a15;
	margin-bottom: 10px;
}
.txt-price {
	font-size: 184%;
	padding-bottom: 5px;
}
.txt-price span {
	font-size: 125%;
}
.txt-detail {
	font-size: 117%;
	background: #e7f7f0;
	padding: 10px 0 8px 20px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
}

.list-profile {
	padding: 35px 0 20px;
}
.list-profile li {
	background: #f5f7f6;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	padding: 15px 25px 15px 15px ;
	width: 170px;
	float: left;
	height: 220px;
	margin-right: 12px;
}
.title01 {
	color: #ec8a15;
	font-size: 167%;
	background: #fff;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	padding: 5px;
	margin-bottom: 5px;
}
.title01 span {
	text-align: center;
	width: 125px;
	display: inline-block;
}

.txt01{
	color: #000;
	font-size: 150%;
	text-align: center;
}
.txt02 {
	padding-top: 20px;
	color: #1c1c1c;
	font-size: 117%;
	width: 170px;
	line-height: 26px;
}

/* section-block */
.section-block {
	width: 900px;
	margin: 0 auto 20px;
}
.title02 {
	font-size: 150%;
}
.title02 strong {
	font-size: 142%;
	font-weight: normal;
}
.title02 span {
	color: #0d9a52;
}
.block {
	padding: 20px 15px;
	background: #fff;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
}
.list-rate li {
	float: left;
	width: 430px;
}
.block-icon {
	padding: 20px 0;
	position: relative;
}
.block-icon p {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 5px;
}
.txt-price01 {
	display: block;
	color: #000;
	text-align: center;
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.note01 {
	position: absolute;
	top: 68px;
	left: -6px;
	z-index: 9999;
	color: #fff;
}
.txt03 {
	font-size: 200%;
	color: #0d9a52;
}
.txt04 {
	font-size: 200%;
	color: #0d9a52;
}
.txt04 span {
	font-size: 75%;
}
.text-item01 {
	background: #d0f7ca;
	color: #000;
	font-size: 117%;
	margin-top: 15px;
	padding: 2px 0 2px 15px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
}
.text-item02 {
	color: #343434;
	text-align: right;
	padding: 5px 0;
}
.group {
	padding-bottom: 25px;
}
.block-icon .info01 {
	position: absolute;
	left: 50px;
	top: 38px;
}
.block-icon .info02 {
	position: absolute;
	left: 290px;
	top: 38px;
}
.txt05 {
	padding: 0 2px 0 2px !important;
}
.txt06 {
	padding: 0 0px 0px 0px !important;
}
.txt07 {
	font-size: 200%;
	color: #000;
}
.txt07 span {
	font-size: 60%;
}
.txt08 {
	font-size: 150%;
	color: #0d9a52;
}
.ttl-h2_02 {
	background: url(../images/menu/bg_h2_02.png) repeat 0 0;
}
.block-step {
	width: 725px;
	margin: 0 auto 60px;
}
.group-step{
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	background: #f5f7f6;
	padding: 10px 15px 25px;
	margin-bottom: 20px;
}
.ttl-h3 {
	background: #fff;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	padding: 10px 15px;
	margin-bottom: 25px;
}
.text-step {
	float: left;
	color: #1c1c1c;
	font-size: 117%;
	width: 535px;
	padding-top: 5px;
	line-height: 26px;
}

.block-text {
		background: #ffdd9a;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius:5px;
	color: #000;
	line-height: 28px;
	padding: 20px 25px;
}


/* table */
.table {
	border-top:1px solid #cce8c8;
	border-left:1px solid #cce8c8;
	border-right:1px solid #cce8c8;
	background-color:#ffffff;
}

.table dl {
	border-bottom:1px solid #cce8c8;
}
.table dt,
.table dd {
	float:left;
	padding:10px;
	font-size:110%;
	width:278px;
}
.table dt {
	background:#95e589;
	font-weight:bold;
}
.table dt.tab_ttl {
	background:#ecffe9;
	color:#008100;
	text-align:center;
	border-left:1px solid #D0DAEB;
}



.table dd {
	text-align:center;
	border-left:1px solid #cce8c8;
}

