.Icon.Dot.CDS {
	width: 16px;
	background: #00964C;
	margin-right: 8px !important;
}
.Icon.Dot.LMS {
	width: 16px;
	background: #4275FF;
	margin-right: 8px !important;
}
.Icon.Dot.UGW {
	background: #4D518E;
	margin-right: 8px !important;
}

.HeaderTools > .UserNameRO {
	margin-top: 4px;
}
.HeaderTools > .UserNameRO > .HeadIcon.User {
	opacity: 0.5;
}
.HeaderTools > .UserNameRO > span {
	display: inline-block;
	font-size: 12px;
	height: 2em;
	line-height: 1.6;
	padding-right: 8px;
	padding-top: 2px;
	margin: 0 4px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	color: #CCC;
	max-width: 35vw;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* NavBar */
.NavBar {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	display: flex;
	overflow: hidden;
	z-index: 1800;
	box-shadow: 0 0 4px 0 #000 !important;
}
.NavBar.CDS {border-top: #00964C 1px solid;}
.NavBar.LMS {border-top: #4275FF 1px solid;}
.NavBar.UGW {border-top: #4D518E 1px solid;}

.TopicPath {
	padding-left: 8px;
}
.TopicPath ul li {
	display: inline-block;
	float: left;
}
.TopicPath ul li + li:before {
	display: inline-block;
	padding: 0 4px;
	color: #AAA;
	content: ">";
	float: left;
}
.TopicPath h2.MenuTitle {
	font-size: 100%;
	font-weight: normal;
	white-space: nowrap;
	line-height: 40px;
	color: #FFF;
	border: none;
	padding: 0 4px;
	margin: 0;
	clear: none;
}
.TopicPath span {
	font-size: 85%;
	color: #DDD;
	border: none;
	padding: 0 4px;
	display: inline-block;
	max-width: 25vw;
	overflow: hidden;
	text-overflow: ellipsis;
}
.TopicPath a {
	font-size: 80%;
	color: #AAA;
	border: none;
	padding: 0 4px;
	display: inline-block;
}
.TopicPath a:focus,
.TopicPath a:hover {background-color: #666 !important;color: #FFF;}
.TopicPath a[disabled] {background-color: transparent !important;}

/* MenuContentsBody */
.MenuContentsBody {
	flex-grow: 1;
	overflow: auto;
	padding: 1em 2ex 2em;
}

/* Menu Page */
.MenuPageList {
	clear: both;
	width: 100%;
	/*margin: 8px;*/
	padding: 8px;
	box-sizing: border-box;
}
.MenuPageList dt {padding: 4px 0;}
.MenuPageList dd {padding: 0 0 6px 8px;}
.MenuPageList dd + hr {margin: 2px 0 8px;}
.MenuPageList dd ul,
.MenuPageList dd dl {margin-left: 20px;}
.MenuPageList dd ul li {color: #666;}
.MenuPageList button,
.MenuPageList a {
	padding: 4px 8px;
	font-size: 110%;
	text-decoration: none !important;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.8;
	text-align: left;
	min-width: 42ex;
	width: 50%;
	border: 1px solid #888;
	background: #F0F0F0;
	color: #000;
}
.MenuPageList button:hover,
.MenuPageList a:hover {background: #EFF6F8;box-shadow: 1px 1px 3px rgba(0,0,0,0.2);}
.MenuPageList button:active,
.MenuPageList a:active {background: #DCEFF5;box-shadow: none;}
.MenuPageList button:disabled,
.MenuPageList a:disabled {
	border: 1px solid #CCC !important;
	background-color: #F0F0F0 !important;
	opacity: 0.5;
}
.MatrixMenuCol {
	margin-right: 16px;
	box-sizing: border-box;
	width: calc(50% - 16px);
	display: inline-block;
}
.MatrixMenuCol + .MatrixMenuCol {
	float: right;
}
@media screen and (max-width: 768px) {
	.MatrixMenuCol {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
.MatrixMenuBlock {
	border: 1px solid #DDD;
	margin-bottom: 6px;
	min-width: 336px;
}
.MatrixMenuBlock h3 {
	background: #DDD;
	color: #000;
	border: none;
	margin-top: 0;
}
.MatrixMenuBlock h3 a {
	text-decoration: none !important;
}
.MatrixMenuBlock .MenuPageList {
	list-style: none;
}
.MatrixMenuBlock .MenuPageList button,
.MatrixMenuBlock .MenuPageList a {
	text-decoration: none !important;
	font-size: 100%;
	line-height: 1.8;
	min-width: 320px;
	width: calc(100% - 16px);
	margin: 2px 0;
}

.Icon.Arrow {
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin-top: 2px;
	margin-left: 12px;
	margin-right: -4px;
	float: right;
}
.Icon.Arrow.LMS {background-image: url('../images/arrow_LMS.svg');}
.Icon.Arrow.CDS {background-image: url('../images/arrow_CDS.svg');}
.Icon.Arrow.ASD {background-image: url('../images/arrow_ASD.svg');}
.Icon.Arrow.UGW {
	background-image: url('../images/arrow_UGW.svg');
	margin-left: -8px;
	margin-right: 12px;
	float: left;
}

tr.AttentionRow td {/* 復活？ */
	background-color: #FCF5E1 !important;
	color: #D81D00;
	border-bottom-color: #EAE1CC;
}
.NextMinBtn {
	padding: 0 8px;
	min-width: auto;
}
.NextMinBtn > .Icon.Next {
	width: 1em;
	height: 1em;
	background-size: 1em;
	vertical-align: middle;
	line-height: 1.4;
}
.Description {
	color: #494B53;
	padding-left: 4px;
}
.Description ol {
	list-style-position: inside;
	padding-left: 24px;
	font-size: 1em;
	margin: 3px;
}
.Msg.Inline ol + ul {
	margin-top: 8px;
}
.ConfirmTable > thead > tr > th,
.SettingTable > thead > tr > th {
	background-color: #E9E9E9;
	border-right: 1px solid #FFF;
	width: auto;
}
.ConfirmTable > thead > tr > th:last-child,
.SettingTable > thead > tr > th:last-child {
	border-right: none;
}
.SettingTable td + td {
	border-left: 1px solid #FFF;
}
.SettingTable td[rowspan] {
	vertical-align: middle;
}
.SettingTable th.HalfCol {
	width: 15ex;
	border-left: 1px solid #FFF;
}
.ConfirmTable th.HalfCol {
	width: 15ex;
	border-left: 1px solid #FFF;
}
.ConfirmTable > thead > tr > th {
	background: #F3F3F3;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	width: auto;
}
.ConfirmTable > thead > tr > th.HeadCol {
	width: 30ex;
}
.ConfirmTable > thead > tr > th:last-child {
	border-right: none;
}
.ConfirmTable .SeparateCol {
	border-left: 1px solid #D4D4D4;
}

.SearchTable th {min-width: 30ex;}

.DownloadLink {display: inline-block;margin: 6px 4px;}
.LinkIcon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: -2px;
}
.LinkText.Disabled > .LinkIcon {opacity: 0.5;}
.LinkIcon.Download {background-image: url("../images/download.gif");}
.LinkIcon.ExTab {
  width: 18px;
  height: 12px;
  background-size: 18px 12px;
  margin-bottom: -2px;
  background-image: url("../images/window.png");
}

h4.SectionTitle,
h3.SectionTitle {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #999;
}
.ListTable td.Sub {padding-left: 1.5em;}
.ListTable .SeparateRow td {border-top: 3px double #CCC;}
.ListTable.SimpleInfo {margin-bottom: 4px;}
.ExtendArea[aria-hidden="true"] {display: none;}
.ExtendBtn {width: 18ex;}

.ListTable.NewInput tbody tr th {
	background-color: #F7F7F7;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #DDD;
	padding-left:  6px;
}
.ListTable.NewInput tbody tr:last-child th {
	border-bottom: none;
}
.ListTable tr:nth-child(odd) td.NewInput,
.ListTable tr:nth-child(even) td.NewInput,
.ListTable.NewInput tr:nth-child(odd) td,
.ListTable.NewInput tr:nth-child(even) td {
	background-color: #F7F7F7;
	border-bottom-color: #DDD;
}
.ListTable.NewInput tbody.GroupRow tr th,
.ListTable.NewInput tbody.GroupRow tr td{
	background-color: #F7F7F7;
	border-top-color: #CCC;
	border-bottom-color: transparent;
}
.ListTable.NewInput tr.ButtonsRow:nth-child(odd) td,
.ListTable.NewInput tr.ButtonsRow:nth-child(even) td {
	background-color: #F0F0F0;
	border-top-color: #CCC;
	border-bottom-color: transparent;
}
.ListTable.NewInput tbody.GroupRow:hover tr th,
.ListTable.NewInput tbody.GroupRow:hover tr td,
.ListTable.NewInput tbody tr:hover th,
.ListTable.NewInput tr:nth-child(odd):hover td,
.ListTable.NewInput tr:nth-child(even):hover td {
	background-color: #F5FBFF;
	border-top-color: rgba(168,192,200,0.5) !important;
	border-bottom-color: rgba(168,192,200,0.5) !important;
}
.ListTable.NewInput tbody.GroupRow tr:nth-child(2) td {
	border-top: 1px solid #CCC;
}
.ListTable.NewInput tbody.GroupRow tr th.HeadCell,
.ListTable.NewInput tbody.GroupRow tr td.HeadCell {
	vertical-align: top;
}
.ListTable tbody.GroupRow tr td.RowLabelCol {
	text-align: right;
	padding-right: 8px;
	color:  #666;
	font-size:  90%;
}
.ListTable.NewInput td > span.Note {
	display:  inline-block;
	margin-top: 6px;
	margin-left: 4px;
}
.ListTable.NewInput td > span.Note + .TextArea,
.ListTable.NewInput td > span.Note + .TextField {
	float: left;
}
.ListTable.Inner tr > td {
	border-right:  none;
}

.Msg.Modal h3 {
	text-align: left;
}
.Msg.Modal p.Description {
	text-align: left;
}
.Modal > p.SubMessage {
	margin: -8px auto 8px;
}
.Msg.Modal .EulaText {
	text-align: left;
	border: 1px solid #888;
	background-color: #FFF;
}
.Msg.Modal .ScrollWrapper {
	margin: 0;
	height: calc(50vh - 4em);
	overflow: auto;
}
.Msg.Modal .ScrollWrapper_full {
	margin: 0;
	height: calc(70vh - 4em);
	overflow: auto;
}
.Msg.Modal .EulaText .ScrollWrapper {
	padding: 8px 12px;
	height: calc(50vh - 4em);
	overflow: auto;
}
.Msg.Modal .EulaText iframe.ScrollWrapper_if {
	padding: 1px;
	height: calc(50vh - 4em);
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.ConfirmPrg {
	text-align: center;
	padding: 10px;
}
.ConfirmPrg > .OneItem {
	padding-right: 20px;
	white-space: nowrap;
}
.Modal.Setting .Buttons.EulaFoot {
	text-align: center;
}

.ExStatusWrapper {
	border: 1px solid #D0DCE8;
	background: #F0F3F6;
	color: #62656F;
	padding: 0 2px;
	display: inline-block;
}
.NextBtn {
	padding: 0 0 0 12px;
	min-width: auto;
}
.NextBtn > .Icon {
	width: 16px;
	height: 16px;
	background-size: 16px;
	vertical-align: middle;
	margin: 0 0 0 4px;
}
.ConfirmTable.DownloadFiles th {width: 25%;}
.ConfirmTable.DownloadFiles th.HalfCol {width: 15%;}
.SearchTable th {width: 10ex;}
.SearchTable .SelectRow th {width: 30ex;}
.SearchTable .SeparateRow th {border-top: 1px double #A2A6B3;}

.MarkingTag {
	color: #EEEEFE;
	background-color: #375CB6;
	font-size: 80%;
	line-height:  1;
	padding: 1px 4px;
	margin-left: 6px;
	vertical-align: middle;
	border-radius: 2px;
	white-space: nowrap;
}


h4.H4_solid_withsp {
	background: #F1F1F2;
	font-weight: normal;
	padding: 2px 6px;
	border-top: 2px solid #FFF;
}
.NumLabel {
	display: inline-block;
	min-width: 2em;
	text-align: right;
}
.SubCell {padding-left: 2em !important;}

.DisabledRow .Attention {color: #DF1E00 !important;}


/* app_iss.css より引用 */
.HeadBar {
	border-bottom: 2px solid #5E5FAC;
	margin-top: 6px;
	margin-bottom: 8px;
	box-sizing: border-box;
	display: flex;
}
.HeadBar.Neutral {
	border-bottom: 2px solid #999;
}
.HeadBar > h2.PageTitle,
.HeadBar > h2.SectionTitle {
	display: inline-flex;
	flex: 1 0 auto;
	border-bottom: none;
	width: auto;
	min-width: auto;
	line-height: 1.2;
	vertical-align: bottom;
	margin-bottom: 4px;
}
.HeadTools {
	display: inline-flex;
}


.Indicator {
	padding: 8px 8px 8px 16px;
	display: inline-block;
	user-select: none;
	margin-right: auto;
}
.Indicator ul li {
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
	width: 3em;
	height: 2em;
	line-height: 2;
	margin-right: 20px;
}
.Indicator ul li.Future {
	color: #666;
	background: #AAA;
}
.Indicator ul li.Now {
	color: #000;
	background: #FFEC25;
	background: #B5E1FF;
	font-weight: bold;
}
.Indicator ul li.Past {
	color: #AAA;
	background: #444;
}
.Indicator ul li.Unknown {
	background: linear-gradient(to right, #AAA, #000);
}
.Indicator ul li.Future:after {/*三角の部分*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3em;
	border-style: solid;
	border-color: transparent;
	border-left-color: #AAA;/*背景色*/
	border-width: 1em;
	width: 0;
	height: 0;
}
.Indicator ul li.Now:after {/*三角の部分*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3em;
	border-style: solid;
	border-color: transparent;
	border-left-color: #FFEC25;/*背景色*/
	border-left-color: #B5E1FF;/*背景色*/
	border-width: 1em;
	width: 0;
	height: 0;
}
.Indicator ul li.Past:after {/*三角の部分*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3em;
	border-style: solid;
	border-color: transparent;
	border-left-color: #444;/*背景色*/
	border-width: 1em;
	width: 0;
	height: 0;
}
.Indicator ul li:last-child {
	width: 3.7em;
}
.Indicator ul li:last-child:after {
	display: none;
}
.NavBar > .InputGrp {
	display: inline-block;
	padding-right: 16px;
}
.NavBar > .InputGrp > label {
	color: #FFF;
}
.HeaderButton {
	box-sizing: border-box;
	height: 2em;
	line-height: 1.4;
	line-height: 20px;
	padding: 4px;
	margin-bottom: 2px;
	margin-right: 10px;
	text-align: center;
	white-space: nowrap;
	color: #000;
	border: none;
	background: transparent;
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.HeaderButton:hover {background: #595959;}
.HeaderButton:active {background: #797E80;}

.Icon.CloseW {background-image: url("../images/close_w.png");}

.Container.ForEndUser {
	border: 1px solid #000;
	box-shadow: 0 0 4px 0 #AAA !important;
	box-sizing: border-box;
}
.Container.ForEndUser,
.Container.ForEndUser .GlobalHeader,
.Container.ForEndUser .NavBar,
.Container.ForEndUser .ContentsArea,
.Container.ForEndUser .GlobalFooter {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.Container.ForEndUser .NavBar {
	top: 41px;
	left: auto;
	box-shadow: none !important;
}
.Container.ForEndUser .ContentsArea {
	padding-top: 78px;
}
.Container.ForEndUser .GlobalFooter {
	position: relative;
}
.Container.ForEndUser .Modal {
	margin: 0 5vw;
	min-width: 90vw;
}
@media only screen and (min-width: 1200px) {
	.Container.ForEndUser .Modal {min-width: 1080px;max-width: 1080px;margin: 0 60px;}
	.FloatingWrapper.ForEndUser {right: calc(50vw - 590px);}
}

.Container.ForPrint {}
.Container.ForPrint .ContentsArea {
	padding-top: 37px;
}
.BrandingName > img {
	width: 120px;
	margin-right: 18px;
}
.BrandingName > span {
	vertical-align: bottom;
	font-size: 14px;
}
.FootLogo {
	position: static;
	flex-basis: auto;
	flex-shrink: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 -6px 6px rgba(255,255,255,0.05);
	-webkit-box-shadow: 0 -6px 6px rgba(255,255,255,0.05);
	z-index: 1600;
	user-select: none;
}
.FootLogo > img {
	width: 140px;
	height: 48px;
	margin: 10px auto;
}

.ChinaRecord img {
	width: 13px;
}

.SpaceSpan {
	margin:0px 5px
}

.ContentsBody .EulaText {
	display: block;
	border: 1px solid #888;
	padding:  8px;
	height: calc(90vh - 9em);
	overflow: auto;
}
.SubFootNav .ItemsCol_inline {
	padding: 4px 10px;
}
.Separator_double {
	display: inline-block;
	width: 32px;
}
.InputGrp_underTitle {
	padding: 0 6px 6px;
	text-align: left;
}

ul.ErrorList {
	list-style-position: outside;
	padding-left: 4em;
	font-size: 1em;
	margin: 3px;
	text-align: left;
}

hr.BottomSpacer {border: none;height: 0;margin-bottom: 270px !important;}
hr.BottomSpacer-semi {border: none;height: 0;margin-bottom: 200px !important;}


.SettingTable col.HalfCol {width: 15ex;}