@charset "utf-8";

/*
#####################################################################

   error modal

#####################################################################
*/
.subwindow .subwindow_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  /opacity: 0;
  z-index: 2000;
		/display: none;
  /*IE用*/
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
}

.subwindow .subwindow_inner {
  position: absolute;
	left: 32%;
  /width: 520px;
  margin-top: 100px;
  padding: 60px 35px;
  background: #FFFAEA;
  border: 8px solid #FFF;
  -webkit-box-shadow:rgba(168, 168, 168, 0.65098) 0px 0px 5px 3px;
  box-shadow:rgba(168, 168, 168, 0.65098) 0px 0px 5px 3px;
  z-index: 10000;
  text-align: center;
  min-width: 454px;
  min-height: 181px;
}

* html .subwindow .subwindow_inner {
  margin: 400px 0 0 -500px;
}

.subwindow .subttl01{
  margin: 20px;
  font-weight: bold;
  color: #a68e42;
}

.subwindow .subttl02{
  margin-bottom: 43px;
  font-weight: bold;
  font-size: 1.5em;
  color: #a68e42;
}

.subwindow ul.sublist01{
  margin : 0 20px 15px;
  border: 1px solid #baac7e;
  background-color:#fff;
}

.subwindow .sublist01 li{
  margin : 10px 20px;
  text-align: left;
}

.subwindow .subbtn01{
  margin: 0 0 15px;
}

.subwindow .subbtn01 img{
  cursor: pointer;
  margin: 0 15px;
}