/*-----フォーム-----*/
.upimagePre{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #999;
}
.upimagePre:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.upimagePre div.upimage,
.upimagePre div.fileForm{
	float:left;
}

.upfilePre{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #999;
}
.upfilePre:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.upfilePre div.fileForm,
.upfilePre div.upfileName{
	float:left;
}

.upimage div{
	width:80px;
	height:80px;
	text-align:center;
	background-color:#f5f5f5;
	display:table-cell;
	vertical-align:middle;
}
.upimage div.waite{
	background: url("./image/loading.gif?1") center center no-repeat;
	background-size:50%;
}

.upfileName{
	margin:0 0 0 10px;
}
.upfileName input{
	margin:0;
	display:block;
	width:300px;
}

.fileForm .file {
	overflow: hidden;
	position: relative;
	font-size: 1rem;
	line-height:1.005;
	padding:6px 30px;
	background-color: #05a;
	color:#fff;
	margin:0 0 15px 10px;
	transition: 0.2s;
}
.fileForm .file:hover{
	background-color: #1f78c8;
}
.fileForm .file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 10000px;
	cursor: pointer;
}

.fileForm .del{
	margin:0 0 0 10px;
}
.fileForm2 .del{
	margin:0 0 0 10px;
	display: inline-block;
}
.fileForm .del a{
	display: inline-block;
	font-size: 1rem;
	line-height:1.005;
	padding:6px 30px;
	background-color:#686469;
	color:#fff;
	text-decoration: none;
	transition: 0.2s;
}
.fileForm div a:hover{
	background-color:#383439;
}

/*-----loading-----*/
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index:10000;
}
 
#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("./image/loading.gif") center center no-repeat;
}

/*-----確認-----*/
.photo_kakunin ul,
.photo_kakunin li{
	margin:0;
	padding:0;
}
.photo_kakunin li{
	width:150px;
	height:150px;
	display:inline-block;
	margin:0 5px 5px 0;
	background-size:contain;
	background-position:center center;
	background-color:#f5f5f5;
	background-repeat:no-repeat;
}

.pdf_kakunin ul,
.pdf_kakunin li{
	margin:0;
	padding:0;
}
.pdf_kakunin li{
	margin-bottom:5px;
}

