.attention .cau-txt {
    background-color: #FCE9E9;
    padding: 30px;
}
.time table {
  border-top: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
}
.time table th {
  border-bottom: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  padding: 15px;
  font-weight: 500;
	font-family: 'Lora', serif;
	width: 250px;
	text-align: center;
	font-size: 25px;
	vertical-align: middle;
	background-color: #f8f8f7;
}
.time table tbody th {
  
	
}
.txt-cau {
	font-size: 90%;
	margin-top: 15px;
	line-height: 1.7;
}
.txt-cau li {
	padding-left:1em;
	text-indent:-1em;
}
.time table td {
  border-bottom: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  padding: 12px;
	line-height: 1.7;
}
.time table td dt {
	float: left;
	font-weight: 500;
}
.time table td dd {
	overflow: hidden;
}
.time table td h3 {
	margin-bottom: 10px;
}
.time table td .main-time {
	font-weight: 700;
	font-size: 17px;
}
.time table td .txt {
	margin-top: 10px;
	font-size: 13px;
	color:#707070;
}
.time table td h4 {
	margin-top: 10px;
}
@media screen and (max-width:980px){
.time table th {
  width: auto;
	display: block;
}
.time table td {
  width: auto;
	display: block;
}
}
@media screen and (max-width:480px){
.attention .cau-txt {
    padding: 20px;
}
.time table th {
  font-size: 20px;
}
}