@charset "utf-8";
.btn_area{
	margin-top:10px;
	margin-left:80px;
	position: relative;
}
.btn_area .btn{
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin:0px 4px;
  float:left;
  color:#ffffff;
  line-height:32px;
  padding:0px 30px;  
}
.btn_area .btn a{
	display:block;
	color:#ffffff;
	text-decoration: none;
}

.btn_area .btn:first-child{margin:0px;}
.btn_area .btn:nth-child(1){background: #7b7b7b;}
.btn_area .btn:nth-child(1):hover{background: #5b5b5b;}

.btn_area .btn:nth-child(2){background: #5b5b5b;}
.btn_area .btn:nth-child(2):hover{background: #323232;}

.btn_area .btn:nth-child(3){background: #323232;}
.btn_area .btn:nth-child(3):hover{background: #7b7b7b;}

#waitmsg{
  position:relative;
  display:none;
}
#waitmsg #maskmsg{
  left:50%;
  margin-left:-25%;
  top:40%;
  width:50%;height:120px;
  position:fixed;
  display:block;
  text-align:center;
  padding-top:10px;-moz-opacity:1; opacity:1;font-weight:bold;color:#000;font-size:16px;line-height:230%;z-index:9999;
  background:#fff url(../../../images/loading.gif)  center center scroll no-repeat;
}
#waitmsg #maskcover{
  top:0;left:0;width:100%;height:100%;min-height:900px;position:fixed;display:block;background:#000;filter:Alpha(Opacity=80, FinishOpacity=80, Style=2);-moz-opacity:0.5; opacity:0.5; z-index:9998;
}

.bgphoto{
  height:100%;
  width:100%;
  background-position: center center;
  -moz-background-size: 100% auto;        /*for Firefox*/
  -webkit-background-size:100% auto;        /*for Google Chrome、Safari*/
  -o-background-size:100% auto;        /*for Opera*/
  background-size:100% auto;        /*for IE*/
}
.bgphoto.fixh{
  -moz-background-size: auto 100% ;        /*for Firefox*/
  -webkit-background-size:auto 100% ;        /*for Google Chrome、Safari*/
  -o-background-size:auto 100% ;        /*for Opera*/
  background-size:auto 100% ;        /*for IE*/
}