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

p.hpeng-buttons button{
    color: #fff;
    border: 0px;
    width: 160px;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
}
p.hpeng-buttons button:hover{
    opacity: 0.8;
}
p.hpeng-buttons button.ja{
    background-color: #8B0A09;
}
p.hpeng-buttons button.en{
    background-color:#193875;
}

td.hpeng-td-ja span.cover,
td.hpeng-td-en span.cover{
    width:120px;
    background-color:#fff;
    color:#333;
    padding: 5px 10px;
    cursor:pointer;
}
  
table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
table thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
table tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}
table td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;

  }
   #btn {
    width: 200px;
    margin: 0 auto;
    padding: 7px;
    border-radius: 5px;
    background: #B4D0DC;
    box-shadow: 0 4px 0 #a2bbc6;
    text-align: center;
    cursor: pointer;
  }
  #btn:hover {
    opacity: 0.8;
  }
  .flcol{
	background: #e0e0e0;
    text-align: center;
  }
  #card {
    margin: 60px auto 20px;
	width: 400px;
    height: 150px;
    cursor: pointer;
    perspective: 100px;
	transform-style: preserve-3d;
    transition: transform .8s;
  }
  
  #card-front, #card-back {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	text-align: center;
	backface-visibility: hidden;
	top: 615px;
  }
  #card-front {
    background: #fffafa;
    color: #333;
	font-size: 38px;
    line-height: 150px;
	  }
  #card-back {
    background: #fffff0;
    color: #333;
    line-height: 60px;
    font-size: 24px;
    transform: rotateY(180deg);
  }
  .open {
    transform: rotateY(180deg);
  } 
  #hon p{
    margin: 0 auto;
    padding: 5px;
		  }
a.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C88;
  background-color: #dce9f7;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
