@charset "utf-8";


input#contents{
	width:inherit;
}
/* メインコンテンツ */
#main {
  margin: 0 auto;
  -moz-box-shadow: 2px 2px 3px #b7b7b7;
  -webkit-box-shadow: 2px 2px 3px #b7b7b7;
  box-shadow: 2px 2px 3px #b7b7b7;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width:1080px;
}

#main.lst{
  max-width: 1250px	;
      width: 1250px;
}

#main_header {
  height: 70px;
}
#main h1 {
  height: 13px;
  min-width: 256px;
  color: #ffffff;
  font-size: 108%;
  font-weight: normal;
  float: left;
  text-align: center;
  line-height: 16px;
  margin-left: -5px;
  position: relative;
  padding: .75em 1em;
  background-color: #02a4f5;
  -moz-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-box-shadow: 2px 2px 3px #b7b7b7;
  -webkit-box-shadow: 2px 2px 3px #b7b7b7;
  box-shadow: 2px 2px 3px #b7b7b7;
}
#main h1::before, #main h1::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
#main h1::before {
  left: 0;
  border-width: 0 5px 5px 0;
  border-right-color: #065cf4;
}
#fnav {
  float: right;
  height: 100%;
}
#fnav li {
  float: left;
}
#fnav a {
  display: block;
  width: 100px;
  height: 59px;
  text-align: center;
  color: #22262e;
  padding: 5px 0;
  border-left: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.fnav_item_img {
  display: block;
  width: 100px;
  height: 32px;
}
.fnav_item_txt {
  display: block;
  width: 100px;
  font-size: 93%;
  height: 23px;
  line-height: 23px;
  color: #333;
  margin-top: 5px;
}
#fnav a:hover {
  background: #cccccc;
}

#main_contents {
  padding: 10px;
}
#main_contents_inner {
  /*width: 1140px;*/
  width: 100%;
  margin: 0 auto;
  min-height: 430px;
}
input.input,textarea.input{
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;

    margin-bottom:4px;
}
input.readonly{
	border:none;
}
select {
	  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
      font-family: inherit;
    margin-bottom:4px;
}
select.readonly{
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
appearance: none;	/* 標準のスタイルを無効にする */
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
}

div#conditions div,div.header div{
}

/* 一覧 */
#conditions {
  width: 100%;
  margin: 0 auto;
}

#conditions li {
  margin-bottom: 10px;
}

#conditions label,div.header label {
  display: inline-block;
  width: 140px;
  font-weight: bold;
  color: #333;
  margin-right: 3px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: right;
  position: relative;
}
.updateButton{
  border: 0px;
  width:100%;
  height:100%;
  background: url(../images/update.png) no-repeat;
  background-position:50% 50%;
  text-indent: -9999px;
}
.updateButton:hover {
  cursor: pointer;
}
.deleteButton{
  border: 0px;
  width:100%;
  height:100%;
  background: url(../images/delete.png) no-repeat;
  background-position:50% 50%;
  text-indent: -9999px;
}
.deleteButton:hover {
  cursor: pointer;
}

/*#box_list {
  margin-bottom: 10px;
}*/

/* 詳細 */
#main_table {
  /*margin-top: 20px;*/
  /*width: 1140px;*/
  width: 100%;
  border: 0px;
}
#main_table th, #main_table td {
  border: 1px solid #ccc;
  padding: 10px;
 }
#main_table th {
  background-color: #f4f3ef;
  width: 280px;
  text-align: right;
}

#main_table input[type="text"]:not([readonly="readonly"])
, #main_table select {
  background-color: #f9f9f9;
}
#main_table label ,#main_contents label{
/*  display: block;
  float: left;
  width: 150px;
  font-weight: bold;
  margin-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: right;
*/
  color: #333;
  position: relative;
  padding-right: 10px;
  font-weight: bold;
}
.readonly {
  border: none;
  background-color: transparent;
}

.info {
  color: #f65a69;
  margin-left: 10px;
}

#main_table input[type="radio"] {
  vertical-align:middle;
}

select:focus {
  border-color: #7F7F7F;
}



.ui-jqgrid tr.jqgrow td{
	height:inherit;
}

/*一覧削除行は灰色表示  */
.ui-jqgrid tr.delflg{
	background-color:#ccc;
}

/*
.ui-jqgrid tr.delflg button.deleteButton{
	visibility:hidden;
}
*/

.hidden {
	display: none;
}

/*削除or復元時は入力不可なので*を表示しない*/
div.削除 .mark_required:before
,div.削除 .mark_find:after
,div.復元 .mark_required:before
,div.復元 .mark_find:after
div.物理削除 .mark_required:before
,div.物理削除 .mark_find:after
{
	content:"";
}

/* 入力エリア基本幅など */
input[class*="[date]"]{
	width:80px;
}

  input[class*="integer"]
 , input[class*="number"]
 , input[class*="exNumber"]{
  text-align:right;
  ime-mode: disabled;
}

/*
input.ime{
	ime-mode: active;
}
input:not(.ime){
	ime-mode: inactive;

}
*/

/* 画像アップロード関係 */
 div.img_upload {
 	margin:4px;
 	display:inline-block;
 }
 div.img_upload div.dragdrop{
	border:1px solid #ccc;

	width:180px;
	height:180px;
}
div.img_upload div.noimage{
	display:none;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#efefef;
	position:relative;

}
div.noimage div{
	    text-align: center;
	    position:absolute;
	    top:0px;
	    bottom:0px;
	    right:0px;
	    left:0px;
	    margin:auto;
	    height:50px;

}
div.img_upload div.button_area{
	text-align:center;
	margin-top: 5px;
}

div.img_upload div.dragdrop img{
	width:100%;
	height:100%;
    object-fit: contain;
}

div.img_upload input.btn_add,div.img_upload input.btn_delete{
    width:80px;
    display:inline-block;
    border-style: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

div.img_upload input.btn_delete{
	    background-color: #ddd;
	    color: #595757;
}


/*ボタン*/
input[type="button"] ,input[type="submit"]{
    width: 630px;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    background-color: #0093ee;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    cursor: pointer;
}


input[type="button"]{
    display: block;
    text-align: center;
    padding: 3px 0;
    font-size: 14px;
    margin: 0 0 0 auto;
    width: 230px;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 2px 0px;
}
input[type="button"].confirm,input[type="submit"].confirm{
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    background-color: #0093ee;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    cursor: pointer;
}

input[type="button"]:active ,input[type="submit"]:active{
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(1px);
}

input[type="button"]:hover, input[type="submit"]:hover {
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* 文字入力制限に関連した入力項目幅設定*/
input[maxlength="1"]{
	width:calc( 10*2px);
}
input[maxlength="3"]{
	width:calc( 10*3px);
}
input[maxlength="4"]{
	width:calc( 10*4px);
}
input[maxlength="8"]{
	width:calc( 10*8px);
}

/* チェックボックスを大きくする */
input[type="checkbox"] {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin: 4px;
}