@charset "UTF-8";
/* =========================================================
DEFAULT STYLE
========================================================= */
/*--------------------------------------------------
▼default setting
--------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  word-break:break-all;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media print {
  body {
    font-size: 13px;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: none;
}

/* ----- clearfix ----- */
.cf:before,
.cf:after {
  content: "";
  display: table;
  zoom: 1;
}

.cf:after {
  clear: both;
}

table td,table th{
  	word-break:break-all;
}

/*--------------------------------------------------
▼link setting
--------------------------------------------------*/
a {
  color: #47a3e4;
  text-decoration: none;
}

a:hover {
  color: #7cc5f9;
}

a:hover img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

/*--------------------------------------------------
▼layout
--------------------------------------------------*/
/* header
---------------------------------------------*/
#wrap #header {
  width: 100%;
  border-bottom: #ccc solid 1px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}
#wrap #header #logo {
  float: left;
  padding: 10px 10px 10px 40px;
}
#wrap #header .prev {
  float: left;
  padding: 25px 0 0 25px;
}
#wrap #header .pankuzu {
  float: left;
  padding: 33px 0 0 15px;
}
#wrap #header .pankuzu li {
  float: left;
  font-size: 77%;
}
#wrap #header .pankuzu li a {
  padding: 0 15px 0 0;
  margin: 0 5px 0 0;
  display: block;
  background: url(../image/pankuzu_arrow.gif) no-repeat right;
}
#wrap #header #tnav {
  float: right;
  padding: 22px 20px 10px 10px;
}
#wrap #header #tnav li {
  float: left;
  padding-left: 20px;
}
#wrap #header #tnav li#welcome {
  padding-top: 8px;
}

/* contents
---------------------------------------------*/
#wrap {
  width: 100%;
}

pre{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
    word-wrap:break-word !important;
}

/* ----- main ----- */
#wrap #contents #main {
  padding-top: 77px;
}

/* ----- sub ----- */
/* footer
---------------------------------------------*/
/* ----- 2025/01/10 Pactera daiwy OS切替対応No.12 ----- */
.ui-dialog .ui-dialog-content {
   padding-left:1.5rem !important;
}
.ui-dialog .ui-dialog-titlebar {
	background:#c4c4c4 !important;
	height:40px !important;
	padding:1rem !important;
}
.ui-button {
	background:#c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
	border:1px solid #7096ab !important;
	color:#4f4f4f !important;
	font-weight: bold !important;
	margin-right: .1em !important;
}


.ui-radiobutton {
	margin: 3px 0 !important;
    width: 16px !important;
    line-height: 16px !important;
    display: inline-block !important;
}
.ui-selectoneradio .ui-radiobutton {
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ui-selectoneradio label {
    margin: 0 0px 0 2px !important;
}
.ui-radiobutton .ui-radiobutton-box {
	width: 16px !important;
	height: 16px !important;	
}
.ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-icon-bullet {
	background: #1C4257 !important;
}
.ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
	width: 6px !important;
    height: 6px !important;
    margin-top: -3px !important;
    margin-left: -3px !important;
}

.ui-chkbox .ui-chkbox-box {
    width: 16px !important;
    height: 16px !important;
    border-radius: 0px !important;
}
.ui-chkbox .ui-chkbox-box.ui-state-active {
	border-color: #1C4257 !important;
    background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.4))) !important;
    color: #1C4257 !important;
}
body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check {
	color : black !important;
}

.ui-state-default, .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #a8a8a8 !important;
	background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
	font-weight: bold ;
    color: #4f4f4f !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7) !important;
}
.ui-state-active, .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #7096ab !important;
	background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4))) !important;
	font-weight: bold !important;
    color: #1C4257 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}


.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
	background: #ffffff !important;
	box-shadow: inset 0 2px 2px #8f8f8f !important;
    color: #313131 !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #2f556a  !important;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border: 1px solid #a8a8a8 !important;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav li {
	top: 1px !important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected {
	background: #fff !important;
	box-shadow: none !important;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none !important;
    position: relative !important;
    margin: 0 .2em 1px 0!important;
    white-space: nowrap !important;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav {
    padding: .2em .2em 0 !important;
}
.ui-tabs .ui-tabs-nav {
	background: #e3e3e3 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
	border-radius: 0 !important;
	width : 100% !important;
	display: inline-block !important;
}
.ui-widget-content {
    background: #ffffff ;
    color: #4f4f4f ;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav {
	padding: .2em .2em 0 !important;
}

.viewtab {
	border: 1px solid #a8a8a8 !important;
}
.ui-progressbar-value {
	background: #a8a8a8 !important;
	border-color: #4f4f4f !important;
}
.ui-datepicker-calendar td>a {
	width: 100% !important;	
}
body .ui-datepicker {
	width:220px !important;
}
body .ui-datepicker .ui-datepicker-calendar td>a, body .ui-datepicker .ui-datepicker-calendar td>spa {
	background-color: white !important;
    border: none !important;
    border-radius: 0% !important;
}

body .ui-datepicker .ui-datepicker-calendar td>a, body .ui-datepicker .ui-datepicker-calendar td>span {
    border-radius: 0% !important;
    width:36px;
}
.dataCal .ui-state-highlight a, .dataCal .ui-widget-content .ui-state-highlight a {
    color: #363636 !important;
    text-shadow: none !important;
}
body .ui-datepicker .ui-datepicker-calendar td {
    padding: .1rem;
    text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background: none !important;
    border: none !important;
    color: #5F83B9 !important;    
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    border: none !important;
    color: #1C4257 !important;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
    background: #5F83B9 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    text-shadow: 0 1px 1px #234386 !important;
    box-shadow: none !important;
}
body .ui-datepicker .ui-datepicker-header {
	background: #e3e3e3 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
	border-radius: 0%;
	border:none !important;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:focus {
	box-shadow : none !important;
}
body .ui-datatable-odd {
    background: none repeat scroll 0 0 #F2F5F9 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #666666 !important; 
    background: #aaaaaa -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0))) !important; 
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #333333 !important;
}
body .ui-datatable .ui-datatable-data>tr>td {
	border-width: 1px;
    border: 1px solid;
}
.ui-datatable tbody td {
    border-color: inherit !important;
}
body .ui-messages .ui-messages-error, body .ui-messages .ui-messages-fatal {
	border: 1px solid;
    margin: 0 !important;
    padding: 10px 10px 10px 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.ui-messages ul {
    margin: 0 25px !important;
    padding: 0 !important;
    list-style-type: none !important;
}
body .ui-messages .ui-messages-error .ui-messages-error-icon, body .ui-messages .ui-messages-error .ui-messages-fatal, body .ui-messages .ui-messages-fatal .ui-messages-error-icon, body .ui-messages .ui-messages-fatal .ui-messages-fatal {
	margin: 0 !important;
}
body .ui-selectonemenu.ui-state-error {
    border-color: #f44336 !important;
}
body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
	top: 50%  !important;
}
.dataCal .ui-widget-header {
    background: rgb(51, 51, 51) !important;
    color: rgb(255, 255, 255) !important;
}
.dataCal .ui-state-highlight, .dataCal .ui-widget-content .ui-state-highlight {
	background: #fbf9ee none  0  50% repeat-x !important;
    color: #363636 !important;
}
.dataCal .ui-state-default, .dataCal .ui-widget-content .ui-state-default {
	border: 1px solid #d3d3d3 !important;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
	color: #4f4f4f;
}
body .ui-inputfield.ui-state-error {
    border-color: #f44336 !important;
}
input:hover, textarea:hover {
	border: 1px solid #7096ab  !important;
	background: #ffffff  !important;
}
button:focus {
	border: 1px solid #7096ab  !important;
	background: #85b2cb  -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)))  !important;
	box-shadow: 0px 0px 5px #85b2cb,  inset 0 2px 2px #8f8f8f !important;
}
input:focus, textarea:focus {
	border: 1px solid #7096ab  !important;
	background: #ffffff  !important;
	box-shadow: 0px 0px 5px #85b2cb,  inset 0 2px 2px #8f8f8f !important;
}
.ui-state-hover, .ui-state-hover {
	border: 1px solid #7096ab  !important;
	background: #85b2cb  -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)))  !important;
	box-shadow: 0px 0px 5px #85b2cb,  inset 0 2px 2px #8f8f8f !important;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label-container {
	background: rgba(0, 0, 0, 0) !important;
	border:0px !important;
}
body .ui-datatable .ui-datatable-data>tr.ui-state-hover {
	border: 1px solid #7096ab  !important;
	background: #85b2cb  -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)))  !important;
	box-shadow: 0px 0px 5px #85b2cb,  inset 0 2px 2px #8f8f8f !important;
}
body .ui-chkbox .ui-chkbox-box.ui-state-error {
    border-color: #f44336 !important;
}
body .ui-radiobutton .ui-radiobutton-box.ui-state-error {
    border-color: #f44336 !important;
}
body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
	left: auto !important;
    padding-left: 5px;
}
body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-selectonemenu-filter.ui-inputfield {
	width:85% !important;
}
body .ui-datatable .ui-datatable-data>tr.ui-state-highlight {
	border: 1px solid #666666 !important; 
    background: #aaaaaa -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0))) !important; 
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #333333 !important;
}
body .ui-messages .ui-messages-error, body .ui-messages .ui-messages-fatal {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
body .ui-menu {
	background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
}