@charset "utf-8";
/* CSS Document */

/* キャリアカレンダー career */

table.career {
  width: 100%;
　table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border:1px solid #505050;
  font-size:15px;
　word-break: break-all;
　word-wrap: break-all;
}

table thead.career {
　 width: 100%;
}

table tbody.career {
　 width: 100%;	
}

table th.date {
	width:8%;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
}



table th.obj {
	width:8% !important;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
}

table th.section {
	width:44% !important;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
}

table th.dist {
	width:8% !important;
	background-color:#000;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
}

table th.yac {
	width:10% !important;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
}


table tr.career {
  background: #eee;
  height: auto !important;
  padding: 10px;
  border-bottom: 1px dotted #505050;
  border-left: 1px solid #505050;
  text-align: left;
}

table tr.career-b {
  background: #eee;
  height: auto !important;
  padding: 10px;
  border-bottom: 2px solid #505050;
  border-left: 1px solid #505050;
  text-align: left;
}



table td.date {
  padding: 10px;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
  text-align: left;
  color:#000;
}

table td.obj {
  padding: 10px;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
  text-align: center;
  color:#000;
}

table td.section {
  padding: 10px;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
  text-align: left;
  color:#000;
}

table td.dist {
  padding: 10px 5px 10px 5px;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
  text-align: center;
  color:#000;
}

table td.yac {
  padding: 10px;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
  text-align: center;
  color:#000;
}

table tr.career-b {
  padding: 10px;
  border-bottom: 1px solid #505050;
  border-left: 1px dotted #505050;
  text-align: left;
  color:#000;
}


table td.date {font-weight:bold;}