@charset "shift_jis";

.stock-search {
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
	padding: 4px;
}

.stock-search input[type='text'] {
	border: 2px #dddddd solid;
	margin: 0px;
	height: 30px;
}

.absolute {
	position: absolute;
}

#desc_search {
	z-index: 1000;
}

#desc_search_res_area {
	overflow-y: auto;
}

.table-block {
	margin-top: 0px;
}

.disp-none {
	display: none;
}

table tr.list_line2 td, table tr.list_line2 th {
	background-color: #efefef;
}

.table-block.type-bg-01 .heading-01 {
	background: #d7d7d7;
}

.search {
	font-size: 16px;
	width: 70px;
	background-color: #2eb975;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	margin-bottom: 15px;
	padding: 8px 15px;
}

.search:hover {
	background-color: #62cb98;
	text-decoration: none;
}

.btn-cmn-move {
	background: #2eb975;
	color: #fff !important;
}

.btn-cmn-move:hover {
	background: #62cb98;
}

.btn-l {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}

.btn-l:hover, .btn-l:link, .btn-l:active, .btn-l:visited {
	text-decoration: none;
}

.btn-l>span {
	display: block;
	padding: 12px 20px 11px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.width-100 {
	width: 100px !important;
}

.width-94-percent {
	width: 94%;
}

.left-3-percent {
	left: 3%;
}