/*mainp{
    color:red;
    font-size:0.5rem;

}
a{
    text-decoration: none;
    color:blue;
}
hr{
  width:60vw;
}



/* index */
.TopHead{
   height:60px;
   background-color :#2E8B57;
   /* text-align:center; */
   /* border: solid 3px darkgray;線 */
   /* border-radius: 10px;角の丸み */
 }
.TopTitle {
    height:50px;
    display: flex;
    align-items: center;
}
.MainTitle{
    font-size:30px;
    /* text-align:center; */
    color:white;
    margin:5px 25px;
    width: 100%;
    text-shadow:0 5px 5px #5555;
}
.headerleftP1 {
    font-size: 1.6em;
    border: 2px solid #FFF;
    line-height: 1em;
    padding-top: 0.3em;
    padding-right: 1em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
    color: #FFF;
    font-weight: bold;
    float: left;
    margin-left: 40px;
}
.SubTitle{
    height:5vh;
    text-align:center;
    color:white; 
    text-shadow:0 3px 3px #3333;
    display: flex;
    margin-left: auto;
    margin-top: 20px;
    width:40vw;
    justify-content: flex-end;

}
.UserName{
    padding: 1px;
    font-size: 1rem;
    margin:0 1vw;
}

.TopLink{
    color:black;
}
#TopUnder{
    margin-top:5px;
    height:80px;
    /* display:flex; */
    align-items: center;
    margin-left:35px;
}
.TopSearch{
	/* width:100vw; */
    text-align:center;
}
.TopSend{
	/* width:30vw; */
    text-align: center;
}
input#SearchForm {
    height: 2em;
    width: 200px;
    margin: 2%;
    /* border-radius: 5px; */
    border: 1px solid #999; 
}

.IndexBox{
    display:flex;
    min-height: 78vh;
    /* max-height: 800px; */
}
.IndexAll{
    margin-top:10px;
    width:500px;
    margin-left:30px;
    /* border: solid 3px #a9a9a9;/*線*/
    /* border-radius: 10px;角の丸み */
    max-height: 80vh;
}
.IndexTitle{
   text-align:center;
   margin-top:10px;
   margin-bottom:10px;
}
.IndexOne{
    max-height: 78vh;
  width:500px;
  font-size: 12px;
  margin:5px;
  background-color :#DDDDDD;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.SideBar{
    /* text-align:center; */
    margin-top:10px;
	min-width:850px;
    margin-left:50px;
    /* background-color :#DDDDDD; */
    /* border: solid 1px #000000;線 */
    /* border-radius: 10px;角の丸み */
}
.SideTitle{
        margin-top:10px;
        margin-bottom:10px;
}
.TagLink{
        margin-bottom:10%;

}
.UnderTitle{
    height:4vh;
    background-color :lightgray;
    font-size:1.5rem;
    text-align:center;
  border: solid 3px darkgray;/*線*/
  border-radius: 10px;/*角の丸み*/

}

/* new */
.Main{
       text-align:center;

}
.FormTitle{
	background-color :lightyellow;
        margin-top:10px;
}
.ContactForm{
        min-height:65vh;
	background-color :lightyellow;
        border: solid 3px khaki;/*線*/
        border-radius: 10px;/*角の丸み*/
}
.ContactSub{
     text-align:center;
     margin:10px;
}
.requied{
    font-size:0.5rem;
    color:red;
}
p.error{
    margin:5px;
}

/*button*/
.reset_btn {
    display: inline-block;
    padding: 0.3em 0.5em;
    text-decoration: none;
    background: #3366FF;
    color: #FFF;
    border: #3366FF;
    border-radius: 3px;
    font-size: 1rem;
}
.reset_btn:hover {
  background: 	#3366CC;
}

.insert_btn{
    display: inline-block;
    padding: 0.3em 0.7em;
    text-decoration: none;
    background: #3366FF;
    color: #FFF;
    border: #3366FF;
    border-radius: 3px;
    font-size: 1rem;
}
.insert_btn:hover {
    background: #3366CC;
}


.TagSelect {
    width:99%;
    border: 1px solid #bbb; 
    margin-bottom:2px;
}

/*modal*/

.text-success {
    color: #28a745!important;
}
.text-success {
    color: #28a745!important;
}
.text-success {
    color: #28a745!important;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    font-size: 0.5rem;
}

.btn-danger {
    color: #fff;
    /* background-color: #dc3545; */
    /* border-color: #dc3545; */
    font-size: 0.5rem;
    background-color:linear-gradient(to bottom, #c9e800 0%, #319e00 94%, #71bd00 97%);
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-dialog {
    max-width: 3000px;
    margin: 1.75rem auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    background-color :#DDDDDD;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color :#DDDDDD;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-color :#DDDDDD;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.form-controler {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    background-color :#DDDDDD;
}

.popup {
    box-shadow: 0 0 0 9999px rgba(0 0 0 / 50%);
    background-color: #efefef;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    width: 400px;
    height: 200px;
    border-radius: 10px;
}
/* チェックボックスの初期設定 */
#popup-on{
    display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
    display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
border-radius: 0 10px 0;
}

/* 閉じるボタン */
a#btn-close{
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    border-radius: 3px;
}

/* 開くボタン */
.btn-open{
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    width: 95%;
    text-align: center;
    padding: 1px 10px;
}

/* ポップアップの内容 */
.popup-content{
    margin: 40px auto 40px auto;
    width: 90%;
    text-align: center;
    color: black;
}

.authority_title{
    margin-left:10vw;
    margin-top:10;
}
.Title{
    margin-top:2vh;
}

.UserInsert{
    width:30vw;
    margin-left:10;
}
.Space_authority{
    margin-left:10vw;
    margin-top:10;
}

/* 阿修羅対応 */
.GRgray {
    color: #FFF;
    background-color: #2e8b57;
}
.GRblue {
    color: #FFF;
    background-color: #669966;
}

.TXleft {
    text-align: left !important;
}
.BTNsmall {
    border-radius: 3px;
    padding: 0.8em 1.2em;
    display: inline-block;
    margin: 1px 1px;
    font-weight: bold;
    font-size: 8px;
    -moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.35);
    text-shadow: 2px 1px 0px rgb(0 0 0 / 35%);
    line-height: 1em;
}

.BTNyellow {
    color: #FFF;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #bd9400), color-stop(0.94, #9e6200), color-stop(0.00, #e8da00));
    background: -webkit-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
    background: -moz-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
    background: -o-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
    background: -ms-linear-gradient(top, #e8da00 0%, #9e6200 94%, #bd9400 97%);
    background: linear-gradient(to bottom, #e8da00 0%, #9e6200 94%, #bd9400 97%);
}
.BTNyellow:hover {
    color: #FF0000;
    border: none;

}

.BTNgreen {
    color: #FFF;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #71bd00), color-stop(0.94, #319e00), color-stop(0.00, #c9e800));
    background: -webkit-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
    background: -moz-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
    background: -o-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
    background: -ms-linear-gradient(top, #c9e800 0%, #319e00 94%, #71bd00 97%);
    background: linear-gradient(to bottom, #c9e800 0%, #319e00 94%, #71bd00 97%);
}
.BTNgreen:hover {
    color: #FF0000;
    border: none;
}
.tableUP1 td, .tableUP1 th {
    border: 1px solid #595959;
    padding-top: 0.3em;
    padding-right: 1em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    height: 20px;
}

.tableUP1 {
    border: 1px solid #595959;
    background-color: #151515;
    background-color: #777;
    background-color: #ccc;
    /* width: 100%; */
    /* max-width: 800px; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table1 {
    border: 1px solid #595959;
    background-color: #151515;
    background-color: #777;
    background-color: #ccc;
    /* width: 100%; */
}
.midashiSmall {
    font-weight: bold;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.contentHead16 {
    margin-top: 30px;
}
#mainMenuWrap {
    width: 100%;
    height: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #696969), color-stop(0.94, #909090), color-stop(0.00, #ebebeb));
    background: -webkit-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
    background: -moz-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
    background: -o-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
    background: -ms-linear-gradient(top, #ebebeb 0%, #909090 94%, #696969 100%);
    background: linear-gradient(to bottom, #ebebeb 0%, #909090 94%, #696969 100%);
}