@charset "UTF-8";

/* GIG 4.1
============================================================================*/

html { height: 100%; }
body { position: relative; }

.stage { min-width: auto; }

div.header {
	position: relative;
}

.headertop .mininavList {
	display: none;
}

@media screen and (max-width: 768px) {

	div.header {
    width: 100%;
		min-height: 41px;
		margin: 0;
		border: none;
	}

	div.headertop {
    width: 100%;
		height: 40px;
		min-height: 41px;
		border: none;
    border-bottom: 1px solid #3c3c35;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}

	.headertop .mininavBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 40px;
    background: #9d9c95;
		border-left: 1px solid #9d9c95;
    z-index: 10;
	}

	.headertop .mininavBtn:hover {
		cursor: pointer;
	}

	.headertop .mininavBtn:after{
    content: "";
    position: relative;
    top: 7px;
    display: block;
    width: 22px;
    height: 24px;
    margin: 0 auto;
    background-image: url(/solutions/cloud/k5/images/common/icons.png);
    background-position: -32px -70px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
	}

	.headertop .mininavBtn.open:after{
    background-position: -5px -70px;
	}

	.headertop .mininavList {
		position: absolute;
		top: 41px;
		right: 0;
		width: 100%;
	}

	div#headsearch {
		float: none;
		width: 100%;
		height: auto;
    padding: 7px 10px;
    background-color: #9d9c95;
		background-image: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	div#headsearch form {
    padding: 0;
	}

	div#headsearch div {
    position: relative;
	}

	div#headsearch div input[placeholder] {
    color: #777 !important;
	}

	div#headsearch div input#Search {
    width: 100%;
		height: auto;
    padding: 8px 40px 7px 10px;
    border-radius: 5px;
		border: 1px solid #ccc;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
    font-size: 14px;
	}

	#headsearch div .search-image {
    position: absolute;
    right: 8px;
    top: 50%;
    display: block;
    width: 17px;
    height: 18px;
    margin: -9px 0 0;
    background-image: url(/solutions/cloud/k5/images/common/icons.png);
    background-position: -52px -46px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#headsearch div input#submit {
		margin: 0;
		opacity: 0;
	}

	.header .mininav {
		display: block;
		position: relative;
		width: 100%;
		padding-left: 0;
		background: #c6c6c0;
		border-top: 1px solid dimgrey;
		box-shadow: 0 5px 5px #191916;
		text-align: left;
	}

	.header .mininav li {
		position: relative;
		margin-bottom: 0;
		background: #c6c6c0;
		border-bottom: 1px solid #b1b1ac;
		line-height: 1!important;
	}

	.header .mininav li a {
		position: relative;
		display: block;
		padding: 12px 10px 11px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
		z-index: 10;
	}

	#corporatesymbol {
		display: inline;
		float: left;
		width: 50px;
		margin: 8px 10px 0 10px;
	}

	#corporatesymbol a img {
		width: 47px;
		height: 22px;
	}

	.headerrightarea {
		width: auto;
		min-height: 40px;
		margin: 0;
	}

	#headerbottom {
		display: none;
		background: none;
		padding-bottom: 0;
	}


	#footnavi {
		position: relative;
		display: table!important;
		table-layout: fixed;
		width: 100%;
		margin-top: 10px;
		padding: 6px 10px;
		background: #b1b1ac;
		border-bottom: 1px solid #fff;
		text-align: left;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footnavi .country,
	#footnavi .lang {
    display: table-cell;
    width: 50%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
	}

	#footnavi .country {
		position: relative;
		margin-bottom: 0;
		padding-left: 18px;
		color: #555;
	}

	#footnavi .country:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    margin: -7px 0 0;
    background-image: url(/solutions/cloud/k5/images/common/icons.png);
    background-position: -89px -49px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
	}

	#footnavi .lang {
		border-left: 1px solid #777670;
		text-align: center;
	}

	#footnavi .lang a {
		color: #003399;
		font-size: 90%;
	}

	.footer {
		min-width: 640px;
	}

	.footer ul {
    font-size: 100%;
	}

	.footer #footerinner {
		display: block;
		width: 100%;
		margin: 0;
		padding: 20px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.footer #permanentmenu {
		float: none;
	}

	.footer #permanentmenu ul li {
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 7px 7px;
    padding: 0 0 0 7px;
	}

	.footer #permanentmenu ul li:first-child {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}

	.footer #permanentmenu ul li a {
    text-decoration: underline;
	}

	#creditline {
    float: none;
	}

	#creditline p {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
	}

}




/* Layout Parts
============================================================================*/

/* cloud Navigation --------------------------------------------------------------------- */




/* Page Top  */
.pagetop {
	position: absolute;
	bottom: 24px;
	right: 24px;
	margin: 0 auto;
	z-index: 999;
}

.pagetop a {
	display: inline-block;
	min-width: 40px;
	min-height: 40px;
	background-color: #b1b1ac;
	background-image: url(/solutions/cloud/k5/images/common/icon-pagetop.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.4;
	text-decoration: none;
	text-indent: -9999px;
}

/* Right Link  */
ul.rightLink {
	margin-top: 30px !important;
}
ul.rightLink li {
	text-align: right;
	font-size: 105%;
}
ul.rightLink li a {
	display: inline;
	padding-right: 25px;
	color: #003399;
	text-decoration: none;
	background: url(/solutions/cloud/k5/images/common/ico_arw_03.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	display: inline;
}
ul.rightLink li a:hover {
	text-decoration: underline;
}

/* sitenote */
#sitenote *,
#sitenote *:before,
#sitenote *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sitenote {
	width: 100%;
	padding: 10px 0;
	background-color: #FDFDFD;
	border-top: 1px solid #E8E8E8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#sitenote a img {
	border: none;
}

#sitenote .inner {
	width: 980px;
	margin: 0 auto;
}

#sitenote .contact,
#sitenote .socialMedia {
	margin: 0;
	padding: 0;
/*
	background-color: #FFFFFF;
	border: 1px solid #F3F3F3;
*/
}

#sitenote .contact dt,
#sitenote .socialMedia dt {
/* 	padding: 6px 20px; */
/* 	border-left: 4px solid #C4151B; */
	font-weight: bold;
}

#sitenote .contact dd,
#sitenote .socialMedia dd {
	margin: 15px 0 0 0;
	padding: 0;
/* 	border-top: 1px solid #F3F3F3; */
}

#sitenote .socialMedia dd {
	padding-bottom: 0;
}

#sitenote .contact {
	float: left;
	display: table;
	width: 720px;
	margin-right: 40px;
}

#sitenote .contact dd .tel,
#sitenote .contact dd .form {
	display: table-cell;
	width: 50%;
}

#sitenote .contact dd .tel {
	padding-right: 20px;
}

#sitenote .contact dd .form {
	padding-left: 20px;
}

#sitenote .contact dd .contactTel {
	display: inline block;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
}

#sitenote .contact dd .contactTel strong {
/* 	color: #9E0B0F; */
	font-size: 200%;
	font-weight: normal;
}

#sitenote .contact dd .contactTel span {
	display: block;
	margin: 5px auto 1em auto;
	padding: 4px 10px;
	border: 1px solid #E8E8E8;
	color: #666666;
	font-size: 78%;
}

#sitenote .contact dd .contactTxt {
	margin-bottom: 0;
	font-size: 70%;
}

#sitenote .contact dd .contactBtn {
	margin-bottom: 0;
	font-size: 120%;
	text-align: center;
}

#sitenote .contact dd .contactBtn a {
	display: block;
	padding: 10px 40px;
	background-image: url(/solutions/cloud/k5/images/common/icon-arrow01.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	border: 2px solid #CCCCCC;
	border-radius: 6px;
	color: #9E0B0F;
	text-decoration: none;
}

#sitenote .contact dd .contactBtn a:hover {
	color: #EC1B24;
	border: 2px solid #F79FA0;
}

#sitenote .socialMedia dd .socialIcon {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

#sitenote .socialMedia {
	float: right;
	 width: 220px;
}

#sitenote .socialMedia dd .socialIcon li {
	float: left;
	width: 69px;
	margin-bottom: 24px;
	text-align: center;
}

#sitenote .socialMedia dd .socialIcon img {
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {
	#sitenote {
		margin-bottom: -10px;
		background-color: #F8F8F8;
	}

	#sitenote .inner {
		width: 100%;
		margin: 0;
	}

	#sitenote .contact dt,
	#sitenote .socialMedia dt {
		margin: 0 20px;
		text-align: center;
	}

	#sitenote .contact dd,
	#sitenote .socialMedia dd {
		padding: 20px 20px 0 20px;
	}

	#sitenote .contact {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}

	#sitenote .contact dd .contactTxt {
		text-align: center;
	}

	#sitenote .socialMedia {
		float: none;
		width: 100%;
	}

	#sitenote .socialMedia dd ul.socialIcon {
		text-align: center;
 	}
	#sitenote .socialMedia dd ul.socialIcon li {
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 640px) {
	#sitenote .contact dd .tel,
	#sitenote .contact dd .form {
		display: block;
		width: 100%;
		padding: 0;
	}

	#sitenote .contact dd .tel {
		text-align: center;
	}

	#sitenote .contact dd .contactTel {
		display: inline-block;
		margin: 0 auto;
	}

	#sitenote .contact dd .contactTxt {
		margin-bottom: 2em;
		text-align: center;
	}

	#sitenote .contact dd .contactBtn {
		margin-bottom: 10px;
	}
}


/* Common
============================================================================*/
.sp { display: none!important; }
.tb { display: none!important; }

@media screen and (min-width: 768px) {
	.pc { display: block!important; }
}

@media screen and (max-width: 768px) {
	.tb { display: block!important; }
	.pc { display: none!important; }
}

@media screen and (max-width: 640px) {
	.sp { display: block!important; }
}


/* bxSlider
============================================================================*/
.bxslider {
	width: 100%;
}

.bxslider .slide {
	height: 400px;
	background-position: center center !important;
	background-size: cover !important;
}
.bxslider .slide:after {
	height: 400px;
	background-color: rgba(0, 0, 0, 0.3);
}

.bxslider .slide .inner {
	margin: 0 auto;
	max-width: 980px;
}
.bxslider .slide .inner p {
	font-size: 1.2em;
	margin-bottom: 60px !important;
	color: #FFFFFF;
}
.bxslider .slide .inner p.title {
	margin-top: 50px;
	font-size: 3em;
}
.bxslider .slide .inner a.btn {
	padding: 1em 2em;
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(233, 32, 45, 1.0);
	border-radius: 8px;
}
.bxslider .slide .inner a.btn:hover {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(233, 32, 45, 0.5);
}

.bx-controls,
.bx-has-pager {
	height: 0 !important;
}

@media screen and (max-width: 979px) {
	.bx-wrapper {
		margin: 0 auto 30px;
	}
	.bxslider .slide .inner {
		max-width: 90%;
	}
	.bxslider .slide .inner p.title {
		font-size: 300%;
	}
}

@media screen and (max-width: 640px) {
	.bx-wrapper {
		margin: 0 auto !important;
	}
	.bxslider .slide {
		height: 300px;
		font-size: 0.8em;
	}
	.bxslider .slide .inner {
		max-width: 100%;
	}
	.bxslider .slide .inner p {
		margin: 30px 0 !important;
	}
	.bxslider .slide .inner p.title {
		font-size: 2em;
	}
}
