/*----------------------------------------------------------
   Ginza Komachi Clinic
-----------------------------------------------------------*/
@charset "utf-8";
/* form
------------------------------------*/

table.form{
width: 568px
margin: 0 auto;
border: 0px #FFFFFF solid;
border-collapse: separate;
border-spacing: 0 6px;
}
table.form th{
text-align: right;
width:180px;
font-weight: bold;
color: #333333;
border: 0px #FFFFFF solid;
border-right: 1px solid #DDDDDD;
}
table.form td{
width:360px;
border: 0px #FFFFFF solid;
padding: 5px 10px;
line-height: 160%;
}
table.form tr.odd{
background: #f0f0ee;
}
table.form td.center{
text-align: center;
width: 580px;
}
table.form span.necessary{
color:#9d0f6c;
font-size: 0.8em;
}
table.form span.notice{
color:#9d0f6c;
font-size: 0.8em;
}
table.form input, table.form select, table.form textarea{
margin: 2px;
}
table.form select.menu{
width: 70%;
}
.w120{
width: 120px;
}
.wish_select{
width: 400px;
}
select, input, textarea{
margin: 2px 5px;
}