@charset "utf-8";
/*-------------------------------------------------------------------
全ページ共通
--------------------------------------------------------------------*/
/* 基本レイアウト他 */

* {
  margin: 0;
  padding: 0;
}


img {
  border:0;
  vertical-align:bottom;
}

body {
  width: 100%;
  border-top-width: 9px;
  border-top-style: solid;
  border-top-color: #9999cc;
  background-color: #FFF;
}

body,input,textarea,table,td {
  font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

a {
text-decoration: none;
}

body,input,textarea,select {
  font-size: 13px;
}


/* ログイン・ログアウトボタン*/
.inout{
  width: 110px;
  float: right;
  text-align: center;
  background-color: #c90e0e;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer
  }

.inout a{
  color: #FFF;
  }


/* エラー表示　*/
.alert{
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
  color: #F00;
  margin-bottom: 90px;
  }
.off{
  display: none;
  }

/*********** 処理中メッセージボックス ***********/
.wait-msg{
POSITION:ABSOLUTE;
/*LEFT:810px;
TOP:310px;*/
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
WIDTH:200px;
HEIGHT:70px;
Z-INDEX:1px;
VISIBILITY:HIDDEN;
}

.wait-msg-td{
BACKGROUND-COLOR:#3300CC;
BORDER:1pt solid #000000;
BORDER-COLLAPSE:COLLAPSE;
BORDER-SPACING:1px;
PADDING:4px;
FONT-WEIGHT:BOLD;
COLOR:#FFFFFF;
}

/*-------------------------------------------------------------------
フォント
--------------------------------------------------------------------*/

.font_red {
  color: #F00;
  font-weight: bold;
}

.font_blue {
  color: #00C;
  font-weight: bold;
}

.font_bold {
  font-weight: bold;
}

/*-------------------------------------------------------------------
その他
--------------------------------------------------------------------*/
/* clearfix */

.clearfix:after {
  content: url(../img/dammy.gif);
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

.clearfix{
  zoom:1;/*for IE 5.5-7*/
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* dreamweaverのビュー用 */
.clearfix + *{
    clear: both;
}

.link_label{
  cursor:pointer;
  }

/*-------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
/* テーブル */
table, th ,td {
  border:1px solid #CCCCCC;
}

table {
  border-collapse:collapse;
}

.left{
  text-align:left!important ;
  }
/*-------------------------------------------------------------------
フォーム
--------------------------------------------------------------------*/

input,textarea,select {
  padding: 3px;
}

input,select{
  vertical-align:middle;
}

.btn {
  color: #000000;
  display: inline-block;
  text-align: center;
  /* 背景グラデ */
  /*background: linear-gradient(to bottom, #ededf9, #8d8d93);
  background: -moz-linear-gradient(to bottom, #ededf9, #8d8d93);
  zoom: 1;*/
  /* 文字の影 */
  /*text-shadow: 2px 2px 2px #999;*/
  /* 枠の影 */
  /*box-shadow: 2px 2px 2px #ccc;
  -moz-box-shadow: 2px2 px 2px #ccc;*/
}

    /* マウスオーバー時 */
.btn:hover {
  box-shadow: 0px 0px 0px #333;
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px 0px 0px #333;
  padding-top: 4px;
  padding-bottom: 2px;
}



/*-------------------------------------------------------------------
共通レイアウト
--------------------------------------------------------------------*/

#wrapper{
    width: 100%;
  }

/* ヘッダー */
header{
  width: 100%;
  }
header #body{
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  }

header #body #title{
  color: #990b0b;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  padding-top: 10px;
  float: left;
  }


header #body .user{
  float: right;
  margin-right: 35px;
  margin-top: 20px;
  }


header #body .rogo{
  float: right;
  padding-top: 4px;
  padding-bottom: 5px;
  }



/* ログアウトボタン*/
header #body .inout{
  margin-right: 30px;
  margin-top: 14px;
  }



/* メニュー */
header nav{
  width: 100%;
  padding-bottom: 35px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #333;
  }

header nav ul{
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/navi_bg.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 15px;
  }

header nav ul li{
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000;
  float: left;
  padding-right: 12px;
  padding-left: 12px;
  letter-spacing: 0.1em;
  }

header nav ul li a{
  color: #000;
  }

header nav ul .on a{
  font-weight: bold;
  color: #F00;
  }

header nav ul li a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* メイン */
#main_box{
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  }

#main_box h1{
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #9999cc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9999cc;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  }

#main_box h2{
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #9999cc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9999cc;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  }

#banner{
  max-width: 970px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #999;
  border-bottom-color: #999;
  margin-top: 30px;
  margin-bottom: 40px;
  display: none;
  }

/* ページ後部アドレス*/
.add{
  text-align: right;
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  }

/*-------------------------------------------------------------------
ログイン画面
--------------------------------------------------------------------*/


/* ログイン枠*/
#loginbox #login_box{
  border-radius: 10px;
  border: 1px solid #333;
  padding: 15px;
  width: 320px;
  margin-top: 70px;
  float: left;
  margin-bottom: 20px;
  height: 220px;
  }

#loginbox #login_box .login{
    margin-top: 20px;
    float: none;
    margin-left: 190px;
    margin-bottom: 10px;
    width: 110px;
    background-color: #c90e0e;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }

/* お知らせ */
#loginbox .data{
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  }

#loginbox #login_box h1{
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
  }


#loginbox #login_box dl{
  padding-left: 29px;
  padding-bottom: 10px;

  }

#loginbox #login_box dt{
  float: left;
  font-weight: bold;
  width: 90px;
  margin-bottom: 20px;
  letter-spacing: 0.08em;

  }

#loginbox #login_box dd{
  margin-bottom: 20px;

  }

#loginbox #login_box .checx_box input{
  margin-right: 5px;
}

/* ログインボタン*/
#loginbox #login_box .inout{
  margin-top: 20px;
  float: none;
  margin-left: 190px;
  margin-bottom: 10px;
  }

/* お知らせ */
#loginbox .data .info{
  border-radius: 10px;
  float: left;
  width: 350px;
  background-color: #EFEFEF;
  padding: 15px;
  margin-top: 70px;
  margin-left: 30px;
  border: 1px solid #666;
  height: 220px;

  }

/* お知らせ */
#loginbox .data .info h2{
  font-weight: bold;
  color: #333;
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
  margin-bottom: 15px;
  padding-left: 10px;

  }

#loginbox .data .info ul{
  overflow: auto;
  padding-bottom: 10px;
  height: 140px;
}


#loginbox .data .info ul li{
  list-style-type: none;
  line-height: 1.2em;
  background-image: url(../img/info.png);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 28px;
}

#loginbox .data .info ul li a{
  color: #000;
}

#loginbox .data .info .contact{
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #000;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;
  margin-top: 5px;
}

#loginbox .data .info .contact a{
  display: inline-block;
  padding-left: 4px;
}

/* モーダルウインドウ */
#lean_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

#modal1,#modal2,#modal3 {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 25px;
  width: 400px;
  line-height: 1.4em;
  background-attachment: scroll;
  background-color: #FFFFFF;
}

#modal1 .txt,#modal2 .txt,#modal3 .txt {
  background-image: url(../img/info_b.png);
  background-repeat: no-repeat;
  background-position: 35 45;
  padding-left: 50px;
  line-height: 1.3em;
  min-height: 40px;
  padding-top: 8px;
}

.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 2;
}

#loginbox .btn{
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 160px;
  margin-top: 15px;
}


/*-------------------------------------------------------------------
会員規約
--------------------------------------------------------------------*/


/* 規約枠*/
#kiyaku{

  }

#kiyaku dl{
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 50px;

  }

#kiyaku dl dt{
  font-weight: bold;

  }

#kiyaku dl ul{
  padding-left: 30px;
  padding-top: 5px;

  }

#kiyaku dl ul li{

  }

#kiyaku dl dd{
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  line-height: 1.3em;

  }

#kiyaku .comment{
  font-weight: bold;
  color: #FFF;
  background-color: #F00;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 10px;

  }

/*-------------------------------------------------------------------
トップページ
--------------------------------------------------------------------*/

/* 業務枠*/

#top #task{
  padding-top: 15px;
  padding-bottom: 35px;

  }

#top #task dt{
  padding-bottom: 5px;
  }
#top #task dd{
  padding-bottom: 25px;
  }

#top #task dt h2{
  margin-bottom: 10px;
  }

#top #task ul{
  padding-left: 20px;
  }

#top #task ul li{
  background-image: url(../img/btn_bg2a.gif);
  background-repeat: repeat-x;
  list-style-type: none;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 200px;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px solid #0d7cba;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  }


#top #task ul li:hover{
  background-image: url(../img/btn_bg2b.gif);
  background-repeat: repeat-x;
  border: 1px solid #999999;
  }


#top #task ul li a{
  color: #000;
  display:block;
  width:100%;
  }


/*-------------------------------------------------------------------
在庫照会
--------------------------------------------------------------------*/
/* 条件 */
#posdata .comment{
  padding-top: 15px;
  padding-bottom: 10px;
  }

#posdata .jouken{
  padding-bottom: 25px;
  }

#posdata .jouken table{
  float: left;
  margin-right: 20px;
  width: 380px;
  }

#posdata .jouken table th,.jouken table td{
  padding-right: 3px;
  padding-left: 3px;
  height: 25px;
  vertical-align: middle;
  }

#posdata .jouken table th{
  background-color: #cee3f6;
  width: 110px;
  }

#posdata .jouken .getshukei{
  width: 130px;
  }

#posdata .jouken .button_box{
  float: left;
  width: 150px;
  }

#posdata .jouken .button_box .btn{
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 4px;
  }

#posdata .jouken .button_box .btn:hover{
  padding-top: 3px;
  padding-bottom: 3px;
  }

/* エラー表示　*/
#posdata .alert{
  margin-bottom: 10px;
  }



/* 結果 */

#posdata .kekka{

  }

#posdata #koumoku {
  height: 41px;
}
#posdata .fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
}


#posdata .kekka .data{
  background-color: #F3F3F3;
  padding-left: 15px;
  margin-bottom: 12px;
  }

#posdata .kekka .data dl{
  float: left;
  margin-right: 15px;
  width: 260px;
  /*height: 50px;*/
  padding: 5px;
  }

#posdata .kekka dt{
  float: left;
  width: 80px;
  }

#posdata .kekka dd{
  float: left;
  width: 170px;
  }

#posdata .kekka dt,.kekka dd{
  padding-bottom: 5px;
  }

#posdata .kekka .data .button{
  float: left;
  width: 95px;
  }
#posdata .kekka .data .btn{
  width: 100%;
  margin-top: 4px;
}

/* 以下テーブル */

#posdata .kekka .bookdata{
  width: 980px;
  }

#posdata .kekka table{
  padding-bottom: 35px;
  }
#posdata .kekka table th,.kekka table td{
  padding: 3px;
  vertical-align: middle;
  }
#posdata .kekka table th{
  padding: 3px;
  background-color: #cee3f6;
  }

#posdata .kekka table td{
  text-align: right;
  }

#posdata .kekka table .tenpo{
  width: 150px;
  }

#posdata .kekka table .left{
  text-align: left;
  }

#posdata .kekka table .souhin{
  width: 57px;
  }

#posdata .kekka table .uriage{
  width: 57px;
  }

#posdata .kekka table .henpin{
  width: 57px;
  }
#posdata .kekka table .zaiko{
  width: 57px;
  }
#posdata .kekka table .chosei{
  width: 92px;
  }
#posdata .kekka table .kako{
  width: 22px;
  }

#posdata .kekka table .sen{
  width: 57px;
  }

#posdata .kekka table .sensen{
  width: 57px;
  }
#posdata .kekka table .longtimeago{
  width: 110px;
  }

#posdata .kekka table .total{
  background-color: #FFFF66;
  }

#posdata .kekka table .line{
  background-color: #EAF4F4;
  }

#posdata .button_box2{
  padding-top: 5px;
  padding-bottom: 10px;
  }

#posdata .button_box2 .btn {
  width: 120px;
  margin-right: 10px;
}

#posdata .zassi th {
  height: 34px;
}

#posdata .kekka table .day{
  width: 57px;
  }

#posdata .kekka table .uriage2{
  width: 80px;
  }

/*-------------------------------------------------------------------
お知らせ管理
--------------------------------------------------------------------*/
#oshirase table.table1{
  margin-right: 20px;
  margin-top: 25px;
  width: 935px;
  }

#oshirase table.table1 th,#oshirase table.table1 td{
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  }


#oshirase table.table1 th{
  padding-right: 3px;
  padding-left: 3px;
  height: 25px;
  vertical-align: middle;
  background-color: #cee3f6;
  }

#oshirase table.table1 .left{
  line-height: 1.5em;
  }

#oshirase .btn{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 5px;
  margin-left: 5px;
  }


#oshirase table.table1 .day{
  width: 140px;
  }

#oshirase table.table1 .turn{
  width: 60px;
  }
#oshirase table.table1 .edit{
  width: 160px;
  }
#oshirase table.table1 .title{
  width: 300px;
  }

#oshirase .chosei{
  margin-bottom: 10px;
  }

#oshirase table.table1 .tuika{
  width: 120px;
  }



#oshirase .button_box{
  text-align: right;
  width: 880px;
  padding-top: 10px;
  padding-bottom: 15px;

  }


#oshirase .alert{
  margin-bottom: 40px;
  }

/*-------------------------------------------------------------------
使い方
--------------------------------------------------------------------*/
#howtouse dl{
  padding-right: 50px;
  padding-left: 20px;
  }

#howtouse dl dt{
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  }

#howtouse dl dd{
  padding-left: 40px;
  padding-bottom: 30px;
  }

#howtouse dl dd ol{
  }
#howtouse dl dd ol li{
  padding-bottom: 15px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  }



/*-------------------------------------------------------------------
アクセスログ
--------------------------------------------------------------------*/


/* 結果 */

#log .kekka{

  }

#log #koumoku {
  height: 41px;
}
#log .fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
}


#log .kekka .data{
  background-color: #F3F3F3;
  padding-left: 15px;
  margin-bottom: 12px;
  }


/* 以下テーブル */

#log .kekka .bookdata{
  width: 980px;
  }

#log .kekka table{
  padding-bottom: 35px;
  margin-bottom: 50px;
  }
#log .kekka table th,.kekka table td{
  padding: 3px;
  vertical-align: middle;
  }
#log .kekka table th{
  padding: 3px;
  background-color: #cee3f6;
  height: 34px;
  }

#log .kekka table td{
  text-align: right;
  border:solid 1px;
  }

#log .kekka table .user{
  width: 200px;
  word-wrap: break-word;
  }

#log .kekka table .month{
  width: 55px;
  height: 10px;
  }

#log .kekka table .line{
  background-color: #EAF4F4;
  }

/*-------------------------------------------------------------------
error
--------------------------------------------------------------------*/


#sorry #main_box{
	width: 80%;
	background-image: url(../img/sorry.gif);
	background-repeat: no-repeat;
	background-position: 50px 80px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#sorry #main_box .comment{
	font-size: 40px;
	font-weight: bold;
	color: #000099;
	padding-left: 250px;
	padding-top: 200px;
	line-height: 1.5em;

}


/*-------------------------------------------------------------------
共通　－　フッター
--------------------------------------------------------------------*/
footer{
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  margin-top: 5px;
}

footer #copyright{
  color: #525252;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 5px;
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
