@charset 'utf-8';
@import url("./common/reset.css");
@import url("./common/style.css");


#contents {
 margin:15px auto 30px;
 text-align:center;
 width:1042px;
}


#form {
 margin-top:30px;
}
#form .desc {
 text-align:left;
 margin-top:20px;
 margin-bottom:20px;
 margin-left:26px;
}
#form table {
 margin-left:50px;
 width:900px;
}
#form table th {
 width:200px;
}
#form table th,td {
 padding:20px;
 text-align:left;
 vertical-align:top;
 border-bottom:5px solid #FFF;
}
#form table th span {
 color:#F00;
 font-size:10px;
}
#form table td p {
 color:#F00;
 font-size:12px;
}
#form .line1 {
 background:rgb(244,241,225);
}
#form .line2 {
 background:rgb(248,246,236);
}
#form #sei, #mei {
 width:130px;
}
#form #kana_sei, #kana_mei {
 width:130px;
}
#form #post1, #post2 {
 width:50px;
}
#form #addr1, #addr2{
 width:400px;
}
#form #tel1, #tel2, #tel3{
 width:50px;
}
#form #email1,#email2 {
 width:400px;
}
#form #note {
 width:400px;
 height:150px;
}
#form  .btn {
 margin-top:20px;
 margin-bottom:50px;
}






