@charset "UTF-8";

/* CSS Document */

/*
-----------------------------------------------------------
base.css
-----------------------------------------------------------
*/

/* レイアウト
---------------------------------------------------- */
body {
  color: #555555;
  background-color: #FFFFFF;
  min-width: 800px;
}

#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 108%;
}

#content,#article {
  max-width: 1024px;
  width: 95%;
  min-height: 100px;
  margin: 0 auto;
  padding: 10px 0;
}

/* 各コンテンツ共通
---------------------------------------------------- */
input[type=submit], [type=button] {
  font-size: 85%;
}

/* チェックボックスの縦：中央寄せ <label><input></label> */
label{
  display:inline-block;
  margin-right:5px;
}
label input{
  margin-right:5px;
  position:relative;
  top:2px;
}

a {
  color: #0000EE;
  text-decoration: underline;
}

a:visited {
  color: #0000EE;
}

a:hover {
  color: #EE0000;
  text-decoration: none;
}

input[type="tel"],
input[type="text"],
textarea {
  padding: 2px;
}

input[type="tel"],
input[type="text"] {
  height:1.5em;
}

/* IME */
.ja {
  ime-mode: active;
}

.eng {
  ime-mode: inactive;
}

div.clear {
  clear: both;
  font-size: 1px;
}

.hidden {
  display: none;
}

.layout-left {
  float: left;
}

.layout-right {
  float: right;
}

.inBlockL {
  display: inline-block;
  float: left;
}

.inBlockR {
  display: inline-block;
  float: right;
}


.align-left,.txtL {
  text-align: left !important;
}

.align-center,.txtC {
  text-align: center !important;
}

.align-right,.txtR {
  text-align: right !important;
}

.valign-top {
  vertical-align: top;
}

.position-center {
  margin: 0 auto;
}

.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.font-size-small {
  font-size: 85%;
}

.required {
  color: #CD0000;
  font-weight: normal;
}

.text-sample {
  color: #CD0000;
  font-size: 93%;
}

.no-clip {
  display: inline-block;
  width: 13px;
  height: 13px;
}

.return_comments {
  vertical-align: bottom;
}

.not-found-message {
  margin-bottom: 15px;
}

.separate-line {
  border-collapse: collapse;
  border-bottom: 1px solid #888888;
}

pre {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  line-height: 1.3;
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;       /* CSS 3.0 */
  /* white-space: -pre-wrap; */     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  /* white-space: -hp-pre-wrap; */  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

/* ヘッダー内スタイル
---------------------------------------------------- */
/* ヘッダーの固定 */
div#header-fixed
{
  position: fixed;            /* ヘッダーの固定 */
  top: 0px;                   /* 位置(上0px) */
  left: 0px;                  /* 位置(右0px) */
  width: 100%;                /* 横幅100%　*/
  height: 72px;              /* 高さ */
  z-index: 99;
}
div#header-bk {
  background-color:#444;     /* 背景色(黒) */
  height:72px;              /* 縦の高さ110px */
  width:100%;                /* 横の幅を100% */
}

#header {
  width: 100%;
/*  background: url(../img/headerback.jpg) repeat-x; */
  background-color: #FFFFFF;
  border-bottom: solid 1px #0000EE;
}

#sysmenu {
  display: table;
/*  max-width: 1005px;*/
  width: 95%;
  margin: 0 auto;
  height: 42px;
}

#header #syslogo {
  display: table-cell;
  width: 300px;
  vertical-align: middle;
}

#header #syslogo a {
  display: block;
  float: left;
  background: url(../img/logo.png) no-repeat;
  width: 293px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
}

#header #systitle {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: auto;
}

#header #login_name {
  float: right;
  margin-top: 13px;
}

#navi {
  position: fixed;
}


/* フッター内スタイル
---------------------------------------------------- */
#footer {
  /* background: url(../images/footerback.jpg) repeat-x; */
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

#footer ul {
/*  max-width: 1005px;*/
  width: 95%;
  height: 40px;
  margin: 0 auto;
  border-right: 1px solid #C1D685;
}

#footer ul li {
  float: right;
  background-repeat: no-repeat;
  width: 77px;
  height: 21px;
  padding: 10px 0 9px 38px;
  border-left: 1px solid #C1D685;
}

#footer ul li a:hover {
  color: #FFFFFF;
}
/*
#footer ul li#f01 {
  background-image: url(../images/f01.jpg);
}

#footer ul li#f02 {
  background-image: url(../images/f02.jpg);
}

#footer ul li#f03 {
  background-image: url(../images/f03.jpg);
}
*/

/* メニュー
---------------------------------------------------- */
.menubox {
/*  max-width: 1005px;
  width: 100%;*/
  width: 95%;
  margin: 0 auto;
}

table.menulist td {
  height: 6px;
}

table.menulist td.menumain {
  background-color: #F0F0F0;
  padding-left: 2px;
}

/* IE7.0用ハック */
*:first-child+html table.menulist td.menumain {
  padding: 0 0 3px 5px;
}

table.menulist td.menumain ul li {
  float: left;
  background-repeat: no-repeat;
  width: 120px;
  height: 35px;
  margin: 3px 3.8px 2px 0;
}

/* IE7.0用ハック */
*:first-child+html table.menulist td.menumain ul li {
  float: left;
  background-repeat: no-repeat;
  width: 120px;
  height: 35px;
  margin: 3px 3px 2px 0;
}


/* メイン
---------------------------------------------------- */
/*
h1 {
  background-repeat: no-repeat;
  width: 180px;
  height: 27px;
  color: #FFFFFF;
  padding: 3px 0 0 45px;
  text-indent: -9999px;
  font: 1px;
  font-weight: bold;
}

h2 {
  background-color: #F0F0F0;
  margin: 10px 0;
  padding: 3px 0 3px 10px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}

h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
*/

.change-limit {
  text-align: right;
  margin-bottom: 10px;
}

.sub-menu {
  float: right;
  margin-bottom: 10px;
}

.explain {
  margin-bottom: 10px;
}

.sub-menu li {
  float: left;
  margin-left: 5px;
}


#mainbox {
  width: 98%;
  margin: 0 auto;
}

#bread_crumb {
  margin-bottom: 10px;
  font-size: 85%;
}

#main {
  width: 98%;
  margin: 0 auto;
}

/* フレーム内のトップヘ送るリンク */
#send_back {
  margin-top: 20px;
  font-size: 85%;
}

#send_top {
  margin-bottom: 10px;
  text-align: right;
  font-size: 85%;
}

/* エラー表示
---------------------------------------------------- */
#js-error {
  padding: 0;
}

.error h4#flash-title {
  margin: 0 0 5px 10px;
}

.error #js-error-desc {
  margin: 0 0 5px 10px;
}

.error {
/*  max-width: 1003px;
  width: 100%;*/
  width: 95%;
  color: #FF0000;
  margin: 10px auto 0 auto;
  padding-top: 5px;
  border: 1px dotted #FF0000;
  font-weight: bold;
}

.error ul {
  max-width: 953px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.error ul li {
  list-style-type: disc;
}

.grp-input-error {
  background-color: #F7D9D9;
}

/* テーブル
---------------------------------------------------- */
table.list-table {
  width: 100%;
  margin: 0 auto 15px auto;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

table.list-table th {
  background-color: #E5E5E5;
  padding: 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
  font-weight: bold;
}

table.list-table td {
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
}

table.list-table td.align-left {
  text-align: left;
}

table.form-table {
  width: 100%;
  margin: 0 auto 15px auto;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

table.form-table th {
  background-color: #E5E5E5;
  width: 22%;
  padding: 5px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}

table.form-table td {
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

table.middle-form-table {
  width: 80%;
}

table.middle-form-table th {
  width: 26%;
}

table.middle-list-table {
  width: 80%;
}

table.short-list-table {
  width: 64%;
}

table.short-form-table {
  width: 64%;
}

table.short-form-table th {
  width: 28%;
}

table.short-form-file-table {
  width: 64%;
}

table.short-form-file-table th {
  width: 36%;
}

/* ダイアログ内に表示させるテーブル */
table.dialog-table {
  width: 100%;
  border: 1px solid #CCCCCC;
}

table.dialog-table th {
  background-color: #E5E5E5;
  width: 34%;
  padding: 5px 10px 5px 5px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px dotted #666666;
  vertical-align: top;
  font-weight: bold;
}

table.dialog-table td {
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-bottom: 1px dotted #666666;
}

/* フォーム
---------------------------------------------------- */
table.form-table input[type=text],
table.form-table input[type=password] {
  width: 50%;
}

table.short-form-table input[type=text],
table.short-form-table input[type=password] {
  width: 70%;
}

select {
  font-size: 85%;
}

table.form-table textarea {
  width: 500px;
  height: 4em;
}

/* その他
---------------------------------------------------- */
/* ボタン */
div.button {
  text-align: center;
}

.button-right {
  float: right;
  margin: 10px 0;
}

.button-add-form {
  display: block;
  /* background: url(../img/button_plus.gif) no-repeat; */
  width: 80px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

/* ページネイト */
#paginate {
  margin-bottom: 10px;
  text-align: center;
  font-size: 85%;
}

/* dialog */
.ui-icon-alert {
  float: left;
  margin: 0 7px 20px 0;
}

/* js-sortable */
.js-sortable {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.js-sortable li {
  min-height: 24px;
  margin: 0 3px 3px 3px;
  padding: 0.4em 0.4em 0.4em 1.5em;
  font-size: 1em;
}

.js-sortable li:hover {
  cursor: move;
}

.js-sortable li input[type=text] {
  width: 76%;
}

.js-sortable-facility li input[type=text] {
  width: 50%;
}

.js-sortable li span {
  position: absolute;
  margin-left: -1.3em;
}

.sortable-hover {
  background-color: #DDDDDD;
  height: 24px;
  padding: 3px 0 3px 15px;
  margin-bottom: 3px;
  border: 1px dotted #AAAAAA;
}

/* multiselect */
.multiselect {
  width: 500px;
  height: 475px;
}

.multiselect-in-user {
  width: 500px;
  height: 475px;
}

.multiselect-in-group {
  width: 500px;
  height: 475px;
}

.multiselect-in-group-personal-folders {
  width: 500px;
  height: 310px;
}

.multiselect-in-mygroup {
  width: 500px;
  height: 475px;
}

.multiselect-without-master {
  width: 500px;
  height: 475px;
}

/* datepicker */
input#hidden-calendar {
  background: transparent;
  width: 0px;
  border: none;
}

/* js-highlight（スケジュール関連の検索用） */
.js-highlight {
  background: #000066;
  color: #FFFFFF;
}

.clickable {
  text-decoration: underline;
  cursor: pointer;
}

.schedule-file {
  display: inline-block;
  margin-right: 10px;
}


@media print {
  .no_print {
    display: none;
  }
}