@charset "UTF-8";
@media screen,tv,projection {
#contents h2{
background:none;
padding:0;
margin:2em 0 1em 0;
border:0 none;
color:#001f6a;
}
table.ocschedule th{
text-align:center;
}
table.ocschedule table th{
text-align:left;
}
}
/*
===== 印刷 ====================================
*/
@media print {
#contents h2{
background:none;
padding:0;
margin:2em 0 1em 0;
border:0 none;
color:#001f6a;
}
.octimetable,.timeschedule_download{
display:none;
}

table.detail{
margin:0;
padding:0;
border:0 none;
}
table.detail th,table.detail td{
margin:0;
padding:0;
border:0 none;
text-align:left;
font-weight:normal;
}
.img_r{
float:right;
}
}













