@media screen and (min-width: 769px){
/* main */
#main {
	margin: 0px  auto;
	margin-bottom: 15px;
	width: 980px;
}

#main .title {
	position: relative;
	margin-bottom: 20px;
	width: 980px;
	height: 330px;
}

#main .title img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
}

#main .title h2 {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 2;
}

#main .title h2 {
	font-size: 40px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: normal;
}

#main .title p {
	position: absolute;
	top: 78px;
	left: 45px;
	z-index: 2;	
}

#main .title p {
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: normal;
}

/* column */
#main .column {
	padding-top: 5px;
	width: 980px;
	background: url(../img/bg_gekko4.jpg) no-repeat top right;
}

#main .column h3 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

#main .column .text {
	margin: 0px auto;
	width: 620px;
}

#main .column .text h3 {
	margin-bottom: 10px;
}

#main .column .text p {
	margin-bottom: 7px;
}

#main .column .text p.spaceBtm15 {
	margin-bottom: 15px;
}

#main .column .text .pht {
	margin-bottom: 30px;
}

#main .column .text .pht p {
	margin-top: 3px;
	text-align: center;
}

#main .column .text ul {
	text-align: center;
}

#main .column .text li {
	margin-bottom: 0px;
}

/* inq */
#main div#inq {
	margin-top: 50px;
	margin-bottom: 50px;
}

#main div#inq ul {
	text-align: center;
}

#main div#inq li {
	margin-bottom: 0px;
}
}