/* アプリ独自 */

/* **********************************************/
/* テーブル関連設定 */
/* **********************************************/
div#data_area {
  /*width: 1000px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div#data_area table {
  margin-left: auto;
  margin-right: auto;
}
div#data_area table tr td{
  padding: 0 5px 0 2px;
  border-right: solid 1px #ccDDcc;
  border-bottom: solid 1px #ccDDcc;
}
div#data_area table tr.odd td {
  background: #E5EEE5;
}
div#data_area table tr.even td {
  background: #E5EFE5;
}
div#data_area table tr.breakpointline td {
  border-bottom: solid 2px #99DD99;
}
div#data_area table tr th {
  text-align: center;
  padding-left: 1px;
  border-right: solid 1px #bbb;
  background: #CCC;
}
div#data_area table tr td {
}
table.datalist.fullsize {
  /*width: 1000px;*/
  width: 100%;
}
.fixtr {
/*  position: absolute; */
  top: 0px; /* 上からの位置 */
  left: 0px; /* 左からの位置 */
  z-index: 100;
  position: fixed;
}

/* **********************************************/
/* 登録画面 */
/* **********************************************/
div#edit_main{
  margin-left: 10px;
}
#task_edit_table {
  margin-left: 10px;
}
#task_edit_table tr {
}
#task_edit_table td {
  padding: 1px;
}
div#edit_custom_menu{
  padding: 1px;
}
div#regist_data{
  margin: 10px 0;
}
/* **********************************************/
/* 項目別設定 */
/* **********************************************/
input.task_name[type="text"] {
  width: 250px;
}
input.task_det[type="text"] {
  width: 250px;
  overflow: hidden;
}

.form-group {
  margin-bottom: 25px !important;
}
table#daily_task {
  padding: 5px;
  margin: 5px;
  background-color: #2aabd2;
  width: 99%;
}
table#calendar {
}
table#daily_task td {
  min-width: 40px;
  text-align: center;
  border: 1px solid #eee
}
div#login_form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div#login_form input[type="text"] {
  height: 45px;
  width: 200px;
}
div#login_form input[type="password"] {
  height: 45px;
  width: 200px;
}
div#login_form #submit_btn{
  height: 3em;
  width: 100px;
}
/* **********************************************/
/* カレンダー用 */
/* **********************************************/
table#calendar {
  width: 100%;
}
table#calendar th {
  text-align: center;
  background: #EEEEEE;
}
table#calendar td {
  font-size: 90%;
  vertical-align: top;
  text-align: left;
  max-width: 14%;
}
table#calendar th,
table#calendar td {
  border: 1px solid #CCCCCC;
}
table#calendar td p {
  margin: 0;
  padding: 5px;
}
table#calendar td p.end {
  font-size: 94%;
  font-weight: normal !important;
  background: #FDD;
  margin: 0 0 1px 0;
}
table#calendar td p.user1 {
  font-weight: bold;
  background: #FDD;
  margin: 0 0 1px 0;
}
table#calendar td p.user2 {
  font-weight: bold;
  background: #DFD;
}
table#calendar td p.user3 {
  font-weight: bold;
  background: #DFF;
}
table#calendar td a.block {
  display: block;
  width: 100%;
  height: 100%;
  padding : 0;
  margin: 0;
}
p.date {
  background: #DEE;
  text-align: center;
  margin: 0 0 1px 0;
  padding: 5px;
}
table#calendar td.today {
  border: 2px solid #333;
}
table#calendar td.today p.date {
  background: #D9E9F3;
  font-weight: bold;
}
span.sp_youbi {
  display: none;
}
/* モーダル */
.orgmodal{display:none; width:690px; color: #111;}
.orgmodal p{font-size:12px; text-align:justify;}
.modalBody{position: fixed; z-index:1000; background: #fcfcfc; height: 190px; width:380px;padding: 10px;}
.modalBK{position: fixed; z-index:999; height:100%; width:100%;background:#ddd; opacity: 0.02;filter: alpha(opacity=2);-moz-opacity:0.02;}
.close{cursor: pointer; display: block;}

.date_ymd {
  width: 6em;
}
/*for smart phone*/
@media screen and (max-width: 640px) {
  /* テキスト */
  table#calendar tr#youbi {
    display: none;
  }
  span.sp_youbi {
    display: inline;
  }

  table#calendar th,td {
    float: left;
    width: 100%;
    max-width: 100% !important;
    margin: 1px 0;
  }

  input[type="text"] {
    font-size: 125%;
  }

  textarea.task_det {
    width: 150px;
    display: none !important;
  }

}
