@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : blog.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_cate, .con_ark, .con_blog, .con_pager {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_cate, .con_ark, .con_blog, .con_pager {
    width: 95%;
  }
}

.con_cate dl:after, .con_ark dl:after, .con_blog.list ul:after, .con_blog.list ul li .inn:after, .con_pager .inner:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
#header .con_title {
  background: transparent url("../../blog/images/bg_tit.jpg") center center no-repeat;
  background-size: cover;
}

/* -----------------------------------------------------------
	con_cate con_ark
----------------------------------------------------------- */
.con_cate, .con_ark {
  background-color: rgba(255, 255, 255, 0.85);
}
@media only screen and (min-width: 768px) {
  .con_cate dl, .con_ark dl {
    padding: 8px 16px;
  }
  .con_cate dl dt, .con_ark dl dt {
    float: left;
    width: 10%;
  }
  .con_cate dl dt a, .con_ark dl dt a {
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
  }
  .con_cate dl dt a .ic, .con_ark dl dt a .ic {
    display: none !important;
  }
  .con_cate dl dd, .con_ark dl dd {
    height: auto !important;
    float: left;
    width: 87%;
  }
  .con_cate dl dd ul li, .con_ark dl dd ul li {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
  }
  .con_cate dl dd ul li.active a, .con_ark dl dd ul li.active a {
    background-color: #f37800;
    color: #FFF;
    text-decoration: none;
  }
  .con_cate dl dd ul li.en a, .con_ark dl dd ul li.en a {
    font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    font-style: italic;
  }
  .con_cate dl dd ul li a, .con_ark dl dd ul li a {
    display: inline-block;
    color: #333;
    padding: 0.3em 0.5em;
    -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
    -o-transition: color 300ms ease-out, background-color 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
    transition: color 300ms ease-out, background-color 300ms ease-out;
  }
}
@media print {
  .con_cate dl, .con_ark dl {
    padding: 8px 16px;
  }
  .con_cate dl dt, .con_ark dl dt {
    float: left;
    width: 10%;
  }
  .con_cate dl dt a, .con_ark dl dt a {
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
  }
  .con_cate dl dt a .ic, .con_ark dl dt a .ic {
    display: none !important;
  }
  .con_cate dl dd, .con_ark dl dd {
    height: auto !important;
    float: left;
    width: 87%;
  }
  .con_cate dl dd ul li, .con_ark dl dd ul li {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
  }
  .con_cate dl dd ul li.active a, .con_ark dl dd ul li.active a {
    background-color: #f37800;
    color: #FFF;
    text-decoration: none;
  }
  .con_cate dl dd ul li.en a, .con_ark dl dd ul li.en a {
    font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    font-style: italic;
  }
  .con_cate dl dd ul li a, .con_ark dl dd ul li a {
    display: inline-block;
    color: #333;
    padding: 0.3em 0.5em;
    -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
    -o-transition: color 300ms ease-out, background-color 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
    transition: color 300ms ease-out, background-color 300ms ease-out;
  }
}
.ie8 .con_cate dl, .ie8 .con_ark dl {
  padding: 8px 16px;
}
.ie8 .con_cate dl dt, .ie8 .con_ark dl dt {
  float: left;
  width: 10%;
}
.ie8 .con_cate dl dt a, .ie8 .con_ark dl dt a {
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
}
.ie8 .con_cate dl dt a .ic, .ie8 .con_ark dl dt a .ic {
  display: none !important;
}
.ie8 .con_cate dl dd, .ie8 .con_ark dl dd {
  height: auto !important;
  float: left;
  width: 87%;
}
.ie8 .con_cate dl dd ul li, .ie8 .con_ark dl dd ul li {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.ie8 .con_cate dl dd ul li.active a, .ie8 .con_ark dl dd ul li.active a {
  background-color: #f37800;
  color: #FFF;
  text-decoration: none;
}
.ie8 .con_cate dl dd ul li.en a, .ie8 .con_ark dl dd ul li.en a {
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-style: italic;
}
.ie8 .con_cate dl dd ul li a, .ie8 .con_ark dl dd ul li a {
  display: inline-block;
  color: #333;
  padding: 0.3em 0.5em;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -o-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
@media only screen and (min-width: 1281px) {
  .con_cate dl dd ul li a:hover, .con_ark dl dd ul li a:hover {
    background-color: #f37800;
    color: #FFF;
    text-decoration: none;
  }
}
@media print {
  .con_cate dl dd ul li a:hover, .con_ark dl dd ul li a:hover {
    background-color: #f37800;
    color: #FFF;
    text-decoration: none;
  }
}
.ie8 .con_cate dl dd ul li a:hover, .ie8 .con_ark dl dd ul li a:hover {
  background-color: #f37800;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_cate dl dt a, .con_ark dl dt a {
    display: block;
    font-size: 1.2em;
    line-height: 1.4em;
    font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
    padding: 0.8em 1em;
    position: relative;
  }
  .con_cate dl dt a span.ic .v, .con_ark dl dt a span.ic .v {
    background-color: #f37800;
  }
  .con_cate dl dt a span.ic .w, .con_ark dl dt a span.ic .w {
    background-color: #f37800;
  }
  .con_cate dl dd ul, .con_ark dl dd ul {
    padding: 5%;
  }
  .con_cate dl dd ul li, .con_ark dl dd ul li {
    border-bottom: 1px dotted #CCC;
  }
  .con_cate dl dd ul li.en a, .con_ark dl dd ul li.en a {
    font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .con_cate dl dd ul li.active a, .con_ark dl dd ul li.active a {
    color: #f37800;
  }
  .con_cate dl dd ul li a, .con_ark dl dd ul li a {
    display: block;
    color: #333;
    padding: 0.8em 1em;
    text-decoration: none;
    position: relative;
  }
  .con_cate dl dd ul li a:after, .con_ark dl dd ul li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -3px;
  }
}
.con_cate.con_cate, .con_ark.con_cate {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_cate.con_cate, .con_ark.con_cate {
    margin-top: 8%;
  }
}
.con_cate.con_ark, .con_ark.con_ark {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .con_cate.con_ark, .con_ark.con_ark {
    margin-top: 3%;
  }
}

/* -----------------------------------------------------------
	con_blog
----------------------------------------------------------- */
.con_blog.list ul li {
  background-color: rgba(255, 255, 255, 0.85);
}
.con_blog.list ul li .inn {
  position: relative;
}
.con_blog.list ul li .inn .date {
  margin-top: 1em;
}
.con_blog.list ul li .inn .date span {
  color: #f37800;
  display: inline-block;
}
.con_blog.list ul li .inn .date span.d {
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_blog.list ul li .inn .date span.d {
    font-size: 0.9em;
  }
}
.con_blog.list ul li .inn .text {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 0.5em;
}
.con_blog.list ul li .inn .text span {
  display: block;
}
.con_blog.list ul li .inn .text span.tit {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .con_blog.list ul li .inn .text span.tit {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_blog.list ul li .inn .text span.tit {
    font-size: 1em;
  }
}
.con_blog.list ul li .inn .text span.t {
  margin-top: 0.5em;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.con_blog.list ul li .inn .text span.arr {
  display: block;
  position: absolute;
  bottom: 10%;
  right: 8%;
  width: 40px;
  height: 40px;
  background-color: #f37800;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: -moz-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
.con_blog.list ul li .inn .text span.arr .inn {
  position: relative;
  display: block;
}
.con_blog.list ul li .inn .text span.arr .inn:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .con_blog.list ul {
    margin-top: 64px;
  }
  .con_blog.list ul li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
    margin-bottom: 32px;
  }
  .con_blog.list ul li:first-child {
    margin-left: 0;
  }
  .con_blog.list ul li:nth-child(5) {
    margin-left: 0;
  }
  .con_blog.list ul li .inn {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .con_blog.list ul li .inn {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_blog.list ul li .inn {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_blog.list ul li .inn .img {
    max-height: 158px;
    overflow: hidden;
  }
  .con_blog.list ul li .inn .text {
    width: 75%;
  }
}
@media print {
  .con_blog.list ul {
    margin-top: 64px;
  }
  .con_blog.list ul li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
    margin-bottom: 32px;
  }
  .con_blog.list ul li:first-child {
    margin-left: 0;
  }
  .con_blog.list ul li:nth-child(5) {
    margin-left: 0;
  }
  .con_blog.list ul li .inn {
    padding: 24px;
  }
  .con_blog.list ul li .inn .img {
    max-height: 158px;
    overflow: hidden;
  }
  .con_blog.list ul li .inn .text {
    width: 75%;
  }
}
.ie8 .con_blog.list ul {
  margin-top: 64px;
}
.ie8 .con_blog.list ul li {
  width: 23.5%;
  float: left;
  margin-left: 2%;
  margin-bottom: 32px;
}
.ie8 .con_blog.list ul li:first-child {
  margin-left: 0;
}
.ie8 .con_blog.list ul li:nth-child(5) {
  margin-left: 0;
}
.ie8 .con_blog.list ul li .inn {
  padding: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .ie8 .con_blog.list ul li .inn {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_blog.list ul li .inn {
    padding: 0;
  }
}
.ie8 .con_blog.list ul li .inn .img {
  max-height: 158px;
  overflow: hidden;
}
.ie8 .con_blog.list ul li .inn .text {
  width: 75%;
}
@media only screen and (min-width: 1281px) {
  .con_blog.list ul li .inn .text:hover span.tit {
    color: #f37800;
  }
  .con_blog.list ul li .inn .text:hover span.t {
    color: #f37800;
  }
  .con_blog.list ul li .inn .text:hover span.arr {
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
  }
}
@media print {
  .con_blog.list ul li .inn .text:hover span.tit {
    color: #f37800;
  }
  .con_blog.list ul li .inn .text:hover span.t {
    color: #f37800;
  }
  .con_blog.list ul li .inn .text:hover span.arr {
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
  }
}
.ie8 .con_blog.list ul li .inn .text:hover span.tit {
  color: #f37800;
}
.ie8 .con_blog.list ul li .inn .text:hover span.t {
  color: #f37800;
}
.ie8 .con_blog.list ul li .inn .text:hover span.arr {
  transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .con_blog.list ul li .inn .text span.arr {
    width: 35px;
    height: 35px;
    right: 4%;
  }
  .con_blog.list ul li .inn .text span.arr .inn:after {
    width: 6px;
    height: 6px;
    margin-top: 4px;
    left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_blog.list ul li {
    margin-top: 5%;
  }
  .con_blog.list ul li .inn {
    padding: 5%;
  }
  .con_blog.list ul li .inn .img {
    width: 30%;
    float: left;
  }
  .con_blog.list ul li .inn .text_area {
    width: 65%;
    float: right;
  }
  .con_blog.list ul li .inn .text_area .date {
    margin: 0 auto;
  }
  .con_blog.list ul li .inn .text_area .text {
    width: 70%;
  }
  .con_blog.list ul li .inn .text_area .text span.arr {
    width: 35px;
    height: 35px;
    right: 5%;
    top: 50%;
    bottom: auto;
    margin-top: -18px;
  }
  .con_blog.list ul li .inn .text_area .text span.arr .inn:after {
    width: 6px;
    height: 6px;
    margin-top: 10px;
    left: 12px;
  }
}
.con_blog.detail {
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 64px;
  padding: 64px 0;
}
@media only screen and (max-width: 767px) {
  .con_blog.detail {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_blog.detail {
    padding: 8% 0;
  }
}
.con_blog.detail .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
.con_blog.detail .inner h3 {
  font-size: 2em;
  line-height: 1.4em;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .con_blog.detail .inner h3 {
    font-size: 1.4em;
  }
}
.con_blog.detail .inner .date {
  margin-top: 1em;
}
.con_blog.detail .inner .date span {
  color: #f37800;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .con_blog.detail .inner .date span {
    font-size: 1em;
  }
}
.con_blog.detail .inner .date span.d {
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 1.6em;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_blog.detail .inner .date span.d {
    font-size: 1.2em;
  }
}
.con_blog.detail .inner .text {
  font-size: 1.1em;
  line-height: 2em;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_blog.detail .inner .text {
    font-size: 1em;
  }
}
.con_blog.detail .inner .img {
  margin-top: 2em;
  text-align: center;
}
.con_blog.detail .inner .img span.i {
  text-align: center;
  display: inline-block;
}
.con_blog.detail .inner .img span .cap {
  display: block;
  text-align: left;
  margin-top: 0.3em;
  font-size: 1em;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .con_blog.detail .inner .img span .cap {
    font-size: 0.8em;
  }
}

/* -----------------------------------------------------------
	con_pager
----------------------------------------------------------- */
.con_pager {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1em 0;
  margin-top: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_pager {
    padding: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager {
    margin-top: 5%;
  }
}
.con_pager .inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  width: 95%;
  min-height: 2em;
}
@media only screen and (max-width: 767px) {
  .con_pager .inner {
    min-height: 1em;
  }
}
.con_pager .box_ct {
  display: inline-block;
  vertical-align: middle;
  color: #f37800;
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
}
.con_pager .box_num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.con_pager .box_num li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.1em;
}
.con_pager .box_num li a {
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 0.1em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .con_pager .box_num li a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .box_num li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .box_num li a {
    padding: 0.5em;
  }
}
.con_pager .box_num li.arr a {
  border: 1px solid #f37800;
}
.con_pager .box_num li.num a {
  color: #333;
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.con_pager .box_num li.num.active a {
  background-color: #f37800;
  color: #FFF;
  text-decoration: none;
}
.con_pager .box_num li.more a {
  color: #333;
  text-decoration: none;
}
@media only screen and (min-width: 1281px) {
  .con_pager .box_num li.arr a {
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
  }
  .con_pager .box_num li.arr a:hover {
    background-color: #f37800;
    color: #FFF;
  }
  .con_pager .box_num li.num a {
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
  }
  .con_pager .box_num li.num a:hover {
    background-color: #f37800;
    color: #FFF;
    text-decoration: none;
  }
  .con_pager .box_num li.more a {
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }
  .con_pager .box_num li.more a:hover {
    color: #f37800;
  }
}
@media print {
  .con_pager .box_num li.arr a {
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
  }
  .con_pager .box_num li.arr a:hover {
    background-color: #f37800;
    color: #FFF;
  }
  .con_pager .box_num li.num a {
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
  }
  .con_pager .box_num li.num a:hover {
    background-color: #f37800;
    color: #FFF;
    text-decoration: none;
  }
  .con_pager .box_num li.more a {
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }
  .con_pager .box_num li.more a:hover {
    color: #f37800;
  }
}
.ie8 .con_pager .box_num li.arr a {
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}
.ie8 .con_pager .box_num li.arr a:hover {
  background-color: #f37800;
  color: #FFF;
}
.ie8 .con_pager .box_num li.num a {
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}
.ie8 .con_pager .box_num li.num a:hover {
  background-color: #f37800;
  color: #FFF;
  text-decoration: none;
}
.ie8 .con_pager .box_num li.more a {
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.ie8 .con_pager .box_num li.more a:hover {
  color: #f37800;
}
.con_pager .list {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 767px) {
  .con_pager .list {
    margin-top: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .list {
    margin-left: -12px;
  }
}
.con_pager .list a {
  display: inline-block;
  border: 1px solid #f37800;
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .con_pager .list a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .list a {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .list a {
    width: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .list a {
    width: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  .con_pager .list a {
    -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
    -o-transition: color 300ms ease-out, background-color 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
    transition: color 300ms ease-out, background-color 300ms ease-out;
  }
  .con_pager .list a:hover {
    background-color: #f37800;
    color: #FFF;
  }
}
@media print {
  .con_pager .list a {
    -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
    -o-transition: color 300ms ease-out, background-color 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
    transition: color 300ms ease-out, background-color 300ms ease-out;
  }
  .con_pager .list a:hover {
    background-color: #f37800;
    color: #FFF;
  }
}
.ie8 .con_pager .list a {
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -o-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
.ie8 .con_pager .list a:hover {
  background-color: #f37800;
  color: #FFF;
}
.con_pager .boxprev li, .con_pager .boxnext li {
  display: inline-block;
  vertical-align: middle;
}
.con_pager .boxprev li.t, .con_pager .boxnext li.t {
  font-family: "Average Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
}
.con_pager .boxprev li.bt a, .con_pager .boxnext li.bt a {
  font-size: 1.2em;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .con_pager .boxprev li.bt a, .con_pager .boxnext li.bt a {
    font-size: 0.8em;
  }
}
.con_pager .boxprev li.bt a span, .con_pager .boxnext li.bt a span {
  text-decoration: underline;
}
.con_pager .boxprev li.bt a span:before, .con_pager .boxnext li.bt a span:before {
  border: 1px solid #f37800;
}
.con_pager .boxprev li.bt a span:after, .con_pager .boxnext li.bt a span:after {
  border-top: 1px solid #f37800;
  border-right: 1px solid #f37800;
}
@media only screen and (min-width: 768px) {
  .con_pager .boxprev, .con_pager .boxnext {
    width: 40%;
  }
}
@media print {
  .con_pager .boxprev, .con_pager .boxnext {
    width: 40%;
  }
}
.ie8 .con_pager .boxprev, .ie8 .con_pager .boxnext {
  width: 40%;
}
@media only screen and (min-width: 1281px) {
  .con_pager .boxprev li.bt a:hover span, .con_pager .boxnext li.bt a:hover span {
    text-decoration: none;
  }
}
@media print {
  .con_pager .boxprev li.bt a:hover span, .con_pager .boxnext li.bt a:hover span {
    text-decoration: none;
  }
}
.ie8 .con_pager .boxprev li.bt a:hover span, .ie8 .con_pager .boxnext li.bt a:hover span {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .con_pager .boxprev li.t, .con_pager .boxnext li.t {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_pager .boxprev, .con_pager .boxnext {
    width: 40%;
  }
}
.con_pager .boxprev {
  float: left;
  text-align: left;
}
.con_pager .boxprev li.t {
  border-left: 1px solid #CCC;
  padding-left: 1em;
  margin-left: 1em;
}
.con_pager .boxnext {
  float: right;
  text-align: right;
}
.con_pager .boxnext li.t {
  border-right: 1px solid #CCC;
  padding-right: 1em;
  margin-right: 1em;
}
