@charset 'UTF-8';
/* 2005年8月、バージョンアップにより新採用したスタイルシート */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /* background: url(../images/back.gif); */
    background: #ffffff;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

div , td , th , pre {
    color: #333333;
    font-size: small;
/*     font-family: verdana, osaka, sans-serif; */
}

form , p {
    margin:0px;
    padding:0px;
}

input, select, textarea {
    margin: 0px;
}

span {
    color:#ff0000;
    font-weight:bold;
}

span.btn {
    color:#333333 !important;
    font-weight: bold;
}

textarea {
    font-size: small;
    padding: 1px;
}

/* clearfixの設定-------------------------------------------------- */
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
    display: inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac ¥*/
* html .clearfix{
    height:1px;
}

.clearfix{
    display:block;
}

/* End hide from IE-mac */

/* FireFoxでスクロールバーを常時表示-------------------------------------- */
html{
    overflow-y:scroll;
}

input.login-outline {
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    background-color: #ffffff;
    /* omron-dl カスタマイズ */
    /* width: 80px;*/
    /* height: 20px;*/
    width: 550px;
    height: 20px;
    padding: 5px;
    font-size: 14px;
}

#topline {
    background-color:#cccccc;
    height:20px;
    width:100%;
}

h1 {
    color:#333333;
    font-size: small;
    font-weight:normal;
    vertical-align: bottom;
    margin:0px;
    padding:1px;
    text-align:left;
/*     font-family: verdana, osaka, sans-serif; */
}

h3 {
    color:#0066CC;
    font-size: 16px;
    padding:3px 10px 3px 10px ;
    text-align:left;
/*     font-family: verdana, osaka, sans-serif; */
    background-color:#eeeeff;
}

h4 {
    color:#1A9952;
    font-size:15px;
    margin:3px 10px 3px 10px ;
    text-align:left;
/*     font-family: verdana, osaka, sans-serif; */
}

ol {
    line-height: 150%;
}


#ad-top {
    vertical-align: middle;
    text-align:center;
    background-color:#ffffff;
}

#multi {
    padding: 4px 0 0 0;
    vertical-align: top;
    text-align:right;
    background-color:#ffffff;
}

#multi div {
    margin: 1px 0;
}

#multi a {
    border: 0;
    color: #333;
    text-decoration: underline;
}

#multi ul {
    line-height: 1.0em;
    margin: 0px;
    /* list-style-type: none; */
    padding: 0px;
    width: auto;
}

#multi ul li {
    float: right;
    margin: 5px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    list-style-position: none;
    list-style-type: none;
    border-right: 1px #333 solid;
}

#multi ul li.first {
    border-left: 1px #333 solid;
}
#menuinfo {
    color:#ffffff;
    vertical-align: middle;
    /* padding-left:10px; */
    padding-left:3px; /* omron-dl カスタマイズ */
    padding-right:10px;
}

#menushadow {
    height:10px;
    background: url(../images/menu_shadow.gif) repeat-x;
}

#menu {
    height:30px;
    /* background: url(../images/menu_back.gif) repeat-x; */
    Background-color: #78b721;/* omron-dl カスタマイズ */
}

/*omron-dl start*/
#menu a,
#menu a:visited {
    color: #FFF;
    text-decoration: underline;
}

/* センタリング */
#menu table {
    width: 1020px;
    margin: 0 auto;
}
.table-wrap {
    width: 1020px;
    margin: 0 auto;
}
/*omron-dl end*/
#sysmenu {
    height:60px;
    background: url(../images/sysmenu_back.gif) repeat-x;
}

#contents {
    padding:10px;
}

.content {

    padding: 20px 10px;/* omron-dl カスタマイズ */
    text-align: left;
    background-color:#ffffff;
    /* width:920px; */
    width: 1020px;/* omron-dl カスタマイズ */
    margin: 0 auto;/* omron-dl カスタマイズ */
}

/* logo-nouserのとき */
.content-dlf {
    padding:10px;
    text-align: left;
    background-color:#ffffff;
    width:auto;
}

/* エラーメッセージ */
div.errormsg {
  font-size: 1em;
  color:#ffffff;
  width:100%;
  background-color:#ff8598;
  padding:8px 0px 8px 10px;
  font-weight:bold;
}

/* エラーメッセージ:ウイルスチェック用 */
.virus-error {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #CC0000 url(../images/bg-virus-error.gif) no-repeat 15px center;
    color:#FFF;
    padding:15px;
    margin-top:20px;
}

.virus-error h2 {
   margin:0px 0px 10px 100px !important;
   padding:0px !important;
   color:#f6ff01;
   font-size:140%;
   letter-spacing: 0.2em;
   font-weight:normal;
}

.virus-error p {
   margin:0px 0px 0px 100px !important;
}

/* ページの目次 */
div.subtitle {
  font-size: small;
  color: #ffffff;
  padding: 3px 0px 3px 10px;
  /*background-color: #6699CC;*/
  background-color:#004190;/* omron-dl カスタマイズ */
  font-weight: bold;
  /* change omron */
  /*width:auto;*/
  _zoom:1;
}


h2 {
    font-size: 20px;
    color: #0066CC;
    width: auto;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 5px 0px;
    vertical-align:middle;
    font-weight: bold;
/*     font-family: verdana, osaka, sans-serif; */
}

h2.subtitle {
    font-size: 1em;
    color: #ffffff;
    width: auto;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 0px 0px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/subtitle_back.gif) no-repeat ;
    font-weight: bold;
/*     font-family: verdana, osaka, sans-serif; */
}


div.subline {
    width: 100%;
    padding: 3px 0px 3px 0px;
    background-color: #CEE4F9;
    font-weight: normal;
}

div.subsub {
    font-size: 11px;
    color: #0066CC;
    width: auto;
    padding: 3px 0px 3px 10px;
    background-color: #eeeeff;
    font-weight: bold;
}


/* 目次以下の説明 */
.explanation {
  margin: 5px 30px 5px 30px;/*omron-dl カスタマイズ*/
  /*line-height: 120%;*//* omron-dl カスタマイズ */
}
/* omron-dl　カスタマイズ */
.explanation table {
  width: 100%;
}

/* メンテナンス用 */
.mainte {
  font-size: 12px;
  color: #333333;
  width: auto;
  margin: 10px 0px 10px 0px;
  padding: 3px 0px 3px 10px;
  background-color: #ffffbb;
  font-weight: bold;
  border:1px #ff9900 solid;
}


/* configの説明 */
.config {
  margin: 5px 10px 5px 20px;
  line-height: 135%;
}


/* リンク */
a: {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

img { border: none; }

/* フッター */
#footmenu {
    height: 25px;
    background: url(../images/footmenu_back.gif) repeat-x;
}

#footer {
    font-size: 10px;
    color: #666666;
    padding-top: 5px;
    line-height: 125%;
}

#footer a:link{
    color: #666666;
    text-decoration: none;
}

#footer a:visited {
    color: #666666;
    text-decoration: none;
}

#footer a:hover {
    color: #333333;
    text-decoration: underline;
}

/* folder table */

div.folderline {
    /*width: 100%;*/
    padding: 0px 0px 0px 0px;
    background-color: #99CCFF;
    font-weight: normal;
    color: #ffffff;
}
/* omron-dl　カスタマイズ ユーザ情報用table：センタリング */
.signup-form {
  width: 100%;
}

div.searchline {
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #dddddd;
    font-weight: normal;
}

#folder {
    background-color: #eeeeee;
    /* omron カスタマイズ
    width: 150px;
    min-width: 150px;
    */
    width: 260px;
    min-width: 260px;
}

#folder div {
    padding: 0px;
    margin-top: 0;
}

#folder .open {
    background-color: #99CCFF;
    margin-top: 0;
}

#folder .top {
    background-color: #dddddd;
}

#folder img {
    margin: 2px;
    vertical-align: middle;
    padding-bottom: 0px;
}

#folder a {
    color: #0000ff;
    text-decoration: none;
}

.folder-item:hover {
    background-color: #CEF9CF;
}

#folderopen {
    background-color: #99CCFF;
}

#folderopen.file-area {
    width: 650px;
    padding-right: 10px;
}

/* ファイル一覧フォルダツリースクロールバー */
.folder-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  width: 275px;
  height: auto;
  max-height: 300px;
}

.folder-scroll.parsonal-folder {
    max-height: 400px;
}
/* フォルダツリー幅対応 */
.folder-content {
    width: 100%; /*オムロン様カスタマイズ：ファイル検索欄が二行になるため100%に変更*/
}
.folder-width {
  max-width: 150px;
  min-width: 150px;
}

/* addresslist */
ul.addresslist{
    list-style:none;
    margin: 0px;
    padding: 6px 0px 2px 5px;
    font-size: 100%;
    border-bottom: dotted 1px #FFFFFF;
}

ul.addresslist li{
    display: inline;
}

.addr_select{
    background: url(../images/icon_addr.gif) no-repeat #abcdef left top;
    padding-left: 12px !important;
    width: 140px;
}

/* filelist */

#filelist {
    background-color: #dddddd;
    font-size: small;
    width: 100%;
}

#filelist tr {
    vertical-align: top;
}

#filelist td {
    padding: 3px;
}

#filelist td.mini {
    font-size: 80%;
}

#filelist td.middle {
    font-size: 90%;
}

#filelist div.memo {
    /* omronカスタマイズ */
    /* font-size: 9px; */
    /* color:#0066CC; */
    font-size: 10px;
    color:#000;
    line-height: 120%;
    margin: 0px 2px 0px 5px;
    padding: 0px;
}


#filelist td.btn {
    padding: 1px 3px 1px 3px;
}

#filelist tr.odd {
    background-color: #eeeeee;
}

#filelist tr.even {
    background-color: #ffffff;
}
#filelist tr.lock {
    background-color: #e9d4d4;
}

#filelist th {
    background-color: #cccccc;
    font-weight: bold;
    white-space: nowrap;
    padding: 3px 7px 3px 7px;
    font-size: 11px;
}

#filelist a.detail {
    padding: 2px;
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
}

#filelist a.alert{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    color: #ff0000;
}

#filelist a.detail:hover {
    padding: 2px;
    background-color: #0066CC;
    color: #ffffff;
    font-weight: bold;
}


/* data */
#data {
    background-color: #ffffff;
    font-size: 12px;
}

#data td {
    padding: 5px 5px 5px 5px;
    width: 75%;
}

#data tr {
    background-color: #eeeeee;
    border-bottom: 1px #cccccc solid;
}

#data td.mini {
    font-size: 9px;
}

#data td.mono {
    font-family: monospace;
}

#data td.btn {
    padding: 1px 0px 1px 0px;
}

#data tr.odd {
    background-color: #eeeeee;
}

#data tr.even {
    background-color: #ffffff;
}

#data th {
    background-color: #dddddd;
    font-weight: bold;
    white-space: nowrap;
    padding: 4px 15px 4px 15px;
    width: 25%;
}
#data .upload_superiors .flexigrid th{
    background-color: #dddddd;
    font-weight: bold;
    white-space: nowrap;
    padding: 4px 5px 4px 5px; /*omronのアップロード時上長を選択するテーブルがズレていたため修正*/
    width: 25%;
}

#data a {
    padding: 2px;
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
}

#data a.alert{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    color: #ff0000;
}

#data a:hover {
    padding: 2px;
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

/* メール作成画面などのフォーム用 */
.formTable {
    background-color: #ffffff;
    font-size: 12px;
    border-spacing :1px;
    width: 80%;
}

.formTable tr {
    background-color: #eeeeee;
    border-bottom: 1px #cccccc solid;
}

.formTable th {
    background-color: #dddddd;
    font-weight: bold;
    white-space: nowrap;
    padding: 4px 15px 4px 15px;
    width: 25%;
}

.formTable td {
    padding: 5px 5px 5px 5px;
    width: 75%;
}

/* report */
#report {
    background-color: #ffffff;
    font-size: 10px;
}

#report td {
    padding: 1px 1px 1px 1px;
}

#report tr.odd {
    background-color: #eeeeee;
}

#report tr.even {
    background-color:#ffffff;
}

#report th {
    background-color: #dddddd;
    font-weight: bold;
    white-space: nowrap;
    padding: 1px 15px 1px 15px;
}

form p {
  margin: 10px 20px 10px 20px;
}

/*フォルダタイトル*/
.title-bg {
    background: #eff6fd;
    margin-top: 7px;
    padding: 5px 5px;
}

/*フォルダパス*/
.folder-path {
    width: 99%;
    color : #8a8a8a;
}

/* カレントフォルダ名 */
.current-folder-name {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.6em;
}
.current-folder-name img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.thumset {
    padding-top:5px;
    white-space: nowrap;
    font-size: x-small;
}

/* news */
#news {
    margin: 0px 0px 0px 10px;
    padding: 3px 0px 3px 0px;
    line-height: 120%;
}

#news a:link{
    color: #0066FF;
}

#news a:visited {
    color: #0066FF;
    /*omron-dl-v5 カスタマイズ aspや元のomron-dlに合わせてニュースの下線が見えるようにtext-decorationの欄を削除*/
}

#news a:hover {
    color: #333333;
    text-decoration: underline;
}

/* 赤文字 */
.err_title {
    font-size:16px;
    color: #ff0000;
    font-weight: bold;
    margin: 15px 10px 15px 10px;
}

.err_msg {
    color: #ff0000;
    font-weight: bold;
}

.alert {
    color: #ff0000;
    font-weight: bold;
}

.cap {
    font-size: 9px;
}

/*パンくず*/
#pan {
    font-size:11px;
}

#pan a:link{
    color: #333333;
    text-decoration: none;
}

#pan a:visited {
    color: #333333;
    text-decoration: none;
}

#pan a:hover {
    color: #ff0000;
    text-decoration: underline;
}


/*productのポイント枠*/
.point {
    font-size: 11px;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px #666666 solid;
    line-height: 120%;
    width: auto;
}

/*pr枠*/
.prframe {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 3px #666666 solid;
    background-color: #eeeeee;
    line-height: 120%;
    text-align: center;
    width: auto;
}


/* メール送信フォーム */
form.sendmail {
    font-size: 0.9em;
}

form.sendmail input {
    font-size: 0.9em;
}

table.mailaddr {
    border: none ;
    margin-bottom: 20px;
}

table.mailaddr th {
    font-size: 0.85em;
    vertical-align: bottom;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}


button {
    line-height: 1.2em;
}

span.alert {
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    color: #ff0000;
}


/* 広告欄 */
p.pr{
    margin-left: 25px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 0.9em;
    color: #333333;
    line-height: 120%;
}

p.pop_menu {
    background-color: #d3d3d3;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    height: 2em;
  /*border-top: solid 1px #000099;*/
    width: 80px;
    position: absolute;
    left: 0;
    top: 1;
}

p.pop_menu a {
    padding: 5px 0 5px 0;
    color: #000000;
    background-color: #c0c0c0;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 1.2em;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #c0c0c0;
}
p.pop_menu a:hover {
    background-color: #dcdcdc;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #000000;
}

li.privacy {
    line-height: 1.8em;
}

li.privacy > div {
    color: #ff9900;
    font-size: large;
    margin-top: 20px;
}

#ll { text-align: left; }

#cc { text-align: center; }

#rr { text-align: right; }

.rr { text-align: right; }

.cc { text-align: center !important; }

.f-left { float: left; }
.f-right { float: right; }

.p-right-10 { padding-right: 10px; }

b.alert {
    font-weight: bold;
    color: #ff0000;
}
/*  omron-dl カスタマイズ start
.login-wrap {
  display: inline-block;
  text-align: left;
} */
/* ログインページセンタリング */
.login-wrap table, .forget_wrap table {
  width: 100%;
}
table.loginset {
  width: auto;
  margin: 0 auto;
}
.forget_wrap table h2 {
    padding-left: 0px;
}
.logintop {
    /* background: url(../images/login_user_top.gif) no-repeat left top; */
    padding-top: 20px;
    /* width: 610px; */
    margin-left: 0px;
}

.loginbox {
    /* padding: 0px 30px;*/
    /* text-align: center;*/
    padding-bottom: 20px;

}
.loginform {
    background-color: #f4f7fe;
    border: 5px solid #0068B7;
}
/*omron-dl cusomize end*/
table.loginset  td {
    padding: 3px 0px 3px 10px;
    text-align: left;
}
/*  omron-dl カスタマイズ end*/

.loginbox form {
    /* background: url(../images/login_user_side.gif) repeat-y;
    width: 610px; */
    padding: 5px 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.login-btn {
    padding: 5px 15px;
    color: #ffffff;
    font-size: 1.2em;
    background-color: #0066CC;
    border: 0px none;
    cursor: pointer;
    border-radius: 0.25em;
}

.login-btn:hover {
    background-color: #005bb5;
}

.login-btn-auto-width {
  display: inline-block;
  padding: 0.6em 4em;
  color: #ffffff;
  font-size: 1.4em;
  background-color: #0066CC;
  border: 0px none;
  border-radius: 0.25em;
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.2));
  cursor: pointer;
}

.login-btn-auto-width:hover {
  background-color: #005bb5;
}

.login-normal {
  width: 280px;
  padding: 20px 0px;
  text-align: right;
  }

.login-sso {
  padding: 20px 0px 10px;
}

.login-sso p {
  margin: 0px 0px 8px;
}

.login-sso a {
  text-decoration: none;
}

.login-saml {
  padding: 20px 0px 30px;
}


/*SSO認証ボタン*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../script/yui/fonts/Roboto-normal-700.woff") format("woff");
  unicode-range: U+0-10FFFF;
}

.form-grou a{
  text-decoration: none;
}

#btn-signin-google {
    cursor: pointer;
}

#btn-signin-google {
    display: inline-block;
    background: #4285F4;
    color: #FFF;
    width: 319px;
    border-radius: 2px;
    white-space: nowrap;
    padding-left: 1px;
}

#btn-signin-google span.icon{
    background-image: url(../images/btn_google_dark_normal_ios.svg);
    float: left;
    vertical-align: middle;
    width: 40px;
    height: 42px;
    background-position: left 0px center;
    background-repeat: no-repeat;
}

#btn-signin-google span.button-text{
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    line-height: 42px;
}

#btn-signin-google .button-parent{
    text-align: center;
}

.button-parent clearfix{
  height: 41.99px;
  width: 319.01px;
}

.button-text{
  color: #fff;
}

.button-text:hover{
  text-decoration: underline;
}

/* omron-dl カスタマイズ ログインID、パスワードを忘れた方のアンダーバーを表示
table.loginset td a{
  text-decoration: none;
}
*/

table.loginset a {
  margin-top: 10px;
}

ul.img{
    margin: 10px 0px 3px 0px;
    padding: 0px;
}

ul.img li {
    background: url(../images/ico-list.gif) left 4px #FFFFFF no-repeat scroll;
    margin: 1px 0px 1px 5px;
    list-style: none inside none;
    line-height: 150%;
    padding-left: 13px;
    _padding-left: 0px;

}

ul.img li a { text-decoration: none; }

*html ul.img li a{ padding-left: -10px; }


/* topのお知らせ一覧 */
/* ul.news { */
/*   margin: 0 0 0 1em; */
/*   padding: 0; */
/*   list-style-type: none; */
/* } */

/* li.news-list { */
/*   line-height:150%; */
/*   font-size: 86%; */
/*   font-weight: bold; */
/*   margin-left: 3px; */
/* } */


ul.news {
  height: auto;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}

li.news-list {
  line-height:140%;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0px;
  text-decoration: none;
}




/* demoフォルダ・stopmailフォルダ・kiyakuフォルダで利用しているのだけど、必要でなければ以降削除
p.attention {
  color: #ff0000;
  font-size: 0.6em;
  line-height: 0.5em;
}

div.demo {
  padding-top: 100px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
div.demo_title {
  font-size: 1em;
  color: #ffffff;
  width: auto;
  padding: 3px 0px 3px 0px;
  background-color: #006699;
  font-weight: bold;
}
div.demo_msg {
  padding-top: 10px;
  font-size: 0.8em;
  line-height: 2em;
}
div.demo_list {
  text-align: left;
  margin-left: 30px;
 }
table.demo_list {
  border-width: 1px;
  border-color: #333333;
  border-style: solid;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
table.demo_list th {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 1px;
  border-color: #333333;
  border-style: solid;
  background-color: #666666;
  padding: 2px 4px;
}
table.demo_list td {
  font-size: 0.9em;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  vertical-align: middle;
  padding: 8px 4px 8px 4px;
  text-align: left;
}

div.demo ul {
  line-height: 1.2em;
 }

div.demo_pr {
  margin-bottom: 10px;
}

div.demo_pr a{
  font-size: 0.8em;
  color: #ff0000;
  text-decoration: none;
}
div.demo_pr a:hover{
  font-size: 0.8em;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
*/

/*ファイル検索時のtextbox-enter制御*/
form input.nonesubmit {
    border: none;
    font-size: 0px;
    display: block;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

/*  メール再送メッセージ用corner */
.re_send_confilmation {
    margin: 10px;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #bee6d6;
    color: #238252;
    border :#84C98B 1px solid;
    font-size: small;
}

/*  エラーメッセージcorner */
.action_err {
    margin: 10px;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f2e3e3;
    color: #CC0000;
    border :#b78383 1px solid;
    font-size: small;
}

.action_err img {
    vertical-align: middle;
}

.drag-ng .drag-icon {
    background-image: url(../images/drag_ng.gif);
}

.drag-ok .drag-icon {
    background-image: url(../images/drag_ok.gif);
}

.drag-cover {
    background-color: white;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    opacity: 0.85;
}

.drag-icon {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    left: 3px;
    position: absolute;
    top: 4px;
    z-index: 100;
}

.drag-ghost {
    white-space: nowrap;
    color: #0000FF;
    margin: 3px 3px 0px 20px;
}

.drag-hover {
    background-color: #CEF9CF;
    display: block;
}

.drag-hover2 {
    background-color: #f3e3c1;
    display: block;
}

.black-strong {
    font-weight: bold;
    color: #333333;
}

/* ファイル通知情報タブ */
.select-distribution ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

.select-distribution ul li {
    display: block;
    float: left;
    padding: 5px 0px 2px 0px !important;
    margin: 0px;
}

.select-distribution li a {
    padding: 5px 10px !important;
    background: url(../images/bg-tab.gif) top left repeat-x;
    border-right: #ccc 1px solid;
    border-left: #ccc 1px solid;
    margin: 0px !important;
    text-decoration:none;
    color:#494949;
}
.select-distribution a.dist-active {
    padding: 5px 10px !important;
    background:url(../images/bg-tabactive.gif) top left repeat-x;
    margin:0px !important;
    border-right:#ccc 1px solid;
    border-left:#ccc 1px solid;
    text-decoration:none;
    font-weight:bold;
    color:#494949;
}
.select-distribution li a:link {
    color:#272727;
}
.select-distribution li a:visited {
    color:#272727;
}
.select-distribution li a:hover {
    color:#CC0000;
}

div.back-button {
    margin:50px 20px 20px 20px !important;
}

/* アドレス帳miniwindow */
table.address-table-mini {
  border-collapse: collapse;
}

table.address-table-mini h3 {
    font-size: 100%;
    margin:5px 0px 5px 0px !important;
}

.address-complete {
    margin: 10px auto 5px auto;
    text-align: center;
    padding:10px;
    background-color: #e0eaf9;
}

.closeButton {
    margin: 10px auto 5px auto;
    text-align: left;
    padding:5px 5px 5px 15px;
    background-color: #F0F0F0;
}

.addrs {
    height: 75px;
    border: #CECECE 1px solid;
    overflow: auto;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    width: 200px;
}

/* アドレス帳一覧 */
.addresslist {
    background-color: #99ccff;
    padding: 10px;
}

#grouplist ul {
   list-style: none none outside;
   margin:0px;
   padding:0px;
}

#grouplist ul li {
   margin:0px;
   padding:0px;
   LINE-HEIGHT: 11pt;
}

a.abutton {
    background:url(../images/bg-abutton.gif) repeat-x 0 0;
    margin: 5px 5px 0px 5px;
    padding:3px;
    border: #cccccc 1px solid;
    text-align: center;
    color:#444444 !important;
    width:180px;
    text-decoration:none !important;
}

a.abutton:hover {
    background:url(../images/bg-abutton-hover.gif) repeat-x 0 0;
    margin: 5px 5px 0px 5px;
    padding:3px;
    border: #ccbbbb 1px solid;
    text-align: center;
    color:#3f2e2e !important;
    text-decoration:none !important;
}

a.abutton:link, a.abutton:active {
    color:#444444;
    text-decoration:none !important;
}

#groupAddArea {
    display: none;
}

.groupAddArea {
    display: none;
}

#inputAddrArea {
    margin-bottom: 10px;
    display:none;
}

#inputAddrArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#inputAddrArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#inputAddrArea table {
    width: 100%;
}

#inputAddrArea table th {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: right;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

#inputAddrArea table td {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
}

.editAddrBtn, .addAddrBtn {
    display: none;
    margin-top: 5px;
    text-align: center;
    background-color: #F0F0F0;
}

#addPowerArea {
    margin-bottom: 10px;
    display: none;
}

#addPowerArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#addPowerArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#inputPowerArea {
    margin-bottom: 10px;
    display:none;
}

#inputPowerArea p {
    padding: 5px;
    border: #cccccc 1px solid;
    background: url(../images/bg-abutton.gif) repeat-x 0 0;
}

#inputPowerArea .tableOut {
    background: #f0f0f0 url(../images/bg-abutton.gif) repeat-x 0 0;
    padding-bottom: 10px;
    border-bottom: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
}

#inputPowerArea table {
    width: 100%;
}

#inputPowerArea table th {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: left;
    padding: 3px;
    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

#inputPowerArea table td {
    border-right: #cccccc 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 3px;
/*    background: #f9f9f9 url(../images/bg-input-th.gif) repeat-x bottom left; */
    background: #ffffff;
}

input.w98-p { width: 98%; }

/* uploaderダウンロードのテーブル */
table.uploader-dl td {
    padding: 5px;
}

table.uploader-dl h3 {
    font-size: 100%;
}

table.uploader-dl h4 {
    color: #000;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

table.uploader-dl p {
    margin: 0px;
    padding: 0px;
}

table.uploader-dl ul {
    font-size: x-small;
    margin:0px 0 0 10px;
    padding:0px;
    list-style: disc inside;
}

table.uploader-dl ul li {
    margin:0px;
    padding:0px;
    list-style: disc inside;
}

table.filelist {
    border-collapse: collapse;
    white-space: nowrap;
}

table.filelist th {
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px !important;
}

table.filelist td {
    border: 1px solid #FFF;
    vertical-align: middle;
    white-space: nowrap;
}

.tag-list {
    padding : 5px;
    margin: 5px;
    background: #FFF;
    border: 1px solid #CCC;
}

.tag-list a ,.tag-list a:link {
    font-size: 0.9em;
    text-decoration: underline !important;
    font-weight: normal !important;
}

.selectGroup {
  font-size: 0.9em;
  margin: 10px 30px 10px 30px;
}
.selectGroup-list {
}
.group-list{
    margin-top: 5px;
    margin-bottom: 5px;
}
.group-name {
    font-size: 0.8em;
    margin: 0px 10px 0px 0px;
    padding: 4px;
    color: #FFF;
    background: #777777;
    font-weight: lighter !important;
}
table.list-table {
    border-collapse: collapse;
    margin: 10px 0px 10px 0px;
}

table.list-table td {
    padding:5px;
    white-space: nowrap;
}

table.detail-list {
    border-collapse: collapse;
    margin: 10px;
}

table.detail-table th {
    padding:5px;
    white-space: nowrap;
    background-color: #58c6bd;
    color: #ffffff;
    border-top: #d4dfde solid 1px;
    border-left: #d4dfde solid 1px;
    border-bottom: #e9faf9 solid 1px;
    border-right: #e9faf9 solid 1px;
}

table.detail-table td {
    padding:5px;
    white-space: nowrap;
    background-color: #e9f3f2;
    color: #292c2c;
    border-top: #d4dfde solid 1px;
    border-left: #d4dfde solid 1px;
    border-bottom: #e9faf9 solid 1px;
    border-right: #e9faf9 solid 1px;
}

ul.leftList {
    list-style-type: none;
    list-style-position: inside;
    margin:0px 0 0 0px;
    padding:5px;
}

ul.leftList li {
    background : url("../images/ico-list.gif") 0 center no-repeat;
    padding-left: 13px;
}

#notice_list {
    margin:5px 0 0 10px;
    line-height:1.5em;
}

#notice_member {
    margin-top: 5px;
}

#home-menu {
    width: 970px;
    /*margin: 0px 0px 20px 0px;*/
    margin: 20px 0px 20px 0px;/*omron-dl カスタマイズ*/
    padding-top: 20px;/*omron-dl カスタマイズ*/
}

#home-menu ul {
    list-style: none inside none;
    padding: 0px;
    margin: 0px;
}

#home-menu ul li {
    float: left;
    width: 300px;/*omron-dl カスタマイズ*/
    height: 110px;/*omron-dl カスタマイズ*/
    list-style-position: inside;
    display: block;
    padding-left: 10px;
    padding-bottom: 20px;
    text-indent: -999999px;
}
#home-menu ul li a {
    width: 310px;
    height: 140px;
    display: block;
}
#home-menu ul li a:hover {
    background-color: #FFF;
    filter: alpha(opacity=45);/*omron-dl カスタマイズ*/
    moz-opacity:0.45;/*omron-dl カスタマイズ*/
    opacity:0.45;/*omron-dl カスタマイズ*/
}
#home-menu ul li.home-filelist {
   background: url("../images/home-menu-filelist.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-collecting {
   background: url("../images/home-menu-collecting.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-waitmail {
   background: url("../images/home-menu-waitmail.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-address {
   background: url("../images/home-menu-address.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-superior {
   background: url("../images/home-menu-superior.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-history {
   background: url("../images/home-menu-history.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-config {
   background: url("../images/home-menu-config.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-profile {
   background: url("../images/home-menu-profile.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-support {
   background: url("../images/home-menu-support.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-help {
   background: url("../images/home-menu-help.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-filelist-en {
   background: url("../images-en/home-menu-filelist.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-collecting-en {
   background: url("../images-en/home-menu-collecting.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-waitmail-en {
   background: url("../images-en/home-menu-waitmail.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-address-en {
   background: url("../images-en/home-menu-address.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-superior-en {
   background: url("../images-en/home-menu-superior.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-history-en {
   background: url("../images-en/home-menu-history.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-config-en {
   background: url("../images-en/home-menu-config.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-profile-en {
   background: url("../images-en/home-menu-profile.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-support-en {
   background: url("../images-en/home-menu-support.gif") no-repeat 0 0 ;
}
#home-menu ul li.home-help-en {
   background: url("../images-en/home-menu-help.gif") no-repeat 0 0 ;
}

#innovation-area {
    background: url("../images/bg-home-menu-footer.gif") repeat-x 0 0 ;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

#home #topics-area
{
    width: 970px;
    margin-bottom: 10px;
}
#home #topics-area .topics-faq ,#home #topics-area .topics-file
{
    float: left;
    border:1px solid #CECECE;
    width: 950px;
    /* width: 463px; */
    margin: 0px 0px;
}

#home #topics-area .topics-faq
{
    margin-right: 20px;
}

#home #topics-area dl
{
    margin: 0px 0px;
    padding: 5px;
}

#home #topics-area h2
{
    font-size: 1.2em;
    padding: 0px 5px 0px 20px;
    color: #333333;
    font-weight: normal;
    float: left;
}

#home #topics-area .topics-title-faq
{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CECECE;
    background : url(../images/bg-home-topics-faq-title.gif) no-repeat 0 0;
}
#home #topics-area .topics-title-file
{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CECECE;
    background: url(../images/bg-home-topics-file-title.gif) no-repeat left,
                url(../images/bg-home-topics-file-title.gif) no-repeat center,
                url(../images/bg-home-topics-file-title.gif) no-repeat right;
}

#home #topics-area table
{
    width: 463px;
    margin: 0px 0px;
    table-layout: fixed;
}
#home #topics-area table td
{
    table-layout: fixed;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
}
#home #topics-area table td a
{
    white-space: normal;
    word-wrap: break-word;
}

/* サーバエラーページ */
.error-message-area {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #ffdada;
    color: #FFF;
    padding: 15px;
    margin-top: 20px;
    border :#CC0000 1px solid;
}

.error-message-area h2 {
   margin:0px 0px 10px !important;
   padding:0px !important;
   color:#CC0000;
   font-size:140%;
   letter-spacing: 0.2em;
   font-weight: bold;
}

.error-message-area p {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #FFF;
    color: #CC0000;
    padding: 15px;
    margin-top: 20px;
    border :#CC0000 1px solid;
}

.vt { vertical-align: top; }
.vc { vertical-align: middle; }
.vb { vertical-align: bottom; }
.disp-none { display: none; }
.nowrap { white-space : nowrap; }
.line-a { background-color: #F5F5F5; }
.line-b { background-color: #FFF; }
.f-small { font-size:x-small; }
.f90-p { font-size:90%; }
.f-normal { font-weight: normal; }
.f-size-11em { font-size: 1.1em !important; }
.normal-bold { color: #333333 !important; font-weight: bold !important; }
.min-th { padding: 3px 4px !important; }
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/* opacity */
.o40 {
    opacity: .40;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -khtml-opacity: .40;
    -moz-opacity: .40;
}

/* 指定パスワード欄disableをグレーに */.
input[name='self_password']:disabled {
    background-color: #F0F0F0;
}
/* for IE6 */
.disabled { background-color: #F0F0F0; }

#copyright {
    margin: 5px 5px 0px 20px;
}

#groupLink {
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#435B67;
    margin-bottom: 20px;
    margin-left: 20px;
}
#groupLink a { color: #435B67; }

.file_name {
    font-weight: bold;
    font-size: 15px;
}
.file_footer{
    border: none;
    border-top: dashed 1px #000000;
    height: 1px;
}

/* 確認画面用 ファイルメモ */
#fileMemo {
    border: 0;
    width: 90%;
}
#fileMemo table{
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
#fileMemo td {
  padding: 5px 5px 5px 5px;
}
#fileMemo .title{
  padding: 0px;
  font-weight: bold;
  font-size: 10px;
  background-color: #DDDDDD;
}
#fileMemo .text{
  font-size: 10px;
  background-color: #FFFFFF;
}

/* jQuery File Upload */
span.uploaded {
    font-weight:normal;
    color: #0066cc;
}
span.normal {
    font-weight:normal;
    color: #333;
}
/* 自動改行 */
.breakWord {
	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+ */
    word-break:break-all;
}

.new-disp, .topics-disp {
    color: #0066ff;
    background-color: #ffffff;
    border: 1px solid #dcdcff;
    font-size: 14px !important;
    font-weight: bold;
    padding: 1px 5px !important;
}

.new-no-disp, .topics-no-disp {
color: #000;
background-color: #FFF;
border: 1px solid #CCC;
font-size: 14px !important;
font-weight: bold;
padding: 1px 5px !important;
}

.topics-faq-title {
    border-left: 4px #ffa500 solid;
    border-bottom: #cfcfcf 1px solid;
    border-right: #cfcfcf 1px solid;
    border-top: #cfcfcf 1px solid;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}

.topics-file-title {
    border-left: 4px #8fc400 solid;
    border-bottom: #cfcfcf 1px solid;
    border-right: #cfcfcf 1px solid;
    border-top: #cfcfcf 1px solid;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}

#topics-list{
    margin-top:14px;
}
#topics-list ul {
    padding: 0px;
    margin : 0 10px;
}
#topics-list ul li{
    background: url('../images/ico-post-file-list.gif') no-repeat 0 3px;
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    white-space: normal;
    word-wrap: break-word;
}

@media print {
    .font-ms {
        width: auto !important;
    }
    .font-ms:not(:target) {
        width: auto !important;
    }
}

/* 掲載一覧用 */
#post-file-list h2
{
    font-size: 1.0em !important;
    color: #000 !important;
}

#post-file-list .file-list
{
    margin-top: 14px;
}

#post-file-list h3
{
    border-bottom: 2px solid #0066CC;
    background: none;
    margin: 0px;
    padding: 5px;
    color: #000;
    font-size: 1em;
}

#post-file-list h3.top-folder {
  font-size: 1.1em;
  background: url(../images/title-folder.gif) repeat-x;
  border: 0px none;
  height: 29px;
}

#post-file-list h4
{
    margin: 0px 0px 0px 0px;
    padding: 6px;
    background-color:  #faf8e2;
    border: 1px #cccab7 solid;
    font-size: 1em;
    color: #000;
}

.column {
    float: left;
    margin-left: 10px;
    width: 300px;
    padding-bottom:10px;
}

#post-file-list .file-list ul
{
    padding: 0px;
    margin: 0px 10px 0 10px;
    line-height: 1.4em;
}

#post-file-list .file-list ul.folder
{
    margin-top: 10px;
}

#post-file-list .file-list ul.file
{
    margin-top: 5px;
}



#post-file-list .file-list ul li
{
    background: url('../images/ico-post-file-list.gif') no-repeat 0 3px;
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    white-space: normal;
    word-wrap: break-word;
}

#post-file-list .file-list ul.file li a,
#post-file-list .file-list ul.file li a:visited,
#post-file-list .file-list ul.file li a:active,
#post-file-list .file-list ul.file li a:link
{
    color: #0000ff !important;
    text-decoration: underline !important;
}

.confidential {
    background-color: #FF0000;
    color: #FFF;
    padding: 5px;
    border: 2px solid #b50000;
    width: 120px;
    text-align: center;
    float: right;
    margin-bottom: 8px;
}

/* -------------------------------------------------
   * Submit button
---------------------------------------------------- */
/* 共通 */
.inputButton {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Arial',sans-serif;
    font-size: small !important;
    padding: 3px 8px 3px 26px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal !important;
    text-decoration: none !important;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}

a.inputButton {
    padding: 5px 8px 5px 26px !important;
}

a.input-padding-normal {
    padding: 5px 8px 5px 8px !important;
}

/* input button for IE7 */
*:first-child+html .inputButton {
    overflow: visible;
}

.spacedButton {
    letter-spacing: 0.5em;
}

/* ベース:青 矢印:なし */
.blue-none {
    color: #F1F1F1 !important;
    padding: 5px 15px 5px 15px;
    background: #0061ff url(../images/bg-button-blue-arrow-none.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #5b97fa solid 1px;
    border-left: #3183fc solid 1px;
    border-right: #0560b8 solid 1px;
    border-bottom: #004d8f solid 1px;
    text-shadow: #000 1px 1px 3px; /* FireFox, Webkit, Opera */
    box-shadow: #A1A1A1 1px 1px 1px; /* FireFox, Webkit, Opera */
}

/* ベース:青 矢印:黄色右向き */
.blue-yellow-r {
    color: #F1F1F1 !important;
    background: #0061ff url(../images/bg-button-blue-arrow-left.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #5b97fa solid 1px;
    border-left: #3183fc solid 1px;
    border-right: #0560b8 solid 1px;
    border-bottom: #004d8f solid 1px;
    text-shadow: #000 1px 1px 3px; /* FireFox, Webkit, Opera */
    box-shadow: #A1A1A1 1px 1px 1px; /* FireFox, Webkit, Opera */
}
.blue-yellow-r:hover,.blue-none:hover {
    color: #F1F1F1 !important;
}
/* ベース:グレー 矢印:グレー左向き(戻るボタン等) */
.gray-gray-l {
    color: #404040 !important;
    background: #fafafa url(../images/bg-button-gray-arrow-left.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #9e9e9e solid 1px;
    border-left: #9b9b9b solid 1px;
    border-right: #898989 solid 1px;
    border-bottom: #898989 solid 1px;
    text-shadow: #bcbcbc 1px 1px 1px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}
/* ベース:グレー 矢印:グレー右向き(メーラーからボタン等) */
.gray-gray-r {
    color: #404040 !important;
    background: #fafafa url(../images/bg-button-gray-arrow-right.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #9e9e9e solid 1px;
    border-left: #9b9b9b solid 1px;
    border-right: #898989 solid 1px;
    border-bottom: #898989 solid 1px;
    text-shadow: #bcbcbc 1px 1px 1px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}

.gray-gray-l:hover,.gray-gray-r:hover {
    color: #404040 !important;
}

/* ベース:ダークグレー 矢印:赤右向き(削除ボタン等) */
.darkgray-red-r {
    color: #FFF;
    background: #fafafa url(../images/bg-button-darkgray-arrow-red-left.gif) 0 center repeat-x;
    border-style: solid;
    border-top: #a1a2a1 solid 1px;
    border-left: #a1a2a1 solid 1px;
    border-right: #575657 solid 1px;
    border-bottom: #3e3e3e solid 1px;
    text-shadow: #000 1px 1px 3px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}

.downloadButtonArea {
  padding: 30px;
  border: 2px solid #c5d0da;
  text-align: center;
  background-color: #e8f0f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

/* buttonタグ(一斉配信：ファイルあり用) */
.Button {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Arial',sans-serif;
    font-size: small !important;
    padding: 5px 8px 5px 26px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal !important;
    text-decoration: none !important;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}

table.table-striped td { white-space: nowrap; }

/* 配布・セキュリティ用テーブル */
#security{
    border: none;
}
#security td {
    padding: 0px;
    width: auto;
    white-space: nowrap;
}

.file-search-form {
    float: right;
    color: #FFF;
    padding-right: 10px;
}

/* qtip2 */
.qtip {
    max-width: none !important;
}
.qtip-error {
    z-index:17000 !important;
}
.qtip-addr-list ul {
    max-width: 500px;
    max-height: 100px;
    width: auto;
    overflow: auto;
    list-style: none;
    padding: 0px;
    margin: 0;
}
.qtip-addr-list ul li {
    /*    margin: 5px 5px 5px 5px;*/
}
.qtip-addr-list ul li span {
    color: #333 !important;
    font-weight:normal;
 }
.clipcopy div {
    position: relative;
}
.copy-button {/*メーラ系URLコピーボタン*/
    color: #404040 !important;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Arial',sans-serif;
    font-size: small !important;
    padding: 5px 8px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal !important;
    text-decoration: none !important;
    border-radius: 4px;        /* CSS3草案 */
    background: rgb(252,252,252);
    background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(192,192,192,1) 100%);
    border-style: solid;
    border-top: #9e9e9e solid 1px;
    border-left: #9b9b9b solid 1px;
    border-right: #898989 solid 1px;
    border-bottom: #898989 solid 1px;
    text-shadow: #bcbcbc 1px 1px 1px; /* FireFox, Webkit, Opera */
    box-shadow: #c2c2c2 1px 1px 1px; /* FireFox, Webkit, Opera */
}

.copy-button:before {
    padding: 0 0;
    display: inline-block;
    content: url('../images/icon-clipboard.png');
}
.tooltip {
    display: none;
    position: absolute;
    padding: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #636363;
    color: #fff;
    opacity: 0.9;
    margin-top: 12px ;
}
.tooltip:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #636363;
    border-left: 10px solid transparent;
    opacity: 0.9;
}

/* 配布などでの宛先/宛先Cc/宛先Bcc/アップロード通知先/ファイル/miniwindのファイルの削除ボタン */
#address_list .address_info a,
#address_list_cc .address_info a,
#address_list_bcc .address_info a,
#address_list_notice .address_info a,
#sendfile_list .sendfile_info a,
.selected_superiors span.superior_info a,
#file_list .sendfile_info a {
    display: inline-block;
    color: #333333;
    border: 1px #acafb6 solid;
    border-radius: 4px;
    padding: 1px 3px;
    font-size: 12px;
    text-decoration: none;
}

.file_tooltip {
    position: relative;
    display: inline-block;
}

.balloon_bottom { /* ツールチップのスタイル */
    position: absolute;
    top: 80%; /* Y軸の位置 */
    left: 50%;
    margin-top: 15px; /* テキストとの距離 */
    padding: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #666; /* ツールチップの背景色 */
    font-size: 0.7em;
    color: #fff;
    visibility: hidden; /* ツールチップを非表示に */
    opacity: 0; /* 不透明度を0％に */
    z-index: 1;
}

.balloon_bottom::before {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #636363;
    border-left: 10px solid transparent;
    position: absolute;
    left: 25px;
    top: -15px;
    transform: translateX(-50%);
}

.file_tooltip:hover .balloon_bottom {
    top: 100%;
    visibility: visible;
    opacity: 1;
    left: 0px;
}
/* ホバーすると右下に表示される改行なしのツールチップ */
.balloon_bottom_nowrap {
    display: none; /* デフォルトで非表示 */
    position: absolute;
    top: 80%; /* Y軸の位置 */
    left: 80%;
    padding:  5px !important; /* テキストとの距離 */
    white-space: nowrap;
    z-index: 10;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    background-color: #666; /* ツールチップの背景色 */
    font-size: 0.7em;
    color: #fff;
}
.target_tooltip {
    display: inline;
}
.file_tooltip:hover .balloon_bottom_nowrap {
    display: block;
}

.favorite_folder_marker {
    padding-right: 12px;
    background-image: url(../images/ico-favorite.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    cursor: pointer;
}

.favorite_folder_pointer {
    padding-right: 12px;
    background-image: url(../images/ico-favorite-on.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    cursor: pointer;
}

.folder_path_upload {
    background-color: rgba(255,255,255,.8);
    padding: 10px;
    color: #8a8a8a;
}

.folder_name_upload {
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 0px;
}

.selected_superiors {
    min-height: 75px;
    border: #cecece 1px solid;
    overflow: auto;
    text-align: left;
    white-space: nowrap;
    padding: 3px;
}

.superior_select {
    vertical-align: top;
    min-width: 200px;
}


.selected_superiors {
    min-height: 75px;
    border: #cecece 1px solid;
    overflow: auto;
    text-align: left;
    white-space: nowrap;
}

.add_arrow_button {
    display: inline-block;
    border: 1px solid #CCCCCC;
    padding: 0.4em;
    border-radius: 4px;
    background: #E5E5E5;
    background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}

.add_arrow_button:hover {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

.triangle-right {
    display: inline-block;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #0066CC;
    vertical-align: middle;
}

.droppable{
    cursor: drag-and-drop;
}

.links{
    margin-left: 1rem;
    margin-top: 0.6rem;
    line-height: 1.4;
}

.button_disabled{
    cursor:not-allowed;
    pointer-events: none; /* クリック無効 */
}

.pointer {
    cursor: pointer;
}

#filelist .btn .memo{
    padding-top: 0.4rem;
}

.toast {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 15px;
  border-radius: 5px;
  opacity: 0.9;
  font-size: 16px;
  z-index: 1000;
  border-radius: 5px;
  background-color: lightgray; //TODO:見栄えを整える
}

.hidden {
  display: none;
}

.space-between{
    /* 子要素を両端揃えにする */
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.info-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url(../images/info-circle.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    background-size: contain;
    background-position: center;
}

.info-circle::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -35px;
    background-color: dimgray;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    display: none;
    z-index: 10;
}

.info-circle:hover::after {
    display: block;
}
/**
 * オムロンカスタマイズ
 */
 .reissue-link-area
{
    height: 40px;
    width: 610px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto; /*omron-dl カスタマイズ*/
    margin-top: 20px; /*omron-dl カスタマイズ*/
}
.reissue-link-area a
{
    display: block;
    color: #CC0000;
    font-size: 1.2em;
    text-decoration: none;
    background: url("../images/bg-reissue-link-area.gif") no-repeat 0 0;
}
.reissue-link-area a:hover
{
    color: #FF0000;
    font-size: 1.2em;
    text-decoration: underline;
    background: url("../images/bg-reissue-link-area-hover.gif") no-repeat 0 0;

}

.unfloat
{
    clear:both !important;
}

.site_logo {
    padding: 20px;
}

.site_logo img {
    width: 140px;
    max-width: 100%;
    height: auto;
}

/* オムロン様カスタマイズ */

.new-disp, .topics-disp {
    color: #0066ff;
    background-color: #ffffff;
    border: 1px solid #dcdcff;
    font-size: 14px !important;
    font-weight: bold;
    padding: 1px 5px !important;
}
.folder-description {
    background-color : #FFF;
    padding: 5px;
    margin: 10px 10px;
    overflow-x: auto;
    max-width: 700px;
}
/*omron-dl カスタマイズ start*/
/* パスワード変更input */
input.input_changepass {
    width: 30%;
}
