@charset "utf-8";
@import 'common.css';

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

#container {
	width: auto;
	height: auto;
	position: relative;
}

/*-----トップ-----*/
#contents {
	text-align: center;
	padding-top: 50px;
	height: 300px;
}

.logo_t {
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-bottom: 20px;
}

.pdf_c {
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
	line-height: 165%;
}

.progress-bar {
	width: 350px;
	margin: 10px auto;
	border: 1px Green solid;
	text-align: left;
}
#progress-bar {
	width: 0;
	height: 4px;
	margin: 0;
	background-color: Green;
}
#status {
	width: 350px;
	margin: 10px auto;
	font-size: 10pt;
}

.ftm {
	clear: both;
	width: auto;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.new {
	font-size: 8pt;
	color: Red;
}

