@charset "utf-8";



body{
    text-align: center;
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

#back{
    width: 500px;
    height: 350px;
    margin: 0 auto;
    padding-top: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 30px;
}

#container{
    height: 290px;
    overflow: hidden;
}

#container p{
    font-size: 14px;
}

#container .error{
    color: #cc0000;
    font-size: 16px;
    margin:0 0 25px 0;
}

#contents div{
    margin: 20px 0;
}

#contents p a,#contents p a:visited{
    color: #0f9999;
    text-decoration: none;
}

#contents p a:hover{
    color: #0f9999;
    text-decoration: underline;
}

table{
    width: 500px;
    font-size: 16px;
}

table th,table td{
    padding: 5px;
}

table th{
    text-align: right;
}

table td{
    text-align: left;
}

table td input{
    text-align: left;
    width: 150px;
}

input.ui-button{
    font-size: 13px;
}



/* remind_dialog */

.ui-dialog {
    -moz-box-shadow: 0px 0px 15px #c2c2c2;
    -webkit-box-shadow: 0px 0px 15px #c2c2c2;
}

#remind_dialog{
    display: none;
}

#remind_dialog table{
    font-size: 14px;
    padding: 0;
    width: auto;
}

#remind_dialog table th{
    width: 150px;
}

.ui-dialog-buttonset .ui-button-text {
    font-size: 14px;
}



/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}