@charset "UTF-8";

/* ---------------------------------------------
top
--------------------------------------------- */
#contentsTop {
	overflow:hidden;
	text-align:left;
	background:#FFF url(../img/bg_side.gif) repeat-y right top;
	margin:0 0 23px 0;
}
#top #main {
	float:left;
	width:724px;
}
#top #side {
	float:right;
	width:195px;
	padding:12px 0 0 41px;
}

#top #mainBot {
	overflow:hidden;
	padding:10px 21px 23px 23px;
}
#top #group {
	float:left;
	width:232px;
	margin: 0 39px 0 0;
}
#top #group h2 {
	background: url(../common/img/bg/bg_dot_grey.gif) repeat-x left bottom;
	padding-bottom:4px;
}
#top #group dl {
	background: url(../common/img/bg/bg_dot_grey.gif) repeat-x left bottom;
	padding-bottom:4px;
	margin-top:5px;
}
#top #group dt {
	margin-bottom:5px;
}
#top #group dd {
	margin: 0 0 0 14px;
}
#top #news {
	width:409px;
	float:right;
	position:relative;
		color: #595757;
}
#top #news h2 {
	background: url(../common/img/bg/bg_dot_grey.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin-bottom:5px;
}
#top #news #btnMore {
	position:absolute;
	right:0px;
	top:5px;
}
#top #news dl {
	overflow:hidden;
	font-size:12px;
	line-height: 1.3;
}
#top #news dt {
	float:left;
	width:125px;
}
#top #news dd {
	margin:0 0 5px 125px;
}
#top #side #logisticsMenu {
	margin-top:3px;
}

/* ---------------------------------------------
service
--------------------------------------------- */

#serviceMenu {
	width:692px;
}

#top #serviceWrap {
	padding:12px 0 23px 23px;
	background-color:#eeeeef;
	height: 105px;
}
#top #serviceMenu {
	overflow:hidden;
	margin-top:5px;
}
#top #serviceMenu > li {
	float:left;
	margin-right:10px;
	width: 163px;
}
#top #serviceMenu li ul {
	width: 642px;
	display: none;
	position: relative;
	padding:38px 20px 5px;
	background: #333 url(../img/txt_item.png) no-repeat 10px 10px;
	opacity: 0.90;
	filter: alpha(opacity=90);	
	color:#FFF;
	font-size:12px;
}

.serviceInfo1 {
}
.serviceInfo2 {
	margin-left:-173px;
}
.serviceInfo3 {
	margin-left:-346px;
}
.serviceInfo4 {
	margin-left:-519px;
}
#top #serviceMenu li ul li {
	line-height:1.5;
	margin-bottom:5px;
}


/* ---------------------------------------------
slider
--------------------------------------------- */
#slide-container, #multiple-slide-container {
    height: 327px;
    margin: 0; 
    overflow: hidden;
    width: 960px;
	text-align:left;
	z-index:1;
	position: relative;
} 
.item, .item-triple {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0; width: 100%;
}
.foreground {
    position: absolute;
}
.background , .background2{
    overflow: hidden;
    position: absolute;
}

#slide-container {
	background-color: #fff;
}
.item a, .item-triple a {
	display: block;
    width: 960px;
    height: 540px;
}
.item .background img {
	max-width: 960px;
    /* to avoid max-width: 100% of Twitter Bootstrap */
}
.item-triple .background img {
	max-width: 320px;
    /* to avoid max-width: 100% of Twitter Bootstrap */
}
.foreground .element, .foreground-triple .element {
	color: #fff;
    width: 960px;
    position: relative;
    left: 23px;
}
.foreground .element.icon, .foreground-triple .element.icon {
	top: 340px;
    left: 60px;
    width: 114px;
    height: 114px;
    /*background: transparent url(../img/play.png) no-repeat;*/
    background-position: 0 0;
}
.background .overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}
.foreground .element.title, .foreground-triple .element.title {
    font-size: 22px;
    top: 180px;
	font-weight:bold;
}
.foreground .element.subtitle {
	font-size: 14px;
	left:23px;
	font-weight:bold;
	top: 190px;
}
.foreground .element.leadTxt {
	font-size: 12px;
	left:23px;
	line-height:1.3;
	top: 200px;
}
.ui-loader {
	display: none;
}
#multiple-slide-container .triple-slides {
	width: 320px;
    height: 540px;
    float: left;
    overflow: hidden;
    position: relative;
}
#multiple-slide-container .triple-slides .foreground-triple .element.title {
	font-size: 28px;
}
#multiple-slide-container .triple-slides .item-triple a {
	width: 320px;
    height: 540px;
}

#slide-pagination{
	/*display: none;*/
}

#slide-indicator{
	position:absolute;
	z-index:2;
	top:307px;
	right:10px;
}

#slide-indicator li{
	float: left;
	margin-right:5px;
}




/* ---------------------------------------------
privacy
--------------------------------------------- */
#privacy {
}
#privacy dl {
	padding:0 0 24px 0;
	margin-bottom:23px;
	background:url(../common/img/bg/bg_dot_grey.gif) repeat-x left bottom;
}
#privacy dl dt {
	margin-bottom:10px;
	font-weight:bold;
}
#privacy dl dd {
	line-height:1.5;
	padding:0 23px;
}
