@charset "utf-8";

/*****************************************************************************/
/*                                                                           */
/* スタイルシート                                                            */
/*                                                                           */
/*****************************************************************************/

/*****************************************************************************/
/* 共通設定 */
/*****************************************************************************/

/* 全体に設定
-------------------------------*/
* {
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 11px;
    font: 14px/1.6 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: auto;
    color: #000;
	overflow-y: scroll;
	background-color: #f5f5f5;
}


/* 各種タグスタイル定義
-------------------------------*/
ul,ol,dl {
    list-style-type: none;
}
br {
    font-size: 1px;
    line-height: 0.1px;
    clear: both;
}

td {
    font-size: 12px;
    FONT-FAMILY: "ＭＳ Ｐゴシック";
}

/* link style
-------------------------------*/
a {
    color: #d70c19;
    text-decoration: none;
}
a:link {
    color: #d70c19;
    text-decoration: none;
}
a:visited {
    color: #d70c19;
    text-decoration: none;
}
a:hover {
    color: #d70c19;
    text-decoration: none;
}

a img {
    border-style: none;
}

/*
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
*/
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

/* 文字色は赤 */
.fontRed {
	color: #ff0000;
}

/*****************************************************************************/
/* 共通設定 END                                                              */
/*****************************************************************************/


/* Font size
-------------------------------*/
.px10 {
    font-size: 10px;
}
.px11 {
    font-size: 11px;
}
.px12 {
    font-size: 12px;
}
.px14 {
    font-size: 14px;
}
.px16 {
    font-size: 16px;
}
.px18 {
    font-size: 18px;
}

a:hover .alpha {
    filter: alpha(opacity=80);
    opacity: 0.80;      /* firefox, opera, safari */
}

input,select,textarea {
	font-family: 'fgflop',Hiragino Kaku Gothic Pro,Meiryo,MS PGothic,sans-serif;
	font-size: 14px;
	border: 2px #DDDDDD solid;
	border-radius: 3px;
	vertical-align: middle;
	display: inline;
/***
	margin: 0.2em 0.5em 0.3em 1em;
	padding: 0.3em;
***/
	box-shadow: 1px 1px 1px #FAFAFA;
	outline: none;
	resize: none;

/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#FAFAFA),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #FAFAFA,
        #fff
        );
        
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
input,textarea{
/*
    padding:1px;
    border:#000 1px solid;
*/
}


textarea{
    border:#000 1px solid;
} 

textarea:focus{
    background: #f5f5f5;
    border:#000099 1px solid;
}
input:focus{
    background: #f5f5f5;
    border:#000099 2px solid;
}




.Indispensable {
    font-size:12px;
    FONT-FAMILY: "メイリオ";
    font-weight: bold;
    color:red;
}

.guide_msg {
	padding: 4px 0;
	font-size:12px;
	color: #808080;
}

/* type=要素のデフォルト定義
-------------------------------*/
input[type="button"],
input[type="submit"] {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 4px 4px;
}

input[type="button"]:hover {
	cursor: pointer;
}


/*****************************************************************************/
/* 全体枠定義
/*****************************************************************************/
#wrapper {
    margin: 0 auto;
    padding: 2px 2px 0 2px;
    text-align: center;
    width: 1024px;
    height: auto;
	background-color: #fff;
}
#wrapper h1 {
    text-indent: -9999px;
    font-size: 1px;
    line-height: 0.1;
}
#wrapper h2 {
    text-indent: -9999px;
    font-size: 1px;
    line-height: 0;
    display: none;
}

/*****************************************************************************/
/* ヘッダーテンプレートスタイル
/*****************************************************************************/
#header {
    width: 1024px;
    height: 30px;
    text-align: left;
    margin-bottom: 0px;
    color:#ffffff;

    background:linear-gradient(#c6c3c6, #fff);
    background: -moz-linear-gradient(top, #c6c3c6, #fff);/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#c6c3c6), to(#fff));　/* Safari,Google Chrome用 */
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c6c3c6, endcolorstr=#c6c3c6));
    /* IE8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#c6c3c6, endcolorstr=#c6c3c6))";
    zoom: 1;

}

#header .header_logo {
    float:left;
    width: 300px;
    height: 50px;
    text-align: left;
    background-color:#666666;
}

#header .header_logo a {
   	text-decoration: none;
	color: #ffffff;
}

#header .header_login {
    float:right;
    FONT-FAMILY: "メイリオ";
    font-size: 18px;
    color: #000;
}

#header .header_login .today_date {
    FONT-FAMILY: "メイリオ";
    font-size: 18px;
    color: #000;
    padding: 0 5px 0 0;
    text-align: right;
}

#header .header_login .login_info {
    FONT-FAMILY: "メイリオ";
    font-size: 14px;
    padding: 0px 5px 0px 0;
    color: #000;
	float: right;
}


/*****************************************************************************/
/* グローバルメニュー
/*****************************************************************************/
#globalmenu {
    width: 994px;
    padding: 5px;
    margin: 0 auto;
    background-color:#AEC3E9;
}
#globalnavi .HeadMenu{
    width: 1080px;
    margin: 0 auto;
    height: 20px;
}
#globalmenusub {
    width: 994px;
    padding: 5px;
    margin: 0 auto;
    text-align: left;
    background-color:#AEC3E9;
}


/*****************************************************************************/
/* メインコンテンツ全体の枠定義
/*****************************************************************************/
#main {
    padding-bottom: 0px;
    height: auto;
    text-align: left;
}
#main .floatClear {
    clear:  both;
    display:    block;
}

.clear {
    clear:  both;
    display:    block;
}


/*****************************************************************************/
/* メインコンテンツ内のコンテンツ枠定義
/*****************************************************************************/
#contents {
    float: left;
    width: 1024px;
    min-height: 680px;
    height: auto;
    padding: 2px 0;
/*
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
*/
}
#contents #contentinner {
    padding: 0 0 0 23px;
    height: auto;
}

.navi_title {
    margin     : 2px 0 5px 0;
    text-align: left;
    font-size: 14px;
    font-weight:bold;
    color: #000000;
    FONT-FAMILY: "メイリオ";
    background-color:#E0FFFF;
    border-top: 1px solid #000099;
    border-bottom: 1px solid #000099;
}
.navi_title a {
   text-decoration: none;
}

/* ログインユーザー名 */
.login_title {
    margin     : 0 0 0 0;
    text-align: right;
    font-size: 14px;
    font-weight:bold;
    color: blue;
}


/*****************************************************************************/
/* フッターテンプレートスタイル（トップ、ブランド毎に定義）                  */
/*****************************************************************************/
#footer {
    margin: 3px 0 0 0;
    width: 1022px;
    height: auto;
    min-height: 20px;
    color: #000000;
    text-align: right;

    background-color:#666666;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#footer .about {
    margin:0px 0 20px 0;
    font-size: 14px;
    text-align: center;
}

#footer .copyright {
    margin: 2px 0;
    font-size: 12px;
    text-align: center;
	color: #ffffff;
}

#footer .pagetop {
    font-size: 14px;
    float: right;
    padding: 2px;
}

.top
{
    display: block;
    width: 118px;
    height: 26px;
    font-size: 14px;
    text-align: right;
    /*background-image: url('/common/images/top.gif');*/
    background-repeat: no-repeat;
}


/* 入力域（ヘッダ）
-------------------------------*/
.inputHead {
    padding          : 4px;
    color            : #000000;
    background-color : #c6c3c6;
    FONT-FAMILY      : "メイリオ";
    font-size        : 13px;
    line-height      : 1.2em;
    text-align       : left;
    border           :1px solid #778899;
}
.inputHeadActive {
    padding          : 6px;
    color            : #000000;
    background-color : #35b4e7;
    FONT-FAMILY      : "メイリオ";
    font-size        : 13px;
    line-height      : 1.2em;
    text-align       : left;
    border           :1px solid #778899;
}

/* 入力域
-------------------------------*/
.inputCol {
    padding          : 3px;
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}
.inputColError {
    padding          : 5px;
    background       : #FEE;
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}

.input_err {
    font-size: 12px;
    color:red;
    FONT-FAMILY: "メイリオ";
}

/* 処理終了時のメッセージ */
.exec_msg {
    font-size: 14px;
    color:blue;
    FONT-FAMILY: "メイリオ";
}


.ListData {
    padding          : 5px 5px 5px 5px;
    font-size        : 12px;
    line-height      : 1.8em;
    text-align       : left;
}


table#table_list {
    border-collapse: collapse;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
table#table_list td { border-right: 1px solid #bbb; }
table#table_list tr.kisu {
    /*background-color: #faf0e6;*/
    background-color: #EFEFEF;
    font-size        : 12px;
    line-height      : 1.8em;
    text-align       : left;
}
table#table_list tr.gusu {
    background-color: #fffafa;
    font-size        : 12px;
    line-height      : 1.8em;
    text-align       : left;
}

.TableList {
/*  style="border:1px solid #778899;" */
    border:1px solid #778899;
    background-color:#ffffff;
}

.TableList2 {
/*  style="border:1px solid #778899;" */
    border:1px solid #778899;
    background-color:#ffffff;
}

#listWaku {
/*
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
*/
}

.listTable {
/*  style="border:1px solid #778899;" */
/*
    border:1px dotted #778899;
    background-color:#ffffff;
*/
}

/* 一覧リストのタイトル */
.listTitle {
    padding          : 8px;
    background       : #B9CDE5;
    font-size        : 14px;
    line-height      : 1.0em;
    text-align       : left;
    border:1px solid #778899;
    FONT-FAMILY      : "メイリオ";
}

/* 一覧リストのヘッダ */
.listHead {
  height           : auto;
  margin           : 0;
  padding          : 0px;
  color            : #fff;
  text-align       : center ;
  font-size        : 14px;
}

/* 一覧リストのカラム */
.listColumn {
  margin           : 0;
  padding          : 6px;
  color            : #000000;
  background-color : #B9CDE5;
  font-size        : 12px;
}

/* 一覧リストのカラム */
.listColumnData {
  margin           : 0;
  padding          : 6px;
  color            : #000000;
  font-size        : 12px;
}

.al_center {
    text-align: center;
}
.al_left {
    text-align: left;
}
.al_right {
    text-align: right;
}

/* 一覧リストのフッタ */
.listFoot {
  height           : 30px;
  margin           : 0;
  padding          : 4px;
  background-color : #EEEEEE;
  color            : #000;
  text-align       : center ;
  font-size        : 16px;
}

/* 一覧リストのカラム */
.listCol {
	margin           : 0;
	padding          : 10px;
	color            : #000000;
	font-size        : 12px;
	FONT-FAMILY: "メイリオ", "Meiryo";
}

/* 一覧リストのカラム（無効状態） */
.listColOff {
	margin           : 0;
	padding          : 10px;
	color            : #afafaf;
	font-size        : 12px;
	FONT-FAMILY: "メイリオ", "Meiryo";
}

.listCol2 {
  margin           : 0;
  padding          : 2px;
  height           : 30px;
  background-color : #fde;
  color            : #666;
  text-align       : center ;
}


/* 一覧リストのスタイル */
.list0 {
    background-color : #F9F5F9;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.list1 {
    background-color : #F9EEED;
    color            : #000000;
    padding          : 0.1em 0.5em 0.1em 0.5em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.listred {
    background-color : red;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

.list00 {
    background-color : #16b26e;
    color            : #000000;
    padding          : 2px 2px 2px 2px;
    height           : 30px;
}

.listgray {
    background-color : #d3d3d3;
    color            : #000000;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    font-size        : 12px;
    line-height      : 1.8em;
}

/* 業務係数マスターの区分毎の行色
-----------------------------------------------------------------------------*/
/* OPEN前 */
.list_morning {
    background-color : #fffacd;					/* lemonchiffon */
}
/* OPEN後 */
.list_afternoon {
    background-color : #ffb6c1;					/* lightpink */
}
/* 月一 */
.list_month {
    background-color : #00ffff;					/* magenta */
}
/* CLOSE */
.list_evening {
    background-color : #ff00ff;					/* cyan */
}


/*****************************************************************************
各種ボタン
*****************************************************************************/

/* メニュー */
.main_menu {
   border-top: 1px solid #AA6F3C;
   background: #AA6F3C;
   background: -webkit-gradient(linear, left top, left bottom, from(#AA6F3C), to(#AA6F3C));
   background: -webkit-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -moz-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -ms-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -o-linear-gradient(top, #AA6F3C, #AA6F3C);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .main_menu:hover {
   border-top-color: #AB6E39;
   background: #AB6E39;
   color: #ccc;
   }
 .main_menu:active {
   border-top-color: #AB6E39;
   background: #AB6E39;
}

/* メニュー */
/*
.master_menu {
   border-top: 1px solid #AA6F3C;
   background: #AA6F3C;
   background: -webkit-gradient(linear, left top, left bottom, from(#AA6F3C), to(#AA6F3C));
   background: -webkit-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -moz-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -ms-linear-gradient(top, #AA6F3C, #AA6F3C);
   background: -o-linear-gradient(top, #AA6F3C, #AA6F3C);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .master_menu:hover {
   border-top-color: #AB6E39;
   background: #AB6E39;
   color: #ccc;
   }
 .master_menu:active {
   border-top-color: #AB6E39;
   background: #AB6E39;
}
*/

/*
.master_menu {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.master_menu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.master_menu:active {
	position:relative;
	top:1px;
}
*/

.master_menu {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.master_menu:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.master_menu:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

/*
.user_list {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.user_list:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.user_list:active {
	position:relative;
	top:1px;
}
*/
.user_list {
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
}


/* メニュー */
.kanri_menu {
   border-top: 1px solid #96d1f8;
   background: #008080;
   background: -webkit-gradient(linear, left top, left bottom, from(#008080), to(#008080));
   background: -webkit-linear-gradient(top, #008080, #008080);
   background: -moz-linear-gradient(top, #008080, #008080);
   background: -ms-linear-gradient(top, #008080, #008080);
   background: -o-linear-gradient(top, #008080, #008080);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .kanri_menu:hover {
   border-top-color: #28597a;
   background: #696969;
   color: #ccc;
   }
 .kanri_menu:active {
   border-top-color: #1b435e;
   background: #696969;
}

/* 更新系メニュー */
.regist_menu {
   border-top: 1px solid #96d1f8;
   background: #0074E8;
   background: -webkit-gradient(linear, left top, left bottom, from(#0074E8), to(#0074E8));
   background: -webkit-linear-gradient(top, #0074E8, #0074E8);
   background: -moz-linear-gradient(top, #0074E8, #0074E8);
   background: -ms-linear-gradient(top, #0074E8, #0074E8);
   background: -o-linear-gradient(top, #0074E8, #0074E8);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .regist_menu:hover {
   border-top-color: #0000ff;
   background: #0000ff;
   color: #ccc;
   }
 .regist_menu:active {
   border-top-color: #0000ff;
   background: #0000ff;
}

/* 汎用メニュー */
.common_menu {
   border-top: 1px solid #96d1f8;
   background: #32cd32;
   background: -webkit-gradient(linear, left top, left bottom, from(#32cd32), to(#32cd32));
   background: -webkit-linear-gradient(top, #32cd32, #32cd32);
   background: -moz-linear-gradient(top, #32cd32, #32cd32);
   background: -ms-linear-gradient(top, #32cd32, #32cd32);
   background: -o-linear-gradient(top, #32cd32, #32cd32);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: "メイリオ";
   text-decoration: none;
   vertical-align: middle;
   }
 .common_menu:hover {
   border-top-color: #228b22;
   background: #228b22;
   color: #ccc;
   }
 .common_menu:active {
   border-top-color: #228b22;
   background: #228b22;
}


.head_title {
    font-size: 12px;
    color: #808080;
}

.data_title {
    font-size: 14px;
    color: #000000;
}


/*****************************************************************************
 メインページの画像表示エリア
*****************************************************************************/
.gallery {
    width:980px;
    margin-top:10px;
    border:#d3d3d3 1px solid;
}

.gallery .inner {
    width:960px;
    margin: 10px 0 0 8px;
}

.gallery .photobox {
    width:310px;
    float:left;
    border: 1px dashed #0000cc; /* 1.枠線 */
    background-color: #FAF9C8;  /* 2.背景色 */
    margin: 4px; /* 周囲の余白 */
}

.gallery .photobox img {
    max-height: 225px;
    max-width: 300px;
}

p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 80%;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
}


/*****************************************************************************
ページャー
*****************************************************************************/

ul.pager {
      margin: 0px;
      font-size:12px;
}
ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 2px 5px;
      color: #3366FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}

ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}

ul.pager li em {
      display: block;
      padding: 2px 5px;
      background: #3366FF;
      color: #FFFFFF;
}

ul.pager li.active {
      display: block;
      padding: 2px 5px;
      background: #3366FF;
      color: #ffffff;
}


/*
工事中
*/
 .kouji_block{color:red;font-weight:bold;  }

/* kouji label */
.kouji:BEFORE{
	content: "†";
	padding-left: 2px;
	color: red;
	font-weight:bold;
}

.update_msg {
	padding: 8px;
	background-color: #afafaf;
	text-align:center;
	font-size: 16px;
}

#mmaga_douki:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#btn_action:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#user_list:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#user_reset:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.user_update:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.data_search:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.user_backlist:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#menu_staff:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu_mail:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu_system:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#menu_master:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#corp_regist:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#corp_new:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.data_update:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mail_backlist:hover img {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#btn_login {
	border-style:none;
}
#btn_login:hover {
	cursor: pointer;
	border-style:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.toppage {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.toppage a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}


/* TOP ニュース定義
-------------------------------*/
.top_info {
	margin: 10px 0 0 10px;
    font-size: 14px;
}

.top_info td {
    font-size: 14px;
	margin : 0;
	padding : 4px 2px;
	color : #000000;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}


/* メインメニュー
-------------------------------*/
#menu {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #e2ebed;
	padding-bottom: 30px;
	line-height: 180%;
	border: solid 1px #000;
	z-index: 10;
}

#menu a {
	color: #000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

#menu ul {
	border: solid 10px #000;
	background-color: #fff;
	padding: 1px;
	z-index: 10;
}

#menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
	width: auto;
	height: 20px;
	list-style-type: none;	/* No bullets */
}

/* 第一階層にマウスオーバー */
#menu li:hover {
	color: #ffffff;
	background-color: #317082;		/* マウスONしたときの色 */
	cursor: default;
}

#menu li.active {
	background: #317082;
	color: #000;
}
#menu li.active a {
	background: #317082;
	color: #fff;
}


/* リスト項目にマウスオーバーしたとき */
#menu li a:hover {
	color: #fff;
}

/* 第一階層に属するメニュー */
#menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 200px;
	background: #eee;
	border: solid 1px #000;
}

#menu li ul li {
	margin: 0;
	padding: 0;
	width: 200px;
	border: none;
	height: 25px;
	color: #000;
}

/* リスト項目にマウスONしたとき */
#menu li ul li a {
	display: inline-block;
	width: 198px;
	height: 25px;
}

/* リスト項目にマウスオーバーしたとき */
#menu li ul li a:hover {
	background: #999;
	color: #fff;
}





.menuButton {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  color: #fff;
  font-size: 18px;
}
.menuButton::before,
.menuButton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.menuButton,
.menuButton::before,
.menuButton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menuButton {
  background-color: #6495ed;
  color: #fff;
}
.menuButton:hover {
  background-color: #59b1eb;
  color: #fff;
}

a.menuButton {
  color: #fff;
    text-decoration: none;
}

button.delButton {
	border: 1px solid #15aeec;
	background-color: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #2cafe3);
	background-image: linear-gradient(to bottom, #ff0000, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 4px 4px;
}


/* 各種ボタンスタイル
-------------------------------*/

/* 「新規」ボタン */
.btnNew {
	background-color: #00ff7f;
	color: #000000;
	padding: 4px;
}
.btnNew:link {
    color: #000000;
    text-decoration: none;
}
.btnNew:visited {
    color: #000000;
    text-decoration: none;
}
.btnNew:hover {
    color: #000000;
    text-decoration: none;
}

/* 「編集」ボタン */
.btnEdit {
	background-color: #4179be;
	color: #ffffff;
	padding: 4px;
}
.btnEdit:link {
    color: #ffffff;
    text-decoration: none;
}
.btnEdit:visited {
    color: #ffffff;
    text-decoration: none;
}
.btnEdit:hover {
    color: #ffffff;
    text-decoration: none;
	cursor: pointer;
}

.btnDelete {
	background-color: red;
	color: #fff;
	padding: 4px;
}
.btnDelete:link {
    color: #fff;
    text-decoration: none;
}
.btnDelete:visited {
    color: #fff;
    text-decoration: none;
}
.btnDelete:hover {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}

.btnPrint {
	background-color: #228b22;
	color: #fff;
	padding: 6px;
}
.btnPrint:link {
    color: #fff;
    text-decoration: none;
}
.btnPrint:visited {
    color: #fff;
    text-decoration: none;
}
.btnPrint:hover {
    color: #fff;
    text-decoration: none;
}

/* 必須 */
.required::after {
    /*
	color: #ffe21c;
    font-size: 1.2em;
    content: " ※";
	*/
	margin-left: 5px;
	padding: 2px 2px;
	color: #fff;
    font-size: 0.8em;
	background-color: #ff0000;
    content: "必須";
}


/* 上部のメニュー（1段目）
-------------------------------*/
#navMenu {
	margin: 2px 0 0 0;
	list-style: none;
	display: flex;
	border:1px solid #999999;	/*ボーダー*/
}

#navMenu li {
	width: 140px;
	text-align: center;
	background-color: #333;
	height: 30px;
	line-height: 28px;
	margin-right: 2px;
}

#navMenu li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#navMenu li.active {
	background: #009ad6;
	color: #000;
}

/* 上部のメニュー（2段目）
-------------------------------*/
#navMenu2 {
	margin: 2px 0 0 0;
	list-style: none;
	display: flex;
}

#navMenu2 li {
	width: 126px;
	text-align: center;
	background-color: #333;
	height: 26px;
	line-height: 28px;
	margin-right: 2px;
}

#navMenu2 li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
#navMenu2 li.active {
	background-color: #a7de69;
	color: #000000;
}
#navMenu2 li.active a {
	color: #000000;
}


/*****************************************************************************/
/*                                                                           */
/* 共通スタイルシート                                                        */
/*                                                                           */
/*****************************************************************************/

.txtL {
    padding  : 1px;
    TEXT-ALIGN:        left;
}

.txtR {
    padding  : 1px;
    TEXT-ALIGN:        right;
}

.CmdButton1 {
    HEIGHT:             30px;
    WIDTH:              80px;
    PADDING-TOP:        2px;
    PADDING-LEFT:       0px;
    PADDING-RIGHT:      0px;
    PADDING-BOTTOM:     0px;
    FONT-WEIGHT:        normal;
    FONT-SIZE:          14px;
    FONT-FAMILY:        "ＭＳ Ｐゴシック";
    COLOR:              #ffffff;
    BORDER-TOP:         #97CBFF 1px solid;
    BORDER-LEFT:        #97CBFF 1px solid;
    BORDER-RIGHT:       #0000A0 2px solid;
    BORDER-BOTTOM:      #0000A0 2px solid;
    -moz-border-radius: 6px;    /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px;         /* CSS3 */
    BACKGROUND-COLOR:   #0074E8
}

.scr {
  overflow: auto;   /* スクロール表示 */ 
  width: 900px;
  height: 300px;
}

.scr2 {
  overflow: auto;   /* スクロール表示 */ 
  width: 680px;
  height: 240px;
}

.scr_user {
  overflow: auto;   /* スクロール表示 */ 
  height: 450px;
}

.scr_customer {
	overflow: auto;   /* スクロール表示 */ 
	width: 1000px;
	height: 100px;
	border:1px solid #999999;	/*ボーダー*/
}

.scr_regi {
	overflow: auto;   /* スクロール表示 */ 
	width: 200px;
	height: 620px;
	border:1px solid #999999;	/*ボーダー*/
}

/* 通常の入力フォーム */
.textInput,textarea {
    background-color:#FFFFFF;
    border:1px solid #000;
}

.ListBtnGet
{
    HEIGHT:            20px;
    WIDTH:             auto;
    PADDING-TOP:        3px;
    PADDING-LEFT:       3px;
    PADDING-RIGHT:      3px;
    PADDING-BOTTOM:     3px;
    FONT-WEIGHT:        normal;
    FONT-SIZE:          12px;
    FONT-FAMILY:        "ＭＳ Ｐゴシック";
    COLOR:              #000000;
    BORDER-TOP:         #C4FFC4 1px solid;
    BORDER-LEFT:        #C4FFC4 1px solid;
    BORDER-RIGHT:       #408080 2px solid;
    BORDER-BOTTOM:      #408080 2px solid;
    BACKGROUND-COLOR:   #80FF80
}
.ListBtnCan
{
    HEIGHT:            20px;
    WIDTH:             auto;
    PADDING-TOP:        3px;
    PADDING-LEFT:       3px;
    PADDING-RIGHT:      3px;
    PADDING-BOTTOM:     3px;
    FONT-WEIGHT:        normal;
    FONT-SIZE:          12px;
    FONT-FAMILY:        "ＭＳ Ｐゴシック";
    COLOR:              #000000;
    BORDER-TOP:         #C4FFC4 1px solid;
    BORDER-LEFT:        #C4FFC4 1px solid;
    BORDER-RIGHT:       #408080 2px solid;
    BORDER-BOTTOM:      #408080 2px solid;
    BACKGROUND-COLOR:   red;
}


/* waitingメッセージ
-------------------------------*/
#wait_msg {
    width:890px;
    height:60px;
    text-align:left;
    margin-top:2px;
    margin-right:auto;
    margin-bottom:5px;
    margin-left:auto;
    display: none;
}
#wait_msg #msgblock {
    padding-top:2px;
    padding-right:2px;
    padding-bottom:2px;
    padding-left:2px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    background-color: rgb(0,102,153);
}
#wait_msg #msgblock .wait_title {
    width:100%;
    text-align:center;
    color:#ffffff;
    font-size: 16px;
    display: block;
}
#wait_msg #msgblock p {
    color: #cccccc;
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-left:5px;
    text-align:center;
    font-size: 12px;
}
.loading { 
     position: fixed;       /*位置を固定*/
     top: 50%;              /*垂直位置中央*/
     left: 50%;             /*水平位置中央*/
     width: 298px; 
     height: 151px; 
     margin-top: -75px;     /*中央から上に高さの半分移動*/
     margin-left: -149px;   /*中央から左に横幅の半分移動*/
     padding-top: 50px;     /*内容を大体中央に*/
     text-align: center;    /*内容を中央に*/
     /*background: url(<tb:url_base />images/loading.gif) no-repeat;*/
     color: #000; 
     font-family: Verdana; 
     font-size: 12px; 
}

.err_msg {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border-top: 6px #ff0000  solid;
	border-right: 6px #ff0000  solid;
	border-bottom: 6px #ff0000  solid;
	border-left: 6px #ff0000  solid;
}

/* バーコード入力欄
-------------------------------*/
#barcode_area22 input {
	width: 85%;
	font-size: 12px;			/*フォントサイズ*/
	border:1px solid #999999;	/*ボーダー*/
	padding: 2px;				/*パディング*/
	border-radius: 3px;			/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	ime-mode:inactive;
}
#barcode_area22 input:focus {
  border: 4px solid #ff9900;
  outline: 0;
}

#barcode_area input {
	width: 80%;
    display: inline-block;
    padding: 0.1em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

#barcode_area input:focus {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(2px);	/*下に動く*/
    border-bottom: none;		/*線を消す*/
}
#barcode_area input:hover {
	cursor: pointer;
}

/* Chrome・Safari */
::-webkit-input-placeholder {
  color: #ccc;
}
/* Firefox */
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
/* IE */
:-ms-input-placeholder {
  color: #ccc;
}

/* ページナビブロック
-------------------------------*/
.pNavi {
	margin: 10px 0;
}
.pNaviInner {
	margin-left: 4px;
}


/* レシート未発行 */
.receiptNotIssue {
    border: solid 1px #000;
    background: #ff0000;
    color: #FFF;
    padding: 1px 1px;
    white-space: nowrap;
    zoom: 1;
    width: 80px;
    text-align: center;
	font-size: 9px;
}

/* レシート発行 */
.receiptIssue {
    border: solid 1px #000;
    background: #00bfff;
    color: #FFF;
    padding: 1px 1px;
    white-space: nowrap;
    zoom: 1;
    width: 80px;
    text-align: center;
	font-size: 9px;
}

/* レシート未発行 */
.receiptYesterday {
    border: solid 1px #90ee90;
    background: #90ee90;
    color: #1e90ff;
    padding: 0px 0px;
    white-space: nowrap;
    zoom: 1;
    width: 50px;
    text-align: center;
	font-size: 8px;
}

/* 検索メニュー */
.btnSearch {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#0C88CA;
	border-radius: 3px;
	transition: .4s;
}
.btnSearch:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnSearch:visited {
    color: #fff;
    text-decoration: none;
}
.btnSearch:link {
    color: #fff;
    text-decoration: none;
}
.btnSearch:active {
    color: #fff;
    text-decoration: none;
}

/* 閉じるメニュー */
.btnClose {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	background-color:#32cd32;
	cursor: pointer;
	border-radius: 3px;
	transition: .4s;
}
.btnClose:hover {
	opacity:0.8;
	cursor: pointer;
}
.btnClose:visited {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnClose:link {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.btnClose:active {
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
