@charset "UTF-8";
/**  CBIO Transit Style [ver.20220204] **/

/* index
=000= Common Parts Style
=050= Custum Control Style
=110= Header/Footer Style
=120= Contents Style
=200= Table/List Style
=300= Message Style
=600= Menu Style
=700= Login Style
=800= Icon Style
=900= Utilities
*/

/* =000= Common Parts Style = */
* {font-size: small;-webkit-font-smoothing: subpixel-antialiased;margin: 0;padding: 0;}
body {background-color: #FFF;}
table {border-collapse: collapse;border-spacing: 0;}
th {font-weight: normal;text-align: left;}
fieldset {border: none;}
input {vertical-align: middle;height: auto;}

input[type="radio"],
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	vertical-align: middle;
}
input[type="radio"] + label,
input[type="checkbox"] + label {line-height: 16px;padding-left: 4px;}
label > input[type="radio"],
label > input[type="checkbox"] {margin-right: 4px;}
label + input {margin-left: 4px;}

input[type="search"],
input[type="url"],
input[type="number"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="text"],
input[type="password"] {
	border: 1px solid #CCC;
	height: 1.8em !important;
	width: 30ex;
	padding: 0 2px 0 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-appearance: unset;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05);
}
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="number"] {height: 2em;}
input::-ms-clear {color: #888;font-size: 80%;}
input:placeholder-shown {color: #BBB;}
input::-webkit-input-placeholder {color: #BBB;}
input::-moz-placeholder {color: #BBB;opacity: 1;}
input:-ms-input-placeholder {color: #BBB;}

textarea {
	height: 5em;
	padding: 2px 4px;
	border: 1px solid #CCC;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
textarea:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #F1F1F1;
	box-shadow: 0 0 3px 0 #00AAFF !important;
	-webkit-box-shadow: 0 0 3px 0 #00AAFF !important;
	outline: none;
}

select {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
}
select:focus {
	box-shadow: 0 0 3px 0 #00AAFF !important;
	-webkit-box-shadow: 0 0 3px 0 #00AAFF !important;
}

a {
	text-decoration: none !important;
	border-bottom: 1px solid;
	cursor: pointer;
	line-height: 1.5em !important;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
a:link,
a:visited{color: #00528B;border-color: #00528B;}
a:hover  {color: #09C;border-color: #09C;}
a:active {color: #2CD7F0;border-color: #2CD7F0;}
a:link > img, a:visited > img,
a:hover > img, a:active > img,
a:link > .Icon, a:visited > .Icon,
a:hover > .Icon, a:active > .Icon {border-bottom: none !important;}

/* Button Style  */
input[type="button"],
input[type="submit"],
button {
	padding: 0 15px;
	margin-bottom: 2px;
	height: 2em;
	min-height: 1.4em;
	line-height: 1.4;
	min-width: 12ex;
	white-space: nowrap;
	border: 1px solid #BBB;
	background: #F0F0F0;
	color: #000;
	cursor: pointer;
	appearance: button;
	-webkit-appearance: button;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
button.MinBtn {min-width: auto;}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background: #EFF6F8;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
input[type="button"]:active,
input[type="submit"]:active,
button:active {
	background: #DCEFF5;
	box-shadow: none;
	-webkit-box-shadow: none;
}
input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
	border-color: #F1F1F1 !important;
	box-shadow: 0 0 4px 0 #00AAFF !important;
	-webkit-box-shadow: 0 0 4px 0 #00AAFF !important;
	outline: none;
}
button.Primary {
	background: #0892BA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-color: #46A7C5;
	border-left-color: #46A7C5;
	border-bottom-color: #017C9F;
	border-right-color: #017C9F;
	color: #FFF;
}
button.Primary:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
button.Primary:active {
	background: #077695;
	border-top-color: #026282;
	border-left-color: #026282;
	border-bottom-color: #005879;
	border-right-color: #005879;
}
button.Primary:focus {
	background: #0892BA;
	border-color: #077695 !important;
	box-shadow: 0 0 6px 0 #0892BA !important;
	-webkit-box-shadow: 0 0 6px 0 #0892BA !important;
}

button.Danger:hover {
	background: #B43C3C;
	border-top-color: #C87878;
	border-left-color: #C87878;
	border-bottom-color: #9B5252;
	border-right-color: #9B5252;
	color:#FFF !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
button.Danger:active {
	border-color: #A00;
	background: #A00 !important;
	color:#FFF !important;
}
button.Danger:focus {
	background: #E6D2D2;
	border-color: #D47D7D !important;
	box-shadow: 0 0 4px 0 #A00 !important;
	-webkit-box-shadow: 0 0 4px 0 #A00 !important;
}
.BtnHeightTxt {
	display: inline-block;
	padding: 0 15px 0 0;
	margin-bottom: 2px;
	height: 2em;
	line-height: 1.4;
	min-width: 14ex;
}
.Clickable {cursor: pointer;}

/* Disabled Style  */
.DisabledText,
a[disabled],
th[disabled],
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label,
.DisabledItem label,
.DisabledItem .Note,
.DisabledRow > td,
.DisabledRow > th,
.DisabledRow label.OneItem,
.DisabledRow .Note {color: #BBB;}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {color: #000 !important;}
input[type="radio"]:checked:disabled + label,
input[type="checkbox"]:checked:disabled + label {color: #BBB !important;}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled,
select:disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
textarea:disabled,
input[type="search"]:disabled,
input[type="url"]:disabled,
input[type="time"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled,
button.Danger:disabled {
	border: 1px solid #DDD !important;
	background: #F0F0F0 !important;
	color: #CCC !important;
	box-shadow: none !important;
	cursor: default;
}
label[disabled],
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {color: #CCC;}
input[disabled]:placeholder-shown {color: transparent !important;}
input[disabled]::-webkit-input-placeholder {color: transparent !important;}
input[disabled]::-moz-placeholder {color: transparent !important;}
input[disabled]:-ms-input-placeholder {color: transparent !important;}

h2 {
	clear: both;
	font-weight: 300;
	font-size: 120%;
	line-height: 2;
	color: #333;
	border-bottom: 2px solid #999;
	margin-bottom: 8px;
	padding-left: 4px;
}
h3 {
	clear: both;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
	color: #333;
	border-bottom: 1px solid #999;
	margin-top: 8px;
	padding-left: 4px;
}
h4 {
	clear: both;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
	color: #333;
	margin-top: 8px;
	padding-left: 4px;
}
h5,h6 {font-weight: normal;color: #333;padding-left: 4px;}
h5:before {content: "■";color: #CCC;}
h6:before {content: "・";color: #CCC;}

hr {
	border: none;
	border-top: 1px solid #DEDEDE;
}
hr.Separator {
	border: none;
}
.Container {
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

/* =050= Custum Control Style = */
/* PullDown */
.PulldownBtn {
	box-sizing: border-box;
	height: 2em !important;
	line-height: 1.4;
	padding: 0 8px 0 12px;
	text-align: left;
}
.PulldownBtn.ComboBtn {
	padding: 0 12px 0 0;
	min-width: 1em !important;
}
.PulldownBtn.ContMenuBtn {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	height: 36px !important;
	min-width: 36px !important;
}
.PulldownBtn.ContMenuBtn:focus {background: #DCEFF5;}
.PulldownBtn.ContMenuBtn .Icon {margin: 0 4px 0 8px;}
.ListTable thead th > button.ContMenuBtn {margin: 0;}
.ListTable thead th > button.ContMenuBtn .Icon {margin: 0 4px 0 8px;}

.PulldownBtn.Selector {
	background-color: #FFF;
	height: auto;
	min-width: auto;
}
.PulldownBtn span:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border-left: 4px solid transparent;
	border-top: 4px solid #494949;
	border-bottom: none;
	border-right: 4px solid transparent;
	margin-left: 8px;
}
.PulldownBtn:disabled span:after {
	border-top-color: #CCC;
}
.Pulldown_content {
	display: none;
	position: absolute;
	width: auto;
	min-width: 20ex;
	list-style: none;
	background: #FFF;
	border: 1px solid #444;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	z-index: 1500;
}
.Pulldown_content[aria-hidden="false"] {
	display: block !important;
	-webkit-animation: pull_open 0.2s ease-in;
	animation: pull_open 0.2s ease-in;
}
.Pulldown_content[aria-hidden="false"]:after {
	content: "";
	height: 1em;
	position: absolute;
}
.PulldownBtn + .Pulldown_content {margin-top: -1px;}
.PulldownBtn.Right + .Pulldown_content {right: 4px;}
.Pulldown_content li {
	text-align: left;
	min-height: 2em;
	line-height: 2;
	white-space: nowrap;
}
.Pulldown_content li input {margin: 4px;}

.Pulldown_content li:hover {background: #EFF6F8;}
.Pulldown_content li.Danger:hover,
.Pulldown_content li.Danger:hover button {background: #A00 !important;color:#FFF !important;}
.Pulldown_content li.Separator {height: 1px;min-height: 1px;}
.Pulldown_content li.Separator:hover {background-color: #FFF !important;}
.Pulldown_content li button {
	padding: 0 8px;
	color: #000 !important;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: 100%;
	min-height: 2em;
	width: 100%;
	text-align: left;
	background: transparent;
}
.Pulldown_content li button:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.Pulldown_content li button:active,
.Pulldown_content li button:focus {
	border: none;
	box-shadow: 0 0 1px 0 #00AAFF !important;
	-webkit-box-shadow: 0 0 1px 0 #00AAFF !important;
}
.Pulldown_content li button:disabled {
	background: #FFF !important;
	color: #CCC !important;
}
.Pulldown_content li button span {color: #000;}

/* Input Group */
.InputGrp {display: inline-block;white-space: nowrap;}
.InputGrp input[type="search"],
.InputGrp input[type="text"],
.InputGrp input[type="password"] {
	box-sizing: border-box;
	height: 2em !important;
	line-height: 1.4;
	padding-left: 4px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.InputGrp select {height: 1.98em;vertical-align: middle;}
.InputGrp select[multiple] {
	box-sizing: border-box;
	height: 7em !important;
	line-height: 1.2;
	margin-right: 0;
	border: 1px solid #888;
	vertical-align: middle;
}
.InputGrp button {
	box-sizing: border-box;
	height: 2em !important;
	line-height: 1.4;
	vertical-align: middle;
	overflow: visible;
}
.InputGrp + .InputGrp {margin-left: 4px;}
.InputGrp input + button {margin-left: -4px;margin-top: 1px;}
.InputGrp button + button {margin-left: -4px;}
.InputGrp .Speacer {display: inline-block;width: 16px;}
.InputGrp button > .Icon {border: 1px solid transparent;}

.ToggleBtn {
 	height: 20px;
	min-width: 40px;
	width: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #AAA !important;
	background: #E0E0E0 !important;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	backface-visibility: hidden;
}
.ToggleBtn.Left {float: left;}
.ToggleBtn.Right {float: right;}
.ToggleBtn.Left + label,
.ToggleBtn.Right + label {
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.ToggleBtn.Left + label {margin-left: 8px;}
.ToggleBtn.Right + label {margin-right: 8px;}

.ToggleBtn:focus {
	border: 1px solid #666 !important;
}
.ToggleBtn .Knob {
 	height: 18px;
 	width: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #888;
	background: #F0F0F0;
	z-index: 10;
	transition:transform 0.03s linear 0;
	-webkit-transition-property: transform;
	-webkit-transition-duration: 0.03;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0;
}
.ToggleBtn:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset;
}
.ToggleBtn:hover .Knob {
	background: #EFF6F8;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.ToggleBtn:focus .Knob {
	border: 1px solid #444 !important;
}
@media all and (-ms-high-contrast:none){/* IE */
	.ToggleBtn:active .Knob {transform:translate(0, -0.3px);}
}
.ToggleBtn:disabled .Knob {border-color: #DDD !important;}
.ToggleBtn[aria-checked="true"] {
	background: #49ABCA !important;
	border-color: #79AABA;
}
.ToggleBtn[aria-checked="true"]:disabled {
	background: #AAA !important;
	border-color: #AAA;
}
.ToggleBtn[aria-checked="true"] .Knob {
	border-color: #4E717E;
	transform:translate(1.5em, 0);
	-webkit-transform:translate(1.5em, 0);
}

/* =110= Header/Footer Style = */
.GlobalHeader {
	background: #0F0F0F;
	position: fixed;
	height: 40px;
	width: 100%;
	white-space: nowrap;
	display: table-row;
	z-index: 2500;
}
h1 {
	padding: 0 10px;
	line-height: 40px;
	vertical-align: middle;
	display: table-cell;
	font-family: "Segoe UI","Tahoma", sans-serif !important;
	font-weight: normal;
	font-size: 17px;
	color: #EFEFEF;
}
h1 * {
	font-family: "Segoe UI","Tahoma", sans-serif;
	font-weight: normal;
	font-size: 17px;
	border: none !important;
	color: #EFEFEF !important;
}
h1 .Icon {margin: -4px 8px 0 4px;}
.GlobalHeader .HomeBtn {margin: 2px -8px 0 2px;display: inline-block;float: left;color: #AAA;min-width: 32px;width: 32px;}
.GlobalHeader .HomeBtn i.Icon {opacity: 0.5;}
.GlobalHeader .HomeBtn:hover i.Icon {opacity: 1;}
.HeaderTools {
	text-align: right;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-right: 10px;
}
.HeaderTools .UserName,
.HeaderTools .HelpMenu {
	display: inline-block;
	width: auto;
	height: 2em;
	line-height: 2;
}
.HeaderToolsLink a {
	display: inline-block;
	margin: 0 0 0 4px;
	vertical-align: middle;
	border: none !important;
}
.HeaderToolsLink a:focus {outline: none;}
.HeaderToolsLink a:focus > i,
.HeaderToolsLink a:hover > i {background-color: #545419;}
.HeaderTools .UserName span {
	color: #FFF;
	display: inline-block;
	height: 1.8em;
	line-height: 1.8;
	vertical-align: middle;
	max-width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* NavBar */
.NavBar {
	position: fixed;
	top: 40px;
	clear: both;
	display: block;
	height: 28px;
	width: 100%;
	line-height: 40px;
	background: #000;
	border-top: #333 1px solid;
	padding-left: 48px;
	overflow: hidden;
	z-index: 2100;
}
.TopicPath {
	position: fixed;
	top: 40px;
	clear: both;
	display: block;
	color: #AAA;
	overflow: hidden;
	margin-left: -40px;
	margin-top: -6px;
	z-index: 100;
}
.TopicPath > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.TopicPath > ul > li + li:before {
	padding: 0 2px;
	color: #AAA;
	content: ">";
}
.TopicPath span {font-size: 80%;color: #AAA;padding: 0 4px;}
.TopicPath a {font-size: 80%;color: #AAA;border: none;padding: 0 4px;display: inline-block;}
.TopicPath a i.Icon {margin-right: 4px;}
.TopicPath a:focus,
.TopicPath a:hover {background-color: #666 !important;color: #FFF;}
.TopicPath a[disabled] {background-color: transparent !important;}
.TopicPath a[disabled] i.Icon {opacity: 0.3;}

/*  Footer */
.GlobalFooter {
	position: fixed;
	bottom: 0;
	padding: 2px 10px;
	background: #0F0F0F;
	height: 20px;
	width: 100%;
	box-sizing: border-box;
	z-index: 200;
}
.FooterTools {
	float: left;
	display: inline-block;
	font-size: 11px;
}
.FooterTools a {
	color: #AFAFAF;
	font-size: 11px;
	line-height: 12px;
	padding: 0 4px;
	border-bottom: 1px solid #333;
}
.FooterTools a:hover,
.FooterTools a:active,
.FooterTools a:focus {
	color: #FFF;
	background-color: #666 !important;
}

.Copyright,
.Copyright span {
	float: right;
	display: inline-block;
	text-align: right;
	font-size: 10px;
	line-height: 15px;
	color: #DFDFDF;
}

/*  LinkToTop */
.LinkToTop {
	position: fixed;
	padding: 6px;
	right: 22px;
	bottom: 118px;
	height: 30px;
	min-width: 30px;
	background-color: rgba(255,255,255,0.7);
	display: none;
	-webkit-animation: fade_out 0.7s;
	animation: fade_out 0.7s;
	z-index: 100;
}
.LinkToTop:hover {background-color: #EFF6F8;}
.LinkToTop:active {background-color: #DCEFF5;}
.LinkToTop .Icon {margin-top: -4px;margin-right: -4px;}
.LinkToTop.Show {
	display: block;
	-webkit-animation: fade_in 0.7s;
	animation: fade_in 0.7s;
}


/* =120= Contents Style = */
.ContentsArea {
	margin-top: 68px;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	zoom: 1;
}
.ContentsArea.NoNavBar {
	margin-top: 40px;
}
.GuidanceArea .Description {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	padding: 4px 32px 4px 10px;
	border-top: 1px solid #FFF;
	box-shadow: 1px 1px 2px rgba(22,22,22,0.2);
	z-index: 1;
}
.GuidanceArea .Description[aria-hidden="true"] {display: none;}
.GuidanceArea .Description[aria-hidden="false"] {
	display: block;
	-webkit-animation: pull_open 0.2s ease-in;
	animation: pull_open 0.2s ease-in;
}
.GuidanceArea .Description * {font-size: 90%;}
.GuideBtn {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 22px;
	min-height: 22px;
	width: 22px;
	min-width: 22px;
	text-align: center;
	padding: 0;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 11px;
	z-index: 2;
}
.MainContents {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: #FFF;
}
.ContentsHead {
	width: 100%;
	background: #486271;
	padding: 4px 10px 4px 6px;
	border-bottom: 1px solid #486271;
}
.ContentsHead .SelectPull,
.ContentsHead select {
	margin-top: 0.2em;
}
.ContentsBody {
	position: fixed;
	top: 110px;
	height: calc(100% - 130px);
	width: 100%;
	padding: 0.5em 10px 3em 10px;
	box-sizing: border-box;
	overflow: auto;
}
.ContentsBody.WithFootNav,
.ContentsBody.WithPaging {height: calc(100% - 130px - 2.9em);padding-bottom: 4em;}
.ContentsBody.WithFootNav.WithPaging {height: calc(100% - 130px - 5.8em);padding-bottom: 4em;}
.WithPaging .WithPaging {padding-bottom: 0;}
.ContentsBody.CommonPanel {margin-top: 2.5em;}
.ContentsBody .ContentsBody {position: static;margin: 0 -10px;width: calc(100% + 20px);overflow: visible;}
.ContentsBody.Sub {position: static;margin-top: -24px;}
.OneBlock {padding: 0.5em 10px 1.5em 10px;}
.OneBlock p {padding: 0 0 6px 0;}
.SubBlock {position: static;padding: 1em 0;}
.ScrollPart {width: 100%;overflow: auto;}
.ListTable + fieldset,
.ScrollPart + fieldset {margin-top: 8px;}
.Panel, .SubPanel {
	display: block;
	animation: fade_in 0.5s ease-in;
	-webkit-animation: fade_in 0.5s ease-in;
	padding-bottom: 12px;
	background: #FFF;
}
@-webkit-keyframes fade_in { from {opacity: 0;} to {opacity: 1;} }
@keyframes fade_in { from {opacity: 0;} to {opacity: 1;} }

.ContentsHead h2.PageTitle {
	margin: 0;
	width: auto;
	float: left;
	padding-right: 16px;
	line-height: 2;
	color: #FFF;
	border: none;
	white-space: nowrap;
}
h2.PageTitle > .Icon {margin-right: 6px;}
/* View Selector */
.ViewSelectBar {
	clear: both;
	background-color: #F5F5F5;
	padding: 4px 12px;
	margin-top: -2px;
	margin-bottom: 8px;
	zoom: 1;
}
.ViewSelectBar label {
	display: inline-block;
	height: 2.4em;
	line-height: 2.4;
	font-size: 100%;
	padding: 0;
	vertical-align: top;
}
.ViewSelectBar select {
	height: 2em;
	font-size: 120%;
	padding: 0 8px;
}
.LangSelectBar {
	padding: 0 16px 8px;
	text-align: left;
}


/* ToolBar */
.ToolBar {margin: 2px 0 0.5em 0;}
.ToolBar .InputGrp {display: inline-block;margin: 6px 2px 0 0;white-space: nowrap;}
.ToolBar .InputGrp button + button {margin-left: 2px;}
.ToolBar .InputGrp.Last {padding-right: 32px;}
.ToolBar .InputGrp.Right {float: right;margin-bottom: 8px;}
.ToolBar .RightBlock {float: right;margin-bottom: 8px;padding-top: 4px;}
.SearchBlock {background: #EEE;padding: 4px 6px;}
.Controls select,
.ToolBar select {
	box-sizing: border-box;
	height: 2em !important;
	line-height: 1.4;
	vertical-align: middle;
}
.Separater {display: inline-block;width: 16px;}
.RefreshBtn {
	position: fixed;
	right: 10px;
	top: 88px;
}
.DelBtn,
.AddBtn  {text-align: left;}
.DelBtn > span,
.AddBtn > span {vertical-align: middle;}
.DelBtn > .Icon,
.AddBtn > .Icon {margin-left: -12px;}

/* SelectLangButton Style  */
.SelectLangButtons {padding: 12px 0 8px;}
.SelectLangAnkerRadio {display: none;}
.SelectLangAnkerRadio + .Panel {display: none;}
.SelectLangAnkerRadio:checked + .Panel {display: block;}

.SelectLangButtons > span {margin-right: -2px;}
.SelectLangButtons > span > label {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 2px;
	height: 2em;
	line-height: 1.7;
	white-space: nowrap;
	border: 1px solid #BBB;
	background: #F0F0F0;
	color: #000;
	cursor: pointer;
	appearance: button;
	-webkit-appearance: button;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-border-radius: 2px;
	z-index: 20;
}
.SelectLangButtons > span > label:hover {
	background: #EFF6F8;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.SelectLangButtons > span > label:active {
	background: #DCEFF5;
	box-shadow: none;
	-webkit-box-shadow: none;
}


/* SelectButton Style  */
.SelectButtons > span {margin-right: -4px;}
.SelectButtons > span > input[type="radio"] {z-index: 10;}
.SelectButtons > span > input[type="radio"] + label {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 2px;
	margin-left: -16px;
	height: 2em;
	line-height: 2;
	white-space: nowrap;
	border: 1px solid #BBB;
	background: #F0F0F0;
	color: #000;
	cursor: pointer;
	appearance: button;
	-webkit-appearance: button;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-border-radius: 2px;
	z-index: 20;
}
.SelectButtons > span:first-child > input[type="radio"] + label {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.SelectButtons > span:last-child > input[type="radio"] + label {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.SelectButtons > span > input[type="radio"]:hover + label {
	background: #EFF6F8;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.SelectButtons > span > input[type="radio"]:active + label {
	background: #DCEFF5;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.SelectButtons > span > input[type="radio"]:focus + label {
	border-color: #FFF;
	box-shadow: 0 0 4px 0 #00AAFF !important;
	-webkit-box-shadow: 0 0 4px 0 #00AAFF !important;
}
.SelectButtons > span > input[type="radio"]:focus + label {
}
.SelectButtons > span > input[type="radio"]:checked + label {background-color: #FFF !important;border-color: #000;z-index: 30;}
.SelectButtons > span > input[type="radio"]:checked:disabled + label {color: #BBB !important;background-color: #DDD !important;}

/* Foot Navigation */
.FootNav {
	position: fixed;
	bottom: 20px;
	width: 100%;
	height: 38px;
	min-height: 38px;
	box-sizing: border-box;
	padding: 0 6px;
	border-top: 1px solid #DDD;
	background: #486271;
	text-align: right;
	z-index: 1600;
}
.FootNav button {border-color: #000;}
.FootNav button[disabled] {border-color: #364954 !important;}

.ContentsBody .FootNav {margin: 0 -10px;}
.MainContents > .FootNav > .Buttons {white-space: nowrap;}
.ContentsBody.WithFootNav .FootNav {bottom: 20px;}
.SectionNav {
	margin-top: 6px;
	margin-bottom: 12px;
	border-top: 1px solid #DDD;
	height: 38px;
	min-height: 38px;
	z-index: 1600;
}
.ListTable + .SectionNav.Paging {margin-top: -14px;}
.WithPaging .SectionNav.Paging,
.SectionNav.PagingFixed {
	position: fixed;
	margin: 0 0 0 -10px;
	padding-left: 6px;
	width: 100%;
	height: 38px;
	min-height: 38px;
	background-color: #FFF;
	bottom: 20px;
}
.ContentsBody.WithFootNav.WithPaging .SectionNav.Paging,
.SectionNav.PagingFixed {bottom: 58px;}
.SectionNav.Paging,
.SectionNav.PagingFixed {text-align: right;}
.PageBtns {float: right;}
.AllItems {float: left;display: block;padding-top: 0.5ex;}
.SettingTable + hr {margin: -1px 0 -2px;}
.ToolbarBottom .Buttons,
.SectionNav .Buttons,
.FootNav .Buttons {
	display: inline-block;
	padding: 5px 0;
}

/* Paging Navigation */
.PagingNav {
	display: inline-block;
	margin: 6px 0;
	text-align: right;
	line-height: 1.3em;
	vertical-align: middle;
	white-space: nowrap;
	color: #666;
	zoom: 1;
}
.Buttons + .PagingNav {margin-left: 8px;}
.PagingNav fieldset,
.PagingNav span {
	display: inline-block;
	margin: 0 12px 0 0;
	white-space: nowrap;
	zoom: 1;
}
.PagingNav button {
	display: inline-block;
	height: 24px;
	min-width: 24px;
	margin: 0 -1px;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid;
	zoom: 1;
}
.PagingNav button.PageNumBtn {
	color: #444;
	border-color: #EEE;
	background: #FFF;
	border-radius: 0;
}
.PagingNav button.JumpBtn,
.PagingNav .PageBtns button {
	border-color: #DDD;
	background: #F0F0F0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.PagingNav button:hover {
	color: #141414;
	border-color: #DCEFF5;
	background: #EFF6F8;
}
.PagingNav button:active {
	color: #141414;
	border-color: #DCEFF5;
	background: #DCEFF5;
}
.PagingNav button:focus {
	border: 1px solid #F1F1F1;
	box-shadow: 0 0 4px 0 #00AAFF !important;
	-webkit-box-shadow: 0 0 4px 0 #00AAFF !important;
	outline: none;
}
.PagingNav .PageBtns button[disabled] {
	opacity: 0.5 !important;
	pointer-events: none;
}
.PagingNav button.Now {
	border-color: #A7D7E6 !important;
	background: #DCEFF5 !important;
	color: #000 !important;
	pointer-events: none;
}
.PagingNav button .Icon {
	vertical-align: middle;
	margin-top: -10px;
	margin-left: -4px;
}

/* =200= Table/List Style = */
/* List Table */
.ListTable {
	clear: both;
	display: table;
	width: 100%;
	border-top: 1px solid #CCCDD3;
	border-bottom: 1px solid #CCCDD3;
	margin: 4px 0 16px 0;
	border-collapse: separate;
	border-spacing: 0;
}
.ListTable .ListTable {margin: 0;border: 1px solid #EEE;}
.ListTable thead th {
	vertical-align: middle;
	background-color: #F0F0F0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.ListTable .ListTable thead th {
	border-bottom: none;
	border-right: 1px solid #E1E1E1;
}
.ListTable .ListTable thead th,
.ListTable .ListTable thead th p {
	background-color: #F2F2F2;
}
.ListTable td .ListTable thead th:last-child {border-right: none;}
.ListTable thead th:last-child {border-right: none;}
.ListTable thead th p,
.ListTable thead th > button {
	display: block;
	box-sizing: border-box;
	padding: 2px 3px;
	min-height: 1.6em;
	line-height: 1;
	width: 100%;
	min-width: auto;
	border: 1px solid #F0F0F0;
	border-top-color: transparent;
	background-color: #F0F0F0;
	text-decoration: none;
	text-align: left;
	color: #4E626F;
	white-space: nowrap;
}
.ListTable thead th > button:hover {color: #4E626F;background-color: #EFF6F8;}
.ListTable thead th > button:active {color: #4E626F;background-color: #DCEFF5;box-shadow: none;}
.ListTable thead th > button:focus {
	border-bottom: 1px solid #09C !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.ListTable td {
	height: 2.2em;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: middle;
	padding: 8px 4px;
	border-bottom: 1px solid #F3F3F3;
	background-color: #FFF;
}
.ListTable td .ListTable td {
	border-bottom: 1px solid #EEE !important;
	border-right: 1px solid #EEE !important;
}
.ListTable tr:nth-child(even) td {background-color: #F9F9F9;}
.ListTable td .ListTable tr:nth-child(odd) td,
.ListTable td .ListTable tr:nth-child(even) td {background-color: transparent !important;}
.ListTable tbody tr:last-child td {border-bottom: none;}
.ListTable td .ListTable tbody tr td:last-child {border-right: none !important;}
.ListTable td img {margin: 0 6px 0 0;vertical-align: middle;}
.ListTable td input[type="text"],
.ListTable td input[type="password"] {width: 12em !important;min-width: 12em !important;}
.ListTable tr:hover td {background-color: #EFF6F8;}
.ListTable_nest .Row:hover .DataCell {background-color: #EFF6F8 !important;}
.ListTable tr.Selected td {background-color: #EDF7FA !important;border-bottom: 1px solid #FFF !important;}
.ListTable tr.Selected:hover td {background-color: #DCEFF5 !important;}
.ListTable tr.Warning td {background-color: #FDF8E5 !important;border-bottom: 1px solid #FFF !important;}
.ListTable tr.Warning:hover td {background-color: #FCF0D2 !important;}
.ListTable tr.Error td {background-color: #FFEFF1 !important;border-bottom: 1px solid #FFF !important;}
.ListTable tr.Error:hover td {background-color: #FFE4E8 !important;}
.ListTable .Icon + span {margin-left: 4px;}

.IconTextCell.Clickable,
.TransCell {
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
}
.IconTextCell.Clickable:hover *,
.TransCell:hover * {color: #09C;}
.IconTextCell.Clickable:focus,
.TransCell:focus {border-color: #F1F1F1 !important;}
.IconTextWrapper,
.TransWrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.IconTextWrapper > i.Icon,
.TransWrapper > i.Icon {margin-right: 8px;}
.TransWrapper > button + p {margin-left: 8px;}
.IconTextCell p,
.TransCell p {width: calc(100% - 32px);}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {/* IE */
	.IconTextCell p,
	.TransCell p {width: 18em;}
	.IconTextCell.Short p,
	.TransCell.Short p {width: 6em;}
}
.IconTextCell.Clickable button,
.TransCell button {
	height: 100%;
	text-align: center;
	width: 32px;
	min-width: 32px;
	padding: 4px;
	margin: 0;
	border: none;
	background: transparent;
}
.IconTextCell.Clickable button:hover,
.TransCell button:hover {
	box-shadow: none;
}

/* Setting Table */
.SettingTable {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 4px 0 16px 0;
}
.SettingTable + .SettingTable {margin: -12px 0 16px 0;}
.SettingTable th {
	padding: 0.5em 4px;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	width: 30ex;
	vertical-align: top;
}
.SettingTable th.Half {width: 20ex;}
@media (max-width: 640px) {
	.SettingTable th,
	.ConfirmTable th {width: 18ex;}
	.SettingTable th.Half,
	.ConfirmTable th.Half {width: 10ex;}
}
.SettingTable td {
	text-align: left;
	border-top: 1px solid #FFF;
	vertical-align: top;
}
.SettingTable tr:first-child th,
.SettingTable tr:first-child td {
	border-top: 1px solid #EEE;
}
.SettingTable tr:last-child th,
.SettingTable tr:last-child td {
	border-bottom: 1px solid #EEE;
}
.SettingTable td th,
.SettingTable td td {
	padding: 0.3em 4px;
	background-color: transparent;
	border-top: none;
	width: auto;
	vertical-align: middle;
}
.SettingTable td.HeadCell {background-color: #EEE;}
.SettingTable tr.Buttons td {background-color: #FFF !important;padding-left: 0;}
.Sub th {padding-left: 20px !important;}
.Sub2 th {padding-left: 40px !important;}
.SettingTable > tr > td,
.SettingTable > thead > tr > td,
.SettingTable > tbody > tr > td {
	padding: 0.5em 4px;
	background-color: #F5F5F5;
}
.SettingTable tbody[aria-hidden="true"] {display: none;}
.SettingTable tbody[aria-hidden="false"] {display: table-row-group;}

.SettingTable td > span.Unit,
.SettingTable td > span.Note {display: inline-block;line-height: 2;margin-left: 4px;}
.SettingTable td > span.Note + input[type="text"] {float: left;}

.SettingTable .TextArea,
.SettingTable textarea,
.SettingTable .TextField,
.SettingTable input[type="url"],
.SettingTable input[type="file"],
.SettingTable input[type="text"],
.SettingTable input[type="email"] {width: 80%;min-width: 30ex;}
.SettingTable input[type="password"] {width: 30ex;}
.SettingTable .InputGrp input[type="text"],
.SettingTable .InputGrp input[type="email"] {width: 45ex;}
.SettingTable .InputGrp + .InputGrp {margin-top: 4px;display: block;}
.SettingTable .InputGrp .SelectMulti,
.SettingTable .InputGrp select[multiple] {width: 45ex;margin: 0 -4px;}
.SettingTable .InputGrp select[multiple] + button {vertical-align: top;}
.SettingTable .InputGrp select[multiple] option {padding-left: 4px;}

.SettingTable td .ListTable {width: auto;border-top: none;}
.SettingTable td .ListTable th,
.SettingTable td .ListTable td {padding: 0 4px;width: 14ex;}
.SettingTable td .ListTable th {padding: 0;background: #F0F0F0;text-indent: 0;}
.SettingTable td .ListTable th p {background: #F0F0F0;border: none;line-height: 1.6;}
.SettingTable.SettingPanel {margin-bottom: -1px;}
.SettingTable.SettingPanel td {background: #EEE;}


/* Confirm Table */
.ConfirmTable {
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin: 2px 0 16px 0;
}
.ConfirmTable + .ConfirmTable {margin: -14px 0 16px 0;}
.ConfirmTable th {
	border-top:  1px solid #FFF;
	background: #EFEFEF;
	padding: 0.5em 4px;
	text-align: left;
	vertical-align: top;
	width: 30ex;
}
.ConfirmTable tr:first-child th {
	border-top:  1px solid #EEE;
}
.ConfirmTable tr:last-child th,
.ConfirmTable tr:last-child td {
	border-bottom:  1px solid #EEE;
}
.ConfirmTable th.Half {width: 20ex;}
.ConfirmTable td {
	border-top:  1px solid #EEE;
	background: #FFF;
	padding: 0.5em 4px;
}
.ConfirmTable textarea {
	width: 80%;
	min-width: 30ex;
	border: 1px solid #DDD;
}
.SettingTable .SeparateRow th,
.SettingTable .SeparateRow td,
.ConfirmTable .SeparateRow th,
.ConfirmTable .SeparateRow td {
	border-top-width: 3px;
	border-top-style: double;
}

.Caret {
	display: inline-block;
	border-left: 0.3em solid #494949;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-right: none;
	margin: 0.3em;
	transition: transform 0.2s ease-in-out;
	-webkit-transition-property: transform;
	-webkit-transition-duration: 0.2;
	-webkit-transition-timing-function: ease-in-out;
}
.Caret.Opened {transform: rotate3d(0,0,1,90deg);}

/* Error Info */
.ErrorInfo {
	border: 1px solid #EEE;
	margin-bottom: 0.5em;
	width: auto;
	min-width: auto;
}
.ErrorInfo dt {
	background-color: #EEE;
	padding: 6px;
}
.ErrorInfo dt img {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
.ErrorInfo dd {
	color: #3A3A3E;
	text-indent: 0;
	padding: 4px 6px 4px 28px;
}
.ErrorInfo dt span,
.ErrorInfo dd span {white-space: normal;}
.ErrorInfo dd .Note {margin-top: 4px;}
.ErrorInfo dd .Note .OneItem {
	font-size: 85%;
	padding-right: 4ex;
	float: left;
	display: inline-block;
	white-space: nowrap;
}

/* =300= Message Style = */
/* Message Page */
.Msg.PageType {
	margin: 4ex 14%;
	padding: 12px 16px;
	border: 1px solid #000;
	border-radius: 3px;
	text-align: center;
	zoom: 1;
}
.Msg.PageType[aria-hidden="true"] {display: none;}
.Msg.PageType[aria-hidden="false"] {display: block;}
.Msg.PageType.Loarding {margin-top: 15%;}
.Msg.PageType.Progress {}
.Msg.PageType .Symbol {
	display: block;
	margin: 4px auto;
}
.Msg.PageType p {
	display: inline-block;
	margin: 0 auto 6px auto;
/*	width: 80%;*/
	text-align: left;
	padding: 4px;
}
.Msg.PageType p.Note {
	margin: 4px auto -4px;
	padding: 0;
}
.Msg.PageType .Buttons {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.GuideMess {
	margin: 15px 0 10px 0;
	padding: 15px 5%;
	vertical-align: middle;
	text-align: left;
	color: #505050;
	border: 1px dotted #000;
}
.GuideMess p {margin-bottom: 4px;}
.GuideMess p.Link {margin: 12px 8px 0 8px;text-align: right;}
.GuideMess ul {
	list-style-position: outside;
	width: auto;
	margin: 0 auto;
	padding-left: 4ex;
}

/* Eula a d ToU */
.ContentsBody.EulaBody {
	height: calc(100vh - 100px - 2em);
	padding: 0.5em 10px 3em;
	overflow: hidden;
}
.Msg.PageType .EulaText,
.OneBlock .EulaText {
	text-align: left;
	padding: 8px;
	border: 1px solid #888;
	background-color: #FAFAF8;
	background-color: #FFF;
}
.Msg.PageType .EulaText {margin: 0 1% 2ex 1%;}
.EulaBody .OneBlock .EulaText {margin: 0 0 2ex 0;}
.MainContents .OneBlock .EulaText .ScrollWrapper,
.Msg.PageType .EulaText .ScrollWrapper {
	margin: -8px -8px -8px 0;
	padding-bottom: 0;
	height: calc(100vh - 21.4em);
	overflow: auto;
}
.Msg.PageType .EulaText .ScrollWrapper.ExtLangSelector {
	height: calc(100vh - 24.5em);
}
.Msg.PageType .EulaText.TwinCol .ScrollWrapper {
	height: calc(50vh - 10.7em);
}
.Msg.PageType .EulaText.TwinCol .ScrollWrapper.ExtLangSelector {
	height: calc(50vh - 17em);
}
.MainContents .OneBlock .EulaText .ScrollWrapper {
	height: calc(100vh - 14em);
}
.MainContents .OneBlock .EulaText.TwinCol .ScrollWrapper {
	height: calc(50vh - 7em);
}
.EulaText h4 {
	clear: both;
	margin: 8px 0 2px 0;
	padding-left: 4px;
	font-size: 105%;
	/*color: #5A5A5F;*/
	color: #444;
	font-weight: bold;/**/
	border-bottom: 1px solid #B5BEC3;
	/*border-left: 3px solid #B5BEC3;*/
}
.EulaText h4.DetailsSummary {
	display: inline-block;
	width: calc(100% - 2em);
	font-weight: bold;
	color: #00528B;
	border-left: none;
}
.EulaText h4.DetailsSummary:hover  {
	color: #09C;border-color: #09C;
}
.EulaText h4.DetailsSummary:active {
	color: #2CD7F0;border-color: #2CD7F0;
}
.EulaText h5 {color: #000;font-weight: bold;}
.EulaText h6 {color: #000;padding-left: 0;margin-top: 1ex;}
.EulaText h5:before,
.EulaText h6:before {content: '';}
.EulaText p {margin-bottom: 1em;}
.EulaText p.ParIndent {padding-left: 2em;}
.EulaText p.ParNum {text-indent: -2em;padding-left: 2em;}
.EulaText p.ParSub {margin-top: -0.7em;text-indent: -1.5ex;padding-left: 2.5em;}
.EulaText p.ParEnd {text-align: right;width: 100%;padding-right: 10px;box-sizing: border-box;}
.EulaText .JumpLink {
	display: block;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8em;
}
.EulaText ol {
	list-style-position: outside;
	margin-left: 3ex;
}
.EulaText ol li {margin-bottom: 1em;}
.EulaText ul.LinkList {list-style-position: inside;}
.EulaText ul.LinkList li a {margin-left: -6px;}
.EulaText ul.Itemize {
	list-style-position: outside;
	width: auto;
	margin: 0 auto;
	padding: 10px 5%;
}
.EulaText ul.Itemize ul {padding-left: 4ex;}
.EulaText hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #B5BEC3;
	height: 1px;
	margin-bottom: 16px;
}
.EulaText .LinkToTop {margin: 2px 4px 20px 4px;}
.EulaText .LinkToTop a img {
	border: none;
	margin-right: 4px;
}
iframe.ScrollText {
	height: 300px;
	width: 98%;
	margin: 10px 0;
	padding: 0;
	background-color: #FAFAF8;
	border: 1px solid #74ABC7;
}
.EulaText + .SettingTable.FitFooter {margin-top: -1ex;}
.FitFooter .ControlCell {
	padding: 10px !important;
}
.FitFooter .ButtonCell {
	padding: 6px 10px !important;
	text-align: right;
}

/* cookieList */
h3.MessTitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 10px;
	padding: 0 10px 4px;
	border: none;
}
.ListWrapper {
	border: 1px solid #888;
	max-height: calc(100vh - 20em);
	max-height: -webkit-calc(100vh - 20em);
	min-height: 240px;
	overflow: auto;
}
.ListWrapper .ListTable {
	margin: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.ListWrapper .ListTable th,
.ListWrapper .ListTable td {
	white-space: normal !important;
	text-align: left;
}
.ListWrapper .ListTable thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.ListWrapper .ListTable tbody tr:last-child {
}


/* PageType Message */
.Msg.PageType.Normal {
	margin: 0 5%;
	padding: 12px 16px;
	background: #DFE7EF;
	border: 1px solid #88BAE8;
	border-radius: 3px;
	text-align: center;
	zoom: 1;
}
/* Inline Message */
.Msg.Inline {
	position: relative;
	clear: both;
	padding: 8px 30px 8px 16px;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	display: table;
	border: 1px solid transparent;
	min-width: 100%;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.Msg.Inline[aria-hidden="true"] {display: none;}
.Msg.Inline[aria-hidden="false"] {display: table;}
.Msg.Inline p {}
.Msg.Inline > .Icon {margin-right: 4px;}
.Msg.Inline.Progress {
	padding-left: 8px;
	background: #F7F9FB;
	border-color: #CCCDD3;
	box-shadow: none;
}
.Msg.Static {padding: 1px 6px;margin-bottom: 4px;border: 1px solid transparent;}
.Msg .CloseBtn {
	position: absolute;
	top: 10px;
	right: 6px;
	border: none;
	background: transparent;
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	padding: 0;
}
.Msg .CloseBtn:hover {
	background: #FFF;
}
.Msg.Inline ul {
	list-style-position: outside;
	padding-left: 12px;
	font-size: 1em;
	margin: 3px;
}
.FloatingWrapper {
	position: fixed;
	top: 60px;
	right: 10px;
	width: 480px;
	z-index: 2700;
}
.Container.Login .FloatingWrapper {top: 12%;}
.Msg.Floating {
	position: relative;
	float: right;
	width: 480px;
	padding: 8px 30px 8px 16px;
	margin-top: 8px;
	border: 1px solid transparent;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-animation: slide_in_bottom 0.3s cubic-bezier(0.5, -0.2, 0.5, 1.2);
	animation: slide_in_bottom 0.3s cubic-bezier(0.5, -0.2, 0.5, 1.2);
	z-index: 2800;
}
.Msg.Floating[aria-hidden="true"] {display: none;}
.Msg.Floating[aria-hidden="false"] {display: block;}

/* Validate */
.Msg.Inline.ValiError {
	background: #F8F0F0;
	border: 3px double #ED3131;
	color: #CD0000;
}
.ValiErrorRow th:after {
	content: "!";
	font-size: 75%;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 4px;
	margin-left: 4px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	background: #CB0000;
}
.ValiTip {
	font-size: 75%;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 4px;
	margin-right: 4px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	background: #CB0000;
	font-style: normal;
}
.ValiErrorRow td {}
.ValiErrorRow td input[type="url"],
.ValiErrorRow td input[type="email"],
.ValiErrorRow td input[type="number"],
.ValiErrorRow td input[type="text"],
.ValiErrorRow td input[type="password"],
.ValiErrorRow td textarea {background-color: #FBEBEB;}

.ValiErrorNote {
	border-left: 3px solid #C36565;
	color: #CA1200;
	width: 100%;
	margin: 2px 0;
	padding-left: 4px;
}
.ValiErrorNote p {
	padding: 0 2px;
	margin: 0;
}

/* Modal */
.Modal {
	position: fixed;
	top: 18%;
	min-width: 60%;
	margin: 0 20%;
	padding: 12px;
	background-color: #FFF;
	border: 1px solid #000;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-align: center;
	z-index: 3500;
}
.Modal[aria-hidden="true"] {display: none;}
.Modal[aria-hidden="false"] {
	display: block;
	-webkit-animation: fade_in 0.5s ease-in;
	animation: fade_in 0.5s ease-in;
}
.Modal.Setting {min-width: 80%;margin: 0 10%;}
.Modal > .Symbol {margin: 0 auto;display: block;}
.Modal > p {display: inline-block;margin: 8px auto;text-align: left;}
.Modal > br + p {margin: -12px auto 8px;}
.Modal > p.InputLine {display: block;text-align: center;margin: 0 auto 16px auto;}
.Modal.Setting .Msg {padding: 4px 8px;margin: 10px 0 !important;text-align: left;box-shadow: none;}
.Modal.Setting .Msg p {margin: 0;text-align: left;}
.Modal.Setting > p.Description {display: block;text-align: left;}
.Modal .SettingTitle {
	margin: -12px;
	margin-bottom: 8px;
	text-align: left;
	border: none;
	background: #000;
	color: #CCC;
	line-height: 2;
	height: 2em;
}
.Modal hr {margin: 8px 0;}
.Modal h4,
.Modal table {text-align: left;}
.Modal .Buttons {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.Modal.Setting .Buttons {
	display: block;
	margin: 0 8px;
	text-align: left;
}
.Modal.Loading {background: transparent;border-color: transparent;box-shadow: none;}
.Modal.Loading > .Symbol {margin: 56px auto 0 auto;}
.Modal.Loading > p {margin: 8px auto;padding: 4px 8px;}

/* Mess Colors */
.Msg.Progress,
.Msg.Normal {background: #DFE7EF;border-color: #88BAE8;}
.Msg.Warning {background: #F9EBC4;border-color: #EAB328;}
.Msg.Error {background: #FFDCE1;border-color: #EB7F85;}
.Normal .GuideMess {border-color: #C9DBED !important;}
.Warning .GuideMess {border-color: #F9C069;}
.Error .GuideMess {border-color: #E93003;}

.Msg .SettingTable th,
.Msg .SettingTable td,
.Msg .ConfirmTable th,
.Msg .ConfirmTable td {border-color: #CCC !important;text-align: left;}
.Msg .ConfirmTable + .Buttons {margin-top: 16px;}

.Msg hr {border-color: #CCC;}

.Symbol {width: 48px;height: 48px;}
.Progress .Symbol,
.Loading .Symbol {width: 40px;height: 40px;}

.NoteTag {background: #FFF;display: inline-block;padding: 1px 6px;margin-bottom: 4px;}
.NoteTag[aria-hidden="true"] {display: none;}
.Normal.NoteTag {background: #DFE7EF;color: #445D74;}
.Warning.NoteTag {background: #F9EBC4;color: #664D11;}
.Error.NoteTag {background: #FFDCE1;color: #753F42;}

/* Progress Bar */
.ProgressWrapper {
	width:100%;
	height:1.5em;
	margin-bottom: 8px;
	position:relative;
	background-color:#F1F1F1;
	border: 1px solid #DDD;
}
.ProgressBar {
	background-color:#7799AA;
	height:100%;
	position:absolute;
	line-height:inherit;
}
.ProgressText {color: #000;position: inherit;}

/* Overlay Background */
.OverlayBg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 3000;
	background: rgba(0,0,0,0.2) !important;
}
.OverlayBg.White {background: rgba(255,255,255,0.9) !important;}

/* =800= Icon Style = */
.Icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-image: url("../images/iconset.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 432px 160px;
}

.Icon.Logout {background-position: -120px -72px;margin-right: 6px;}
.Icon.Next {background-position: -192px -48px;width: 24px;height: 24px;}
.Icon.Add {background-position: -54px -118px;width: 18px;height: 18px;}
.Icon.Del {background-position: -72px -118px;height: 18px;width: 18px;}
.IconLabel .Icon.User {background-position: -60px -72px;}
.Icon.Refresh {background-position: -180px -72px;}
.Icon.Rui {background-position: -200px -72px;}

.Icon.User,.Icon.Home,.Icon.Manual {background-size: 20px 20px;}
.Icon.User {background-image: url("../images/user.png");}
.Icon.Home {background-image: url("../images/home.png");}
.Icon.Manual {background-image: url("../images/manual.png");}
.IconBtn {width: 28px;min-width: 28px;padding: 0;}

.Icon.PopWrn {background-image: url("../images/info_mess_warn.gif");background-size: 17px 17px;}
.Icon.PopInfo {background-image: url("../images/info_mess_info.gif");background-size: 17px 17px;}

.Icon.ToTop {background-position: -106px -92px;width: 26px;height: 26px;}

.Icon.PtoFirst {background-position: 0px -92px;opacity: 0.7;}
.Icon.PtoPrev {background-position: -52px -92px;opacity: 0.7;}
.Icon.PtoNext {background-position: -78px -92px;opacity: 0.7;}
.Icon.PtoLast {background-position: -26px -92px;opacity: 0.7;}

.Icon.DV {width: 24px;height: 24px;}
.Icon.DV.Printer {background-position:-48px 0px;}

.Icon.ExCaret {background-position: -108px -118px;margin-right: -8px;transition: transform 0.1s linear;}
.Opened .Icon.ExCaret {transform: rotate3d(1,0,0,-180deg);}

.Icon.Progress {width: 24px;height: 24px;background-size: 24px;background-image: url("../images/progress.gif");}
td .Icon.Progress {vertical-align: middle;margin-left: 10px;margin-right: 4px;}

button:disabled > .Icon {opacity: 0.3;}
a:hover > .Icon,
a:active > .Icon {opacity: 1;}

.Icon.Guide {background-position: -242px -50px;}
.Icon.Guide.Opened {background-position: -216px -48px;}

.ListTable thead th.Sort_up button:after,
.ListTable thead th.Sort_down button:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url("../images/iconset.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 432px 160px;
}
.ListTable thead th.Sort_up button:after {background-position: -144px -118px;}
.ListTable thead th.Sort_down button:after {background-position: -126px -118px;}

.TransCell.Selector i.Check {background-position: -180px -118px;opacity: 0.4;}
.TransCell.Selector:hover i.Check,
.TransCell.Selector:focus i.Check {background-position: -162px -118px;opacity: 1;}

/* =900= Utilities = */
.Attention {color: #DF1E00;}
.Requirement {padding: 0 0 0 2px;color: #00F;}
.Unit {padding-left: 4px;}
.Note {color: #62656F;}
.Note.Require {float: right;}
.Note.Attention {
	color: #B60000;
	font-size: 90%;
	margin-left: 1ex;
}
.Discription {padding-left: 4px;color: #62656F;}
h4.AttentionTitle {color: #DF1E00;}
.AttentionList li {
	list-style-position: inside;
	padding-left: 8px;
	color: #DF1E00;
}

/* Column */
.CheckCol {
	width: 4ex !important;
	max-width: 4ex !important;
	min-width: 20px !important;
	text-align: center !important;
	vertical-align: middle !important;
	padding: 0 !important;
}
.ContMenuBtnCol {width: 36px;padding: 0 !important;}
.ToggleCol,
.IconCell,
.IconCol {
	width: 6ex !important;
	max-width: 6ex !important;
	min-width: 26px !important;
	text-align: center !important;
	vertical-align: middle !important;
	padding: 0 !important;
}
.ToggleCol {
	width: 4.2em !important;
	max-width: 4.2em !important;
	min-width: 4.2em !important;
}
tr td.IconCol:last-child {padding-right: 3ex !important;}
.HyphenCol {
	width: 1ex !important;
	max-width: 1ex !important;
	min-width: 1ex !important;
}
.ButtonsCol {text-align: right !important;}
.ButtonsCol > button {display: inline-block;vertical-align: middle;}
.ButtonsCol > button + button {margin-left: 4px;}
tr td.ButtonsCol:last-child {padding-right: 6ex !important;}
.NumDataCol {text-align: right !important;padding-right: 16px !important;white-space: nowrap !important;}
.NoWrapCol {white-space: nowrap !important;}
.CommentCol {white-space: pre-wrap !important;}
.DeleteColBtn,
.DeleteTableBtn,
.DeleteRowBtn {
	height: 24px !important;
	width: 24px !important;
	min-width: 24px !important;
	padding: 0;
	border: none;
	background: transparent;
	display: inline-block;
}
.DeleteColBtn:disabled,
.DeleteTableBtn:disabled,
.DeleteRowBtn:disabled {
	border: none !important;
	background: transparent !important;
}
.ItemsCol > .OneItem > .OneItem,
.ItemsCol > .OneItem {display: block;}
.ItemsCol_inline > .OneItem {
	float: left;
	padding-right: 20px;
	width: auto;
	white-space: nowrap;
}
.ItemsCol_matrix > .OneItem {
	float: left;
	padding-right: 20px;
	min-width: 32ex;
}
.OneItem {margin-bottom: 2px;white-space: nowrap;}
.SubItem {margin-left: 2ex;}

.Size_full {width: 99% !important;}
.Size_long {width: 95% !important;}
.Size_middle {width: 40ex !important;min-width: 40ex !important;}
.Size_midshort {width: 36ex !important;min-width: 36ex !important;}
.Size_short {width: 22ex !important;min-width: 22ex !important;}
label.Size_middle,
span.Size_midshort,
span.Size_short {display: inline-block;}
.Size_serial {width: 17ex !important;min-width: 17ex !important;}
input[type="text"].Size_date {width: 13ex !important;min-width: 13ex !important;}
input[type="date"].Size_date {width: 18ex !important;min-width: 18ex !important;}
input[type="datetime-local"].Size_date {width: 24ex !important;min-width: 24ex !important;}
input[type="time"].Size_time {width: 10ex !important;min-width: 10ex !important;}
.Size_figure {width: 9ex !important;min-width: 9ex !important;}
.TxNowrap {white-space: nowrap !important;}
.TxBreakWord {word-wrap: break-word !important;overflow-wrap: break-word !important;}
.TxBreak {word-break: break-all !important;}
.TxPre {white-space: pre !important;}
.TxCenter {text-align: center !important;}
.TxLarge {font-size: 120% !important;}
.TxSmall {font-size: 80% !important;}

/* Height Adjuster */
.EditPanel:after,
.Clearfix:after,
.GlobalHeader:after,
.ContentsHead:after,
.TabsBar:after,
.Toolbar:after,
.FootNav:after,
.ErrorInfo dd:after,
.ItemsCol_inline:after,
.MainContents:after {
	content: "";
	display: block;
	clear: both;
}

/* animation */
.FadeIn {display: block;-webkit-animation: fade_in 0.5s;animation: fade_in 0.5s;}
.FadeOut {display: none;-webkit-animation: fade_out 0.5s;animation: fade_out 0.5s;}
@-webkit-keyframes fade_in { from {opacity: 0;} to {opacity: 1;} }
@keyframes fade_in { from {opacity: 0;} to {opacity: 1;} }
@-webkit-keyframes fade_out { from {opacity: 1;} to {opacity: 0;} }
@keyframes fade_out { from {opacity: 1;} to {opacity: 0;} }

@-webkit-keyframes slide_in_left { from{left: -280px;opacity: 0;} to{left: 0;opacity: 1;}}
@keyframes slide_in_left { from{left: -280px;opacity: 0;} to{left: 0;opacity: 1;}}
@-webkit-keyframes slide_out_left { from{left: 0;opacity: 1;} to{left: -280px;opacity: 0;}}
@keyframes slide_out_left { from{left: 0;opacity: 1;} to{left: -280px;opacity: 0;}}

@-webkit-keyframes slide_in_bottom { from{top: 640px;opacity: 0;} to{top: 0;opacity: 1;}}
@keyframes slide_in_bottom { from{top: 640px;opacity: 0;} to{top: 0;opacity: 1;}}

@-webkit-keyframes pull_open { from{height: 0;opacity: 0;} to{height: auto;opacity: 1;}}
@keyframes pull_open { from{height: 0;opacity: 0;} to{height: auto;opacity: 1;}}
@-webkit-keyframes pull_close { from{height: auto;opacity: 1;} to{height: 0;opacity: 0;}}
@keyframes pull_close { from{height: auto;opacity: 1;} to{height: 0;opacity: 0;}}


/* Responsive */
@media only screen and (max-width: 890px) {
	.HeaderTools .UserName span {max-width: 360px;}
	.Msg .ConfirmTable th {width: 24ex;}
}
@media only screen and (max-width: 768px) {
	h1.BrandingName {font-size: 14px;}
	.HeaderTools .UserName span {font-size: 10px;max-width: 160px;}
	.FloatingWrapper,
	.Msg.Floating {width: 360px;}
	.Msg.PageType {margin: 4ex 10%;}
	.Msg .ConfirmTable {width: 96%;margin: 0 2%;}
	.Msg .ConfirmTable th {width: 18ex;}
}
@media only screen and (max-width: 480px) {
	.Container.Login .FloatingWrapper {top: 20px;}
	.Msg.PageType {margin: 4ex 5%;}
	.FloatingWrapper,
	.Msg.Floating {width: 270px;}
	.MenuContentsBody {top: 44px;height: calc(100% - 102px);}
	.ContentsArea {margin-top: 40px;}
	.ContentsBody {top: 82px;height: calc(100% - 102px);}
	.ContentsBody.EulaBody {top: 112px;height: calc(100% - 130px);padding: 0.5em 0 3em;}
	.ContentsBody.WithFootNav,
	.ContentsBody.WithPaging {height: calc(100% - 102px - 2.9em);}
	.ContentsBody.WithFootNav.WithPaging {height: calc(100% - 102px - 5.8em);}
	.FootNav {text-align: center;}
	.RefreshBtn {top: 52px;}
	.TopicPath {display: none;}
	.StatusBar {display: none;}
	h3 {font-weight: bold;}
	.Msg.PageType {margin: 1ex 1% 2ex;}
	.Msg .ConfirmTable {width: 100%;margin: 0;}
	.ConfirmTable th,
	.Msg .ConfirmTable th,
	.SettingTable th {
		display: block;
		font-weight: bold;
		background: #FFF;
		width: 99%;
		height: 24px;
		padding-top: 10px;
		padding-left: 5px;
		padding-bottom: 0 !important;
	}
	.ConfirmTable tr:last-child th,
	.SettingTable tr:last-child th {
		border-bottom: none;
	}
	.SettingTable {
		border-top: 2px solid #EEE !important;
		border-bottom: 1px solid #EEE !important;
		margin-bottom: 1em;
	}
	.SettingTable th p.Note {display: inline;padding-left: 4px;}
	.ConfirmTable td,
	.SettingTable td {
		display: block;
		width: 99%;
		background: #FFF !important;
		padding-top: 0 !important;
		border-top: none !important;
		border-bottom: 1px solid #EEE !important;
	}
	.SettingTable.FitFooter td {
		border-bottom: none !important;
	}
	.SettingTable td > .ListTable th,
	.SettingTable td > .ListTable td {display: table-cell !important;}
	.SettingTable td > .ListTable th {font-weight: normal;}
	.SettingTable input[type="radio"], .SettingTable input[type="checkbox"] {margin-left:0px}
	.ListTable.Card thead {display: none;}
	.ListTable.Card tbody tr {
		display: block;
		margin: 6px 0;
		padding: 6px;
		border: 1px solid #F3F3F3;
		box-sizing: border-box;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	.ListTable.Card tbody tr:nth-child(even) {background-color: #F9F9F9;}
	.ListTable.Card tbody tr:hover {background-color: #EFF6F8;}
	.ListTable.Card tbody td {
		display: block;
		border: none;
		margin: 2px 0;
	}
	.ListTable.Card tbody td.TransCell {display: block;padding: 1px 12px 1px 0;}
	.ListTable.Card tbody td.OnCard_row {display: block;height: 1.2em;padding: 4px;}
	.ListTable.Card tbody td.OnCard_cell {display: inline-block;height: 1.2em;padding: 2px 4px;}
	.ListTable.Card tbody td.OnCard_cell span {font-size: 80%;}
	.GlobalHeader {height: 44px;border: none;z-index: 2101;}
	.NavBar {top: 0;height: 44px;background: #0F0F0F;}
	.PulldownBtn.Logout,.ManualBtn,.HomeBtn,.ItemsPerPage {display: none !important;}
	h1.BrandingName {
		height: 44px;
		line-height: 44px;
		cursor: pointer;
	}
	.LinkToTop span {display: none;}
	.UserName {display: none !important;}
	.ContentsArea {top: 44px;height: calc(100% - 102px);}
	.PagingNav .AllItems {display: none;}
}
@media only screen and (max-width: 320px) {
	.Msg.PageType {margin: 4ex 0;}
	.FloatingWrapper,
	.Msg.Floating {width: 85%;}
	.PageJump .JumpBtn,
	.PageJump .PageNumBtn {display: none;}
	.PageJump .PageNumBtn.Now {display: inline-block;position: relative;left: -32px;}
	.PageBtns button + button {position: relative;left: 38px;}
}