@charset "utf-8";

/**************************************************
 システム共通構成
**************************************************/
/* フォントサイズを変更するとIEのみ大きく表示されるバグ対応 */
html body {/font-family: 'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;} /* IE6,IE7 */
html>/**/body {font-family: 'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;} /* IE8 */

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  behavior: url("./css/csshover3.htc"); /* IE6ボタンのマウスオーバー対応 */
}
#container {
  width: 100%;
  height: 100%;
  min-width: 1100px;
}

#content {
  padding: 2px 0px 0px 0px;
  background-color: #DFE1E4;
}
#content_normal {
  padding: 0px;
  background-color: #FFFFFF;
}

body a {
  color: #000000;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

/**************************************************
 ログイン画面
**************************************************/
#login,
#remind,
#systemerror {
  margin: 0 auto;
  margin-top: 100px;
}
#login .login_logo {
  padding-bottom: 15px;
  font-size: 25px;
}
#login .table_input,
#remind table {
  width: 430px;
}
#login .table_input td {
  width: 60%;
}
#login .table_input th {
  padding: 10px 0;
  padding-left: 105px;
  font-weight: normal;
}
#login a {
  font-size: 85%; /* 11px */
}
#login .block_help {
  width: 800px;
  margin: 20px auto 0 auto;
  white-space: nowrap;
  line-height: 20px;
}
#login .block_help h1 {
  margin-bottom: 5px;
  font-size: 123.1%; /* 16px */
}
#login .table_help {
  margin-top: 10px;
}
#login .table_help th,
#login .table_help td {
  padding: 5px 10px;
  border: 1px solid #000;
}
#login .table_help th {
  text-align: center;
}
#login .table_help td.logo {
  padding: 10px 0;
  text-align: center;
}
#remind table th {
  padding: 10px 0px;
  padding-left: 20px;
  font-weight: normal;
}

/**************************************************
 ヘッダ
**************************************************/
#header {
  overflow: hidden;
  padding-top: 3px;
}
#header_logo {
  height: 50px;
  margin-left: 5px;
  margin-right: 1px;
}
#header_tab {
  width: 492px;
  margin-top: 0px;
  font-size: 93%; /* 12px */
}
#header_tab li {
  float: left;
  height: 28px;
  line-height: 28px;
}
#header_tab li a {
  display: block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
  background: url(../images/tab_notselect.gif) no-repeat;
}
#header_tab li a:hover {
  background: url(../images/tab_select.gif) no-repeat;
}
#header_tab li a.selected {
  background: url(../images/tab_selected.gif) no-repeat;
}
#header_help {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 65px;
  margin-left: 10px;
  text-align: left;
  font-weight: bold;
}
#header_help img {
  display: block;
  float: left;
  margin: 2px 5px 0px 0px;
}
#header_info {
  float: right;
  display: inline;
}
#header_info td {
  vertical-align: middle;
  padding-right: 5px;
  white-space: nowrap;
}
#header_no_specific {
  background-color:#DFE1E4;
  line-height: 3px;
  border-bottom: 1px solid #8F949B;
}

/**************************************************
 左コンテンツ(タブ、カテゴリ/フォルダリスト)
**************************************************/
#left_content {
  overflow: hidden;
  background-color: #DFE1E4;
}

#left_tab {
  float: left;
  width:30px;
}
#left_tab_category,
#left_tab_explorer {
  width: 25px;
  height: 109px;
  margin-left: 4px;
  margin-top: 10px;
}
#left_tab_category a,
#left_tab_explorer a {
  display: block;
  width: 25px;
  height: 109px;
}
#left_tab_category a {
  background: url(../images/tab_category_notselect.gif?20110320) no-repeat;
}
#left_tab_category a:hover {
  background: url(../images/tab_category_select.gif?20110320) no-repeat;
}
#left_tab_category a.selected {
  background: url(../images/tab_category_selected.gif?20110320) no-repeat;
}
#left_tab_explorer a {
  background: url(../images/tab_explorer_notselect.gif?20120404) no-repeat;
}
#left_tab_explorer a:hover {
  background: url(../images/tab_explorer_select.gif?20120404) no-repeat;
}
#left_tab_explorer a.selected {
  background: url(../images/tab_explorer_selected.gif?20120404) no-repeat;
}

.left_contents {
  overflow: auto;
  margin-left: 30px;
  height: 100%;
  font-size: 93%; /* 12px */
  background: #FFFFFF;
  border-left: 1px solid #8F949B;
}
.left_contents_container {
  padding: 5px;
}

.category p,
.category p.no_line {
  padding: 0px 3px;
  margin: 5px 0px;
  white-space: nowrap;
  font-size: 85%; /* 11px */
}
.category p.no_line {
  margin: 10px 0px;
}
.category img.next {
  padding-left: 5px;
}

.tree_area {
  width: 100%;
  height: 100%;
  margin-top: -15px;
  margin-left: -5px;
}

/**************************************************
 キーワード検索
**************************************************/
#keyword {
  height: 20px;
  line-height: 20px;
}
#keyword,
#option {
  padding: 5px 0px;
  font-size: 85%; /* 11px */
  background-color: #DFE1E4;
}
#keyword span {
  margin-left: 5px;
}
#keyword a {
  font-weight: bold;
}
#option {
  overflow: hidden;
}
#option table {
  margin-left: 5px;
}
#option table tr {
  height: 25px;
}
#option input {
  margin: 0px 5px;
}
#option img {
  margin-right: 5px;
}

/**************************************************
 メニュー
**************************************************/
#menu {
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 108%; /* 14px */
  background-color: #DFE1E4;
}
#menu_content p {
  float: left;
  display: inline;
  margin-right: 8px;
}
#menu_content a.selected {
  font-weight: bold;
}
#menu_content span {
  float: left;
  width: 20px;
  height: 100%;
}
#menu_content span.none {
  width: 77px;
}
#menu_content span.selected {
  background: url(../images/menu_selected.gif) no-repeat;
  background-position: 80% 50%;
}
#menu_content span.notselected {
  background: url(../images/menu_notselected.gif) no-repeat;
  background-position: 80% 50%;
}

/**************************************************
 メインコンテンツ
**************************************************/
#main,
#mente_main,
#mente_main_north {
  padding: 5px;
}
#mente_main_north {
  padding-top: 10px;
  padding-bottom: 0px;
}
#main_no_padding,
#mente_main {
  padding-top: 0px;
}
#mente_main_nopadding {
  padding: 0px;
}
.title {
  font-weight: bold;
  font-size: 123.1%; /* 16px */
  line-height: 20px;
  padding: 3px 0px 3px 5px;
  background-color: #DFE1E4;
  border-bottom: 1px solid #8F949B;
}
.page_title {
  font-weight: bold;
  font-size: 123.1%; /* 16px */
  margin-bottom: 10px;
}

/**************************************************
 ライトボックス/バスケット
**************************************************/
#lightbox_basket {
  padding-bottom: 5px;
}
.lightbox_basket_header {
  background-color: #DFE1E4;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
  .lightbox_basket_header {
    margin-top: -10px;
  }
}
.lightbox_basket_header img {
  vertical-align: bottom;
}
.lightbox_basket_header span {
  display: inline-block;
  margin-right: 20px;
  margin-top: 4px;
}
.lightbox,
.basket {
  float: left;
  margin-top: 4px;
  width: 122px;
  height: 21px;
}
.lightbox a,
.basket a {
  display: block;
  width: 122px;
  height: 21px;
}
.lightbox a {
  background: url(../images/lightbox_notselect.gif) no-repeat;
}
.lightbox a:hover {
  background: url(../images/lightbox_select.gif) no-repeat;
}
.lightbox a.selected {
  background: url(../images/lightbox_selected.gif) no-repeat;
}
.basket a {
  background: url(../images/basket_notselect.gif) no-repeat;
}
.basket a:hover {
  background: url(../images/basket_select.gif) no-repeat;
}
.basket span.selected {
  display: block;
  background: url(../images/basket_selected.gif) no-repeat;
}
.lightbox_area {
  /*margin: 10px 0px 0px 80px;*/
  margin-top: 10px;
  width: 620px;
}
.basket_area {
  /*margin: 10px 0px 0px 80px;*/
  margin-top: 10px;
  width: 720px;
}

.download_area {
  /*margin: 10px 0px 0px 80px;*/
  margin-top: 10px;
  width: 450px;
}

/**************************************************
 アプレット＆アップロード
**************************************************/
.applet {
  width: 250px;
  height: 200px;
  border-width: 2px;
  border-style: dashed;
  border-color: #8F949B;
  text-align: center;
}
.applet_working {
  position: absolute;
  top: 0px;
  left: 0px;
}
.applet_loading {
  position: absolute;
  width: 250px;
  top: 88px;
  left: 0px;
}
/*
.applet p{
  margin-top: 90px;
  width: 100px;
}
*/
table.upload_status {
  border: 1px solid #5F5D5D;
}
table.upload_status th,
table.upload_status td {
  padding: 5px;
  border: 1px solid #5F5D5D;
  vertical-align: middle;
}
table.upload_status th {
  font-weight: bold;
  background: #DFE1E4;
  text-align: center;
}

#format_result {
  width: 500px;
  margin-top: 10px;
}
#drop_result {
  width: 450px;
  margin-top: 10px;
}
.log_area{
  height: 200px;
  padding: 5px;
  overflow: auto;
  margin: 5px 0px;
  border: 1px solid #8F949B;
  text-align: left;
}

/* 通常版アップロード */
.normal_upload,
.normal_upload_dialog {
  background-color: #F5F5F5;
  border: 1px solid #8F949B;
  padding-top: 5px;
}
.normal_upload input.file,
.normal_upload input.license_file,
.normal_upload input.dataformat_file {
  margin-bottom: 5px;
}
.normal_upload input.text {
  margin-top: -30px;
  margin-left: -55px;
  background: #DCDCDC;
}
.normal_upload_dialog input.text {
  top: 1px;
  position: absolute;
  background: #DCDCDC;
}
* html .normal_upload_dialog input.text { left: 0px; }              /* IE6 */
*:first-child+html .normal_upload_dialog input.text { left: 60px; } /* IE7 */

.normal_upload span {
  display: block;
  float: left;
}
.normal_upload span.loading {
  display: inline;
  float: none;
}

/* 国内契約施設版アップロード */
.jp_upload {
  padding-top: 5px;
}
.jp_upload input.file{
  margin-bottom: 5px;
}
.jp_upload input.text {
  margin-top: -30px;
  background: #DCDCDC;
}
.jp_upload input.textlc {
  margin-top: -25px;
  background: #DCDCDC;
}
.jp_upload span {
  display: block;
  float: left;
}
.jp_upload span.loading,
.jp_upload span.link {
  display: inline;
  float: none;
}
.jp_upload button.del {
  margin-top:-30px;
  margin-left:420px;
}

/* アイコン(ファイル削除) */
.icon_file_del {
  cursor: pointer;
  background: url(../images/icon_del_notselect.gif) no-repeat;
}
.icon_file_del:hover { background: url(../images/icon_del_select.gif) no-repeat; }
.icon_not_file_del {
  background: url(../images/blank.gif) no-repeat;
}
.icon_file_del,
.icon_not_file_del {
  width: 13px;
  height: 13px;
  margin: 5px 10px 0px 10px;
}

/**************************************************
 メンテナンス
**************************************************/
/* ファイル情報編集 */
table.detail td {
 padding: 2px 10px 2px 0px;
}
table.detail_license td {
 padding: 2px 1px 2px 0px;
}

/* アカウント管理 */
span.check {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/icon_check.gif) no-repeat;
  margin: 0 auto;
}

/* BOXマスタ（グループ外） */
.company_width {
  width: 470px;
  text-align: left;
}
.company_width th {
  width: 90px;
}

/* グループ管理 */
.group_width {
  width: 650px;
}
.group_width th {
  width: 100px;
}
/* ユーザー選択エリア */
#UserSelectArea{
  border:2px solid #000000;
  border-collapse:collapse;
}
#UserSelectArea th{
  padding:0px 0px 0px 15px;
  height:80px;
  background-color:#DFE1E4;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
}
#UserSelectArea td{
  padding:0px 0px 0px 0px;
  background-color:#F5F5F5;
}
#UserSelectArea p{
  margin-left:5px;
}
#UserSelectArea div{
  height:405px;
  overflow:auto;
  width:320px;
  background-color:#F5F5F5;
}
#UserSelectArea table{
  width:100%;
  border:none;
  border-collapse:collapse;
}
#UserSelectArea table td {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
  background-color:#F5F5F5;
  padding:5px;
}
#UserSelectArea table td.line_right{
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
}

/* ユーザー関連情報 */
.user_info {
  display: inline-block;
  padding-left: 4rem;
  line-height: 1.25rem;
  text-align: left;
}
.user_info h1 {
  margin-left: -4rem;
  font-size: 116%; /* 15px */
  font-weight: bold;
}
.user_info .user_admin {
  margin-left: -4rem;
  padding-left: 1.5rem;
  text-indent: -.75rem;
}
.user_info section { margin-top: 1.5rem; }

/* サーバ容量表示エリア */
#ServerCapacityArea{
  width: 420px;
  height: 120px;
  padding: 5px 0 0 20px;
  margin-bottom: 5px;
  border: 2px solid #8F949B;
  text-align: left;
  /font-size: 80%;/* IE6,IE7 */
}

/* グラフ */
.graph {
  display: block;
  font-size: 77%; /* 10px(高さの設定) */
  background: #FFFFFF url(../images/graph.gif) repeat-x;
}

/* ログ表示エリア */
.log_disp_area{
  padding: 5px;
  overflow: auto;
  margin: 5px;
  width: 98%;
  height: 98%;
  border: 2px solid #8F949B;
  text-align: left;
}
/**************************************************
 管理台帳
**************************************************/
#ledger_colheaderlt{
  float: left;
}
#ledger_colheader{
  overflow: hidden;
}
#ledger_rowheader{
  overflow: hidden;
  height: 284px;
  float: left;
}
#ledger_detail{
  height: 300px;
  overflow-x: auto;
  overflow-y: scroll;
}

#left_tab_dllog,
#left_tab_ledger {
  width: 25px;
  margin-left: 4px;
  margin-top: 10px;
}
#left_tab_dllog,
#left_tab_dllog a {
  height: 186px;
}
#left_tab_ledger,
#left_tab_ledger a {
  height: 96px;
}
#left_tab_dllog a,
#left_tab_ledger a {
  display: block;
  width: 25px;
}
#left_tab_dllog a {
  background: url(../images/tab_dllog_notselect.gif?20110320) no-repeat;
}
#left_tab_dllog a:hover {
  background: url(../images/tab_dllog_select.gif?20110320) no-repeat;
}
#left_tab_dllog a.selected {
  background: url(../images/tab_dllog_selected.gif?20110320) no-repeat;
}
#left_tab_ledger a {
  background: url(../images/tab_ledger_notselect.gif?20110320) no-repeat;
}
#left_tab_ledger a:hover {
  background: url(../images/tab_ledger_select.gif?20110320) no-repeat;
}
#left_tab_ledger a.selected {
  background: url(../images/tab_ledger_selected.gif?20110320) no-repeat;
}
.csv_button {
  margin-left: 542px;
}

/**************************************************
 優先順位
**************************************************/
/* フレーム */
.order_frame_tab,
.order_frame_header,
.order_frame_header_nofiles,
.order_frame_list {
  width: 960px;
  border: 1px solid #8F949B;
  margin: 0 auto;text-align: center; /* centering */
}
.order_frame_tab {
  margin-top: 5px;
  position: relative;
  height: 25px;
  line-height: 25px;
  border: none;
}
.order_frame_header {
  border-bottom: none;
}
.order_frame_header_nofiles {
  height: 60px;
}
.order_frame_list {
  border-top: none;
}

/* タブ */
#order_tab {
  position: absolute;
  right: 0px;
  bottom: -1px;
}
#order_tab li {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: -1px;
}
#order_tab li a {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background: url(../images/tab_order_notselect.gif) no-repeat;
}
#order_tab li a:hover {
  color: #FFFFFF;
  background: url(../images/tab_order_select.gif) no-repeat;
}

#order_tab li a.selected {
  color: #000000;
  background: url(../images/tab_order_selected.gif) no-repeat;
}

/* テーブル */
.order_table th,
.order_table td {
  width: 220px;
}
.order_table th {
  height: 20px;
  background-color: #DDDDDD;
}
.order_table th span.text {
  display: block;
  float: right;
  margin-right: 50px;
}
.order_table th span.btn {
  display: block;
  float: right;
  font-size: 93%; /* 12px */
}

/* 優先順位設定項目 */
.order_setting {
  position: relative;
  padding: 5px 5px 5px 10px;
}
.order_setting div.order,
.order_setting div.thumbnail {
  float: left;
}
.order_setting div.order {
  margin-right: 13px;
  margin-top: 30px;
  text-align: center;
}
.order_setting div.order input {
  font-size: 93%; /* 12px */
}
.order_setting div.order input.text {
  text-align: center;
  border:1px solid #8F949B; /* input.border */
  width: 20px; /* char2 */
  margin-bottom: 5px;
  font-size: 116%; /* 15px */
  font-weight: bold;
}
.order_setting div.thumbnail {
  width: 110px;
  height: 130px;
  position: relative;
  /*background: #DFE1E4;*/
  border: 1px solid #8F949B;
}
.order_setting div.thumbnail img,
.order_setting div.thumbnail p {
  position: absolute;
}
.order_setting div.thumbnail img.child {
  z-index: 1000;
  /* デバッグ用 */
  /*border: 1px solid #00F;*/
}
.order_setting div.thumbnail p {
  width: 110px;
  height: 12px;
  left: 0px;
  text-align: center;
}
.order_setting div.new {
  width: 42px;
  height: 20px;
  top: 15px;
  right: 3px;
  position: absolute;
  background: url(../images/new.gif?20121017_2) no-repeat;
}

/**************************************************
 動画
**************************************************/
.movie_thumbnail_list div.movie_thumbnail {
  float: left;
}
.movie_thumbnail_list div.movie_thumbnail {
  width: 150px;
  height: 150px;
  margin-right: 5px;
  position: relative;
  border: 1px solid #8F949B;
}
.movie_thumbnail_list div.movie_thumbnail img,
.movie_thumbnail_list div.movie_thumbnail p {
  position: absolute;
}
.movie_thumbnail_list div.movie_thumbnail img.child {
  z-index: 1000;
  /* デバッグ用 */
  /*border: 1px solid #00F;*/
}
.movie_thumbnail_list div.movie_thumbnail p {
  width: 150px;
  height: 12px;
  left: 0px;
  text-align: center;
}

.movie_upload_option {
  float: left;
  text-align: left;
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
}
.movie_upload_option p {
  margin-top: 3px;
}

/* IE6,7アップロード */
.movie_ie67_upload input.text {
  margin-top: -25px;
  background: #DCDCDC;
}

/**************************************************
 フッタ
**************************************************/
#footer {
  padding-right: 10px;
  color: #FFFFFF;
  font-size: 85%; /* 11px */
  background-color: #8F949B;
}
#footer_left {
  float: left;
  width: 370px;
}
#footer_right {
  float: right;
  width: 560px;
  margin-top: 6px;
  text-align: right;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.static_area {
  margin: 10px 0px 0px 80px;
  width: 550px;
}
/**************************************************
 情報/エラーメッセージ
**************************************************/
.msgClass,
.msgDialogClass {
  display: none;
  margin-bottom: 10px;
  text-align: left;
}

.msgClassIcon,
.msgDialogClassIcon {
  float: left;
}

.msgClassText,
.msgDialogClassText {
  float: left;
  display: inline;
  font-weight: bold;
  padding-left: 5px;
}

.errorMsg{
  font-weight: bold;
  color: #CC0000;
}

.infoMsg{
  color: #0000ff;
}

.attnmsg{
  color:#CC0000;
}

.warnMsg{
  color:#E8AE00;
}

/**************************************************
 サムネイル表示
**************************************************/
.thumbnail,
.thumbnail_s {
  overflow: hidden;
}
.thumbnail div,
.thumbnail_s div {
  float: left;
  display: inline;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
  background: #DFE1E4;
  text-align: center;
  margin-left: 5px;
}
.thumbnail_col {
  margin-top: 10px;
}
.thumbnail_col .thumbnail {
  float: left;
  display: inline;
  width: 110px;
  background: #DFE1E4;
  text-align: center;
}
.thumbnail_col .input {
  float: left;
  display: inline;
  margin-left: 10px;
}
.thumbnail div {width: 164px;}
.thumbnail_s div {width: 110px;}

.thumbnail div p,
.thumbnail_s div p,
.thumbnail_col div p {
  word-wrap: break-word;
}
.thumbnail p.caption {
  font-size: 85%; /* 11px */
  padding: 0px 5px;
}
.thumbnail p.parent,
.thumbnail_s p.parent,
.protect {
  position: relative;
  /* IE6でabsoluteの表示がずれるための対応 */
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbnail p.parent,
.thumbnail_s p.parent {
  padding: 10px 0px;
}
.thumbnail   img.child,
.thumbnail_s img.child,
.protect     img.child,
.protect     img.uploadingChild {
  position: absolute;
  z-index: 1000;
  /* デバッグ用 */
  /*border: 1px solid #00F;*/
}
.thumbnail img.child,
.thumbnail_s img.child {
  top: 10px; /* parentのpadding分 */
}
.protect img.child {
  top: 5px; /* parentのmargin分 */
}
.protect img.uploadingChild {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.thumbnail input,
.thumbnail_s input,
.thumbnail_col input {
  line-height: 13px;
  background-color: #DFE1E4;
  font-size: 69%; /* 9px */
  margin-top: 5px;
}
.thumbnail input:hover, .thumbnail input:focus,
.thumbnail_s input:hover, .thumbnail_s input:focus,
.thumbnail_col input:hover, .thumbnail_col input:focus {
  cursor: pointer;
  background-color: #C5DCF5;
}
.thumbnail input {width: 130px;}
.thumbnail_s input,
.thumbnail_col input {
  width: 82px;
}

/* warning */
.thumbnail p span.term_warning {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

/* JWV(Common, GTI) */
.thumbnail img.jwv_common_gti {
  position: absolute;
  z-index: 999;
}

/* forJTB */
.thumbnail div.forJTB, span.forJTB {
	background: #ffa07a;
}

.result_setting {
  overflow: hidden;
  height: 25px;
}
.result_setting p {
  float: left;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
  line-height: 25px;
}
.result_setting img {
  margin-top: 8px;
}
.result_setting input {
  margin-top: 2px;
}

/**************************************************
 プレビュー表示
**************************************************/
.preview{
  margin: 5px 0px 10px 0px;
  border:1px solid #5F5D5D;
}

/**************************************************
 TreeView(アイコンはjQuery.TreeViewのものを使用)
**************************************************/
.treeview .frame {
  padding: 1px 0;
  white-space: nowrap;
}
.treeview .plus, .treeview .minus, .treeview .none, .treeview .folder {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
}
.treeview .plus, .treeview .minus, .treeview .none {
  width: 9px;
}
.treeview .plus, .treeview .minus, .treeview .folder {
  cursor: pointer;
}
.treeview .folder {
  padding-left: 18px;
}
.treeview .folder:hover {
  background-color: #FF9;
}
.treeview .drag_over {
  background-color: #B8CFE5 !important;
}
.treeview .drag_over p {
  background-color: #B8CFE5 !important;
  color: #000;
  font-weight: normal;
}

.treeview .plus  { background: url(../images/tree_plus.gif)    0% 3px no-repeat; }
.treeview .minus { background: url(../images/tree_minus.gif)   0% 3px no-repeat; }
.treeview .none  { background: url(../images/blank.gif)        0% 3px no-repeat; }
.treeview .open  { background: url(../images/folder_open.gif?20120919)  0% -1px no-repeat; }
.treeview .close { background: url(../images/folder_close.gif?20120919) 0% -1px no-repeat; }
.treeview .open_color  { background: url(../images/folder_open_color.gif?20120919)  0% -1px no-repeat; }
.treeview .close_color { background: url(../images/folder_close_color.gif?20120919) 0% -1px no-repeat; }
.treeview .selected {
  padding: 1px 2px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #0A246A;
}

.treeviewTooltip {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 5px 10px;
  border-radius: 3px;
  background: #333;
  color: #fff;
}
.treeviewTooltip:before {
  position: absolute;
  top: 6px;
  left: -17px;
  border: 7px solid transparent;
  border-right: 10px solid #333;
  content: "";
}

/**************************************************
 Drop領域
**************************************************/
#upload_sub_drop_box {
  width: 250px;
  height: 200px;
  margin: 10px auto;
  border:2px dashed #8F949B;
}
#upload_sub_drop_box.bg_csv.drag_over {
  border:2px dashed #555;
  background: #D8F8A3 !important;
}
#upload_sub_drop_box.bg_dataformat.drag_over {
  border:2px dashed #555;
  background: #FFDBA5 !important;
}
#upload_sub_drop_box.bg_license.drag_over {
  border:2px dashed #555;
  background: #C4DBF4 !important;
}
#upload_sub_drop_box .innerbox {
  display: table-cell;
  width: 250px;
  height: 200px;
  vertical-align: middle;
}
#upload_sub_drop_box .innerbox .drop_msg {
  color: #555;
  font-weight:bold;
}
#upload_sub_drop_box.bg_csv {
  background: url(../images/drag_drop_csv.gif);
}
#upload_sub_drop_box.bg_dataformat {
  background: url(../images/drag_drop_format.gif);
}
#upload_sub_drop_box.bg_license {
  background: url(../images/drag_drop_license.gif);
}
/*
#upload_sub_drop_box p.desc {
  font-size: 123.1%;
}
#upload_sub_drop_box p.normal {
  margin-bottom: 5px;
}
#drop_loading {
  margin-top: 45px;
}
*/

/**************************************************
 Selectable, drag & drop
**************************************************/
.selectable .ui-selecting {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}
.selectable .ui-selected {
  cursor: move;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

#dragger_helper {
  position: relative;
  display: table-cell;
  width: 140px;
  height: 140px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  border:1px solid #D9F1FC;
  background-color: #EAF6FC;
  box-shadow: 3px 3px 5px 0 rgba(184, 184, 184, 0.8);
}
#dragger_helper #sub_box {
  position: relative;
  display: inline-block;
}
#dragger_helper #count_box {
  position: absolute;
  top: 55.5px;
  left: 55.5px;
  width: 25px;
  height: 20px;
  z-index: 999;
  color: #FFF;
  font-weight:bold;
  border-radius: 4px;
  border: 2px solid #FFF;
  background-color: #07D;
  padding-top: 5px;
}
#dragger_helper #sub_box img {
  position: absolute;
}

#droppable .dropper_hover {
  background-color: #EAF6FC;
}

.upload_method_selected {
  font-weight: bold;
}
.upload_method_not_selected {
  text-decoration: underline;
}

/**************************************************
 静的HTML
**************************************************/
#static_area p.caption{
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
}

#static_area p.sentence{
  margin-left:20px;
  margin-top:5px;
  margin-bottom:5px;
}

#sitemap div{
  margin-left:160px;
}

/**************************************************
 ヘルプ
**************************************************/
#help {
  padding: 5px 15px 15px 5px;
  line-height: 1.2rem;
}
#help section { margin-top: 1.5rem; }
#help section > p { margin: 0.8rem 0 0 1rem; }
#help section > p.indent { margin-left: 2rem; }
#help section > p.no_line_sp { margin-top: 0; }
#help section > p.answer {
  margin: 0;
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}
#help a,
.help_link {
  color: #00f !important;
  text-decoration: underline;
}
#help a.help_link_r { color: #c00 !important; }
#help h2 { min-width: 85px; }
#help .help_info {
  display: flex;
  margin: 0.8rem 0 0 1rem;
}

/**************************************************
 汎用
**************************************************/
/* テキスト位置 */
.taL {text-align: left;}
.taC {text-align: center;}
.taR {text-align: right;}
.vaT {vertical-align: top;}
.vaM {vertical-align: middle;}
.vaB {vertical-align: bottom;}

/* フォント */
.fs0  {font-size: 0px;}
.fs9  {font-size: 69%;}    /* renders 9px */
.fs10 {font-size: 77%;}    /* renders 10px */
.fs11 {font-size: 85%;}    /* renders 11px */
.fs12 {font-size: 93%;}    /* renders 12px(was 92%) */
.fs13 {font-size: 100%;}   /* renders 13px */
.fs14 {font-size: 108%;}   /* 14px(was 107%) */
.fs15 {font-size: 116%;}   /* 15px(was 114%) */
.fs16 {font-size: 123.1%;} /* 16px(was 122%) */
.fs17 {font-size: 131%;}   /* 17px(was 129%) */
.fs18 {font-size: 138.5%;} /* 18px(was 136%) */
.fs19 {font-size: 146.5%;} /* 19px(was 144%) */
.fs20 {font-size: 153.9%;} /* 20px(was 152%) */
.fs21 {font-size: 161.6%;} /* 21px(was 159%) */
.fs22 {font-size: 167%;}   /* 22px */
.fs23 {font-size: 174%;}   /* 23px */
.fs24 {font-size: 182%;}   /* 24px */
.fs25 {font-size: 189%;}   /* 25px */
.fs26 {font-size: 197%;}   /* 26px */
.fwB  {font-weight: bold;}
.iefs11 {/font-family: MS Pゴシック;/font-size:64%;/* IE6,IE7 */}
.ff_minchou{font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝';}

/* テキストボックス */
input.char2 {width: 20px;}
input.char3 {width: 25px;}
input.char4 {width: 30px;}
input.char5 {width: 35px;}
input.char6 {width: 45px;}
input.char7 {width: 55px;}
input.char8 {width: 60px;}
input.char10 {width: 75px;}
input.char12 {width: 90px;}
input.char15 {width: 105px;}
input.char20 {width: 150px;}
input.char23 {width:160px;}
input.char30 {width: 180px;}
input.char40 {width: 290px;}
input.char45 {width: 320px;}
input.char50 {width: 350px;}
input.char55 {width: 400px;}
input.char60 {width: 430px;}
input.char65 {width: 455px;}
input.char70 {width: 500px;}
/* テキストボックス(フォントサイズ11px用) */
input.char3s {width: 20px;}
input.char3sl{width: 30px;}
input.char7s {width: 45px;}
input.char8s {width: 50px;}
input.char9sl{width: 80px;}
input.char10s {width: 60px;}
input.char20s {width: 120px;}
input.char25s {width: 150px;}

/* テキストボックス(リスト表示用) */
input.tc_e {border:none;background: #F5F5F5;}
input.tc_o {border:none;background: #FFFFFF;}
input.tc_edit{border:none;background: #CCFFFF;}

/* 表示/非表示 */
.display_none{display: none;}
.display_block{display: block;}
.display_inline{display: inline;}

/* 入力不可 */
.readonlyitem {background: #DCDCDC;}

/* 改行禁止 */
.nowrap {white-space: nowrap;}
.wordwrap {word-wrap: break-word;}

/* テキストエリア */
textarea.note {width: 400px;height: 42px;}
textarea.col20row3 {width: 200px;height: 42px;}

/* テキストエリア(リスト表示用) */
textarea.list {border:none;background: #FFFFFF;overflow:hidden;resize:none;}

/* 下線 */
.underline{text-decoration: underline;}
.no_underline a:hover {text-decoration: none;}

/* ポインター */
.pointer {cursor: pointer;}

/* 入力項目の枠線 */
input.border{border:1px solid #8F949B;}

/* 入力説明(12px) */
.desc{
  font-size: 93%;
}

/* リンクの色 */
.infoLink a{
  color: #0000ff !important;
  text-decoration:none;
}
.infoLink a:hover{
  text-decoration:underline;
}

/* 色指定 */
.bg_lightGray{background-color: #F5F5F5;}
.bg_gray{background-color: #DFE1E4;}
.bg_yellow{background-color: #FFFF7F;}
.bg_list_header {background-color: #DDDDDD;}
.bg_sort_select {background-color: #FFDBA4;}
.bg_sort_selected {background-color: #FF9900;}
.bg_row_select {background-color: #C5DCF5;}
.bg_row_selected {background-color: #8EC7FF;}
.bg_warn {background-color: #FFFF75;}
.bg_graph_warn {background: #FFFFFF url(../images/graph_warn.gif) repeat-x;}
.odd {background-color: #FFFFFF;}
.even {background-color: #F5F5F5;}
.bg_white{background: #FFFFFF;}
.bg_row_locked {background-color: #FFFF75;}
.bg_row_edit {background: #CCFFFF;}
.border_gray{border: 1px solid #CCCCCC;}
.bg_old_cid { background: #FFC7CE; }

/* 位置指定 */
.a_lt{text-align:left !important;}
.a_ct{text-align:center !important;}
.a_rt{text-align:right !important;}
.lt{float:left;}
.rt{float:right;}
.clr{clear:both;}
.overflow_h{overflow: hidden;}
.ct{margin:0 auto;}
.centering {margin: 0 auto;text-align: center;}

/* 位置調整 */
.mt-10 {margin-top: -10px;}
.mt3 {margin-top: 3px;}
.mt5 {margin-top: 5px;}
.mt7 {margin-top: 7px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mr3 {margin-right: 3px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr45 {margin-right: 45px;}
.mb2 {margin-bottom: 2px;}
.mb3 { margin-bottom: 3px; }
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.ml2 {margin-left: 2px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml80 {margin-left: 83px;/margin-left: 80px;}
.ml100 {margin-left: 100px;}
.ml180 {margin-left: 180px;}
.pr1 {padding-right: 1px;}
.pr5 {padding-right: 5px;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl100{padding-left: 100px;}
.plr5{padding: 0px 5px 0px 5px;}
.padding5{padding: 5px;}
.hight30 {height: 30px;}
.scrollwidth {padding-left: 16px;}

.w40 {width: 40px;}
.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w110 {width: 110px;}
.w116 {width: 116px;} /* ヘッダ固定テーブルのスクロールバー補正用 */
.w120 {width: 120px;}
.w125 {width: 125px;}
.w130 {width: 130px;}
.w135 {width: 135px;}
.w140 {width: 140px;}
.w150 {width: 150px;}
.w160 {width: 160px;}
.w170 {width: 170px;}
.w171 {width: 171px;} /* ヘッダ固定テーブルのスクロールバー補正用 */
.w180 {width: 180px;}
.w185 {width: 185px;}
.w190 {width: 190px;}
.w196 {width: 196px;} /* ヘッダ固定テーブルのスクロールバー補正用 */
.w200 {width: 200px;}
.w205 {width: 205px;}
.w220 {width: 220px;}
.w230 {width: 230px;}
.w250 {width: 250px;}
.w260 {width: 260px;}
.w275 {width: 275px;}
.w300 {width: 300px;}
.w330 {width: 330px;}
.w340 {width: 340px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w435 {width: 435px;}
.w450 {width: 450px;}
.w470 {width: 470px;}
.w500 {width: 500px;}
.w540 {width: 540px;}
.w550 {width: 550px;}
.w570 {width: 570px;}
.w600 {width: 600px;}
.w610 {width: 610px;}
.w640 {width: 640px;}
.w645 {width: 645px;}
.w650 {width: 650px;}
.w700 {width: 700px;}
.w710 {width: 710px;}
.w730 {width: 730px;}
.w750 {width: 750px;}
.w800 {width: 800px;}
.w860 {width: 860px;}
.w900 {width: 900px;}
.w920 {width: 920px;}
.w950 {width: 950px;}
.w970 {width: 970px;}
.w1200 {width: 1200px;}
.w1400 {width: 1400px;}

.h43 {height: 43px;}
.h46 {height: 46px;} /* ヘッダ固定テーブルのスクロールバー補正用 */
.h65 {height: 65px;} /* ヘッダ固定テーブルのスクロールバー補正用 */
.h69 {height: 69px;} /* ヘッダ固定テーブルのスクロールバー補正用 */
.h150 {height: 150px;}

.position_relativ{position:relative;}

.indent1 { text-indent: 1em; }

/* ボタン(小 50×20) */
.btn_ss {
  border: 0px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_ss.gif) no-repeat;
  /font-family: MS Pゴシック;/font-size:80%;/* IE6,IE7 */
}
.btn_ss:hover, .btn_ss:focus {background: url(../images/btn_ss_hover.gif) no-repeat;}

/* ボタン(小 75×20) */
.btn_s {
  border: 0px;
  width: 75px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_s.gif) no-repeat;
  /font-family: MS Pゴシック;/font-size:80%;/* IE6,IE7 */
}
.btn_s:hover, .btn_s:focus {background: url(../images/btn_s_hover.gif) no-repeat;}

/* ボタン(小 75×20) - IE6対策(ライトボックス、バスケットエリアでhoverがあると表示が乱れるため) */
.btn_s_ie {
  border: 0px;
  width: 75px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_s.gif) no-repeat;
  /font-family: MS Pゴシック;/font-size:80%;/* IE6,IE7 */
}

/* ボタン(中 100×20) */
.btn_m {
  border: 0px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_m.gif) no-repeat;
  /font-family: MS Pゴシック;/font-size:80%;/* IE6,IE7 */
}
.btn_m:hover, .btn_m:focus {background: url(../images/btn_m_hover.gif) no-repeat;}

/* ボタン(大 125×25) */
.btn_l {
  border:0px;
  width: 125px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_l.gif) no-repeat;
}
.btn_l:hover, .btn_l:focus {background: url(../images/btn_l_hover.gif) no-repeat;}

/* ボタン(大 125×25) - IE6対策(ライトボックス、バスケットエリアでhoverがあると表示が乱れるため) */
.btn_l_ie {
  border:0px;
  width: 125px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_l.gif) no-repeat;
}

/* ボタン(大 125×25) - 無効化 */
.btn_l_disabled {
  border:0px;
  width: 125px;
  height: 25px;
  line-height: 25px;
  cursor: default;
  text-align: center;
  background: url(../images/btn_l.gif) no-repeat;
}

/* ボタン(特大 250×25) */
.btn_ll {
  border:0px;
  width: 250px;
  height: 25px;
  /*line-height: 25px;*/
  cursor: pointer;
  text-align: center;
  background: url(../images/btn_ll.gif) no-repeat;
}
.btn_ll:hover, .btn_ll:focus {background: url(../images/btn_ll_hover.gif) no-repeat;}

/* ボタン(ページング 20×20) */
.btn_paging,
.btn_not_paging {
  border: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: url(../images/btn_paging.gif) no-repeat;
  /font-family: MS Pゴシック;/font-size:80%;/* IE6,IE7 */
}
.btn_paging {
  cursor: pointer;
}
.btn_paging:hover, .btn_paging:focus {background: url(../images/btn_paging_hover.gif) no-repeat;}

/* ボタン(ページング小 10×20) */
.btn_paging_s,
.btn_not_paging_s {
  border: 0px;
  width: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: url(../images/btn_paging_s.gif) no-repeat;
  /font-family: MS Pゴシック;/font-size:80%;/* IE6,IE7 */
}
.btn_paging_s {
  cursor: pointer;
}
.btn_paging_s:hover, .btn_paging_s:focus {background: url(../images/btn_paging_s_hover.gif) no-repeat;}


/* アイコン(新規フォルダ作成) */
.icon_folder_new {
  width: 30px;
  background: url(../images/icon_folder_new_notselect.gif) no-repeat;
}
.icon_folder_new p {
  left: 5px;
}
.icon_folder_new:hover {
  background: url(../images/icon_folder_new_select.gif) no-repeat;
}

/* アイコン(フォルダ名称変更) */
.icon_folder_rename {
  width: 45px;
  background: url(../images/icon_folder_rename_notselect.gif) no-repeat;
}
.icon_folder_rename p {
  left: 0px;
}
.icon_folder_rename:hover {
  background: url(../images/icon_folder_rename_select.gif) no-repeat;
}

/* アイコン(フォルダ削除) */
.icon_folder_delete {
  width: 30px;
  background: url(../images/icon_folder_delete_notselect.gif) no-repeat;
}
.icon_folder_delete p {
  left: 5px;
}
.icon_folder_delete:hover {
  background: url(../images/icon_folder_delete_select.gif) no-repeat;
}

/* アイコン(新規カテゴリ作成) */
.icon_category_new {
  width: 30px;
  background: url(../images/icon_category_new_notselect.gif) no-repeat;
}
.icon_category_new p {
  left: 5px;
}
.icon_category_new:hover {
  background: url(../images/icon_category_new_select.gif) no-repeat;
}

/* アイコン(カテゴリ名称変更) */
.icon_category_rename {
  width: 45px;
  background: url(../images/icon_category_rename_notselect.gif) no-repeat;
}
.icon_category_rename p {
  left: 0px;
}
.icon_category_rename:hover {
  background: url(../images/icon_category_rename_select.gif) no-repeat;
}

/* アイコン(カテゴリ削除) */
.icon_category_delete {
  width: 30px;
  background: url(../images/icon_category_delete_notselect.gif) no-repeat;
}
.icon_category_delete p {
  left: 5px;
}
.icon_category_delete:hover {
  background: url(../images/icon_category_delete_select.gif) no-repeat;
}

/* アイコン(アクセス権変更) */
.icon_grant {
  width: 50px;
  background: url(../images/icon_grant_notselect.gif) no-repeat;
}
.icon_grant p {
  left: 0px;
}
.icon_grant:hover {
  background: url(../images/icon_grant_select.gif) no-repeat;
}

/* アイコン(ファイルアップロード) */
.icon_folder_fileupload {
  width: 55px;
  background: url(../images/icon_folder_fileupload_notselect.gif?20111121) no-repeat;
}
.icon_folder_fileupload p {
  left: 0px;
}
.icon_folder_fileupload:hover {
  background: url(../images/icon_folder_fileupload_select.gif?20111121) no-repeat;
}

/* アイコン(ファイル・CSV出力) */
.icon_file_csv_download {
  width: 100px;
  background: url(../images/icon_csv_download_notselect.gif) no-repeat;
}
.icon_file_csv_download p {
  left: 5px;
}
.icon_file_csv_download:hover {
  background: url(../images/icon_csv_download_select.gif) no-repeat;
}

/* アイコン(CSV出力) */
.icon_csv_download {
  width: 50px;
  background: url(../images/icon_csv_download_notselect.gif) no-repeat;
}
.icon_csv_download p {
  left: 5px;
}
.icon_csv_download:hover {
  background: url(../images/icon_csv_download_select.gif) no-repeat;
}
.icon_csv_all_download {
  width: 85px;
  background: url(../images/icon_csv_download_notselect.gif) no-repeat;
}
.icon_csv_all_download p {
  left: 5px;
}
.icon_csv_all_download:hover {
  background: url(../images/icon_csv_download_select.gif) no-repeat;
}

/* アイコン(CSV登録) */
.icon_csv_upload {
  width: 50px;
  background: url(../images/icon_csv_upload_notselect.gif) no-repeat;
}
.icon_csv_upload p {
  left: 5px;
}
.icon_csv_upload:hover {
  background: url(../images/icon_csv_upload_select.gif) no-repeat;
}

/* アイコン(情報フォーマット登録) */
.icon_xls_upload {
  width: 50px;
  background: url(../images/icon_xls_upload_notselect.gif) no-repeat;
}
.icon_xls_upload p {
  left: 5px;
}
.icon_xls_upload:hover {
  background: url(../images/icon_xls_upload_select.gif) no-repeat;
}

/* アイコン(更新) */
.icon_redraw {
  width: 40px;
  background: url(../images/icon_redraw_notselect.gif) no-repeat;
}
.icon_redraw p {
  left: 8px;
}
.icon_redraw:hover {
  background: url(../images/icon_redraw_select.gif) no-repeat;
}

/* アイコン(共通) */
.icon_folder_new, .icon_folder_rename, .icon_folder_delete,
.icon_category_new, .icon_category_rename, .icon_category_delete,
.icon_grant, .icon_csv_upload, .icon_file_csv_download, .icon_csv_download, .icon_csv_all_download,
.icon_xls_upload, .icon_folder_fileupload, .icon_redraw {
  position: relative;
  cursor: pointer;
  height: 40px;
  background-position: 50% 0%;
}
.icon_folder_new:hover, .icon_folder_rename:hover, .icon_folder_delete:hover,
.icon_category_new:hover, .icon_category_rename:hover, .icon_category_delete:hover,
.icon_grant:hover, .icon_csv_upload:hover, .icon_file_csv_download:hover, .icon_csv_download:hover, .icon_csv_all_download:hover,
.icon_xls_upload:hover, .icon_folder_fileupload:hover, .icon_redraw:hover {
  color: #FF6A00;
  background-position: 50% 0%;
}
.icon_folder_new p, .icon_folder_rename p, .icon_folder_delete p,
.icon_category_new p, .icon_category_rename p, .icon_category_delete p,
.icon_grant p, .icon_csv_upload p, .icon_file_csv_download p, .icon_csv_download p, .icon_csv_all_download p,
.icon_xls_upload p, .icon_folder_fileupload p, .icon_redraw p {
  top: 30px;
  position: absolute;
  text-decoration: none;
}

/* float解除 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.spacer_h {
  font-size: 0px; /* 空DIVなどに背景画像で対応した時に、隙間ができてしまう時の対応(IE6) */
  height: 1px;
  width: 100%;
}

.line,
.line_s {
  font-size: 0px; /* 空DIVなどに背景画像で対応した時に、隙間ができてしまう時の対応(IE6) */
  width: 100%;
  height: 1px;
  background: #FFFFFF url(../images/line_dot.gif) repeat-x;
}
.line_s {
  width: 98%;
}
.line_base {
  height: 1px;
  width: 100%;
  background-color: #F5F5F5;
}
.line_td {
  font-size: 0px; /* 空DIVなどに背景画像で対応した時に、隙間ができてしまう時の対応(IE6) */
  width: 560px;
  height: 1px;
  background: #FFFFFF url(../images/line_dot.gif) repeat-x;
  float: right;
}
.line_plan {
  font-size: 0px; /* 空DIVなどに背景画像で対応した時に、隙間ができてしまう時の対応(IE6) */
  width: 630px;
  height: 1px;
  background: #FFFFFF url(../images/line_dot.gif) repeat-x;
  float: right;
}


/* テーブル(罫線：ドット) */
.table_dot_line {
/*  width: 100%;*/
}
.table_dot_line th {
/*  width: 25%;*/
  padding: 5px;
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 1px solid #7F8692;
}
.table_dot_line td {
  padding: 5px;
  vertical-align: middle;
  border-bottom: 1px solid #7F8692;
}
.table_dot_line td.btn {
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
  border-width: 0;
}

/* テーブル(罫線：なし) */
.table_no_line {
/*  width: 100%;*/
  border-width: 0;
}
.table_no_line th {
/*  width: 25%;*/
  padding: 3px;
  vertical-align: middle;
  font-weight: normal;
}
.table_no_line td {
  padding: 3px;
  vertical-align: middle;
}
.table_no_line td.vaTop {
  padding: 3px;
  vertical-align: top;
}
.table_no_line td.btn {
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
}

/* テーブル(プラン) */
#table_mente2_plan td{
  padding:2px 0px;
  border:none;
}
#table_mente2_plan a{
  color: #0000ff;
  text-decoration:none;
}
#table_mente2_plan a:hover{
  text-decoration:underline;
}

div.divTable {
  width: 100%;
  text-align: left;
  padding-bottom: 2px;
  margin: 0 auto;
  overflow:hidden; /* divの高さを揃えるための設定 */
  background-color: #FFFFFF;
  /* デバッグ用 */
/*  border: 1px solid #f00;*/
}
div.divTable_th,
div.divTable_td {
  float: left;
  /*white-space: nowrap;*/
  word-wrap: break-word;
  padding-bottom:32768px; /* divの高さを揃えるための設定 */
  margin-bottom:-32768px; /* divの高さを揃えるための設定 */
  padding-left: 5px;
}
div.divTable_th {
  padding-top: 5px;
  background-color: #F5F5F5;
  /* デバッグ用 */
/*  border: 1px solid #0f0;*/
}
div.divTable_td {
  padding-top: 3px;
  /* デバッグ用 */
/*  border: 1px solid #00f;*/
}

div.divTable_td .infoLink a,
div.changeThumbnailLink .infoLink a{
  color: #0000ff;
  text-decoration:none;
}
div.divTable_td .infoLink a:hover,
div.changeThumbnailLink .infoLink a:hover{
  text-decoration:underline;
}

/* リストテーブル */
.listTable td,
.listTable th {
  padding: 3px 5px;
/*
  padding-left: 5px;
  padding-right: 5px;
*/
  border: 1px solid #CCCCCC;
  white-space: nowrap;
}
.listTable th {
  text-align: center;
}
.listTable td {
  text-align: left;
}
.listTable td.noborder {
  border-width: 0;
}
.listTable td div {
  overflow: hidden;
  white-space: nowrap;
}
.listTable td.wrap {
  white-space: normal;
}
.listTable td.taC {
  text-align: center;
}

/* テーブル(客室) */
.roomTable,
.roomTable_other,
.roomTable_other_input {
  border-collapse: collapse;
}
.roomTable_other {
  width: 100%;
}
.roomTable th,
.roomTable td,
.roomTable_other th,
.roomTable_other td,
.roomTable_other_input th,
.roomTable_other_input td {
  text-align: center;
  border: 1px solid #D3D3D3;
}
.roomTable th,
.roomTable_other th,
.roomTable_other_input th {
  width: 20px;
  background-color: #D3D3D3;
}
.roomTable td {
  width: 25px;
}
.roomTable td.none {
  border: none;
  width: 15px;
}
.roomTable_other_input td.none {
  border: none;
}
.roomTable_other th,
.roomTable_other_input th {
  width: 60px;
}
.roomTable_other td {
  text-align: left;
  padding-left: 5px;
}
.roomTable td.text {
  width: auto;
}

/* メッセージダイアログ */
#msgdialog table {
  width: 100%;
  height: 100%;
}
#msgdialog table td {
  vertical-align: middle;
}

/* オーバーレイ */
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #333 url(../images/dummy.gif) repeat;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
}

/**************************************************
 jQuery UI CSSの上書き
**************************************************/
/* Component containers
----------------------------------*/
/* original
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }
*/
/* ↓完全上書き↓ */
.ui-widget { font-family: arial,helvetica,clean,sans-serif; font-size: 100%; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: arial,helvetica,clean,sans-serif; font-size: 100%; }
/* ↓カスタム上書き↓ */
.customDialog .ui-widget-content { border-width: 0; background: #FFFFFF; color: #000000; }
.customDialog .ui-widget-content a { color: #000000; }
/*.customDialog .ui-widget-header { border-width: 0; background: url(../images/dialog_header.gif) repeat-x; color: #000000; font-weight: bold; }*/
.customDialog .ui-widget-header { border-width: 0; color: #000000; }
.customDialog .ui-widget-header a { color: #000000; }


/* Dialog containers
----------------------------------*/
/* original
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
*/
/* ↓カスタム上書き↓ */
.customDialog  { text-align: center; border: 1px solid #5F5D5D; position: relative; padding: 0px; width: 300px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.customDialog .ui-dialog-titlebar { text-align: center; padding: 5px 10px; position: relative; }
.customDialog .ui-dialog-title { float: none; margin: 0px;  white-space: normal; }
/* jQueryUIバージョンアップ対応により不要
.customDialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.customDialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.customDialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
*/
.customDialog .ui-dialog-content { border-width: 0; padding: 5px 10px; background: none; overflow: auto; zoom: 1; }
.customDialog .ui-dialog-buttonpane { text-align: center; border-width: 0; background-image: none; margin: 0px; padding: 5px 5px 10px 5px; }
.customDialog .ui-dialog-buttonpane button { float: none; margin: 0px 5px ; cursor: pointer; padding: 0px; line-height: 25px; width: 125px; overflow:visible; }
.customDialog .ui-dialog-buttonpane button:hover,
.customDialog .ui-dialog-buttonpane button:focus { background: url(../images/btn_l_hover.gif) no-repeat; }
.customDialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.customDialog .ui-draggable .ui-dialog-titlebar { cursor: move; }
.customDialog .ui-dialog-title div { margin-right: 15px; text-align: left; word-wrap: break-word; }
/* jQueryUIバージョンアップ対応により追加 */
.customDialog .ui-button-icon-only  .ui-button-text,
.customDialog .ui-button-icons-only .ui-button-text,
.customDialog .ui-button-text-only  .ui-button-text { padding: 0; }

/* Interaction states
----------------------------------*/
/* original
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: ; color: #555555; outline: none; }
*/
/* ↓カスタム上書き↓ */
/*.customDialog .ui-state-default { border:0px; background: url(../images/btn_l.gif) no-repeat; color: #000000; width: 125px; height: 25px; text-align: center; vertical-align: middle; }*/
.customDialog .ui-dialog-buttonset .ui-state-default { border:0px; background: url(../images/btn_l.gif) no-repeat; color: #000000; width: 125px; height: 25px; text-align: center; vertical-align: middle; }
/* Corner radius */
/* ↓完全上書き↓ */
/* original
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
*/
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
/* jQueryUIバージョンアップ対応により追加 */
/* original
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* ↓完全上書き↓
  ダイアログ表示時に使用される。Alphaを使用するとIEでメモリリークする！
   元ファイルのsmoothness\jquery-ui-1.7.3.custom.css(280)はコメントアウト。
 */
/*
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
*/
.ui-widget-overlay {  }

/*********** for debug ****************/
.debug{
  border:1px solid #000;
}
