/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #ffffff;
  padding: 10px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 580px;
  min-height: 700px;
  border-radius:10px;
}


#modal_close	{
  width: 24px; 
  height: 24px;
  color: #803b32;
  background: #ffc35f;
  border: #d6d6d6 1px solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow:rgba(0,0,0,0.6)1px 1px 2px;
  font-size: large;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}


#modal_close_gray	{
  width: 20px; 
  height: 20px;
  color: #ffffff;
  background: #aeaeae;
 /*  border: #aeaeae 1px solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow:rgba(0,0,0,0.6)1px 1px 2px; */
  font-size: large;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.modal_kiyaku {
  overflow: scroll; 
  width: 524px;
  height: 200px;
}

/* キャンペーン規約 */
.modal_kiyaku {
  overflow: scroll; 
  width: 500px;
  height: 100px;
  margin-top: 10px;
  margin-left: 38px;
  border: solid 1px #cccccc;
}



/* 郵便番号入力 */
div.cmp_form_set	{
  width:524px;
  height:236px;
  background:url(/images/campaign/bg_input_postnum.jpg) no-repeat;
  margin:0px auto;
  position:absolute;
  margin-top: 10px;
  left: 38px;
}

div.modal_postnum1	{
  position:absolute;
  top:100px;
  left:143px;
  width:104px;
  height:41px;
}

div.modal_postnum1 input	{
  width:64px;
  height:31px;
  font-size:28px;
  text-align:center;
}

div.modal_postnum2	{
  position:absolute;
  top:100px;
  left:273px;
  width:127px;
  height:41px;
}

div.modal_postnum2 input	{
  width:117px;
  height:31px;
  font-size:28px;
  text-align:center;
}

div.set_btn_nihonyubin	{
  width:92px;
  height:23px;
  margin:0px 0 0 0;
  position:absolute;
  top:149px;
  left:401px;
}

div.set_btn_satei	{
  width:277px;
  height:40px;
  position:absolute;
  top:179px;
  left:123px;
}


/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
