#content .btn-disabled {
    background-color: #bdbdbd !important;
    pointer-events: none;
}

br {
    border: none !important;
}

html,body {
    min-height: 100vh;
    background: white;
}
body {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
#container {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    min-width: 1000px;
}

#header {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
    padding: 0;
}
#header h1 {
    background: white;
    padding: 1em 1.5em 0;   
    white-space: nowrap;
}
#header img {
    vertical-align: middle;
}
#header h1 a {
    background: white;
    color: black;
    font-size: 2rem;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-feature-settings: "palt";
}
#header h1 a:hover {
    background: none;
    color: black;
}
#info {
    flex: 1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}
#info li {
    list-style: none;
}

#info li a {
    color: black;
    font-weight: normal;   
    white-space: nowrap;
}

nav {
    position: relative;
    z-index: 9999;
}

nav > ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 3em;
    margin: 0;
    padding: 0 3em;
    list-style-type: none;

   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#157dd7+0,005dad+100 */
    background: rgb(0,98,157,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,98,157,1) 0%, rgba(0,98,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,98,157,1) 0%,rgba(0,98,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,98,157,1) 0%,rgba(0,98,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157dd7', endColorstr='#005dad',GradientType=0 ); /* IE6-9 */
}
nav > ul > li {
    position: relative;
    margin: 0;
}
nav > ul > li > a {
    height: 3em;
    padding: 0 1.5em;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    text-decoration: none;

    -webkit-transform: rotate(0.05deg);
    -moz-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    -o-transform: rotate(0.05deg);
    transform: rotate(0.05deg);  
     white-space: nowrap;
}
nav > ul > li a:hover {
    color: white;
    background: rgba(255,255,255,.2);
}

nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.5);
    white-space: nowrap;
    list-style: none;
}
nav > ul > li:hover ul {
    display: block;
}
nav ul ul li {
    margin: 0;
    padding: 0;
}
nav ul ul a {
    display: block;
    margin: 0;
    padding: .75em 1.5em;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

#footer {
    background: rgba(0,98,157,1);
}
#copyright {
    margin: 0;
    padding-left: 1em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
body {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

#content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: inherit;

}
.content4500{
	width: 4500px;
}
table tr td#tdwidth7{
	width:7em;
}
table tr td#tdwidth10{
	width:10em;
}
table tr td#tdwidth15{
	width:15em;
}
table tr td#tdwidth50{
	width:50em;
    white-space: normal;
}
table tr td#tdwidth30{
	width:30em;
    white-space: normal;
}

/* table tr th.padding-sizeing, */
table tr td#padding-sizeing{
    padding: 6px 0;
}

#content .message {
    order: -2;
    color: red;
    background: none;
    border: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 1rem;
    padding: 1em 0 0;
    margin-bottom: 0;
}
#content .message.success {
    color: blue;
}
#content .view
, #content .index
, #content .form
{
    float: none;
    order: -1;
    flex-order: -1;
    -ms-flex-order: -1;
    width: auto;
    border: none;
    padding-left: 0;
}

h2 {
    vertical-align: middle;
    margin-bottom: 1rem;
    border-bottom: solid 2px #AACF52;
    width: 100%;
    font-size: 1.1rem;
    font-weight: normal;
    color: #000;
}
h2:before {
    content: "\25A0";
    display: inline-block;
    height: 100%;
    width: 1.5em;
    vertical-align: middle;
    color: #AACF52;
    font-size: .5em;
}
#content > .actions {
    float: none;
    order: 100;
    flex-order: 100;
    -ms-flex-order: 100;
    width: auto;
}
#content div.actions {
    padding-left: 0;
}

h3 {
    display: none;
}
#content .actions ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#content .actions .submit {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#content .submit [type=submit]
, #content .actions button
, #content .actions a
{
    min-width: 100px;
    padding: 2px 1em;
    box-sizing: border-box;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    background: #777;
    cursor: default;
    letter-spacing: 1px;
    box-shadow: none;
    text-shadow: none;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
#content .actions button:last-child
, #content .actions a:last-child
{
    margin-right: 0;
}
#content .submit [type=submit]:hover
, #content .actions button:hover
, #content .actions a:hover
{
    background: #999;
}
#content .submit [type=submit][disabled]
, #content .actions button[disabled]
, #content .actions a[disabled]
{
    background: #cacaca;
}

#content table {
    border-style: solid;
    border-color: #777;
    border-width: 1px 0 0 1px;
    /* width: auto; */
    max-width: 90%;
}
#content th
, #content td
{
    border-style: solid;
    border-color: #777;
    border-width: 0 1px 1px 0;
}
#content th {
    background: #999 !important;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
}
#content th
, #content th a
{
    text-align: center;
    font-size: .8rem;
    font-weight: normal;
    color: #fff;
}
#content td.actions {
    padding-right: .25em;
    padding-left: .25em;
    text-align: left;
}
#content td.actions a {
    min-width: auto;
    /* margin: 0 .05em; */
}

#content select {
    padding: 1%;
}
/* 管理者ログイン後のカラー*/
.manager nav ul {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d79315+0,ad7000+100 */
    background: rgb(0,128,128,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,128,128,1) 0%, rgba(0,128,128,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,128,128,1) 0%,rgba(0,128,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,128,128,1) 0%,rgba(0,128,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79315', endColorstr='#ad7000',GradientType=0 ); /* IE6-9 */
}
.manager #footer {
    background: rgba(0,128,128,1);
}

/* 課員ログイン後のカラー*/
.role2 nav ul {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d79315+0,ad7000+100 */
   background: rgb(0,128,128,1); /* Old browsers */
   background: -moz-linear-gradient(top, rgba(0,128,128,1) 0%, rgba(0,128,128,1) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(0,128,128,1) 0%,rgba(0,128,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(0,128,128,1) 0%,rgba(0,128,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79315', endColorstr='#ad7000',GradientType=0 ); /* IE6-9 */
}
.role2 #footer {
   background: rgba(0,128,128,1);
}

/* 外部内勤ログイン後のカラー*/
.role3 nav ul {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d79315+0,ad7000+100 */
   background: rgb(0,128,128,1); /* Old browsers */
   background: -moz-linear-gradient(top, rgba(0,128,128,1) 0%, rgba(0,128,128,1) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(0,128,128,1) 0%,rgba(0,128,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(0,128,128,1) 0%,rgba(0,128,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79315', endColorstr='#ad7000',GradientType=0 ); /* IE6-9 */
}
.role3 #footer {
   background: rgba(0,128,128,1);
}
/* 工場ログイン後のカラー*/
.user nav ul {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d79315+0,ad7000+100 */
    background: rgb(0,98,157,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,98,157,1) 0%, rgba(0,98,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,98,157,1) 0%,rgba(0,98,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,98,157,1) 0%,rgba(0,98,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79315', endColorstr='#ad7000',GradientType=0 ); /* IE6-9 */
}
.user #footer {
    background: rgba(0,98,157,1);
}

#container caption {
    color: black;
}

#user-data:empty {
    display: none;
}
#user-data {
    line-height: 1em;
    width: auto;
    color: #000;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-around;
    -ms-justify-content: space-around;
}
#user-data > div {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
#user-data dt {font-weight: normal;background: transparent;width: 7em;}
#user-data dd {background: transparent;margin: 0;}

@media (-ms-high-contrast: none) {
    body {
        display: block;
    }
}

textarea + div {
	padding: 0;
}
/* 工場トップCSS変更ここ */
table tbody tr td #width7{
	width:7em;
}
table tbody tr td #width10{
	width:10em;
}
table tbody tr td #width15{
	width:15em;
}
table tbody tr td #width20{
	width:20em;
}
table tbody tr td#width30{
	width:30em;
}
table #width40{
	width:40em;
}
table #width50{
	width:50em;
    white-space: normal;
}
table #width30{
	width:30em;
    white-space: normal;
}
/* 工場側申請書類作成の際のファイル登録ボタンの重複を消す。 */
@media screen {
	#filename,#filename2,#filename3,#filename4,#filename5,#filename6,#filename7,#filenameNew4,#filenameNew5,#filenameNew6,#filename8,#filename9,#filename10 {
		display: none;
	}
}
/* 工場側申請書類印刷の際のファイル登録ボタンの重複を消す。 */
@media print {
	#filename,#filename2,#filename3,#filename4,#filename5,#filename6,#filename7,#filenameNew4,#filenameNew5,#filenameNew6,#filename8,#filename9,#filename10 {
		display: none;
	}
}
.browse_btn {
	background-color: #e9e8e8;
	padding: 4px;
	border-radius: 3px;
	font-weight: normal;
	border: 1px solid#000;
}
#filebrowse{
	white-space: nowrap
}
#dummy_file{
	border: none;
	background-color: transparent;
}


input#V3415TekiyozumiHenkoTodokeT3401010,
input#V3415TekiyozumiHenkoTodokeT3401010To {
	width: 15px;
	max-height: 10px;
    padding: 5px;
}

#V3415TekiyozumiHenkoTodokeIndexForm {
    max-width: 1620px;
}

#V3415TekiyozumiHenkoTodokeT3401010 {
    padding: 1px;
}

#V3415TekiyozumiHenkoTodokeT3401010To {
    margin-right: 7px;
    margin-left: 7px;
}
div.input text{
    margin-right: 7px;
}

input.main {
    width: 85px !important;
}

#datepicker_to{
    margin-left: 12px !important;
}
.ui-datepicker-trigger {
    height: 23px;
}

/* .search label {
    margin-left: 0.5rem;
} */

#width-10em {
    width: 10em;
    white-space: normal;
}

#width-25em {
    width: 25em;
    white-space: normal;
}

#width-30em {
    width: 30em;
    white-space: normal;
}

#width-40em {
    width: 40em;
}

.t30HenkoTodokes form {
	width: 3000px;
}

#T34HenkoTodokeItem0T3403015,
#T34HenkoTodokeItem0T3403010 {
    width: 31em;
}

.col-shubetsu,
#content .col-renraku
{
    width: 30em;
    white-space: normal;
}

#width400 {width: 400px;}

 /* 別のmax-width:90%;の影響でmax-widthを指定しないといけない。 */
table#width3000 {
    width: 3000px;
    max-width: 4000px;
}

.form-width {
    width: 60em;
}

textarea.form-height {
    height: 30em;
}

.auto-textarea {
    resize: none; 
    min-height: 100px; 
    width: 100%;
}

table.background-none tr:nth-child(even) {
    background: none;
}

.border-white {
    border-color: white !important;
    background-color: white !important;
    outline: none;
    border: white;
}

.border-yellow {
    border-color: #ffffe0 !important;
    background-color: #ffffe0 !important;
    outline: none;
}

.cream {
    background-color: #ffffe0 !important;
}

.errorMessage {
    color: red;
}
.redMessage {
    color: red;
}
.margin0 {
    margin: 0px;
}

.displayNone {
    display: none;
}

/* 品質管理実施状況説明書 表サイズ修正 14.5文字*/
/* .form14em {
    max-width: 14.8em;
} */

.form14em {
    /* 15文字以内or 14.5文字*/
    max-width: 15.2em;
}

.margin6 {
    margin: 6px;
}

#content th.white-spaceNormal {
    white-space: normal;
}

#whitebox {
    background: white;
    color: #333;
    border-style: solid;
    border-width: 1px;
    width: 90%;
    margin: .5em;
}

th.th12em {
    width: 12em;
}

th.width150 {
    width: 150px;
}

th.width600 {
    width: 600px;
}

td.width350 {
    width: 350px;
}

textarea.width95per {
    width: 95%;
    margin: 5px;
}

.radio0 {
    margin: 0;
    padding: 0 0 0 7px;
}

.all0 {
    margin: 0;
    padding: 0;
}

.width30 {
    width: 30px;
}

div.width1300 form {
    width: 1300px;
}

#content .margin3{
    margin: 3px !important;
}

.border-none {
    border: none !important;
}

textarea.width98per {
    width: 98%;
}

.form textarea.body_font {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 14px !important;
}