/*ブラウザ初期化*/

.lockerpage * {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial, Verdana;
	color: #333333;
}
.lockerpage img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.lockerpage ul {
	list-style-type: none;
}
.lockerpage table {
	border-collapse: collapse;
	empty-cells: show;
}

/*ブラウザ初期化 for IE6*/
.lockerpage td,.lockerpage th,.lockerpage form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

	/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*メイン背景--WinIE--*/
/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/


.lockerpage  {
	text-align: center;
	margin: auto;
	width: 700px;
}

.lockerpage body {
	text-align: center;
}


.lockerpage #head{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.lockerpage h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.lockerpage h2{
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

.lockerpage #nofla{
	font-size: 12px;
	line-height: 18px;
}

.lockerpage #nofla h3{
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 610px;
	border: 1px solid #6699FF;
	margin-right: auto;
	margin-left: auto;

}


.lockerpage #nofla table{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	empty-cells: show;
	}

.lockerpage #nofla td{
	border: 1px solid #CCCCCC;
}

.lockerpage #nofla th{
	color: #FFFFFF;
	background-color: #6699FF;
}

.lockerpage #foot{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.lockerpage .msg{
	font-size: 12px;
	line-height: 18px;
}

.lockerpage .blue{
	color: #006bb4;s
}
.lockerpage .info{
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #6699FF;
	padding: 5px;
}

.lockerpage .info strong{
	color: #FF0000;
}

.lockerpage .w620{
	width:620px;
	margin: auto;
}