@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.thanks_message
{
  margin: 2em 0;
}

div.field_head
{
  display: inline;
}

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

div.header
{
  width: 70%;
  margin: 0 auto 3em;
}

*.title
{
  padding: .5em 0;
}


/* menu */
div.menu
{
  position: relative;
  margin: 0 0 1em;
  border-bottom: 4px solid #ccc;
  overflow-x: hidden;
}
  div.menu ul.menu,
  div.navi ul.navi
  {
    position:relative;
    left:50%;
    float:left;
  }
  div.menu ul.menu li,
  div.navi ul.navi li
  {
    position:relative;
    left:-50%;
    float:left;
  }
  div.menu ul.menu li a
  {
    display: block;
    float: left;
    height: 2em;
    padding: 0 .75em;
    line-height: 2.1em;
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
  }
  div.menu ul.menu li.last a
  {
    border-right: 1px solid #000;
  }
    
  /* navi */
  div.navi
  {
    position: relative;
    margin: 2em 0 1em;
  }
  div.navi ul.navi li
  {
    padding: .15em 1em;
    border: 1px solid #000;
    border-left-width: 4px;
    /padding: 0 1em;
  }
  div.navi ul.navi li.sep,
  div.navi ul.navi li.sep_on
  {
    padding-right: .25em;
    padding-left: 0;
    line-height: .75em;
    border: none;
    /line-height: 1em;
  }

/* form */
form div.field
{
  margin: 0 0 1.5em;
  overflow: hidden;
  _overflow: visible;
}
  div.entry form div#email
  {
    margin: 0;
    border-bottom: 1px dotted #ccc;
  }
  form div.field div.label,
  form div.field div.value
  {
    float: left;
    padding: .5em;
    padding-right: .25em;
  }
  
  /* label */
  form div.field div.label
  {
    width: 170px;
    border-left: 10px solid #ccc;
    padding-bottom: 30em;
    margin-bottom: -30em;
  }
  
  /* value */  
  form div.field div.value
  {
    width: 399px;
    /width: 390px;
  }

  /* 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/modern/btn-submit.png );
  }
  form div.buttons span.button_back input
  {
    background-image: url( ../../img/form/modern/btn-fix.png );
  }
  
  /* 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 0 1em;
}


/* message */
div.message
{
  margin: 2em 0;
  padding: 1em 0;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}

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


/* 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%;
}

div.menu
{
  font-size: 14px;
}

div.navi ul.navi li.sep,
div.navi ul.navi li.sep_on
{
  font-size: 21px;
  font-weight: bold;
  font-family: 'Verdana';
}

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;
}