@charset "utf-8";

body {
	font-size: 12px;
	line-height:1.4em;
	margin: 0;
}

img {
	border:0;
	vertical-align: bottom;
	}

p {
	margin: 0;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

a:link,a:visited {
	color:#595757;
	text-decoration: none;
}

a:hover {
	color:#CB3232;
	text-decoration: underline;
}

#top {
	background: #fff url(../img/header.jpg) center 0 no-repeat;
	height: 80px;
	box-shadow:rgba(150, 150, 150, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(150, 150, 150, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(150, 150, 150, 0.65) 0px 0px 6px 3px;
	position: relative;
	z-index:9999;
}
.area01_wrap{
	width: 850px;
	position: relative;
	margin:0 auto;
}
p.btn_register{
	position: absolute;
	bottom: -80px;
	right: 0;
}
p.btn_register a{
	display: block;
}

#area01 {
	background: url(../img/img_r1_c2.jpg) 0 0 repeat-x;
	height: 470px;
	text-align: center;
	position: relative;
	z-index:9998;
}

#area01 div.bg{
	background: url(../img/img_r1_c1a.jpg) center 0 no-repeat;
	height: 470px;
}

#area01b {
	background: url(../img/topbtmbg.png) center 0 repeat-x;
	height: 260px;
	text-align: center;
	position: relative;
	z-index:9998;
	margin-top: -97px;
	box-shadow:rgba(43, 43, 43, 0.65) 0px 11px 7px -8px;
-webkit-box-shadow:rgba(43, 43, 43, 0.65) 0px 11px 7px -8px;
-moz-box-shadow:rgba(43, 43, 43, 0.65) 0px 11px 7px -8px;
}

#area02 {
	background: url(../img/cross.gif) 0 0;
	text-align: center;
	padding: 22px 0 53px;
}

#area03 {
	background: #22AC38;
	position: relative;
	height: 295px;
}

#area03 div {
	width: 1056px;
	height: 97px;
	margin: 0 auto;
	position: absolute;
	top: -5px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 203px 0 0;
}

#area03 div p {
	margin-left: 107px;
}

#area05 {
	text-align: center;
	padding: 0 0 50px;
	width: 1000px;
	margin: 0 auto;
	background: url(../img/shadow.png) center 0 repeat-y;
}

.license {
	width: 810px;
	background: #ffdbdf;
	padding: 30px 30px 25px;
	margin: 0 auto;
}
.license table{
	width: 810px;
}


.utility {
	width: 620px;
	background: #c0e3f6;
	padding: 30px 125px 5px;
	margin: 0 auto;
}


.design {
	background: #ffe3b3;
	padding: 30px 30px 80px;
	margin: 0 auto;
	width: 810px;
}
.design table,.unility table{
	width: 670px;
}

#area05 table {
	border-collapse: collapse;
	margin: 0 auto;
}

#area05 table th {
	background: #40c2f3;
	color: #FFF;
	font-size: 14px;
	border: 3px solid #00aeef;
	padding: 24px 0;
}

#area05 table th.total {
	font-size: 18px;
	width: 210px;
}

#area05 table td {
	text-align: center;
	font-size: 14px;
	border: 3px solid #00aeef;
	padding: 10px 0;
	background: #FFF;
	color: #595757;
	font-weight: bold;
}

#area05 table td.total {
	font-size: 18px !important;
	color: #E60012 !important;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;


}

#area05 .license table th {
	border: 3px solid #ff8496;
	background: #ffa3b0;
}

#area05 .license table td {
	text-align: center;
	font-size: 14px;
	border: 3px solid #ff8496;
	padding: 10px 0;
	background: #FFF;
	color: #595757;
	font-weight: bold;
	line-height: 1.5;
}

#area05 .design table th {
	border: 3px solid #ffa401;
	background: #ffbb40;
}

#area05 .design table td {
	text-align: center;
	font-size: 14px;
	border: 3px solid #ffa401;
	padding: 10px 0;
	background: #FFF;
	color: #595757;
	font-weight: bold;
	line-height: 1.5;
}

#area06 {
	background: url(../img/faq_bg.png) 0 0 repeat-x;
	position: relative;
	height: 155px;
	text-align: center;
	width: 100%;
	margin-top: -45px;
}

#area06 p,#area07 p {
	margin: 0 auto;
	width: 832px;
}

#area07 {
	background: url(../img/review_bg.png) 0 0 repeat-x;
	position: relative;
	height: 158px;
	text-align: center;
	width: 100%;
	margin-top: -48px;
}




#qanda p {
	text-align: center;
}

#formArea {
	background: #81cd8f url(../img/form_top.jpg) center 23px no-repeat;
	padding: 82px 0 118px;
}

#formArea.conf {
	background:none/*#81cd8f*/;
	padding: 82px 0 118px;
}

#form {
	background: #FFF;
	width: 770px;
	margin: 0 auto 36px;
	padding: 20px 20px 40px;
	box-shadow: rgba(69, 69, 69, 0.48) 4px 4px 0px -1px;
	-webkit-box-shadow: rgba(69, 69, 69, 0.48) 4px 4px 0px -1px;
	-moz-box-shadow: rgba(69, 69, 69, 0.48) 4px 4px 0px -1px;
}

#formTxt {
	border: 4px solid #22b277;
	text-align: center;
	color: #595757;
	line-height: 21px;
	padding: 50px 0 50px;
	margin-bottom: 37px;
	font-size: 14px;
}

#form table {
	border-collapse: collapse;
	width: 770px;
	margin: 0 auto;
}

#form table th {
	background: #fafafa;
	color: #595757;
	font-size: 16px;
	line-height: 18px;
	border: 5px solid #FFF;
	padding: 10px 0 10px 13px;
	text-align: left;
	width: 160px;
}

#form table th span {
	display: inline-block;
	width: 35px;
	height: 18px;
	background: url(../img/must.png) 0 0 no-repeat;
	vertical-align: bottom;
}

#form table td {
	font-size: 10px;
	line-height: 14px;
	border: 5px solid #FFF;
	padding: 5px 0 2 12px;
	color: #727171;
}

.conf #form table td {
	font-size: 12px;
	line-height: 17px;
}

#form table td input[type="text"],#form table td input[type="tel"],#form table td input[type="email"]{
	border: 1px solid #b5b5b5;
	height: 24px;
	font-size: 12px;
	padding-left: 5px;
}

#form table td textarea{
	border: 1px solid #b5b5b5;
	height: 176px;
	width: 546px;
	font-size: 12px;
	margin-bottom: 4px;
	padding: 5px;
}

#form table td select{
	border: 1px solid #b5b5b5;
	height: 26px;
	font-size: 12px;
}


#form table#addressArea {
	width: 580px;
	margin: 0;
}

#form table#addressArea th {
	font-size: 12px;
	font-weight: normal;
	padding:10px 0 10px 12px;
	width: 87px;
	border-top: none;
	border-left: none;
}

#form table#addressArea td {
	border-top: none;
	padding-left: 7px;
}

#Confirm {
	background: url(../img/confirm.png) 0 0 no-repeat;
	width: 558px;
	height: 58px;
	border: none;
	font-size: 0;
}

#Send {
	background: url(../img/send.png) center 0 no-repeat;
	width: 380px;
	height: 58px;
	border: none;
	font-size: 0;
}

#back {
	background: url(../img/back.png) center 0 no-repeat;
	width: 380px;
	height: 58px;
	border: none;
	font-size: 0;
}

#backTop {
	background: url(../img/back_top.png) center 0 no-repeat;
	width: 558px;
	height: 58px;
	border: none;
	font-size: 0;
}

.btn {
	    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn:hover {
box-shadow:rgba(230, 216, 67, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(230, 216, 67, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(230, 216, 67, 0.65) 0px 0px 6px 3px;
}

.btn:active {
    -webkit-filter: contrast(90%);
    -moz-filter: contrast(90%);
    -o-filter: contrast(90%);
    -ms-filter: contrast(90%);
    filter: contrast(90%);
	box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}

#sendArea {
	margin: 30px 0;
}

#sendArea div {
	float: left;
	width: 380px;
}

.fixed_btn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}