/*
bootstrap.cssの上書き用
*/

/*web fonts
@font-face{
font-family:'Glyphicons Halflings';
src:url('../fonts/glyphicons-halflings-regular.eot');
src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype')
	,url('../fonts/glyphicons-halflings-regular.woff') format('woff')
	,url('../fonts/glyphicons-halflings-regular.ttf') format('truetype')
	,url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
*/

@IMPORT url("/pubadm/javax.faces.resource/bootstrap/css/bootstrap_fixed.css.jsf");
@IMPORT url("/pubadm/javax.faces.resource/bootstrap/css/bootstrap-arrows.css.jsf");
@IMPORT url("/pubadm/javax.faces.resource/dcs/css/option-style.css.jsf");
/*
@IMPORT url("");
@IMPORT url("");
*/


/*
@IMPORT url("");
@IMPORT url("");
*/
@IMPORT url("/pubadm/javax.faces.resource/jquery/css/jquery.ui.theme.css.jsf");
@IMPORT url("/pubadm/javax.faces.resource/jquery/css/jquery.ui.core.css.jsf");
@IMPORT url("/pubadm/javax.faces.resource/jquery/css/jquery.ui.datepicker.css.jsf");


/*@IMPORT url("");*/


/*
 *bootstrap.min.cssのfont設定に対し、resourceををコンテキストルートから取得するように追加
 *woffのみ動作確認済み。
 */
@font-face {
font-family:"Glyphicons Halflings";
src:url("/pubadm/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.eot.jsf");
src:url("/pubadm/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.eot.jsf#iefix") format("embedded-opentype")
	,url("/pubadm/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.woff.jsf") format("woff")
	,url("/pubadm/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.ttf.jsf") format("truetype")
	,url("/pubadm/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.svg.jsf#glyphicons_halflingsregular") format("svg");
}



html,body {
  height: 100%;
  background: #F3F0EC;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {	
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -55px;
  /* Pad bottom by footer height */
  padding: 0 0 80px
}

/* Set the fixed height of the footer here */
#footer {
  height: 55px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 130px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}
/*************
★ header 
 *************/

.mainheader{
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  background: #FFF;
}
.header{
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 2px;}
@media(max-width: 1150px){
  .mainheader-regre{
    height: auto;
  }
  .header-regre{
    width: auto;
  }
}
@media(max-width: 1070px){
  .mainheader-prod{
    height: auto;
  }
  .header-prod{
    width: auto;
  }
}
.header-menu{
  padding:4px !important;
  color: #333046;
}
.header-menu-text:hover{
  text-decoration:underline;
}
.header-menu-border{
  border-bottom: 1px solid #036E5B;
  border-radius: 0px;
}
/*************
★ alert 
 *************/
.alert{
  color: var(--text-black, #333046);
  /* p */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-radius: 4px;
}
.alert-info{
  background: #E9F6FC;
}
.alert-danger{
  background: var(--danger-bg, #FFE4E6);
}
/*************
★ icon 
 *************/
.material-symbols-outlined{
  font-size: 20px;
  color: #333046;
  display: inline-flex;
  margin-right: 2px;
  align-items: center;
  gap: 12px;
  vertical-align: middle;
  text-decoration:none;
}
.icon-green{
  color:#036E5B;
  background-color:#EAF3F2;
  border-radius:4px;
}
.headerLayout{
  color:#1f1f1f;
  display:inline-flex;
  text-align:center;
}
.back-btn-icon {
  color: #036E5B;
  margin-right: 4px;
  padding: 0px;
}
.icon-info {
  color: #036E5B;
}
.icon-btn-primary {
  color: #FFFFFF;
  margin-right: 4px;
  padding: 0px;
}
.prefix-icon-position {
 display: flex;
 align-items: flex-start;
 gap: 0.2em;
}
/*************
★ btn 
 *************/
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 40px;
  padding: 4px 12px;
  align-items: center;
}
.btn-small{
  min-width: 64px;
  min-height: 28px;
}
.mb5 {
  margin-bottom: 5px;
}
.btn-primary{
  color:#fff;
  background-color:#036E5B !important;
  border-color:#036E5B !important;
}
  .btn-secondary{
  color: #036E5B !important;
  border: 1px solid #036E5B;
  background: #FFF;
}
.btn-tertiary{
  color: #036E5B !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: auto !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
}
  .btn-warning{
  color: #333046 !important;
  background: #FFC107;
}
  .btn-danger{
  color: #FFF;
  background: #CA0306;
}
.btn-primary:disabled,
.btn-warning:disabled,
.btn-danger:disabled
{
  color: #D2D2D2  !important;
  background: #949494 !important;
  border-color: #949494 !important;
}
.btn-secondary:disabled
{
  color: #B1B1B1 !important;
  border: 1px solid #D2D2D2 !important;
}
.btn-tertiary:disabled
{
  color: #B1B1B1 !important;
}

.btn-primary-disabled,
.btn-warning-disabled,
.btn-danger-disabled
{
  color: #D2D2D2  !important;
  background: #949494 !important;
  border-color: #949494 !important;
  cursor: not-allowed;
}

.btn-secondary-disabled{
  color: #B1B1B1 !important;
  border: 1px solid #D2D2D2 !important;
  cursor: not-allowed;
}

.btn-tertiary-disabled{
  color: #B1B1B1 !important;
  cursor: not-allowed;
}

.btn-primary:hover,
.btn-primary:active{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #036E5B;
  border: none;
}
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-secondary:active,
.btn-tertiary:active{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.btn-warning:hover,
.btn-warning:active{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #FFC107;
}
.btn-danger:hover,
.btn-danger:active{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #CA0306;
}
.btn:focus{
  border: 2px solid rgba(0, 145, 255, 0.30);
  outline: none !important;
}

.btn-primary:focus{
  background-color:#036E5B;
}

.btn-warning:focus{
  background: #FFC107;
}

.btn-danger:focus{
  background: #CA0306;
}

.btn-group-left {
  display: flex;
  justify-content: start;
  gap: 16px;
}

.btn-group-center {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-group-right {
  display: flex;
  justify-content: end;
  gap: 16px;
}

.btn-group-small {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.linkbtn-info{
  text-decoration: underline !important;
  font-size: 11px !important;
  color: #095E93;"
}

/*************
★ table
 *************/
table{
  padding: 8px;
  align-items: center;
  align-self: stretch;
}
table-borderd{
  border-top: 1px solid var(--border-gray2, #CFD2D8);
  border-right: 1px solid var(--border-gray2, #CFD2D8);
  border-bottom: 2px solid var(--border-gray2, #CFD2D8);
  border-left: 1px solid var(--border-gray2, #CFD2D8);
  background: var(--white, #FFF);
}
th{
  color: var(--text-black, #333046);
/* p */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  border-bottom: 2px solid var(--border-gray2, #CFD2D8);
  background: var(--white, #FFF);
}

tr{
  color: var(--text-black, #333046);
  /* p */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.manualpagingbtn {
  min-width: 30px;
  min-height: 30px;
  padding: 4px;
  border: 1px solid var(--border-gray, #E4E8EF);
  border-radius: 4px;
  border-width: 1px;
  margin: 5px;
}

.manualpagedisplay {
  margin: 5px;
}

.paging-icon {
  color: inherit;
  padding: 0px;
}

/*************
★ label
 *************/
.label-default{
  color: var(--text-darkgray, #6A6779);
  padding: 0px 4px;
  align-items: center;
  border-radius: 2px;
  background: var(--disable-bg-gray, #EBEBEB);
}
.label-success{
  color: #2C7008;
  padding: 0px 4px;
  align-items: center;
  border-radius: 4px;
  background: #DAF4D1;
}
.label-danger{
  color: var(--danger, #CA0306);
  padding: 0px 4px;
  align-items: center;
  border-radius: 4px;
  background: var(--danger-bg, #FFE4E6);
}
.label-required{
  margin-left:8px;
  color: var(--danger, #CA0306);
  align-items: center;
  border-radius: 4px;
  background: var(--danger-bg, #FFE4E6);
  padding: 0px 4px;
}
.label-nonrequired{
  margin-left:8px;
  color: var(--text-darkgray, #6A6779);
  align-items: center;
  border-radius: 4px;
  background: var(--disable-bg-gray, #EBEBEB);
  padding: 0px 4px;
}
.label-info{
  background-color: transparent;
  color:#095E93;
  vertical-align: top;
  padding-top: 2px;
}
.label-info-icon{
  color:#095E93;
}
.label-danger-icon{
  color:#CA0306;
}
.label-danger-sub{
  background-color: transparent;
  vertical-align: top;"
}
.label-danger-icon{
  color:#CA0306;
}

/*************
★ form
 *************/
.form-default{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.form-small{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.form-inactive{
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.form-focus{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.form-error{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.form-error{
  border-radius: 4px;
background: var(--danger-bg, #FFE4E6);
}
.form-caption{
  color: var(--text-darkgray, #6A6779);
/* p */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.form-inline {
  display: flex;
  gap: 12px;
}
.form-inline
.form-control {
  width: 100%;";
}

input[type=checkbox]{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--input-gray, #949494);
  background: var(--White, #FFF);
  accent-color: #333046;
}
.checkbox-xs{
  width: 14px !important;
  height: 14px !important;
}

/*************
★ typography
 *************/
h1{
  color: var(--text-darkgray, #6A6779);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 27.6px */
  display: flex;
  width: 100%;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
h2{
  color: var(--text-black, #333046);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 25px */
  border-bottom: 1px solid var(--border-gray, #E4E8EF);
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border-gray, #E4E8EF);
}
h2.nohead{
  content: none;
  border-bottom: 1px solid var(--border-gray, #E4E8EF);
}
h2.nohead:before{
  content: none;
}
h3{
  color: var(--text-black, #333046);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
h3:before{
  content: none;
	}
h4{
  color: var(--text-black, #333046);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
h5{
  color: var(--text-black, #333046);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 18.9px */
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
h6{
  color: var(--text-black, #333046);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
p{
  color: var(--Gray-1, #333);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.title{
  color: var(--logo-navy, #1E126F);
  text-align: center;
/* p.big */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
/*************
★  幅を変更
 *************/
 
 .container-chart{
    max-width: 100%;
  }

@media (min-width: 1200px) {
  .container-chart {
    max-width: none !important;
    min-width: 1024px !important;
    width: 1440px
  }
}

/*************
★  tablesorter Bootstrap theme
 *************/
/* jQuery Bootstrap Theme */
.tablesorter-bootstrap {
	width: 100%;
}
.tablesorter-bootstrap .tablesorter-header,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
	font: bold 14px/20px Arial, Sans-serif;
	padding: 4px;
	margin: 0 0 18px;
	background-color: #fff;
}

.tablesorter-bootstrap .tablesorter-header {
	cursor: pointer;
}

.tablesorter-bootstrap .tablesorter-header-inner {
	position: relative;
	padding: 4px 18px 4px 4px;
}

/* bootstrap uses <i> for icons */
.tablesorter-bootstrap .tablesorter-header i {
	font-size: 11px;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -7px; /* half the icon height; older IE doesn't like this */
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	line-height: 14px;
	display: inline-block;
}
.tablesorter-bootstrap .bootstrap-icon-unsorted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNqUUL9Lw2AUTGP8mqGlpBQkNeCSRcckEBcHq1jImMElToKuDvpHFMGhU0BQcHBwLji6CE1B4uB/INQsDi4d2jQ/fPeZxo764OV6915f7lLJ81xot9tCURXqdVEUr7IsO6ffH9Q5BlEUCaLwWxWqTcbYnaIoh0Dw4gAvcWlxq1qt9hqNxg6hUGAP+uIPUrGs0qXLer2+v/pTX6QpxLtkc2U2m53ACb8sSdIDXerSEms2m6+DweAICA4d89KGbduf9MpEVdXQ9/2LVqv1CASHjjn3iq/x1xKFfxQPqGnada1W86bT6SiO42OS3qk3KPStLMvbk8nkfjwen/LLuq6blFymMB0KdUPSGhAcOualjX6/f0bCiC7NaWGPQr0BwaFjzn0gYJqmLAiCA8/zni3LmhuGkQPBoWPOPwQeaPIqD4fDruu6L6Zp5kBw6IudchmdJAkLw3DXcZwnIPjy/FuAAQCiqqWWCAFKcwAAAABJRU5ErkJggg==);
}

/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
.tablesorter-bootstrap tr.odd td {
	background-color: #f9f9f9;
}
.tablesorter-bootstrap tbody > .odd:hover > td,
.tablesorter-bootstrap tbody > .even:hover > td {
	background-color: #f5f5f5;
}
.tablesorter-bootstrap tr.even td {
	background-color: #fff;
}

/* processing icon */
.tablesorter-bootstrap .tablesorter-processing {
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: absolute;
	z-index: 1000;
}

/* caption */
.caption {
	background: #fff;
}

/* filter widget */
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 4px 6px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
	background: #eee;
	cursor: not-allowed;
}
.tablesorter-bootstrap .tablesorter-filter-row td {
	background: #efefef;
	line-height: normal;
	text-align: center;
	padding: 4px 6px;
	vertical-align: middle;
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* hidden filter row */
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
	padding: 2px; /* change this to modify the thickness of the closed border row */
	margin: 0;
	line-height: 0;
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme .tablesorter-filter {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}

/* pager plugin */
.tablesorter-bootstrap .tablesorter-pager select {
  padding: 4px 6px;
}
.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
	border: 0;
}
/* tfoot i for pager controls */
.tablesorter-bootstrap tfoot i {
	font-size: 11px;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	cursor: pointer;
	background-color: #e6bf99;
}




/*************
★  tablesorter pager　Bootstrap theme
 *************/
/* pager wrapper, div */
.tablesorter-pager {
	padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
	background-color: #e6eeee;
	margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
	padding: 0 5px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
	margin: 0;
	padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
	/* visibility: hidden */
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}


/*************
★ other
 *************/

/** overflowして出力領域以上は切り落として「…」を出力するためのクラス */
.label-nowrap {
	text-overflow:ellipsis;
	text-align:left !important;;
	overflow: hidden;
	white-space: nowrap;
}

/** divを入れ子にしたい入力コンポーネントについて入力コンポーネントの位置がずれないように調整する為のクラス */
.input-component {
	float: none;
	padding-right: 0;
	padding-left: 0;
	border-radius:4px;
}

/** table padding無効化 */
.table-padding-default table {
	padding-top: 0px; padding-left: 0px;
}

/** table margin_top無効化 */
.table-margin_top_default table {
	margin-top: 0px;
}

/** ラジオボタンラベル位置調整 */
.radio-inline label {
	display: inline;
}

/** コンボメニューBootstrap横幅指定打消し */
.combomenu-width-default select {
	width: auto;
}

/** コンボメニューBootstrap横幅指定打消し(100%) */
.combomenu-width-full select {
	width: 100%;
}

/** sms006v02用PanelGrid自動生成のTD修飾 */
.sms006-panelgrid-column {
	padding-bottom: 20px;
	vertical-align: bottom;
}

/** sms006v02用Ajax対応コマンドボタン文字表示位置調整 */
.sms006-command-buttom input {
	padding-left: 10px;
}

/** sms006v02用パネルグループフルサイズ */
.sms006-panelgrid-full table {
	width: 100%;
}

/** smc001v03用選択リストメニューサイズ調整 */
.smc001-listmenu select {
	width: 410px;
	height: 400px;
}

/** sus001v01用選択リストメニューサイズ調整 */
.sus001-listmenu select {
	width: 400px;
	height: 150px;
}
/** sun004v01用選択リストメニューサイズ調整 */
.sus004-listmenu select {
	width: 200px;
	height: 150px;
}

/**  */
ul.navbar-nav > li {
  font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  font-size: 10px;
  line-height: 1.428571429;
  color: #ffffff;
  border: 1px solid #dddddd;
  background-color: #000066;
}
ul.navbar-nav > li.dropdown {
  font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  font-size: 10px;
  line-height: 1.428571429;
  color: #ffffff;
  border: 1px solid #dddddd;
  background-color: #000066;
}
.navbar-default {
  background-color: #000066;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000066;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #000066;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000066;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

select,
textarea,
label,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 27px;
  padding: 4px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  color: var(--text-black, #333046);
  border-radius: 3px;
  border-color: #949494;
}
.has-error .form-control{
  border-color:#ca0306;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline{
color: var(--danger, #CA0306);
}
div.page-header {
  padding-bottom: 4px;
  padding-top: 4px;
  margin: 0px 0px;
}
.well {
  margin: 20px 0px 20px 0px;
  padding: 10px 20px 10px 20px;
  border: solid 1px #fff;
  background: #fff;
  box-shadow: none;
}
.contentsbox {
  padding: 20px 20px 20px 20px;
}
div.contentsbox {
  background-color: #F3F0EC;
  box-shadow: none;
}
.input-group-addon {
  padding: 2px 6px;
}
select.form-control {
  padding: 2px 6px;
  border-color: #949494;
}

div.sms002-listmenu > select {
  width: 220px;
  border: 1px solid #bbb;
}
table {
  background: #fff ;
}
table.table-condensed {
  margin-top: 20px ;
}

/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  padding-right:0px;
  padding-left:0px;
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;
  min-height:0px;
  max-height:280px;
}

/*幅調整*/
td,th{
  table-layout:fixed;
}
.coL20 { width: 12px; }
.coL30 { width: 30px; }
.coL50 { width: 50px; }
.coL60 { width: 60px; }
.coL65 { width: 65px; }
.coL70 { width: 70px; }
.coL80 { width: 80px; }
.coL82 { width: 85px; }
.coL100 { width: 100px; }
.coL150 { width: 150px; }
.coL160 { width: 170px; }
.coL200 { width: 200px; }
.coL230 { width: 230px; }

/** 検索結果エリアで使用するクラス */
.search-result-title {
  background-color: #F3F0EC;
  padding-left: 0px;
  margin-top: 40px;
}
.no-search-result-icon {
  color: #B1B1B1;
  font-size: 120px;
}
.no-search-result-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #87868F;
}
