	/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
	*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

/* add mplus */
#cboxCurrent {
	display: none !important;
}
#cboxPrevious,
#cboxNext {
	display: none;
	position: absolute;
	bottom: 0;
	width: 36.5%;
	padding: 19px 0 20px 0;
	/padding-top: 15px;
	border-style: none;
	color: #333;
	font-size: 1.4em;
	outline: none;
	box-shadow: 0 -10px 8px -10px rgba(0,0,0,.2);
}
#cboxPrevious {
	left: 0;
	/left: 80px;
	margin-left: -10px!important;
	padding-left: 30px;
	text-align: left;
	background: url(../img/company/arrow_black_prev.png) no-repeat 0 50%;
	/background: url(../img/company/arrow_black_prev.png) no-repeat 0 40%;
	zoom: 1;
}
#cboxNext {
	right: 0;
	/right: 80px;
	margin-right: -10px!important;
	padding-right: 30px;
	text-align: right;
	background: url(../img/company/arrow_black_next.png) no-repeat 100% 50%;
	/background: url(../img/company/arrow_black_next.png) no-repeat 100% 40%;
	zoom: 1;
}
#cboxPrevious:hover,
#cboxNext:hover {
	text-decoration: underline;
}
#cboxClose {
	position: absolute;
	display: inline-block;
	width: 320px;
	bottom: 0;
	left: 50%;
	margin-left: -160px;
	padding: 19px 0 20px;
	border-style: none;
	color: #333;
	text-align: center;
	font-size: 1.4em;
	background: url(../img/company/icon_close.png) no-repeat 100px 50%;
	zoom: 1;
	outline: none;
	box-shadow: 0 -10px 8px -10px rgba(0,0,0,.2);
}
#cboxClose:hover {
	text-decoration: underline;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
/*
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #FFF;
}
#cboxContent {
	position: relative;
	margin-top: 32px;
	margin-top: 0;
}
.cboxIframe {
	background: #ffffff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	/width: 980px !important;
	background: #ffffff;
	padding: 40px 0 60px;
	overflow: hidden;
}
#cboxLoadingGraphic {
	background: url(../img/common/loading.gif) no-repeat center center #ffffff;
}
#cboxLoadingOverlay {
	background: #ffffff;
}


/* mplus original style */
#colorbox {
	background-color: #FFF;
	overflow-x : hidden;
	outline: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}
#cboxLoadedContent .staffPopup {
	display: block;
	overflow: hidden;
}
#cboxLoadedContent .staffPopup .staffProfile {
	position: relative;
	float: left;
	width: 440px;
	min-height: 500px;
	padding-left: 30px;
	text-align: center;
}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name {
	font-size: 32px;
	text-align: center;
	background: #f9f9f9;
}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name span {
	display: block;
}

#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .position {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 20px auto 10px;
	color: #fff;
	padding: 1px 10px;
	font-size: 20px;
	vertical-align: top;
	border-radius: 1em;
}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .positionOrange { background: #ed6d00;}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .positionOrange   { background: #0098D8;}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .positionKimidori { background: #73BC3B;}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .positionPink     { background: #F6727D;}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .positionYellow   { background: #C7A157;}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .positionGreen    { background: #4B7B4B;}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .en {
	padding-bottom: 30px;
	font-size: 14px;
	font-family: Montserrat;
	line-height: 1.0;
}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name .en {
	font-weight: normal;
	color: #999;
}


#cboxLoadedContent .staffPopup .staffMsg {
	position: relative;
	float: right;
	width: 440px;
	margin-right: 30px;
	text-align: left;
}
#cboxLoadedContent .staffPopup .staffMsg h3 {
	display: inline;
	font-size: 14px;
	background: #ff0;
}
#cboxLoadedContent .staffPopup .staffMsg p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}


@media screen and (max-width: 640px) {
/*
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	padding-bottom: 60px;
}
#cboxContent {
	padding: 0;
}
.cboxIframe {
	background: #ffffff;
}
#cboxError {
	padding: 20px;
}
#cboxLoadedContent {
	padding: 0;
}

#cboxPrevious,
#cboxNext {
	position: static;
	width: 33.3%;
	height: 12px;
	margin-top: 0;
	padding: 20px 10px;
	font-size: 1.2em;
	z-index: 1000;
	box-shadow: none;
}
#cboxPrevious {
	float: left;
	margin-left: 0;
	background: none;
}
#cboxNext {
	float: right;
	margin-right: 0;
	background: none;
}

#cboxClose {
	position: absolute;
	left: 37%;
	bottom: -60px;
	width: 35%;
	margin-left: -10px;
	margin-top: 0;
	padding: 20px 10px 20px 35px;
	font-size: 1.2em;
	background: url(../img/staff/icon_close.png) no-repeat 20px 50%;
	background-size: 20px auto;
	box-shadow: none;
}
#cboxClose:hover {
	text-decoration: underline;
}

/* iepita original style */
#cboxLoadedContent .staffPopup {
	padding-bottom: 0;
}
#cboxLoadedContent .staffPopup .staffProfile {
	float: none;
	width: auto;
	min-height: inherit;
	margin: 0;
	padding: 20px;
}
#cboxLoadedContent .staffPopup .staffProfile img {
	width: 180px;
	height: auto;
}
#cboxLoadedContent .staffPopup .staffProfile .popUpstaff-name {
	margin-left: 0;
	margin-bottom: 20px;
	font-size: 2.0em;
}
#cboxLoadedContent .staffPopup .staffProfile .staffConstruction .position {
	margin-bottom: 10px;
}
#cboxLoadedContent .staffPopup .staffProfile .staffConstruction .en {
	padding-bottom: 10px;
}

#cboxLoadedContent .staffPopup .staffMsg {
	float: none;
	width: auto;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0 20px;
}
}