/********************
* XV—š—ð‰æ–ÊCSS
*********************/
body {
	background-image: url("../../img/common/background.png");
}
/** ƒƒCƒ“ƒtƒŒ[ƒ€ */
.mainFrame {
	max-width: 95%;						/*‰¡•Å‘å*/
	margin: 50px auto;					/*ƒ}[ƒWƒ“*/
	padding:20px;						/*ƒpƒfƒBƒ“ƒO*/
	border: solid 1px #3aaacc;			/*˜gü*/
	border-radius: 10px;				/*Šp‚ÌŠÛ‚Ý*/
	background:rgb(255 255 255 / 90%);	/*”wŒiF“§‰ß*/
}
.titleName {
	position: relative;
	background: linear-gradient(to right, #0082ff, #aed0ff);
	padding: 8px 5px 8px 30px;
	font-size: 20px;
	font-weight:bold;
	color: white;
	border-radius: 0 5px 5px 0;
}
.titleName:before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #0082ff;
	font-weight: 900;
	font-size: 28px;
	width: 53px;
	text-align: center;
	height: 53px;
	line-height: 50px;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
	border-bottom: solid 2px #4967b4;
}
.infoBox {
	padding: 4px;
	margin-top: 10px;
	color: #2c2c2f;
	border-bottom: solid 1px #eaeaea;
}
.infoBox p {
	margin: 0; 
}
/* ƒwƒbƒ_ŒÅ’è‚ÌCSS */
.tablelock thead{
	display:block;
}
.tablelock tbody{
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: auto;
	position: absolute;
	display:block;
	height: 100px;
}