@charset "UTF-8";

/* =================================== */
/*
/* 	lyout CSS
/* 	last update 150209
/*
/* =================================== */


/************************************************

1.container

************************************************/

div#container {
  color: #fff;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom:0px;
}

/************************************************

2.nav

************************************************/

div#nav-block {
}

ul#nav {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	margin: 0 auto;
	width: 740px;
}

ul#nav li {
	font-size: 14px;
	display: block;
	margin: 0 0 0 28px;
	padding: 0;
	list-style-type: none;
	float: left;
	z-index: 70;
	line-height:1;
}

ul#nav li.itemFirst {
	margin: 0 0 0 0px;
}

ul#nav li a {
	padding: 0px;
	color:#fff;
	padding-bottom:10px;
	display:block;
}

ul#nav li a:hover {
	border-bottom:1px solid #5DA9DC;
	text-decoration: none;
}

ul#nav li a.current {
	border-bottom:1px solid #5DA9DC;
}


/* submenu, it's hidden by default */
ul#nav ul {
	position: absolute;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	z-index: 10000;
}

ul#nav ul li {
	height: 30px;
	float: none;
	border-top: 1px solid #fff;
	line-height: 30px;
	text-indent: 0px;
	display: block;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* display block will make the link fill the whole area of LI */
ul#nav li ul li a {
	color: #fff;
	background-color: #10538C;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	line-height: 30px;
	text-indent: 0;
	height: auto;
	text-decoration: none;
	background-image: url(none);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}

ul#nav li ul li a:hover {
	padding-left: 18px;
	color: #fff;
	background-color: #3080C0;
	line-height: 30px;
}

ul#nav li ul li a.current {
	padding-left: 18px;
	color: #fff;
	background-color: #3080C0;
	line-height: 30px;
}

ul#nav li ul li a.selected {
	padding-left: 18px;
	color: #fff;
	background-color: #3080C0;
	line-height: 30px;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

/************************************************

3.contents

************************************************/

div#contents {
	width:100%;
	clear: both;
	background-color:rgba(17,22,36,0.85);
	display: block;
	position: relative;
}

div#contents .article {
	width:980px;
	margin: 0 auto 30px;;
	text-align: left;
	display: block;
	position: relative;
	padding-top: 30px;
}

#contents-head {
	width:980px;
	margin: 0 auto 20px;;
	text-align: left;
	display: block;
	position: relative;
}

/************************************************

4.alpha-block

************************************************/

div#main {
	width: 730px;
	float: left;
	position: relative;
	text-align: left;
}


/* topic-path  ================ */

#topic-path {
	width: 100%;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}

#topic-path li {
	float: left;
	display: block;
	padding: 0px;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1;
	font-size:12px;
}

#topic-path .breadcrumbhome {
	margin: 0 0 0 0;
}

#topic-path a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1;
	color: #fff;
}

#topic-path strong {
	margin: 0px;
	line-height: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}


/************************************************

5.sidebar

************************************************/

#sidebar {
	width: 230px;
	float: right;
	text-align: left;
}


/* .localnav  ================ */

.localnav {

}

.localnav li {
	font-size: 12px;
	display: block;
	line-height: 1;
	margin-top: -1px;
	border: 1px solid #666666;
}

.localnav a {
	color: #fff;
	display: block;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 24px;
	background-color: #222222;
	line-height: 1.4;
	min-height: 40px;
	background-image: url(../images/img_common/ico_cursol.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.localnav a:hover {
	color: #fff;
	display: block;
	background-color: #5DA9DC;
}

.localnav a.current {
	color:#fff;
	display: block;
	background-color: #5DA9DC;
}

.localnav ul {
	display: block;
	line-height: 1;
	margin-top: -1px;
}

.localnav ul li {
	font-size: 12px;
	display: block;
	line-height: 1;
		border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	margin-top: -1px;
}

.localnav ul li a {
	color: #fff;
	display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 40px;
	background-color: #1a1a1a;
	line-height: 1.4;
	min-height: 40px;
	background-image: url(../images/img_common/ico_cursol.png);
	background-repeat: no-repeat;
	background-position: 22px center;
}

.localnav ul li a:hover {
	color: #fff;
	display: block;
	background-color: #5DA9DC;
}

.localnav ul li a.current {
	color: #fff;
	display: block;
	background-color: #5DA9DC;
}

.localnav li span {
	color: #fff;
	display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.4;
    min-height: 40px;
}

.localnav ul li span {
	color: #fff;
	display: block;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 1.4;
	min-height: 40px;
}


/* ===================================

	6: header

====================================== */

/************************************************

6.header

************************************************/

div#header {
	clear: both;
	margin: 0 auto 50px;
	text-align: left;
	padding-top: 30px;
	width: 980px;
}

#header .flL {
	width: 105px;
}

#header .flR {
	width: 740px;
}

.headnav {
	width: 100%;
	text-align: left;
	margin-bottom:18px;
}

.description-section {
	float:left;
	margin:0 auto;
	display: inline;
	font-size:11px;
	color:#fff;
	text-align:left;
	font-weight:normal;
	line-height:1.2;
}

.headnav ul {
	width:300px;
	float:right;
}

.headnav ul li {
	line-height:1;
	margin-left:20px;
	font-size:12px;
	float: right;
}

.headnav ul li a {
	color:#fff;
}

p#site-id {
	margin-bottom: 0px;
	float: left;
	width: 105px;
	padding-top: 0px;
}

/* ===================================

	7: Footer

====================================== */

/* =Main content and comment content
----------==============================---------- */

.page_top {
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 40px;
  background-color: #999999;
  z-index: 2000;
  font-size: 12px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}
.page_top a{
    color:#fff;
    }
.page_top:hover{
	background-color: #00499B;
    }
.abs{
bottom:20px;
position:absolute;
}

/*
 foot [
----------------------------------------------------------- */

/* #footer  ================ */

#footer {
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	position:relative;
}

.footerinner {
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.footerbox-sap {
	background-color:#fff;
	padding: 10px 0;
	color:#2a2a2a;
}

p.footerbox-sap__sap {
	background-image:url(../images/img_common/logo_sap.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:110px;
	min-height:57px;
	font-size:10px;
	line-height:1.8;
	margin:0;
}

p.footerbox-sap__pcoe {
	background-image:url(../images/img_common/logo_pcoe.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:130px;
	min-height:57px;
	font-size:10px;
	line-height:1.8;
	margin:0;
}

.footerbox {
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	background-color: #222222;
	border-bottom: 1px solid #555555;
}

.footerboxinner {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.footerboxinner div.copybox-wrap {
	width: 720px;
	color: #fff;
	float: left;
}

.footerboxinner a.privacy_mark img {
	background-color: #fff;
	border: 1px solid #333;
}

.footerboxinner div.copybox {

	line-height: 1.4;
	font-size: 11px;
	background-image: url(../images/img_common/head_logo.png);
	background-size: 105px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 130px;
	padding-top: 10px;
	min-height: 56px;
;
}

.footerboxinner div.copybox p {
	margin-bottom: 10px;
	font-size:11px;
	line-height:1;
}

.footerboxinner p.copylight {
	margin-bottom: 0px;
	font-size:10px;
}

.footerboxinner ul {
	margin-bottom: 10px;
	display: block;
}

.footerboxinner ul li {
	float: left;
	margin-left:8px;
	padding-left:8px;
	line-height:1;
	font-size:12px;
	border-left:solid #fff 1px;
}

.footerboxinner ul li:first-child {
	margin-left:0px;
	padding-left:0px;
	border-left:none;
}

.footerinner a,
.footerboxinner a {
	color: #fff;
	line-height: 1.4;
}

#footer .logo_isms {
    margin-top: 1px;
}

/* #productfooter  ================ */

#productfooter {
	padding: 20px 0;
	background-size: cover;
	background-image: url(../images/img_index/foot_bg_productbnr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 1600px) {

#productfooter {
	padding: 20px 0;
	background-size: auto;
	background-image: url(../images/img_index/foot_bg_productbnr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
}

#productfooter .col1 {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.col-link {
	border:1px solid #fff;
}

.col-link:hover {
	border:1px solid #4a4a4a;
}
