@charset "utf-8";
/**
* INIT company.css
* (C) malltail. Inc.
*/

/* ======================================================

Common

====================================================== */
.mainArea .box{
width: 680px;
padding: 15px;
position: relative;
overflow: hidden;
}
.box p.read{
margin-bottom: 10px;
}
.box table{
width: 100%;
}
.box th,.box td{
border: 1px solid #c3c3c3;
padding: 10px;
}
.box th{
background-color: #f3f3f3;
font-weight: bold;
text-align: left;
vertical-align: middle;
width: 25%;
}
.box td p{
color: #9b9b9b;
margin-top: 5px;
}
.box td input{
width: 350px;
}
.box td.tell input{
width: 60px;
}
.box table select{
width: 100px;
}
.box table input{
background: none repeat scroll 0 0 #F3F3F3;
padding: 5px;
}
.box p.reminder{
text-align: right;
padding-top: 100px;
}
.box p.reminder a:link{
color: #DF2929;
text-decoration: underline;
}
.box td span{
padding: 0 10px 0 5px;
}