@charset "UTF-8";
/* CSS Document */


.btn1{
	 width:127px;
	 margin:40px auto;
 }
 
 .btn1B{
	 width:127px;
	 margin:20px auto;
 }
 
 .btn1_center{
	padding-left:620px;
	padding-top:-100px;
	top:0px;
 }
 
.btn2{
	 width:127px;
	 margin:30px auto;
 }
 .btn3{
	 width:300px;
	 margin:10px auto;
	 margin-top:30px

 }
 
  .btn4{
	 width:300px;
	 margin:70px auto;
 }
 
 .btn3_left{
	  float:left;
  }
 .btn3_right{
	  float:right;
  }
  
.btn5{
	 width:500px;
	 margin:40px auto;
 }
 
 .btn6
 {
 	margin-right:-416px;
 	float:right;
 }
 
 #logout
 {
 	margin-left:1150px;
 }
  
 .txt_box1{
	 width:600px;
	 font-size:11px;
	 color:#001065;
	 letter-spacing:110%;
	line-height : 110%; 
	margin-top:0px;
}
 .txt_box2{
	 width:600px;
	 font-size:18px;
	 color:#001065;
	 margin:80px auto;
	 text-align:center;
}

 .txt_box3{
	 width:100px;
	 font-size:10px;
	 color:#A6A6A6;
	 letter-spacing:110%;
	line-height : 110%; 
	margin-top:0px;
}

 .txt_box4{
	 width:600px;
	 font-size:12px;
	 color:#001065;
	 letter-spacing:110%;
	line-height : 110%; 
	margin-top:0px;
}

 .txt_box5{
	 width:340px;
	 font-size:12px;
	 color:#808080;
	 letter-spacing:110%;
	line-height : 110%; 
	margin-top:0px;
}

 .txt_box6{
	 width:600px;
	 font-size:12px;
	 color:#808080;
	 letter-spacing:110%;
	line-height : 110%; 
	margin-top:0px;
}

 .txt_box7{
	 width:640px;
	 font-size:12px;
	 color:#808080;
	margin-left:150px;
	 text-align:left;
}


 .txt_box8{
	 width:800px;
	 font-size:18px;
	 color:#001065;
	 margin:80px auto;
	 text-align:center;
}

 .txt_box9{
	 width:300px;
	 font-size:14px;
	 color:#808080;
	 letter-spacing:110%;
	line-height : 110%; 
	margin-top:0px;
}

.textarea300{
	width:300px;
	height:100px;
}

.center2
{
 position:absolute;
  top:620;
  left:40%;
}

.center3
{
 position:absolute;
left:40%;
}

.err1
{
	margin-left:20px;
	font-size:12px;
}

.err2
{
	font-size:12px;
}
	
.err3
{
	margin-left:20px;
	font-size:12px;
	float:right;
}

.err4
{
	font-size:12px;
	height:100px;
}

.center{
 text-align: center;
}

.downloading
{
	font-size:20px;
	text-align: center;
	font-weight:bold;
}

a { text-decoration: none; }

#loading-view {
 /* 領域の位置やサイズに関する設定 */
 width: 100%;
 height: 100%;
 z-index: 9999;
 position: fixed;
 top: 0;
 left: 0;
 /* 背景関連の設定 */
 background-color: #000000;
 filter: alpha(opacity=100);
 -moz-opacity: 0.1;
 -khtml-opacity: 0.1;
 opacity: 0.1;
 background-image: url("images/img_downloading.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

.absolute {
    position:absolute;
    top:450px;
	left:500px;
    color:#01DFA5;
    font-size:22px;
}


#loading{
    border:1px dashed #999;
    padding:15px;
    position: fixed;
    top:50%;
    left:50%;
    background-color:#FFF;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
 

#loading .loadingMsg{
    text-align:center;
    padding-top:100px;
    width:100px;
    background-image:url(images/loading.png);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "メイリオ"!important;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF; 
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#wrap
{
	width:100%;
	display:flex;
	justify-content: 
	center;padding:0;
	list-style: none;
}

.box1
{
	width:calc(100% / 3);
	margin:2px;
}
	

#pnl_storage_list
{
	color:Black;
}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.bgcolor 
{
    background-color:#D9F2FF;   
}

.bgcolor-other
{
    background-color: #fafafa;
}