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



/*-----------------------------------------------
  contents
-----------------------------------------------*/

#contents h2 {
margin-top:40px;
}
#contents p {
margin-top:30px;
line-height:1.8;
}

#contents p.error {
color:#F00;
}

#contents table.form {
width:100%;
margin-top:20px;
}
#contents table.form th, #contents table.form td {
padding:12px 0;
border-bottom:1px dotted #999;
}
#contents table.form th {
width:14em;
font-weight:bold;
vertical-align:top;
}
#contents table.form th span {
font-weight:normal;
font-size:70%;
color:#F00;
}
#contents table.form td .error {
margin-top:5px;
color:#F00;
}
#contents form {
display:inline;
}
#contents .button {
margin-top:30px;
padding:15px 20px;
}
#contents .button:hover {
opacity:80%;
}
