	#main .upload_box {
		box-sizing: content-box;
	}

	.upload, .uploaded {
		float: left;
	}
	.upload {
		margin-right: 10px;
	}

	.blue {
		color: #4b95cb;
	}
	
	#grant_report .report_files .upload th, #grant_report .report_files .uploaded th {
		background-color: #aaa;
	    border: 1px solid #999;
	}
		
	#grant_report .report_files .upload td, #grant_report .report_files .uploaded td {
		border: solid 1px #cccccc;
		height: 40px;
		vertical-align: middle;
		/* background-color: #ffffff; */
		padding: 0 5px;
	}

	#grant_report .report_files .upload td .hide, #grant_report .report_files .uploaded td .hide {
		display: none;
	}

	#grant_report .report_files .upload th:nth-last-child(-n+2), #grant_report .report_files .upload td:nth-last-child(-n+2) {
		padding: 0 10px;
		/* text-align: center; */
		margin: 0 auto;
	}

	#message {
		width:90%;
	}

/****************************************
* 福武財団のcssをコピー（主にfooter関連）
*****************************************/
/* body { */
body #footer {
    font-family: "中ゴシックBBB", -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: #535353;
    letter-spacing: 0.5px;
    line-height: 1.5;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* h2 span.ja, #grant_report h3, select, textarea, button, input[type=text] { font-family: "中ゴシックBBB", -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; } */

/* デフォルトのfooterの黒い部分を非表示 */
#container {
    background-image: none;
}

.navi_on #footer {
	padding: 50px 0 30px;
	/* z-index: 1; */
	background: #E5EAED;
	position: relative;
	width: 100%;
	text-align: left;
	height: auto;
	font-size: 14px;
}

.inner_cnt {
	margin: auto;
    width: 1110px;
}

#footer h2 {
	font-size: 100%;
	font-weight: 500;
	padding: 15px 0 20px;
	position: relative;
}
#ft_siteindex {
	padding: 0 0 48px;
	border-top: 1px dotted #848484;
	width: 787px;
	float: left;
}

#footer nav, ul, li {
    list-style: none;
}

#ft_nav > ul { 
	float: left;
	padding-inline-start: 0px;
	margin: 0;
}

#ft_nav > ul:nth-of-type(1) { width: 30%; }
#ft_nav > ul:nth-of-type(2) { width: 35%; }
#ft_nav > ul:nth-of-type(3) { width: 25%; }
#ft_nav > ul ul { padding: 2px 0 15px; }
#ft_nav > ul ul ul { padding: 0; }
#ft_nav > ul > li > a { font-size: 16px; }
#ft_nav li li li a { font-size: 13px; }

#footer nav > ul {
    padding-inline-start: 0px;
	margin: 0;
}

#footer p {
	margin: 0;
}

#footer .copy {
	margin: 0;
	padding: 0;
}

#ft_nav a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
}

#footer a {
	color: #535353;
}

#ft_nav a:hover { opacity: 0.6; }

#ft_link {
	padding: 0 0 48px;
	border-top: 1px dotted #848484;
	width: 253px;
	float: right;
}

#ft_link > ul { 
	float: left;
	padding-inline-start: 0px;
	margin: 0;
}

#ft_link li { padding: 4px 0 0; }
#ft_link li:first-child { padding: 0; }
#ft_link li a:hover { opacity: 0.6; }

#ft_sub_nav {
	padding: 12px 0 0;
	border-top: 1px dotted #848484;
}

#ft_sub_nav li {
	padding: 0 20px 0 0 ;
	display: inline-block;
}

#ft_sub_nav li a {
	font-size: 12px;
	text-decoration: none;
}

#ft_sub_nav li a:hover { text-decoration: underline; }

#footer .copy {
	font-size: 10px;
	padding-top: 5px;
}
