@charset "UTF-8";
/* CSS Document */

*
{
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

html,
body
{
  width: 100%;
  text-align: center;
}

body
{
  font: normal normal normal 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /font-size: 85%; /* for IE6 + IE7 */
}

div.field_head
{
  display: inline;
}

div#baseframe
{
  width: 600px;
  margin: 0 auto 3em;
  text-align: left;
}

*.title
{
  margin: 1em;
}


/* menu + navi */
div.menu,
div.navi
{
  margin: 0 0 2em;
  padding: 1px;
  border: 1px solid #ccc;
}
  div.menu ul.menu,
  div.navi ul.navi
  {
    display: table;
    width: 100%;
  }
  div.menu ul.menu li,
  div.navi ul.navi li
  {
    display: table-cell;
    padding: .5em 0;
    text-align: center;
    border: 1px solid #fff;
    /* for IE6 + IE7 */
    /display: inline;
    /zoom: 1;
    /padding: .5em 1em;
  }
    
  /* navi */
  div.navi
  {
    border: 0;
  }
  div.navi ul.navi li
  {
    width: 20%;
    /width: 19.5%;
    /padding: .5em 0;
  }
  div.navi ul.navi li.sep,
  div.navi ul.navi li.sep_on
  {
    background: url( ../../img/form/basic/arrow.png ) no-repeat center center;
    _background-image: url( ../../img/form/basic/arrow.gif );
  }

/* form */
form div.field
{
  border-bottom: 1px solid #ccc;
}
  form div.first
  {
    border-top: 1px solid #ccc;
  }
  form div.field div.label,
  form div.field div.value
  {
    padding: 1em 0;
  }
  
  /* label */
  form div.field div.label,
  form div.field div.value
  {
    float: left;
  }
  form div.field div.label
  {
    width: 200px;
    text-indent: 1.15em;
    background-repeat: no-repeat;
    background-position: 0 1.4em;
  }
  
  /* value */
  form div.field div.value
  {
    width: 400px;
  }

  /* form label */
  form div.field div.value label
  {
    margin-right: .25em;
  }
  form div.field div.value label input
  {
    margin-right: .15em;
  }

  /* dl layout */
  form div.field div.value dl
  {
    margin: .5em 0;
  }
  form div.field div.value dt,
  form div.field div.value dd
  {
    float: left;
    line-height: 1.2;
  }
  form div.field div.value dt
  {
    width: 8em;
    padding-right: 1em;
  }
  form div.field div.value dd
  {
    padding: 0;
    margin: 0;
  }
    
  /* buttons */
  form div.buttons
  {
    margin: 2em 0;
  }
  form div.buttons input
  {
    width: 230px;
    height: 40px;
    margin: 0 .25em;
    border: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    cursor: pointer;
  }
  form div.buttons input:hover,
  form div.buttons input:focus
  {
    background-position: 0 -40px;
  }
  form div.buttons span.button_commit input,
  form div.buttons span.button_next input
  {
    background-image: url( ../../img/form/basic/btn-submit.png );
    _background-image: url( ../../img/form/basic/btn-submit.gif );
		
  }
  form div.buttons span.button_back input
  {
    background-image: url( ../../img/form/basic/btn-fix.png );
    _background-image: url( ../../img/form/basic/btn-fix.gif );
  }
  
  /* form --- Name ---- */
  form div.name div.value div.input span
  {
    display: inline;
  }

  /* text */
  *.comment,
  *.error,
  *.prefix,
  *.postfix
  {
    display: block;
  }
  *.prefix
  {
    margin-bottom: .5em;
  }
  *.postfix
  {
    margin-top: .5em;
  }
  

/* info */
div.info
{
  margin: 0 1em 1em;
}


/* message */
div.message
{
  margin: 2em;
  padding: 1em;
  border: 1px solid #ccc;
}

/* footer */
div.footer
{
  margin: 2em 0;
  padding: .5em 1em 1em;
}


/* Positioning */
*.center
{
  text-align: center;
}
*.left
{
  text-align: left;
}
*.right
{
  text-align: right;
}

*.clear:after,
div.field:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
  *.clear,
  div.field
  {
    min-height: 1px;
  }
  * html *.clear,
  * html div.field
  {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
  }




/* Font: 10px/77%, 12px/93%, 15px/116%, 18px/139% */
div.title,
div.thanks_message
{
  font-size: 185%;
}

div.field_head
{
  font-size: 100%;
}

*.comment,
div.footer p
{
  font-size: 77%;
}

*.prefix,
*.postfix,
div.message
{
  font-size: 85%;
}

form div.buttons input
{
  font-size: 18px;
  font-weight: bold;
}

/* require */
span.require
{
display: inline-block;
width: 28px;
height: 13px;
vertical-align: -1px;
background: url( ../../img/form/require.gif ) no-repeat 0 center;
}

*:first-child+html span.require
{
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: 1px;
}