@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;
}

/* iconMenu */
#iconMenu {
	margin-bottom: 10px;
}

#iconMenu ul {
	text-align: center;
}

#iconMenu li {
	display: inline;
}

/* map */
#main div#map {
	margin-top: 20px;
	margin-left: 40px;
	width: 900px;
	border: 0px solid #cccccc;
}

#main div#map p {
	margin-bottom: 3px;
	text-align: center;
}

/* column */
#main .column {
	margin: 0px auto;
	padding-top: 35px;
	padding-bottom: 0px;
	width: 960px;
	background: url(../img/bg_column.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

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

#main .column p {
	margin-bottom: 10px;
	text-align: center;
}

/* section */
#main .column section {
	margin: 0px auto;
	width: 780px;
}

#main section .L {
	margin-right: 20px;
	margin-bottom: 15px;
	width: 380px;
	float: left;
}

#main section .R {
	width: 380px;
	margin-bottom: 15px;
	float: left;
}

#main section .top,
#main section .top {
	padding-top: 50px;
}

#main section .L p,
#main section .R p {
	margin-bottom: 5px;
}

/* backTop */
#main div.backTop p {
	margin-bottom: 20px;
	text-align: right;
}

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

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

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