@charset "UTF-8";

body {
	font-family: "ヒラギノ", Osaka, sans-serif, Arial;
	font-size: 12px;
	line-height: 1.4;
	background-color:#FFFFFF;
	top: 0px;
	left: 0px;
}

p {
 word-break: break-all;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	background-color: #cccccc;
	text-decoration: underline;
}

a.menutitleAnk:link {
	color: #001086;
	text-decoration: none;
}
a.menutitleAnk:hover {
	color: #001086;
	background-color: #ffffff;
	text-decoration: none;
}
a.menutitleAnk:active {
	color: #001086;
	text-decoration: none;
}
a.menutitleAnk:visited {
	color: #001086;
	text-decoration: none;
}

a img {
	border-width: 0;
}

/* 画像リンクマウスオーバー */
a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

/* 画像リンク不透明にしない a class="x_opacity" */
a.x_opacity:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

/* フォーカス取得時、色変更 */
input[type=text]:focus,input[type=password]:focus, select:focus, textarea:focus {
	background-color:  #F3F781;
}

font.login {
	background-color:#005B99;
}
.f_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.f_note {
	color: #772222;
}
.f_white {
	color: #FFFFFF;
}
.f_red {
	color: #FF0000;
}
.f_blue {
	color: #0000FF;
}
.f_gray {
	color: #CCCCCC;
}
.f_size_n {
	font-size: 12px;
}
.f_menutitle {
	color: #001086;
	font-size: 14px;
	font-weight: bold;
}
.f_menusub {
	color: #555555;
	font-weight: bold;
}
.f_large {
	font-size: 18px;
}
.f_small {
	font-size: 10px;
}
.f_smallb {
	font-size: 9px;
	font-weight: bold;
}
.f_bold {
	font-weight: bold;
}

tr.col_sum {
	font-weight: bold;
	background-color: #FFFFE0;
}

td.col1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0088ee;
}

.shopname {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.col2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	background-color: #a8dbfa;
	/*background-color: #d8eff5;*/

}
.col3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	background-color: #eef8fa;
}
.col4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	background-color: #eefefa;
}
.col_search {
	background-color: #eef8fa;
}

.col_error {
	background-color: #FFCCCC;
}
.button {
	font-size: 12px;
	line-height: 18px;
	background-color: #DCDCDC;
}

.eng {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
}

input {
	font-family:Arial,Helvetica,sans-serif;
}

textarea {
	width:98%;
}

/*通常ボタン*/
.btn1{
	border-width: 2px;
	border-color: #B0E0E6;
	background-color: #d8eff5;
	text-align: center;
	color: #000000;
	font-weight: normal;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}

/*通常ボタン無効*/
.btn1_0{
	border-width: 2px;
	border-color: #B0E0E6;
	background-color: #d8eff5;
	text-align: center;
	color: #bbbbbb;
	font-weight: normal;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}

.btn2{	/*注意レベルボタン*/
	border-width: 2px;
	/*border-color: #9ACD32;
	background-color: #DBFF8E;*/
	/*border-color: #B0E0E6;
	background-color: #d8eff5;*/
	/*border-color: #ff5050;
	background-color: #ffc0c0;*/
	background-color: #FFC0CB;
	border-color: #DB7093;
	text-align: center;
	color: #000000;
	font-weight: normal;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}
.btn5{	/*設定ボタン*/
	border-width: 2px;
	border-color: #9ACD32;
	background-color: #DBFF8E;
	text-align: center;
	color: #000000;
	font-weight: normal;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}
.btn5:hover {
	background-color: #cdfc69;
	border-color: #1da523;
	border-width: 2px;
}

.btn6 {	/*通常ボタン*/
	/* 指定なし */
}
.btn6:hover {
	border-color: #0088EE;
	border-width: 2px;
}

.btn2_0{	/*注意レベルボタン無効*/
	border-width: 2px;
	/*border-color: #9ACD32;
	background-color: #DBFF8E;*/
	/*border-color: #B0E0E6;
	background-color: #d8eff5;*/
	/*border-color: #ff5050;
	background-color: #ffc0c0;*/
	background-color: #FFC0CB;
	border-color: #DB7093;
	text-align: center;
	color: #bbbbbb;
	font-weight: normal;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}

/*警告レベルボタン*/
.btn3 {
	background-color: #FFC0CB;
	border-color: #DB7093;
	border-width: 2px;
	font-weight: normal;
	text-align: center;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}
.btn3:hover {
	background-color: #f5b6c1;
	border-color: #ff3300;
	border-width: 2px;
}

.btnSubmit {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	width: 100px;
}

div#container {
/*	width:1225px;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
div#header {
	margin: 0px 15px;
}
div#main {
/*	width: 990px;*/
/*	width: 80%;*/
/*	float: left;*/
	font-size: 12px;
	margin: 0px;
	margin-left:5px;
	padding-top: 0px;
/*	padding-left: 5px;*/
	padding-left: 210px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#rside {
	width: 200px;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-left:5px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#footer {
	width:100%;
	clear:left;
}

div.tabbox {

}

div.tab {

}

hr.menu {
	margen-left: 5;
	height: 2px;
	width: 95%;
	color: #0088ee;
}

hr#menu {
	margen-left: 5;
	height: 2px;
	width: 95%;
	color: #0088ee;
}

/* 2010.04.19 add start ------------ */
font.fcol1 {
	color: #FFFFFF;
}
font.fcol2 {
	color: #000000;
}
font.fcol3 {
	color: #000000;
}
font.bold {
	font-weight: bold;
}
.kuromoji {
	color: #000000;
}
.akamoji {
	color: #FF0000;
}
.comment {
	color: #772222;
}
.caution {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
td.search2{
	background-color: #FAE9D3;
}
td.menu2{
	background-color: #c1f4ff;
}
td.menu2_2 {
	background-color: #F4D1A6;
	font-weight: bold;
}

/*/////////検索条件用/////////////////////////////////////////////////*/
.search_table{
	border:solid 1px #0088EE;
}
.search_table .search_row td{
	border-top-color: #0088EE;
	border-top-style: solid;
	border-top-width: 1px;
}
.search_table .search_row td.col3{
	border-right-color: #0088EE;
	border-right-style: solid;
	border-right-width: 1px;
}

/* ---- wnew --- */
table.wnew-table td{
padding:5px 10px;}
/* ---- wnew-btn --- */

td.wnew-td01{
padding:10px 0px;
text-align:center;}



a.wnew-btn01{
text-align:center;
margin:auto;
	width:134px;
	display:block;
	height:27px;
	background:url("../image/wnew_btn01.gif") top no-repeat;
}

a.wnew-btn02{
text-align:center;
margin:auto;
	width:134px;
	display:block;
	height:27px;
	background:url("../image/wnew_btn02.gif") top no-repeat;
}

td.wnew-td01 a:hover{background-position:0 -27px;}

/* ---- wnew_memo --- */
.wnew_memo_table td{
	vertical-align:top;
}


/* カテゴリ一覧 */
table#cat_list {

}

#cat_list tr.cat_item {
	cursor: default;
	/*background-color:#FFFFFF;*/
}
#cat_list tr.cat_item:hover {
	cursor: default;
	/*background-color:#eeeeee;*/
}

.dnd_view {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	position: fixed;
	display: block;
	width: 770px;
	height: 33px;
}

.dnd_notview {
	position: fixed;
	display: none;
}

/*/////////エラー用/////////////////////////////////////////////////*/
td.menu2_err {
	background-color: #FAE9D3;
	font-weight: bold;
	color: #FF0000;
}
/* 2010.04.19 add end   ----------------- */


/***  ソート  ***/
.sortTable tbody tr {
    cursor: move;
}
.sortTable tbody tr .updownCursor {
	padding-left: 23px;
	background: url( "../image/updown_hide.gif" ) no-repeat;
	background-position: 5px center;
}

.sortTable tbody tr:hover .updownCursor {
	padding-left: 23px;
	background: url( "../image/updown_show.gif" ) no-repeat;
	background-position: 5px center;
}
.sortTable tbody td.updownCursor {
    cursor: move;
}
.sortTable tbody tr td:not(.updownCursor) {
    cursor: default;
}
.sortTable tbody td .updownCursor2 {
	padding-left: 23px;
	background: url( "../image/updown_hide.gif" ) no-repeat;
	background-position: 5px center;
}

.sortTable tbody td:hover .updownCursor2 {
	padding-left: 23px;
	background: url( "../image/updown_show.gif" ) no-repeat;
	background-position: 5px center;
}
#divSortPage {
	display: none;
	width: 200px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 10px;
	background-color: rgba( 220, 220, 220, 0.55 );
	text-align: center;
}
.divSortMsgBox {
	margin-top: 120px;
	margin-bottom: -75px;
	font-weight: bold;
	font-size: 18px;
}
.divSortMsgBox:hover + .divSortDDBox {
	background-color: #fffacd;
}
.divSortDDBox {
	width: 180px;
	height: 120px;
	border: 3px dashed black;
	margin-left: 5px;
	background-color: white;
}
.divSortDDBox:hover {
	background-color: #fffacd;
}


.frmLogin {
	border: #0088ee 1px solid;
}

.lockWindow {
	position:	fixed;
	display:	none;
	width:		100%;
	height:		100%;
	top:		0;
	left:		0;
	background-image: url('../image/alpha_gray.png');
}

/******* 文字装飾土台スタイル ********/
.optStyle {
	position:	absolute;
	margin-left:	-100px;
	padding:	5px;
	width:		320px;
	height:		525px;
	border:		none;/* solid 1px #000000; */
	/* background-image: url('./image/optBack.png'); */
	display:	none;
}

.optStat {
	background-image: url('../image/optBackHeader.png');
	background-repeat: no-repeat;
	padding-top:	3px;
	padding-right:	5px;
	padding-bottom:	8px;
}

.optTR {
	background-image: url('../image/optBackCenter.png');
	background-repeat: repeat-y;
	padding:	5px;
}

.optDR {
	padding: 10px;
}

.optEnd {
	background-image: url('../image/optBackFooter.png');
	background-repeat: no-repeat;
}

/* テキストボックス */
.txt_ime-off{
	ime-mode: disabled;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.daicho_main{
  table-layout:fixed;
  font-size:13px !important;
}

/*月報入力*/
#job_list{
  text-align:center;
}

.job_main{
  text-align:center;
  font-size:13px !important;
  table-layout:fixed;
}

.scroll_div{
  overflow:auto;
}


.fixed_header{
  position:absolute;
  top:0px;
  overflow:hidden;
  margin-top:0px;
}

.fixed_header_left{
  position:absolute;
  top:0px;
  overflow:hidden;
  margin-top:0px;
  max-width:104px;
  z-index: -1;
}

.job_main .time{
  width:50px;
  text-align:right;
}

.job_main .job{
  width:150px;
  text-align:right;
}

.job_main .timeTtl{
  width:50px;
}

.job_main .jobTtl{
  width:150px;
}

.job_main .note{
  width:423px;
}

.job_main .sat{
  background: #ebf0f6;
}

.job_main .sun{
  background: #FFEFE5;
}

.job_main .yukyu{
  background: #E7E18F;
}

.job_main .daily:hover{
  cursor: pointer;
  background: #fffe9f;
  outline: 2px solid #ff4949;
  outline-offset: -1px;
}
/* マスタ管理の行をhover */
.master_table tbody tr:hover {
    cursor: pointer;
    background: #fffe9f;
    outline: 2px solid #ff4949;
    outline-offset: -1px;
}

.jobList {
  width:350px;
}

.addTexthead{
  font-weight: bold;
}


.tblRegJob {
	 width: 100%;
	 border-width: 0px;
	 padding: 5px;
	 border-collapse: collapse;

}
.tblRegJob th {
	width: 100px;
	text-align: left;
	border-bottom: solid 1px #333;
	padding-top: 5px;
	padding-bottom: 5px;

}
.tblRegJob td {
	border-bottom: solid 1px #333;
	padding-top: 10px;
	padding-bottom: 10px;

}

.tblRegJob td.error{
	color: #f00;
}

.tblRegJobPattern {
	width: 100%;
	border-width: 0px;
	padding: 5px;
	border-collapse: collapse;
	border: solid 1px;
}
.tblRegJobPattern th {
	background-color: #eee;
	text-align: left;
	border: solid 1px;

}
.tblRegJobPattern td {
	padding-top: 5px;
	padding-bottom: 10px;
	border-style: none;
	border: solid 1px;
}

.tblAddJob{
  width:100%;
}

.tblSerchJob{
  border: solid 1px;
  padding-top: 0px !important;

}

.search_buttons{
  border-bottom:none;
}

.warning{
  color:#c28900;
}

/* spinnerのCSSを上書き */
.ui-widget-content{
  background: #FFFFFF !important;
}


