/* Generated by less 2.5.1 */
@media (min-width: 541px) {
  .info_new .header {
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 24px;
    background: url("../images/line.png") 0 bottom repeat-x;
  }
  .info_new .header .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: bold;
  }
  .info_new .header .more a {
    color: #181878;
  }
  .info_new .header .more a:hover {
    color: #f90012;
  }
  .info_new .header .more .fa {
    margin-right: 0.3em;
  }
  .info_new .body {
    padding: 0 26px;
  }
  .info_new .entry {
    float: left;
    width: 33.3%;
    padding: 0 8px;
  }
  .info_new .entry a {
    display: block;
    padding: 16px 8px 2px;
    border: #BFBFBF 1px solid;
    background-color: #FFF;
  }
  .info_new .entry h3 {
    padding: 0 0 12px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: bold;
    border-bottom: #BFBFBF 1px solid;
  }
  .info_new .entry .category {
    padding: 0 6px 14px;
  }
  .info_new .entry .category li {
    display: inline-block;
    padding-top: 7px;
    margin-right: 2px;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 1;
  }
  .info_new .entry .category .category-1 {
    background-color: #6BA4CC;
  }
  .info_new .entry .category .category-2 {
    background-color: #DE7052;
  }
  .info_new .entry .detail li {
    padding: 0 6px 12px;
    font-size: 14px;
    line-height: 1.28;
  }
  .info_new .entry .detail .title {
    display: block;
    color: #181878;
    font-weight: bold;
  }
  .info_new .entry .detail .value {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 540px) {
  .sp {
    display: block !important;
  }
}
/*
.info_bnr {
	width: 260px;
	text-align: right;
}
*/
/*

@media (max-width: 767px) {
//	.top_info {
//		padding: 20px 0px;
//	}
//
//	.info_wrapper {
//		display: block;
//	}
//	.info_wrapper > div {
//		display: block;
//	}

	.info_new {
		width: 100%;
	}
	.info_new .header {
		padding: 0 0 8px;
	}
	.info_new .header .more {
		position: absolute;
		right: 0;
		top: 2px;
		font-weight: bold;
	}
	.info_new .header .more a {
		color: #181878;
	}
	.info_new .header .more .fa {
		margin-right: 0.3em;
	}
	.info_new .body {
		padding: 0 10px;
	}
	.info_new .entry {
		padding: 0;
	}
	.info_new .new_link {
		padding: 10px 10px;
		text-align: center;
	}
	.info_new .new_link a {
		width: 100%;
	}

	.info_bnr {
		width: 100%;
		text-align: center;
	}
}
*/
/*----------------------------------------------------
bsSlider
----------------------------------------------------*/
.info_new .bx-wrapper .bx-prev {
  left: -30px;
  background: url("../images/arrow_prev.png") no-repeat 0 0;
}
.info_new .bx-wrapper .bx-next {
  right: -30px;
  background: url("../images/arrow_next.png") no-repeat 0 0;
}
.info_new .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.info_new .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.info_new .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 26px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9999;
}
.info_new .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.info_new .pc {
  display: block;
}
@media (max-width: 540px) {
  .info_new .pc {
    display: none;
  }
  .info_new .sp {
    display: block;
  }
  .info_new .bx-wrapper .bx-prev {
    left: -18px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .info_new .bx-wrapper .bx-next {
    right: -18px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .info_new .bx-wrapper .bx-controls-direction a {
    width: 18px;
    height: 28px;
  }
}
