@charset "utf-8";

/**
 * header
 */
header {
	position: fixed;
	width: 100%;
	height: 40px;
	/*border-bottom:solid 2px #1514A0;*/
	background: -moz-linear-gradient(left, #ffffff 20%, #a0a0a0 100%);
	background: -webkit-linear-gradient(left, #ffffff 20%, #a0a0a0 100%);
	background: linear-gradient(to right, #ffffff 20%, #a0a0a0 100%);
	line-height: 1;
	color: #666;
	z-index: 30;
}
header.header_hal {
	background: white;
}

header::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	top: 40px;
	background: -moz-linear-gradient(left, #ffffff 0%, #E5E5E5 50%, #E0E0E0 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #E5E5E5 50%, #E0E0E0 100%);
	background: linear-gradient(to right, #ffffff 0%, #E5E5E5 50%, #E0E0E0 100%);
}
header.header_hal::after {
	height: 0px;
}

header div.header_haltab {
	height: 40px;
    width: 330px;
/*	padding: 8px 30px 8px 8px;*/
	display: inline-block;
	position: relative;
	z-index: 0;
}
header div.header_haltab::before {
  content: "";
  background: #d3d3d4;
  border-radius: 0 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: perspective(1em) scaleY(2.5) rotateX(2.5deg);
  transform-origin: bottom left;
}
header div.header_haltab img{
	padding: 8px 30px 8px 8px;
}

header #logo {
	padding: 8px 30px 8px 8px;
	font-size: 18px;
	float: left;
	line-height: 25px;
}

header #logo img:not(.logo-disabled) {
	cursor: pointer;
}

#head_ui {
	float: right;
	padding: 13px 0;
}

#head_ui>* {
	float: right;
	margin-left: 10px;
}

#head_ui #user {
	color: #fff;
}

#head_ui time {
	color: #fff;
	border-radius: 5px;
	border: solid 1px #a0a0a0;
	background: #aaaaaa;
	padding: 5px 8px;
	margin-top: -7px;
}

#head_ui #deskIcon {
	margin-top: -7px;
	height: 30px;
	width: 30px;
	background: url(../../img/icon_mydesk.png) no-repeat center center / contain;
	cursor: pointer;
}

#head_ui #deskIcon span {
	display: block;
	background-color: #555555;
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	width: 16px;
	text-align: center;
}

#btn_setting {
	margin-top: -13px;
	border: solid 1px #666;
	background: -moz-linear-gradient(left, #a0a0a0 0%, #878787 100%);
	background: -webkit-linear-gradient(left, #a0a0a0 0%, #878787 100%);
	background: linear-gradient(to right, #a0a0a0 0%, #878787 100%);
}

#btn_setting.on {
	background: #fff;
}

#btn_setting span {
	display: inline-block;
	width: 40px;
	height: 37px;
	background: url(../../img/icon_setting.png) no-repeat center center;
}

#btn_setting.on span {
	background: url(../../img/icon_setting_on.png) no-repeat center center;
}

#setting {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	width: 240px;
	border: solid 1px #A3A3A3;
	border-bottom: none;
	z-index: 32;
}

#setting li {
	padding: 10px 5px;
	text-align: center;
	background-color: #fff;
	border-bottom: solid 1px #A3A3A3;
	color: #000;
	cursor: pointer;
}


/**
 * #contents
 */
#contents {
	min-width: 1366px;
	position: relative;
	background: url(../../img/bg_lt.png) no-repeat left 42px;
	padding: 50px 30px 0 30px;
	overflow: hidden;
	height: calc(100% - 50px);/* zantei */
}

#contents.contents_hal {
	background: transparent ;
}

/* #breadcrumb */
#breadcrumb.link-disabled {
	color: inherit;
	opacity: 0.5;
}

#breadcrumb li {
	float: left;
	color: #000;
	margin-right: 10px;
}

#breadcrumb li:not(:last-child):not(.con):hover {
	cursor: pointer;
	text-decoration: underline;
}


/* #content_tab */
#content_tab {
	margin-top: 10px;
}

#content_tab li {
	width: 20%;
	float: left;
	margin-right: 2px;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	text-align: center;
	color: #7f7f7f;
	padding: 5px 0;
	cursor: pointer;
}

#content_tab li:nth-child(1) {
	box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.12) inset;
}

#content_tab li:nth-child(2) {
	box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.12) inset;
}

#content_tab li.act {
	background: #fff;
	box-shadow: none;
	color: #000;
	cursor: default;
}
