@charset "utf-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	margin: 0px;
	padding: 0px;
}

.ri {
	text-align: right;
}
.ce {
	text-align: center;
}
.lnk {
	cursor: pointer;
}

select .hide {
	display: none;
}

.banner {
	height: 80px;
}
.storage, .entry, .address {
	padding: 10px;
}

.banner img.vwrlogo {
	display: inline-block;
	margin: 4px;
}
.banner .bars {
	display: inline-block;
	margin-top: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-left: 20px;
	text-align: left;
	border-top: 0;
	border-left: 1px solid #CCC;
}
.banner .bar1 {
	font-size: 24px;
	font-weight: bold;
	color: #015794;
}
.banner.intra .bar1 {
	color: #ed8223;
}
.banner .bar2 {}
.banner .bar3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

/* @media screen and (max-width: 740px) { */
/* @media screen and (max-width: 860px) { */
@media screen and (max-width: 750px) {
	.banner img.vwrlogo {
		display: block;
		margin: 4px auto;
	}
	.banner .bars {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		border-top: 1px solid #CCC;
		border-left: 0px none;
		margin-left: 0px;
	}

	.banner {
		height: auto;
	}
}



.title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #bbb;
	margin-top: 12px;
	margin-bottom: 8px;
}

.formblock {
	align-self: flex-end;
	width: 140px;
	margin-right: 10px;
}
.formblock input, .formblock select {
	width: 140px;
}

.flexbase {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flexbase.button {
	justify-content: space-between;
}
.flexbase .btn {
	margin: 5px;
	align-self: flex-start;
}
.flexbase .formblock {
	align-self: flex-end;
}




.storage td {
	padding: 2px 5px;
}
.storage tr > td {
	border-left: 1px solid #ccc;
}
.storage tr > td:first-child,
.storage .sumline.double td,
.storage .total td
 {
	border-left: 0px none;
}
.storage tr.header > td {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #888;
	vertical-align: bottom;
	text-align: center;
}
.storage tr.header > td span {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.storage tr.header > td .rotate {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.storage tr.row:hover > td {
	background-color: #eee;
}
.storage tr.row.open > td {
	font-weight: bold;
	background-color: #c2dcff;
}
.storage .sumline > tr > td {
	border-bottom: 1px solid #aaa;
}
.storage .sumline > tr > td {
	border-bottom: 1px solid #aaa;
}
.storage .sumline.double > tr > td {
	border-bottom: 3px double #aaa;
}

.storage #sum td {
	font-weight: bold;
	color: #666;
}

.storage .total td {
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
.storage .total tr:first-child td {
	font-size: 16px;
	color: #666;
}
.storage .cnt,
.storage .sum {
	text-align: right;
}




.message {
	padding: 20px;
}
.message p {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

