/* 本ファイルを修正した場合、参照元のバージョンを上げる */

.labs-info-overlay {
	display: none;
	width: 100%;
	min-height: 100%;
	padding-bottom: 10px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	color: #333333;
	font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.labs-info-contents {
	position: relative;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	min-height: 480px;
	overflow: auto;
	background: white;
	border-radius: 8px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .2);
	z-index: 110;
	white-space: pre-wrap;
}
.labs-info-header {
	position: absolute;
	top: 0;
	left 0;
	width: 100%;
	height: 30px;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.labs-info-body {
	position: static;
	margin-top: 72px;
	margin-bottom: 64px;
	height: 100%;
}
.labs-info-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	width: 740px;
	padding-left: 100px;
	word-wrap: break-word;
}
.labs-info-message-area {
	display: table-cell;
	height: 300px;
	vertical-align: middle;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 14px;
	text-align: left;
	line-height: 1.2em;
}
.labs-info-message {
	display: block;
	width: 740px;
	word-wrap: break-word;
}
.labs-info-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56px;
}
.labs-info-button {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 4px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 8px 16px;
	color: #ad9951;
	background-color: #ffffff;
	border-color: #e1c561;
	box-shadow: 0px 0px 4px 4px #e6e6e6;
}
