﻿

.dragArea {
    /* border: dotted 2px #fff; */
    background-color: #FAFBFD;
    /* width: 250px; */
    /* height: 100px; */
    position: relative;
    text-align: center;
    color: #0C3D8C;
    font-weight: 700;
    /* line-height: 6; */
    /* float: left; */
    /* margin: 0 10px 0 0; */
    padding: 15px 10px;
    cursor: pointer;
}
.dragInput {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.imageInner img {
    max-width: 200px;
    max-height: 80px;
}

/* .item .text {
    font-size: 12px;
} */

/* .item {
    width: 300px;
    float: left;
    word-break: break-word;
    height: 100px;
} */

/* .fileName {
    height: 100%;
    line-height: 6;
} */


.receiveFile .fileName,
.receiveFile .text {
	font-size: 15px;
	font-weight: 500;
	margin: 10px auto 0;
	position: relative;
	padding: 0 0 0 95px;
}

.receiveFile .fileName:before,
.receiveFile .text:before {
	content: "ファイル名：";
	display: block;
	width: 90px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}


@media all and (-ms-high-contrast: none) {
	.dragArea {
		border: none;
		background-color: transparent;
		width: 250px;
		height: auto;
		position: relative;
		text-align: center;
		color: #000;
		line-height: 6;
		margin: 0 10px 0 0;
	}

	.dragArea input {
		width: 100%;
	}
	.dragArea span {
		display: none !important;
	}
	.fileWrap p {
		display: none !important;
	}
}

.dragAreaunsupported span {
	display: none\9 !important;
}
