/* 加盟店フォーム
------------------------------------------------------------*/
#mpRealTimeTable, #mpRealTimeTable {
 width: 220px;
 background-color:#EEEEEE;
 margin: 5px auto 10px;
 border:1px solid #ccc;
 font-size:12px;
}
#mpRealTimeTable th, #mpRealTimeTable th {
 text-align:left;
 background-color:#FFF;
 color:#999999;
 border-bottom:#FF0000 solid 2px;
 font-size:12px;
}
#mpRealTimeTable td {
 text-align:left;
 font-size:12px;
}
#mpRealTimeTable .note {
 text-align:center;
 font-size:12px;
}

#mpRealTimeTable .left {
 width:5%;
}

#mpRealTimeTable .right {
 width:95%;
}



#mpRealTimeTable select.text {
}
#mpRealTimeTable input.text {
}
#mpRealTimeTable .cautionOption {
}
#mpRealTimeTable .cautionRequire {
}
.mpRegistButton {
 text-align: center;
 width: 100px;
}
.mpHistoryButton {
 text-align: center;
 width: 100px;
}
.mpRegistButton .btn,
.mpHistoryButton .btn {
 width: 100px;
 margin-bottom:20px;
}