@charset "utf-8";

#pan {
	width: 940px;
	margin: 0 auto 20px;
}
#pan:after {
	content: "";
	display: block;
	clear: both;
}
#pan li {
	width: auto;
	float: left;
	margin: 0 24px 0 0;
	color: #fff;
	background-color: #c00;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
}
#pan li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-left-color: #c00;
	position: absolute;
	top: 0;
	right: -24px;
}
#pan li a {
	color: #fff;
	text-decoration: none;
}

#pan li.disabled {
	background-color: #ccc;
}
#pan li.disabled:after {
	border-left-color: #ccc;
}


table {
  margin: 20px auto;
  width: 100%;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc !important; 
  padding: 10px;
}
 
@media screen and (max-width: 640px) {

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 95%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .no_smp {
  	display:none;
  }
}