.CompanyMain{
	 margin:  auto;
	 width:  940px;
	 padding-bottom: 50px;
}
.DataImport{
	border: solid 1px #227ece;
    padding: 10px;
    margin-top: 2em;
}
.DataImportOshirase{
	margin: 0px;
    width: 480px;
    float: left;
    font-size: 14px;
}
.Inport{
	position: relative;
    bottom: 1em;
    text-align: right;
    float: right;
    width: 438px;
}
.InportText{
	 font-size:  14px;
	 /*padding-right:  235px;*/
	 padding-right:  18.7em;
	 position:  relative;
	 bottom:  5px;
}
input[type="file"]{
	width: 440px;
	border: solid 1px #adadad;
}
.Formatdown{
	 position:  relative;
	 text-align: right;
}
.Formatdownlink{
	/*text-decoration-line:  underline;
	text-decoration-color: blue;
	color:  blue;
	cursor: pointer;
	text-decoration: underline;*/
}
.CompanList h3{
	margin-bottom: 0;
    margin-top: 2em;
}
.CompanList table{
	border-collapse: collapse;
	width: 940px;
    font-size: 15px;
    border: solid 2px #c3dae8;
    border-spacing: 0px;
    border-radius: 9px;
}
.CompanList table tbody th,
.CompanList table tbody td{
	border-right: solid 2px #c3dae8;
}
.CompanList th{
	    background: aliceblue;
	    font-weight: normal;
}
.Companycode{
	width: 100px;
    text-align: center;
}
.EndCompany{
	width: 60px;
    text-align: center;
}
.Company{
	    width: 410px;
	    padding: 10px;
}
.LatestDate{
	width: 170px;
    font-size: 15px;
    text-align: center;
}
.TemporarilySaved{
	width: 110px;
    text-align: center;
}
.ComStatusColor{
	color: #1d00ff;
	font-weight:  bold;
}
.PDFCreate{
	width: 110px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0px;
}
.PDFCreateFinish{
	color: #e4275a;
}
.PDFCreateNone{
	color: #d4440b;
    font-weight: bold;
}
.List{
	 border-bottom: solid 2px #c3dae8;
	 height: 66px;
}
.Hedderborder{
	border-bottom: solid 2px #c3dae8;
}

.PDFCom{
	padding: 30px 0px 0px;
    text-align: center;
}
.PDFComB{
	width: 500px;
    height: 50px;
    font-size: 30px;
    border-radius: 9px;
    background: #ff964a;
    color: #f1f1f1;
    border: solid 2px #adadad;
    box-shadow: 2px 2px 5px 0px #d4d4d4;
}
.ComBMsg{
	width: 675px;
    margin: auto;
    text-align: left;
    margin-bottom: 10px;
}
.CompanyAllMSG{
	color: red !important;
    font-weight: bold;
    font-size: 16px;
    /*text-align: center;*/
    padding-top: 10px;
    /*width: 80%;*/
    /*margin: auto;*/
}
.Errordetail{
	width: 80%;
	/*margin:  auto;*/
	padding-left: 1em;
}



/********* メッセージ ************/
.CompayOshiraseMsg h3{
	color: #1a7cd4;
    font-size: 20px;
    margin-bottom: 0px;
}



/****    チェックボックス    ****/
.checkbox {
	position: relative;
    padding: 0px;
    cursor: pointer;
	}
.EndCompany input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}
.checkbox:hover:after {
	border-color: #0171bd;
	}
.checkbox:before{
    position: relative;
    top: 5px;
    left: 19px;
    display: block;
    margin-top: -7px;
    width: 8px;
    height: 15px;
    border-right: 4px solid #0171bd;
    border-bottom: 4px solid #0171bd;
    content: '';
    opacity: 0;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
	}
.checkbox:after{
	position: relative;
    top: 0px;
    left: 11px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #7d7d7d;
    border-radius: 6px;
    z-index: 1;
    content: '';
}

/****    チェックボックス    ****/



/******   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   ******/



/******   modal   ******/
#modal_contentu_c{
	/*border: solid 1px #a9e8e8; */
    height: 180px;
    display: none;
    z-index: 2;
    /* background: white; */
    position: fixed;
    width: 55px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
}
#modal_close_c{
	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_c{
	z-index: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(51, 51, 51, 0.57);
}
#modal_contentu_c p{
	width: 60px;
    /* padding: 30px; */
    /* padding-top: 40px; */
    margin: auto;
    z-index: 10;
    color: white;
}
#modal_contentu_c button{
	width: 110px;
    height: 25px;
}
/******   modal   ******/

