﻿/*** 送り状番号検索（お届け先用） ***/
@media all and (-ms-high-contrast: none) {
	#divMain {
		min-height: 450px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#divResult {
		min-height: 160px;
	}
}

#frmMain {
	width: 100%;
	max-width: 840px;
}

#divSearch {
	margin-bottom: 12px;
}

#divResult > div:nth-child(1) {
	margin-bottom: calc(-1.5em - 20px);
	z-index: 1;
	background-color: #FFF;
}
#divResult > div:nth-child(2) {
	z-index: 0;
}
#divResult dl {
	margin-bottom: 20px;
}
#divResult dt,
#divResult dd {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 115%;
}
#divResult dt:nth-child(1),
#divResult dd:nth-child(1) {
	width: 10em;
}
#divResult dt:nth-child(2),
#divResult dd:nth-child(3) {
	width: 7em;
}
#divResult dd label.ed {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#btnSearch {
	width: 11em;
}

#divResult input {
	width: 9em;
	font-size: 1em;
}

#lnkGuide {
	background-image: url(../images/guide.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position-y: 6px;
	height: 32px;
	padding: 10px 12px 0px 26px;
	color: blue;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid blue;
}

