@charset "UTF-8" ;
 
/* ここからデモページ用のコード */
body {
 width: 100% ;
 padding: 0 ;
}
/* ここまでデモページ用のコード */
 
#modal-content {
 width: 50% ;
 margin: 0 ;
 padding: 10px 20px ;
 border: 2px solid #aaa ;
 background: #fff ;
 position: fixed ;
 display: none ;
 z-index: 2 ;
}
 
#modal-content-innar{
 margin:0 auto;
 width:80%;
}
  
#modal-overlay {
 z-index: 1 ;
 display: none ;
 position: fixed ;
 top: 0 ;
 left: 0 ;
 width: 100% ;
 height: 120% ;
 background-color: rgba( 0,0,0, 0.75 ) ;
}
 
.button-link {
 color: #00f ;
 text-decoration: underline ;
}
 
.button-link:hover {
 cursor: pointer ;
 color: #f00 ;
}


/* listのドットを消す */
ul {
  list-style:none;
}

#ajax-messages { color: red; }

.errorlist { color: red; }

.center {
 text-align: center;
}
.ui-dialog { z-index: 1000;  !important ;}

.ui-dialog .ui-dialog-content {
    border: 1;
    padding: .5em 1em;
    overflow: auto;
    zoom: 1;
}

.required {
    color: #CC0033;
}


