@charset 'UTF-8';
.cloneable { display: none;}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

input {
	height: 28px;
	margin: 2px 0 2px 0;
}

select {
	height: 28px;
}

#footWrap {
    width: 100%;
    background-color: #283430;
    color: #f0f2eb;
    padding-top: 45px;
}
#footWrap #footer{
    height: auto !important;
}
#footWrap #footer #addressWrap {
    font-size: 0;
    padding: 28px 0;
  }
#footWrap #footer #addressWrap > div {
    display: inline-block;
    vertical-align: middle;
}
#footWrap #footer #addressWrap #footLogo {
    margin-right: 35px;
}
#footWrap #footer #addressWrap .address p {
    font-size: 12px;
    line-height: 180%;
}
#footWrap #copyright {
    background-color: #202a28;
    padding: 20px 0;
}
#footWrap #copyright p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#grant_report {
    padding-bottom: 100px;
    text-align: left;
}
#grant_report h3 {
    background: #4b95cb;
    padding: 5px 10px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
}

#grant_report table th {
    background: #c9dfef;
    border-color: #ffffff;
    font-weight: normal;
    padding: 15px 10px;
}
#grant_report table td {
    border-color: #cccccc;
    border-right: solid 1px #cccccc;
    padding: 5px 10px;
}
#grant_report table td:last-child {
    border-right: none;
}
#grant_report table thead th , #grant_report table thead td{
    text-align: center;
}
#grant_report table td.status{
    text-align: center;
}
#grant_report table caption {
    background: #a8d990;
    text-align: left;
    padding: 5px 10px;
}

#grant_report table td div {
	color: #f7931e;
	float: right;
    margin-right: 50px;
}

.txt_center {
	text-align: center;
}

#grant_report a.btn{
    background: #52b422;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    margin: 0;
    display: block;
}
#grant_report span.green {
    color: #4b95cb;
}


#grant_report .description{
    text-align: left;
    padding: 0 10px;
    margin: 15px 0px;
}

#grant_report .report_files .upload {
    float: left;
}
#grant_report .report_files .uploaded{
    float: right;
} 

#grant_report .report_files .upload td{
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    height: 40px;
    vertical-align: middle;
}

#grant_report .report_files .uploaded td{
    text-align: center;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    height: 40px;
    vertical-align: middle;
}
#grant_report .report_files .uploaded td input{
    min-width: 100px;
}

#grant_report .confirm_btn_area {
    padding-top: 50px;
}
#grant_report .confirm_btn_area a.btn {
    min-width:200px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
}



/**/
#grant_report .information {
    width: 100%;
    border: solid 1px #cccccc;
}
#grant_report .information caption {
    background: #4b95cb;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border: solid 1px #cccccc;
    border-bottom: none;
}

#grant_report .information tr:nth-child(odd) {
    background: #e0e4ed;
}
#grant_report .information tr:last-child td {
    border-bottom: none;
}


#grant_report #tbl_kenkyu_soshiki h1 {
    display: none;
}


#grant_report table.ict td {
    text-align: center;
    border-left: none;
    border-right: none;
}
#grant_report table.ict td input{
    text-align: right;
}

textarea.l {
	width: 98%;
	height: 100px;
}

.mgt5 {
	margin-top: 5px;
}

#grant_report table td .btn_bank {
    color: #ffffff;
    cursor: pointer;
    background: #ffab00;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
	float: none;
}

.report input.readonly {
    background-color: #cdcdcd;
}
