@charset "UTF-8";
/* ---------------------------
   baibai
--------------------------- */

#baibaiTopSlide {
  position: relative;
  margin: 0 0 15px;
}
#baibaiTopSlide .slide {
  position: relative;
  background: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#baibaiTopSlide .slideImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 30s linear infinite;
}
#baibaiTopSlide .slideImg:nth-child(1) {
  background-image: url("../img_baibai/titimg_01.jpg");
  animation-delay: -2s;
}
#baibaiTopSlide .slideImg:nth-child(2) {
  background-image: url("../img_baibai/titimg_02.jpg");
  animation-delay: 6s;
}
#baibaiTopSlide .slideImg:nth-child(3) {
  background-image: url("../img_baibai/titimg_03.jpg");
  animation-delay: 14s;
}
#baibaiTopSlide .slideImg:nth-child(4) {
  background-image: url("../img_baibai/titimg_04.jpg");
  animation-delay: 22s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
#baibaiTopSlide h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#baibaiTopSlide h1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}



/* readBox
--------------------------- */

#readBox {
	margin: 0 10px;
}

/* baibaiList
--------------------------- */

#baibaiList {
	margin: 0 0 20px;
	padding-top: 20px;
}

#baibaiList h2 {
	font-size: 18px;
	margin: 0 10px 10px;
}

#baibaiList h2 strong {
	color: #C00;
}

.dataBox {
	margin: 0 6px 10px;
}

.dataBox a {
	display: block;
	color: #333;
	border: 4px solid #FFF;
	text-decoration: none;
}

.dataBox a:hover {
	border-color: #C00;
}

.dataBox dl {
	margin: 0;
	overflow: hidden;
}

.dataBox dt {
	font-size: 16px;
	background-color: #E5D588;
	padding: 10px 10px;
	overflow: hidden;
}

.dataBox dd {
	background: -webkit-gradient(linear, left top, left bottom, from(#D8C07A), to(#E5D588));
	background: -moz-linear-gradient(top, #D8C07A, #E5D588);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8C07A', endColorstr='#E5D588');
	background-color: #D8C07A;
	padding: 10px;
	overflow: hidden;
}

.dataBox .pht {
	float: left;
	margin: 0 10px 5px 0;
	text-align: center;
}

.dataBox .pht img {
	width: 120px;
	height: auto;	
}

.dataBox .txt {
	overflow: hidden;
}

.dataBox dd .item h3 {
	font-size: 12px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #62511B;
}
.dataBox dd .item p {
	font-size: 12px;
	line-height: 1.2;
}

.dataBox dd .price p {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.data02 {
	clear: left;
	margin-bottom: 10px;
}

.data02 table {
	width: 100%;
	font-size: 12px;
}

.data02 th {
	border-top: 1px solid #E5D588;
	background-color: #333;
	color: #FFF;
	font-weight: normal;
	text-indent: 4px;
	padding: 4px 0;
	width: 80px;
	white-space: nowrap;
}
.data02 td {
	border-top: 1px solid #E5D588;
	background-color: #FBFBFB;
	padding: 4px 8px;
}
.dataBox .btn {
	text-align: right;
}

.dataBox a .btn span {
	display: block;
	background: url(../img_common/arw_wh.png) no-repeat right center;
	background-size: 10px 10px;
	padding-right: 16px;
}

.dataBox a:hover .btn span {
	color: #C00;
}

/* etcNav
--------------------------- */
#etcNav {
	margin: 0 10px;
}

#etcNav li {
	margin: 0 0 10px;
	background-color:  #009cc8
}

#etcNav a {
	color: #fff;
	display: block;
	margin-right: 10px;
	padding: 14px 10px;
	background: url(../img_common/mk_pc_wh.png) no-repeat right center;
	background-size: 26px 11px;
	text-decoration: none;
}

#etcNav a strong {
	font-size: 18px;
}

#etcNav a div {
	font-size: 12px;
	padding-top: 6px;
}

/* records
--------------------------- */

#records {
	margin: 0 10px 20px;
	padding-top: 20px;
}

#records h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#records ul {
	border: 1px dotted #999;
	list-style: disc;
	margin-bottom: 10px;
	padding: 10px 8px 2px;
}

#records li {
	font-size: 12px;
	margin: 0 0 8px 18px;
}