@import url('common.css');
@import url('design.css');


a:link, a.fresh:link, a.fresh:visited { color: #c00; }
a:visited { color: #900; }
a:hover { text-decoration: none; }


/* action > training
----------------------------------------------------------------------------*/
.action .training { color: #630; padding: 0 15px; margin: 15px 0 10px; }
.action .training .dt { }
.action .training .title { font-weight: bold; text-indent: -5px; }



/* action > training
----------------------------------------------------------------------------*/
.schedule { width: 100%; }
.schedule td { font-size: 80%; padding: 3px 0 3px 10px; border-bottom: 1px solid #eee; text-indent: -8px; }

.schedule td.dt, .schedule td.reg { text-indent: 0; }

.schedule td.dt { text-align: center; }
.schedule td.reg { padding-right: 5px; }

.schedule thead td { font-size: 90%; font-weight: bold; border-bottom: 1px solid #333; }
.schedule thead td.dt { width: 35%; }

