@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Iceberg);
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Nova+Mono);
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg");
}
/*----------------------------------------------------------
round
----------------------------------------------------------*/
/*----------------------------------------------------------
shadow
----------------------------------------------------------*/
/*----------------------------------------------------------
opacity
----------------------------------------------------------*/
/*----------------------------------------------------------
transition
----------------------------------------------------------*/
/* base
 ************************************************************************/
html {
  font-size: 62.5%;
}

* {
  margin: 0 auto;
  padding: 0;
}

body {
  min-width: 990px;
  color: #000;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.container {
  max-width: 1280px;
  min-width: 990px;
  margin: auto;
  position: relative;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
  background-image: none;
}

.aside:after, .aside-min:after {
  background-image: none;
}

.box {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/*
 * target: IE6,7
 * Validator: Valid
 */
/*----------------------------------------------------------
00 common
----------------------------------------------------------*/
.aside-container {
  position: relative;
  z-index: 1;
}

.container-wrapper {
  background: #f2f2f2;
}

.main-container {
  padding: 0 20px 0 40px;
}
.main-container section {
  padding: 20px 0;
}
.main-container section .site-title {
  color: #fafafa;
  margin: 0 -20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #00a0c6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a0c6), color-stop(100%, #0082a8));
  background-image: -webkit-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -moz-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -o-linear-gradient(top, #00a0c6, #0082a8);
  background-image: linear-gradient(top, #00a0c6, #0082a8);
  padding: 5px 20px;
}
.main-container section .site-title p {
  margin-top: 10px;
}

.page-nav a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 80%;
  padding: .6em 5px .5em;
  border-right: none;
  border-left: none;
}

.page-nav ul {
  background: none !important;
  box-shadow: none !important;
  padding: 0;
  border: none;
  border-radius: 0;
}

a:link, a:hover, a:visited, a:active {
  color: #fff;
}

#page-top {
  position: fixed;
  z-index: 100;
  bottom: 70px;
  right: 50px;
  cursor: pointer;
}

#page-top {
  position: fixed;
  z-index: 100;
  bottom: 70px;
  right: 50px;
  cursor: pointer;
}

.font-bold {
  font-weight: bold;
}

/*----------------------------------------------------------
01 base
----------------------------------------------------------*/
/* TOP */
#top #container-wrapper {
  background: url(../img/header-bg01.png) no-repeat top center, #f2f2f2 url(../img/bg.jpg) repeat top center;
}

#top #container-wrapper:after {
  position: absolute;
  content: '';
  top: 706px;
  background: url(../img/nav-bg.png) no-repeat top center;
  height: 162px;
  width: 100%;
}

@media screen and (max-width: 1294px) {
  #top #container-wrapper {
    background: url(/kis-mileage/img/header-bg02.png) no-repeat top center, #f2f2f2 url(/kis-mileage/img/bg.jpg) repeat top center;
  }

  #top #container-wrapper:after {
    position: absolute;
    content: '';
    top: 700px;
    background: none;
    height: 162px;
    width: 100%;
  }
}
#top #main-container a:link, #intro #main-container a:link, #bn-list #main-container a:link {
  color: #ff645a;
}

#top #main-container a:hover, #intro #main-container a:hover, #bn-list #main-container a:hover {
  color: #1e82f5;
}

#top #main-container a:visited, #intro #main-container a:visited, #bn-list #main-container a:visited {
  color: #ff645a;
}

/* INTRODUCTION, BACKNUMBER */
#intro #container-wrapper, #bn #container-wrapper, #bn-list #container-wrapper {
  background: url(/kis-mileage/img/header-bg03.png) no-repeat top center, #f2f2f2 url(/kis-mileage/img/bg.jpg) repeat top center;
}

#intro #container-wrapper:after, #bn #container-wrapper:after, #bn-list #container-wrapper:after {
  position: absolute;
  content: '';
  top: 504px;
  background: url(../img/nav-bg.png) no-repeat top center;
  height: 162px;
  width: 100%;
}

@media screen and (max-width: 1294px) {
  #intro #container-wrapper, #bn #container-wrapper, #bn-list #container-wrapper {
    background: url(/kis-mileage/img/header-bg04.png) no-repeat top center, #f2f2f2 url(/kis-mileage/img/bg.jpg) repeat top center;
  }

  #intro #container-wrapper:after, #bn #container-wrapper:after, #bn-list #container-wrapper:after {
    position: absolute;
    content: '';
    top: 504px;
    background: none;
    height: 162px;
    width: 100%;
  }
}
/*----------------------------------------------------------
02 header
----------------------------------------------------------*/
/* TOP */
#top #header-image img {
  width: 98.5%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1294px) {
  #top #header-image {
    max-height: 590px;
    text-align: center;
  }
  #top #header-image img {
    width: auto;
    max-height: 590px;
    margin: 0 auto;
  }
}
/* INTRODUCTION, BACKNUMBER */
#intro #header-image, #bn #header-image, #bn-list #header-image {
  max-height: 364px;
  text-align: center;
}
#intro #header-image img, #bn #header-image img, #bn-list #header-image img {
  width: auto;
  max-height: 350px;
  margin: 0 auto;
}

/*----------------------------------------------------------
03 nav
----------------------------------------------------------*/
/* TOP */
#top #page-nav-inner {
  padding: 0px;
}
#top #page-nav-inner ul {
  margin-top: 20px;
}
#top #page-nav-inner ul li {
  text-align: center;
  font-size: 32px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 100;
  line-height: 26px;
}
#top #page-nav-inner ul li span.mini {
  display: block;
  font-size: 13px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#top #page-nav-inner ul li a {
  text-shadow: none;
}
#top #page-nav-inner ul li:first-child a {
  margin-right: 4px;
  background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
  display: inline-block;
  width: 278px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}
#top #page-nav-inner ul li:nth-child(2) a {
  margin-right: 4px;
  background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
  display: inline-block;
  width: 277px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff000;
}
#top #page-nav-inner ul li:nth-child(2) a:hover {
  background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
  /* @include opacity(0.9); */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#top #page-nav-inner ul li:nth-child(3) a {
  margin-right: 0px;
  background: url(../img/nav-off_bg.png) repeat-x top center;
  display: inline-block;
  width: 277px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff000;
}
#top #page-nav-inner ul li:nth-child(3) a:hover {
  background: url(../img/nav-on_bg.png) repeat-x top center;
  /* @include opacity(0.9); */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1294px) {
  .page-nav {
    width: 100%;
    height: 100px;
    margin: 0;
  }

  #top #page-nav-inner {
    padding: 0px;
    position: relative;
    left: -2%;
  }
  #top #page-nav-inner ul {
    width: 106%;
    margin-top: 10px;
  }
  #top #page-nav-inner ul li {
    text-align: center;
    width: 31%;
    margin-right: 2%;
    font-size: 32px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    line-height: 26px;
  }
  #top #page-nav-inner ul li span.mini {
    display: block;
    font-size: 13px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  }
  #top #page-nav-inner ul li a {
    text-shadow: none;
  }
  #top #page-nav-inner ul li:first-child a {
    margin-right: 4px;
    background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
  }
  #top #page-nav-inner ul li:nth-child(2) a {
    margin-right: 4px;
    background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff000;
  }
  #top #page-nav-inner ul li:nth-child(2) a:hover {
    background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
    /* @include opacity(0.9); */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    padding: 10px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  #top #page-nav-inner ul li:nth-child(3) a {
    margin-right: 0px;
    background: url(../img/nav-off_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff000;
  }
  #top #page-nav-inner ul li:nth-child(3) a:hover {
    background: url(../img/nav-on_bg.png) repeat-x top center;
    /* @include opacity(0.9); */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    padding: 10px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
}
/* INTRODUCTION */
#intro #page-nav-inner {
  padding: 0px;
}
#intro #page-nav-inner ul {
  margin-top: 20px;
}
#intro #page-nav-inner ul li {
  text-align: center;
  font-size: 32px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 100;
  line-height: 26px;
}
#intro #page-nav-inner ul li span.mini {
  display: block;
  font-size: 13px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#intro #page-nav-inner ul li a {
  text-shadow: none;
}
#intro #page-nav-inner ul li:first-child a {
  margin-right: 4px;
  background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
  display: inline-block;
  width: 278px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff000;
}
#intro #page-nav-inner ul li:first-child a:hover {
  background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
  /* @include opacity(0.9); */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#intro #page-nav-inner ul li:nth-child(2) a {
  margin-right: 4px;
  background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
  display: inline-block;
  width: 277px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff;
}
#intro #page-nav-inner ul li:nth-child(3) a {
  margin-right: 0px;
  background: url(../img/nav-off_bg.png) repeat-x top center;
  display: inline-block;
  width: 277px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff000;
}
#intro #page-nav-inner ul li:nth-child(3) a:hover {
  background: url(../img/nav-on_bg.png) repeat-x top center;
  /* @include opacity(0.9); */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1294px) {
  .page-nav {
    width: 100%;
    height: 100px;
    margin: 0;
  }

  #intro #page-nav-inner {
    padding: 0px;
    position: relative;
    left: -2%;
  }
  #intro #page-nav-inner ul {
    width: 106%;
    margin-top: 10px;
  }
  #intro #page-nav-inner ul li {
    text-align: center;
    width: 31%;
    margin-right: 2%;
    font-size: 32px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    line-height: 26px;
  }
  #intro #page-nav-inner ul li span.mini {
    display: block;
    font-size: 13px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  }
  #intro #page-nav-inner ul li a {
    text-shadow: none;
  }
  #intro #page-nav-inner ul li:first-child a {
    margin-right: 4px;
    background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff000;
  }
  #intro #page-nav-inner ul li:first-child a:hover {
    background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
    /* @include opacity(0.9); */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    padding: 10px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  #intro #page-nav-inner ul li:nth-child(2) a {
    margin-right: 4px;
    background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff;
  }
  #intro #page-nav-inner ul li:nth-child(3) a {
    margin-right: 0px;
    background: url(../img/nav-off_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff000;
  }
  #intro #page-nav-inner ul li:nth-child(3) a:hover {
    background: url(../img/nav-on_bg.png) repeat-x top center;
    /* @include opacity(0.9); */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    padding: 10px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
}
/* BACKNUMBER */
#bn #page-nav-inner, #bn-list #page-nav-inner {
  padding: 0px;
}
#bn #page-nav-inner ul, #bn-list #page-nav-inner ul {
  margin-top: 20px;
}
#bn #page-nav-inner ul li, #bn-list #page-nav-inner ul li {
  text-align: center;
  font-size: 32px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 100;
  line-height: 26px;
}
#bn #page-nav-inner ul li span.mini, #bn-list #page-nav-inner ul li span.mini {
  display: block;
  font-size: 13px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#bn #page-nav-inner ul li a, #bn-list #page-nav-inner ul li a {
  text-shadow: none;
}
#bn #page-nav-inner ul li:first-child a, #bn-list #page-nav-inner ul li:first-child a {
  margin-right: 4px;
  background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
  display: inline-block;
  width: 278px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff000;
}
#bn #page-nav-inner ul li:first-child a:hover, #bn-list #page-nav-inner ul li:first-child a:hover {
  background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
  /* @include opacity(0.9); */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#bn #page-nav-inner ul li:nth-child(2) a, #bn-list #page-nav-inner ul li:nth-child(2) a {
  margin-right: 4px;
  background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
  display: inline-block;
  width: 277px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff000;
}
#bn #page-nav-inner ul li:nth-child(2) a:hover, #bn-list #page-nav-inner ul li:nth-child(2) a:hover {
  background: url(../img/nav-on_bg.png) repeat-x top center;
  /* @include opacity(0.9); */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#bn #page-nav-inner ul li:nth-child(3) a, #bn-list #page-nav-inner ul li:nth-child(3) a {
  margin-right: 0px;
  background: url(../img/nav-on_bg.png) repeat-x top center;
  display: inline-block;
  width: 277px;
  height: 92px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #fff;
}

@media screen and (max-width: 1294px) {
  .page-nav {
    width: 100%;
    height: 100px;
    margin: 0;
  }

  #bn #page-nav-inner, #bn-list #page-nav-inner {
    padding: 0px;
    position: relative;
    left: -2%;
  }
  #bn #page-nav-inner ul, #bn-list #page-nav-inner ul {
    width: 106%;
    margin-top: 10px;
  }
  #bn #page-nav-inner ul li, #bn-list #page-nav-inner ul li {
    text-align: center;
    width: 31%;
    margin-right: 2%;
    font-size: 32px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    line-height: 26px;
  }
  #bn #page-nav-inner ul li span.mini, #bn-list #page-nav-inner ul li span.mini {
    display: block;
    font-size: 13px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  }
  #bn #page-nav-inner ul li a, #bn-list #page-nav-inner ul li a {
    text-shadow: none;
  }
  #bn #page-nav-inner ul li:first-child a, #bn-list #page-nav-inner ul li:first-child a {
    margin-right: 4px;
    background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff000;
  }
  #bn #page-nav-inner ul li:first-child a:hover, #bn-list #page-nav-inner ul li:first-child a:hover {
    background: url(/kis-mileage/img/nav-on_bg.png) repeat-x top center;
    /* @include opacity(0.9); */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    padding: 10px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  #bn #page-nav-inner ul li:nth-child(2) a, #bn-list #page-nav-inner ul li:nth-child(2) a {
    margin-right: 4px;
    background: url(/kis-mileage/img/nav-off_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff000;
  }
  #bn #page-nav-inner ul li:nth-child(2) a:hover, #bn-list #page-nav-inner ul li:nth-child(2) a:hover {
    background: url(../img/nav-on_bg.png) repeat-x top center;
    /* @include opacity(0.9); */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    padding: 10px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  #bn #page-nav-inner ul li:nth-child(3) a, #bn-list #page-nav-inner ul li:nth-child(3) a {
    margin-right: 0px;
    background: url(../img/nav-on_bg.png) repeat-x top center;
    display: inline-block;
    width: 98%;
    height: 92px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #fff;
  }
}
/*----------------------------------------------------------
04 airticle
----------------------------------------------------------*/
/* TOP */
#top #main-container section {
  margin-left: -20px;
}
#top #main-container section img.top-contents {
  width: 900px;
}
#top #main-container section .article-inner {
  margin-top: -1rem;
  margin-left: -10px;
  margin-right: 0;
  padding: 10px 20px 20px;
  width: 100%;
  background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
}
#top #main-container section .article-inner ul#ttl-area {
  display: table;
  padding: 14px 80px 14px 60px;
  box-sizing: border-box;
  width: 900px;
}
#top #main-container section .article-inner ul#ttl-area li {
  display: table-cell;
}
#top #main-container section .article-inner ul#ttl-area li:first-child {
  width: 16%;
  height: auto;
  padding-bottom: 110px;
  background: url(../img/tag.png) no-repeat left top;
  background-size: contain;
  text-indent: -9999999rem;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) {
  width: 80%;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul {
  display: table;
  width: 100%;
  height: 40px;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li {
  display: table-cell;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:first-child {
  width: 76%;
  height: auto;
  padding-bottom: 40px;
  background: url(../img/aircraft-dec.png) no-repeat left center;
  background-size: auto 100%;
  text-indent: -9999999rem;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(2) {
  width: 2%;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(3) {
  text-align: center;
  width: 22%;
  color: #fff;
  background-color: #1e82f5;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
}
#top #main-container section .article-inner ul#ttl-area li:nth-child(2) h4 {
  margin-top: 1.4rem;
  font-size: 19px;
  font-weight: bold;
  line-height: 29px;
  color: #1e82f5;
}
#top #main-container section .article-inner .article-content {
  margin: 0 24px;
}
#top #main-container section .article-inner .article-content .paragraph {
  margin: 0 auto 10px;
  padding: 0 50px 14px 60px;
  font-size: 17px;
  line-height: 34px;
}
#top #main-container section .article-inner .article-content .paragraph h5 {
  color: #ff645a;
}
#top #main-container section img.bottom-contents {
  width: 900px;
}

@media screen and (max-width: 1294px) {
  #top #main-container {
    margin-right: 0;
  }
  #top #main-container section {
    margin-left: -20px;
    margin-right: -20px;
  }
  #top #main-container section img.top-contents {
    width: 100%;
  }
  #top #main-container section .article-inner {
    box-sizing: border-box;
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px;
    width: 100%;
    background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
    background-size: 100% auto;
  }
  #top #main-container section .article-inner ul#ttl-area {
    display: table;
    padding: 20px 40px 14px;
    box-sizing: border-box;
    width: 100%;
  }
  #top #main-container section .article-inner ul#ttl-area li {
    display: table-cell;
  }
  #top #main-container section .article-inner ul#ttl-area li:first-child {
    width: 18%;
    height: auto;
    padding-bottom: 105px;
    background: url(../img/tag.png) no-repeat left top;
    background-size: contain;
    text-indent: -9999999rem;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) {
    width: 80%;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul {
    display: table;
    width: 100%;
    height: 40px;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li {
    display: table-cell;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:first-child {
    width: 70%;
    height: auto;
    padding-bottom: 40px;
    background: url(../img/aircraft-dec.png) no-repeat left center;
    background-size: auto 100%;
    text-indent: -9999999rem;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(2) {
    width: 2%;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(3) {
    text-align: center;
    width: 28%;
    margin-left: 2%;
    color: #fff;
    background-color: #1e82f5;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) h4 {
    margin-top: 1.4rem;
    font-size: 114%;
    font-weight: bold;
    line-height: 150%;
    color: #1e82f5;
  }
  #top #main-container section .article-inner .article-content {
    margin: 0 24px;
  }
  #top #main-container section .article-inner .article-content .paragraph {
    margin: 0 auto 10px;
    padding: 0 30px 14px;
    size: 104%;
    line-height: 185%;
  }
  #top #main-container section .article-inner .article-content .paragraph h5 {
    color: #ff645a;
  }
  #top #main-container section img.bottom-contents {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  #top #main-container {
    margin-right: 0;
  }
  #top #main-container section {
    margin-left: -20px;
    margin-right: -20px;
  }
  #top #main-container section img.top-contents {
    width: 100%;
  }
  #top #main-container section .article-inner {
    box-sizing: border-box;
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px;
    width: 100%;
    background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
    background-size: 100% auto;
  }
  #top #main-container section .article-inner ul#ttl-area {
    display: table;
    padding: 20px 30px 14px;
    box-sizing: border-box;
    width: 100%;
  }
  #top #main-container section .article-inner ul#ttl-area li {
    display: table-cell;
  }
  #top #main-container section .article-inner ul#ttl-area li:first-child {
    width: 18%;
    height: auto;
    padding-bottom: 105px;
    background: url(../img/tag.png) no-repeat left top;
    background-size: contain;
    text-indent: -9999999rem;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) {
    width: 80%;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul {
    display: table;
    width: 100%;
    height: 40px;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li {
    display: table-cell;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:first-child {
    width: 70%;
    height: auto;
    padding-bottom: 40px;
    background: url(../img/aircraft-dec.png) no-repeat left center;
    background-size: auto 100%;
    text-indent: -9999999rem;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(2) {
    width: 2%;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(3) {
    text-align: center;
    width: 28%;
    margin-left: 2%;
    color: #fff;
    background-color: #1e82f5;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #top #main-container section .article-inner ul#ttl-area li:nth-child(2) h4 {
    margin-top: 1.4rem;
    font-size: 108%;
    font-weight: bold;
    line-height: 145%;
    color: #1e82f5;
  }
  #top #main-container section .article-inner .article-content {
    margin: 0 24px;
  }
  #top #main-container section .article-inner .article-content .paragraph {
    margin: 0 auto 10px;
    padding: 0 14px 14px;
    size: 104%;
    line-height: 185%;
  }
  #top #main-container section .article-inner .article-content .paragraph h5 {
    color: #ff645a;
  }
  #top #main-container section img.bottom-contents {
    width: 100%;
  }
}
/* INTRODUCTION */
#intro #main-container section {
  margin-left: -20px;
}
#intro #main-container section img.top-contents {
  width: 900px;
}
#intro #main-container section .article-inner {
  margin-top: -1rem;
  margin-left: -10px;
  margin-right: 0;
  padding: 0 20px 10px;
  width: 100%;
  background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
}
#intro #main-container section .article-inner section {
  margin-bottom: 2%;
}
#intro #main-container section .article-inner section h2 {
  position: relative;
  top: -3rem;
  margin-left: 10px;
}
#intro #main-container section .article-inner section .article-content {
  width: 900px;
  position: relative;
  top: -1rem;
  margin: 0 32px;
}
#intro #main-container section .article-inner section .article-content .paragraph {
  margin: 0 auto;
  padding: 0 100px 0 60px;
  font-size: 17px;
  line-height: 34px;
}
#intro #main-container section .article-inner section .article-content .paragraph .box h3 {
  text-align: center;
}
#intro #main-container section .article-inner section .article-content .paragraph .box h3 img {
  max-width: 100%;
  margin-bottom: 1.4%;
}
#intro #main-container section .article-inner section .article-content .paragraph p.explanation {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #1e82f5;
}
#intro #main-container section .article-inner section .article-content .paragraph h5 {
  color: #ff645a;
}
#intro #main-container section img.bottom-contents {
  width: 900px;
}

@media screen and (max-width: 1294px) {
  #intro #main-container {
    margin-right: 0;
  }
  #intro #main-container section {
    margin-left: -20px;
    margin-right: -20px;
  }
  #intro #main-container section img.top-contents {
    width: 100%;
  }
  #intro #main-container section .article-inner {
    box-sizing: border-box;
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 15px;
    width: 100%;
    background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
    background-size: 100% auto;
  }
  #intro #main-container section .article-inner section {
    margin-bottom: 0;
  }
  #intro #main-container section .article-inner section h2 {
    position: relative;
    top: -2.6rem;
    margin-left: 0;
  }
  #intro #main-container section .article-inner section .article-content {
    width: 100%;
    margin: 0 1.2%;
    position: relative;
    top: -1rem;
  }
  #intro #main-container section .article-inner section .article-content .paragraph {
    margin: 0 auto 10px;
    padding: 0 10% 0 8%;
    font-size: 100%;
    line-height: 185%;
  }
  #intro #main-container section .article-inner section .article-content .paragraph .box h3 {
    text-align: center;
  }
  #intro #main-container section .article-inner section .article-content .paragraph .box h3 img {
    max-width: 100%;
    margin-bottom: 1.4%;
  }
  #intro #main-container section .article-inner section .article-content .paragraph p.explanation {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    line-height: 175%;
    color: #1e82f5;
  }
  #intro #main-container section .article-inner section .article-content .paragraph h5 {
    color: #ff645a;
  }
  #intro #main-container section img.bottom-contents {
    width: 100%;
  }
}
/* BACKNUMBER */
#bn #main-container section {
  margin-left: -20px;
}
#bn #main-container section img.top-contents {
  width: 900px;
  margin-bottom: 0;
}
#bn #main-container section .article-inner {
  margin-top: -1rem;
  margin-left: -5px;
  margin-right: 0;
  padding: 0 10px 4px 20px;
  width: 100%;
  background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
}
#bn #main-container section .article-inner h2 {
  position: relative;
  top: -3.4rem;
  margin-left: -15px;
  margin-right: -5px;
}
#bn #main-container section .article-inner .article-content {
  margin: 0 24px;
  padding-top: 14px;
}
#bn #main-container section .article-inner .article-content .bn-list {
  margin: 0 auto 10px;
  padding: 0 60px 14px;
  font-size: 17px;
  line-height: 34px;
  position: relative;
}
#bn #main-container section .article-inner .article-content .bn-list h4 {
  width: 20%;
  color: #fff;
  background-color: #1e82f5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#bn #main-container section .article-inner .article-content .bn-list p {
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 1px solid #b2b2b2;
  line-height: 30px;
  padding-bottom: 18px;
}
#bn #main-container section .article-inner .article-content .bn-list a {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999rem;
}
#bn #main-container section .article-inner .article-content .bn-list:hover {
  -webkit-opacity: 0.6;
  /* chrome */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#bn #main-container section img.bottom-contents {
  width: 900px;
}

@media screen and (max-width: 1294px) {
  #bn #main-container {
    margin-right: 0;
  }
  #bn #main-container section {
    margin-left: -20px;
    margin-right: -20px;
  }
  #bn #main-container section img.top-contents {
    width: 100%;
    margin-bottom: 0;
  }
  #bn #main-container section .article-inner {
    box-sizing: border-box;
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px 4px;
    width: 100%;
    background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
    background-size: 100% auto;
  }
  #bn #main-container section .article-inner h2 {
    top: -2rem;
    margin-left: -4px;
    margin-right: -4px;
  }
  #bn #main-container section .article-inner .article-content {
    margin: 0 24px;
    padding-top: 10px;
  }
  #bn #main-container section .article-inner .article-content .bn-list {
    margin: 0 auto 10px;
    padding: 0 40px 14px;
    font-size: 17px;
    line-height: 34px;
    position: relative;
  }
  #bn #main-container section .article-inner .article-content .bn-list h4 {
    width: 30%;
    color: #fff;
    background-color: #1e82f5;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  #bn #main-container section .article-inner .article-content .bn-list p {
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid #b2b2b2;
    line-height: 30px;
    padding-bottom: 18px;
  }
  #bn #main-container section .article-inner .article-content .bn-list a {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999rem;
  }
  #bn #main-container section .article-inner .article-content .bn-list:hover {
    -webkit-opacity: 0.6;
    /* chrome */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #bn #main-container section img.bottom-contents {
    width: 100%;
  }
}
/* BACKNUMBER ARTICLE */
#bn-list #main-container section {
  margin-left: -20px;
}
#bn-list #main-container section img.top-contents {
  width: 900px;
}
#bn-list #main-container section .article-inner {
  margin-top: -1rem;
  margin-left: -10px;
  margin-right: 0;
  padding: 0 20px 20px;
  width: 100%;
  background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
}
#bn-list #main-container section .article-inner h2 {
  position: relative;
  top: -3rem;
  margin-left: -10px;
}
#bn-list #main-container section .article-inner ul#ttl-area {
  display: table;
  padding: 0 86px 9px 68px;
  box-sizing: border-box;
  width: 900px;
}
#bn-list #main-container section .article-inner ul#ttl-area li {
  display: table-cell;
}
#bn-list #main-container section .article-inner ul#ttl-area li:first-child {
  width: 0;
  height: auto;
  padding-bottom: auto;
  background: none;
  background-size: contain;
  text-indent: -9999999rem;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) {
  width: 100%;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul {
  display: table;
  width: 100%;
  height: 40px;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li {
  display: table-cell;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:first-child {
  width: 76%;
  height: auto;
  padding-bottom: 40px;
  background: url(../img/aircraft-dec.png) no-repeat left center;
  background-size: auto 100%;
  text-indent: -9999999rem;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(2) {
  width: 2%;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(3) {
  text-align: center;
  width: 22%;
  margin-left: 2%;
  color: #fff;
  background-color: #1e82f5;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
}
#bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) h4 {
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 19px;
  font-weight: bold;
  line-height: 32px;
  color: #1e82f5;
}
#bn-list #main-container section .article-inner .article-content {
  margin: 0 18px 0;
}
#bn-list #main-container section .article-inner .article-content .paragraph {
  margin: 0 auto 10px;
  padding: 0 60px 14px 60px;
  font-size: 17px;
  line-height: 34px;
}
#bn-list #main-container section .article-inner .article-content .paragraph h5 {
  color: #ff645a;
}
#bn-list #main-container section .article-inner .article-content .bk-btnBox {
  padding: 15px 50px 25px;
  text-align: right;
  clear: both;
}
#bn-list #main-container section .article-inner .article-content .bk-btnBox a:hover {
  -webkit-opacity: 0.7;
  /* chrome */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#bn-list #main-container section img.bottom-contents {
  width: 900px;
}

@media screen and (max-width: 1294px) {
  #bn-list #main-container {
    margin-right: 0;
  }
  #bn-list #main-container section {
    margin-left: -20px;
    margin-right: -20px;
  }
  #bn-list #main-container section img.top-contents {
    width: 100%;
  }
  #bn-list #main-container section .article-inner {
    box-sizing: border-box;
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 25px;
    width: 100%;
    background: url(/kis-mileage/img/sc-middle.png) repeat-y top center;
    background-size: 100% auto;
  }
  #bn-list #main-container section .article-inner h2 {
    position: relative;
    top: -2rem;
    margin-left: -20px;
    margin-right: -20px;
  }
  #bn-list #main-container section .article-inner ul#ttl-area {
    display: table;
    padding: 0 35px 14px;
    box-sizing: border-box;
    width: 100%;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li {
    display: table-cell;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:first-child {
    width: 0;
    height: auto;
    padding-bottom: auto;
    background: none;
    background-size: contain;
    text-indent: -9999999rem;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) {
    width: 100%;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul {
    display: table;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    height: 40px;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li {
    display: table-cell;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:first-child {
    width: 74%;
    height: auto;
    padding-bottom: 38px;
    background: url(../img/aircraft-dec.png) no-repeat left center;
    background-size: auto 100%;
    text-indent: -9999999rem;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(2) {
    width: 2%;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) ul li:nth-child(3) {
    text-align: center;
    width: 24%;
    margin-left: 2%;
    color: #fff;
    background-color: #1e82f5;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #bn-list #main-container section .article-inner ul#ttl-area li:nth-child(2) h4 {
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
    color: #1e82f5;
  }
  #bn-list #main-container section .article-inner .article-content {
    margin: -1.4rem 24px;
  }
  #bn-list #main-container section .article-inner .article-content .paragraph {
    margin: 0 auto 10px;
    padding: 0 6% 14px;
    size: 100%;
    line-height: 185%;
  }
  #bn-list #main-container section .article-inner .article-content .paragraph h5 {
    color: #ff645a;
  }
  #bn-list #main-container section .article-inner .article-content .bk-btnBox {
    padding: 15px 30px 25px;
    text-align: center;
    clear: both;
  }
  #bn-list #main-container section .article-inner .article-content .bk-btnBox a:hover {
    -webkit-opacity: 0.7;
    /* chrome */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #bn-list #main-container section img.bottom-contents {
    width: 100%;
  }
}
