.IndexSubtitle{
	font-size: 14px;
    text-align: left;
    padding-left: 15px;
    /*width: 580px;*/
    width: 100%;
}
.IndexSubtitle p{
	margin: 0px;
	color: #0a127d;
	width: 90%;
	padding-left: 5em;
	text-indent: -5em;
}
.IndexMain{
	 width:  920px;
	 margin:  auto;
	 padding: 9px;
	 padding-top: 9px;
	 margin-top: 10px;
	 /*box-shadow: 4px 4px 37px 3px #fffce8;*/
	 background: #fbfbfb;
     height: 274px;
}
.Kigen{
	width: 900px;
    font-size: 18px;
    color: red;
    font-weight: bold;
    margin: auto;
    position: relative;
    bottom: 0px;
    margin-bottom: 100px;
}
.Kigen table{
	border-collapse: collapse;
}
.Kigen tbody{
	text-align: center;
    border: solid 1px red;
}
.Kigen td{
	border-right: solid 1px red;
}
.MissionKigen{
	width: 165px;
    border-bottom: solid 1px red;
    background: #dc0c0c;
    color: white;
}
.Oshirase{
    border: solid 2px white;
    padding: 9px;
    margin-bottom: 9px;
    background: #d2eade;
    width: 60%;
    height: 250px;
    float: left;
    /*overflow-y: auto;*/
}
.OshiraseList::-webkit-scrollbar{
  width: 10px;
}
.OshiraseList::-webkit-scrollbar-track{
  background: #d2eade;
  border: none;
}
.OshiraseList::-webkit-scrollbar-thumb{
  background: #aaa;
}
.OshiraseList{
	height: 210px;
    overflow-y: hidden;
}
.OshiraseMessage{
	width: 495px;
    margin-bottom: 10px;
    padding-left: 2.5em;
    text-indent: -1.3em;
}
.icon_pdf{
	width: 16px;
    vertical-align: middle;
}
.GyoumuCreate{
	 width: 35%;
	 float:  left;
	 border: solid 2px white;
	 padding: 9px;
	 height: 120px;
	 background: #f3dede;
	 /*background: #eaeaea; */
	 /* border: solid 2px gainsboro; */
	 /*background: #e3def3;*/
}
.GyoumuList{
	 /*width: 340px;
	 position: relative;
	 bottom: 87px;
	 left: 90px;*/
}
.TempData{
	 color: #ff3d00;
	 font-weight:  bold;
}
.SakuseiAlready{
	 pointer-events: none;
	 color: #b1b1b1;
}
.PDFAlready{
	 padding-left: 20px;
	 color: #ff3d00;
	 font-weight:  bold;
}
.Sakuseidiv{
	 padding-left: 13px;
	 padding-bottom: 20px;
}
.PDfList{
	width: 35%;
    float: left;
    border: 2px solid white;
    padding: 9px;
    background: rgb(213, 230, 245);
    height: 250px;
}
.KigenMssage1{
	font-size: 25px;
    margin-bottom: 0px;
    color: red;
    font-weight: bold;
}
.KigenMssage2{
	font-size: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: red;
}
.InputInformation{
	padding: 20px 0px 20px;
}
.InputInformation table{
	border-collapse: collapse;
    border: solid 1px #b5b6b7;
    width: 750px;
    margin: auto;
}
.InputInformation table thead tr th{
	border-bottom: solid 1px #b5b6b7;
    border-right: solid 1px #b5b6b7;
    font-weight: normal;
    text-align: left;
    padding-left: 15px;
}
.InputInformation table tbody tr{
	height: 3em;
}
.InputInformation table tbody tr td{
	border-bottom: solid 1px #b5b6b7;
    border-right: solid 1px #b5b6b7;
    font-weight: normal;
    text-align: left;
    padding-left: 15px;
}
.Enddata_td{
	text-align: center !important;
	padding-left: 0px !important;
}
.Houkokusyo{
    text-align: center !important;
    padding-left: 0px !important;
}
.HoukokusyoIcon{
	width: 21px;
    /*height: 25px;*/
    vertical-align: middle;
}
.I0conMarkIndex{
	 width: 25px;
	 vertical-align: top;
}
/*** ���nPDF *****/
.defPDF{
	 width: 48em;
	 margin:  auto;
     margin-bottom: 60px;
}
.defPDFimg{
	 width:  18px;
	 vertical-align:  baseline;
}
.defPDF .PDFdownload {
	position: absolute;
    right: 0;
    top: -3px;
}



/*******    ���O�C���p      ***********/
.InputLogin{
	 font-size: 20px;
	 margin: auto;
	 padding: 10px;
}
.LoginTitle{
	color: #0c4373;
    font-weight: bold;
}
.InputLogin input[type="text"]{
	padding: 5px;
    border-radius: 5px;
    border: solid 1px #c5c5c5;
    height: 35px;
    width: 400px;
    font-size: 18px;
    color: #484848;
}
.InputLoginMassage{
	 font-size:  15px;
	 padding-left: 15px;
}
.LoginMain{
	text-align: center;
    border: solid 2px #4678b5;
    width: 600px;
    margin: auto;
    margin-top: 50px;
}


/********* �����f�B���O�y�[�W�p   ***********/
.h5_notes {
    font-size: medium;
    margin: 0px;
    padding: 0 0 5px 0;
}
.notes_border_box {
    border: 1px solid #c8c8c8;
    padding: 20px 30px;
}






/******   modal   ******/
#modal_contentu{
	border: solid 1px #a9e8e8;
    height: 180px;
    display: none;
    z-index: 2;
    background: white;
    position: fixed;
    width: 500px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 5px;
}
#modal_close{
	margin: 0px;
    text-align: center;
    margin-left: 465px;
    font-weight: bold;
    color: #ffffff;
    border: solid 1px;
    width: 20px;
    background: #e0225e;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 4px;
    cursor: pointer;
}
#modal_over{
	z-index: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(140, 140, 140, 0.57);
}
/******   modal   ******/