/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* common */
html, body {
  min-width: initial;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

html {
  color: #000;
  font-size: 87.5%;
  line-height: 1.5; }

img {
  vertical-align: bottom; }

a {
  color: #1a647f;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: bold; }

.left {
  float: left; }

.right {
  float: right; }

.ro a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

#page {
  position: relative; }

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1081px;
  margin: 0 auto;
  padding: 0 0 10px 0; }
  #header #logo {
    float: left;
    max-width: 200px;
    float: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-top: 10px; }
    #header #logo img {
      max-width: 100%; }
  #header .txt {
    float: none;
    width: 365px;
    padding-top: 5px;
    margin-left: 0;
    color: #777;
    width: inherit;
    font-size: 13px; }
  #header .sns {
    display: flex;
    justify-content: flex-end;
    min-height: 20px; }
    #header .sns .fb {
      margin-right: 12px; }

#hnavi {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 11px 20px 10px;
  border: 1px #ddd solid;
  border-top: 0;
  border-radius: 0px 0px 5px 5px;
  background: #f9f9f9;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  #hnavi li {
    float: left;
    padding-left: 20px; }
    #hnavi li:first-child {
      padding-left: 0px; }
    #hnavi li a {
      color: #74615c; }
    #hnavi li img {
      padding-right: 3px;
      vertical-align: -2px; }

#gnavi {
  padding: 10px 0;
  background-color: #2899c3;
  background-image: url(/images/common/dark-stripes.png); }
  #gnavi .inner {
    *zoom: 1;
    width: 1081px;
    margin: 0 auto; }
    #gnavi .inner:after {
      content: "";
      display: block;
      clear: both; }
    #gnavi .inner ul {
      float: left;
      width: 65%;
      *zoom: 1; }
      #gnavi .inner ul:after {
        content: "";
        display: block;
        clear: both; }
      #gnavi .inner ul li {
        box-sizing: border-box;
        float: left;
        width: 18%;
        border-left: 1px solid #6fb8d5;
        text-align: center; }
        #gnavi .inner ul li.ebookList {
          width: 15%; }
        #gnavi .inner ul li.newList, #gnavi .inner ul li.nextList {
          width: 11%; }
        #gnavi .inner ul li.webmedia {
          width: 27%; }
        #gnavi .inner ul li a {
          font-size: 16px;
          position: relative;
          top: 0;
          left: 0;
          display: block;
          height: auto;
          margin: 0 5px;
          padding: 10px 5px 10px;
          vertical-align: middle;
          font-weight: bold;
          color: #fff;
          border-radius: 5px; }
          #gnavi .inner ul li a:hover {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.2); }
          #gnavi .inner ul li a.cur:before {
            content: "";
            position: absolute;
            left: 46%;
            top: 47px;
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7px 7px 7px;
            border-color: transparent transparent #FFFFFF transparent; }
  #gnavi a {
    color: #fff; }

#search {
  *zoom: 1;
  float: right;
  width: 360px; }
  #search:after {
    content: "";
    display: block;
    clear: both; }
  #search .form {
    float: left;
    width: 268px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px; }
  #search .detail {
    float: right;
    width: 80px;
    padding: 5px 0;
    text-align: center; }
    #search .detail a {
      font-size: 13px;
      color: #fff;
      text-decoration: none;
      display: block;
      border: 1px #ccc solid;
      border-radius: 2px;
      padding: 5px 0;
      background-color: #1a647f; }
      #search .detail a:hover {
        text-decoration: none;
        opacity: 0.8; }

#hnaviSearchWord {
  font-size: 15px;
  width: 198px;
  margin: 0 15px;
  padding: 0;
  border: none;
  vertical-align: 15px; }
  #hnaviSearchWord:focus {
    border: none;
    outline: none; }

#hnaviSearchSubmit {
  padding: 11px;
  background-color: #1a647f;
  border-radius: 0 3px 3px 0; }
  #hnaviSearchSubmit:hover {
    opacity: 0.8; }

#categoryList {
  width: 1081px;
  min-height: 25px;
  margin: 0 auto 10px; }
  #categoryList ul {
    display: none;
    *zoom: 1;
    padding-top: 6px;
    padding-bottom: 6px; }
    #categoryList ul:after {
      content: "";
      display: block;
      clear: both; }
    #categoryList ul li {
      float: left;
      margin: 0 5px 0 0; }
      #categoryList ul li a {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 13px;
        text-decoration: none;
        display: block;
        padding: 7px 14px 8px 24px;
        line-height: 1.25;
        border-radius: 3px; }
        #categoryList ul li a:hover {
          text-decoration: none;
          background-color: #eee;
          color: #333; }
      #categoryList ul li a:before {
        content: "";
        position: absolute;
        left: 11px;
        top: 13px;
        display: block;
        width: 4px;
        height: 4px;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        -webkit-transform: rotation(45deg);
        transform: rotate(45deg); }
    #categoryList ul.genreList {
      display: none; }

#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6000000', endColorstr='#E6000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  z-index: 50; }
  :root #overlay {
    filter: none\0/IE9; }

#searchBox {
  display: none;
  position: absolute;
  width: 1080px;
  top: 170px;
  left: 50%;
  margin-left: -540px;
  padding: 45px 0;
  border: 1px solid #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
  z-index: 100; }
  :root #searchBox {
    filter: none\0/IE9; }
  #searchBox form {
    display: block;
    width: 690px;
    margin: 0 auto; }
  #searchBox table {
    width: 100%;
    margin-bottom: 20px; }
    #searchBox table th, #searchBox table td {
      padding: 8px 0;
      color: #fff; }
    #searchBox table th {
      width: 90px;
      vertical-align: middle; }
  #searchBox input[type=text] {
    width: 500px; }
  #searchBox select {
    width: 430px; }
  #searchBox .btn {
    width: 240px;
    margin: 0 auto 25px; }
    #searchBox .btn a {
      display: block;
      padding: 12px 0;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #8E8E8E;
      color: #fff;
      font-size: 117%;
      text-align: center; }
    #searchBox .btn span {
      display: inline-block;
      padding: 2px 0 2px 28px;
      background-image: url(/images/common/icon_search.png);
      background-size: 18px;
      background-position: 0 center;
      background-repeat: no-repeat; }
  #searchBox p {
    text-align: center; }
    #searchBox p a {
      color: #fff; }
  #searchBox .close {
    position: absolute;
    top: 30px;
    right: 15px; }
    #searchBox .close a {
      display: inline-block;
      padding: 2px 0 2px 25px;
      background-image: url(/images/common/icon5.png);
      background-position: 0 center;
      background-repeat: no-repeat;
      color: #fff; }
  #searchBox legend {
    margin-left: 15px; }

#contents .error, #contents .note {
  color: #FF0000; }

.titleType1 {
  margin-bottom: 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.2; }

.slideType1 {
  margin-bottom: 50px; }
  .slideType1 .ttlWrap {
    margin-bottom: 35px;
    background-image: url(/images/common/bg_h2.png);
    background-repeat: repeat-x;
    background-position: 0 5px; }
  .slideType1 h2 {
    width: calc(1080px - 30px);
    margin: 0 auto;
    padding: 0 15px;
    font-size: 134%; }
    .slideType1 h2 span {
      padding: 0 15px;
      background-color: #fff;
      font-weight: bold;
      letter-spacing: 5px; }
  .slideType1 > ul {
    *zoom: 1;
    width: 1080px;
    margin: 0 auto; }
    .slideType1 > ul:after {
      content: "";
      display: block;
      clear: both; }
    .slideType1 > ul li {
      box-sizing: border-box;
      float: left;
      width: 20%;
      padding: 0 15px; }
  .slideType1 ul li {
    padding: 0 15px; }
  .slideType1 .image {
    padding-bottom: 10px;
    text-align: center; }
  .slideType1 .ttl {
    font-size: 117%;
    font-weight: bold; }
  .slideType1 .txt {
    padding-bottom: 10px; }
  .slideType1 .price {
    padding-top: 6px;
    color: #D90000; }
  .slideType1 .author {
    padding-top: 13px;
    color: #656565; }
    .slideType1 .author a {
      color: #656565; }
  .slideType1 .btns .btn {
    text-align: center; }

.slideType2 > ul {
  *zoom: 1; }
  .slideType2 > ul:after {
    content: "";
    display: block;
    clear: both; }
  .slideType2 > ul li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 15px; }
.slideType2 ul li {
  padding: 0 15px; }
.slideType2 .image {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  .slideType2 .image img {
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s linear; }
    .slideType2 .image img:hover {
      transform: scale(1.05); }
.slideType2 .ttl {
  font-size: 109%;
  font-weight: bold;
  line-height: 1.4; }
  .slideType2 .ttl a {
    color: #333; }
.slideType2 .txt {
  padding-bottom: 10px; }
.slideType2 .price {
  padding-top: 2px;
  color: #D90000; }
.slideType2 .author {
  font-size: 92%;
  line-height: 1.25;
  padding-top: 6px;
  color: #656565; }
  .slideType2 .author a {
    color: #656565; }
.slideType2 .btns .btn {
  text-align: center; }

.listType1 .ttlWrap {
  margin-bottom: 35px;
  background-image: url(/images/common/bg_h2new.png);
  background-repeat: repeat-x;
  background-position: 0 10px; }
.listType1 h2 {
  width: calc(1081px - 30px);
  margin: 0 auto;
  padding: 0 15px;
  font-size: 134%;
  position: relative; }
  .listType1 h2 span {
    padding: 6px 15px;
    background-color: #fff;
    font-weight: bold;
    letter-spacing: 0; }
.listType1 ul {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto 25px; }
  .listType1 ul:after {
    content: "";
    display: block;
    clear: both; }
  .listType1 ul li {
    box-sizing: border-box;
    float: left;
    width: 16.6%;
    margin-bottom: 25px;
    padding: 0 10px 25px;
    background-image: url(/images/common/bg_list.png);
    background-repeat: repeat-x;
    background-position: 0 bottom; }
    .listType1 ul li a {
      color: #333; }
    .listType1 ul li .image {
      padding-bottom: 10px;
      text-align: left; }
      .listType1 ul li .image img {
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        -moz-transition: -moz-transform 0.1s linear;
        -webkit-transition: -webkit-transform 0.1s linear;
        -o-transition: -o-transform 0.1s linear;
        -ms-transition: -ms-transform 0.1s linear;
        transition: transform 0.1s linear; }
        .listType1 ul li .image img:hover {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .listType1 ul li:last-child {
      padding-bottom: 25px; }
    .listType1 ul li .ttl {
      font-size: 109%;
      font-weight: bold;
      line-height: 1.4; }
    .listType1 ul li .txt {
      padding-bottom: 10px; }
    .listType1 ul li .price {
      padding-top: 2px;
      color: #D90000; }
    .listType1 ul li .author {
      padding-top: 6px;
      font-size: 92%;
      line-height: 1.25;
      color: #656565; }
      .listType1 ul li .author a {
        color: #656565; }
    .listType1 ul li .btns .btn {
      text-align: center; }

.listType2 {
  margin-bottom: 80px; }
  .listType2 .ttlWrap {
    margin-bottom: 35px;
    background-image: url(/images/common/bg_h2.png);
    background-repeat: repeat-x;
    background-position: 0 5px; }
  .listType2 h2 {
    width: calc(1081px - 30px);
    margin: 0 auto;
    padding: 0 15px;
    font-size: 134%; }
    .listType2 h2 span {
      padding: 0 15px;
      background-color: #fff;
      font-weight: bold;
      letter-spacing: 5px; }
  .listType2 ul {
    width: 1081px;
    margin: 0 auto; }
    .listType2 ul li {
      *zoom: 1;
      margin-top: 20px; }
      .listType2 ul li:after {
        content: "";
        display: block;
        clear: both; }
      .listType2 ul li:first-child {
        margin-top: 0; }
      .listType2 ul li .date {
        float: left;
        width: 120px;
        padding-top: 1px;
        color: #656565; }
        .listType2 ul li .date:before {
          content: "";
          display: inline-block;
          width: 6px;
          height: 6px;
          margin-right: 10px;
          border: 2px solid #2899c3;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px; }
      .listType2 ul li .text {
        float: left;
        font-size: 117%; }

.newsListType1 .ttlWrap {
  *zoom: 1;
  margin-bottom: 20px;
  padding: 0 16px 8px 10px;
  border-bottom: 2px solid #BDBDBD;
  font-size: 117%; }
  .newsListType1 .ttlWrap:after {
    content: "";
    display: block;
    clear: both; }
  .newsListType1 .ttlWrap h3 {
    float: left; }
    .newsListType1 .ttlWrap h3 img {
      padding-right: 7px;
      vertical-align: 0; }
  .newsListType1 .ttlWrap p {
    float: right; }
    .newsListType1 .ttlWrap p img {
      padding-left: 9px;
      vertical-align: 0; }
.newsListType1 .entry {
  *zoom: 1;
  margin-top: 15px;
  font-size: 117%; }
  .newsListType1 .entry:after {
    content: "";
    display: block;
    clear: both; }
  .newsListType1 .entry:first-child {
    margin-top: 0; }
.newsListType1 .category {
  float: left;
  display: block;
  padding-right: 16px;
  color: #fff;
  text-align: center; }
.newsListType1 .txt {
  float: left;
  padding-top: 3px; }
  .newsListType1 .txt span {
    padding-right: 16px;
    color: #666; }

.category {
  color: #fff; }
  .category span {
    display: block;
    padding: 2px 3px;
    font-size: 84%;
    border-radius: 2px; }
    .category span.reprint {
      background-color: #3AA97F; }
    .category span.pr {
      background-color: #ED9E76; }
    .category span.event {
      background-color: #ED6E6D; }
    .category span.bookstore {
      background-color: #2D86CE; }
    .category span.errata {
      background-color: #5569B0; }
    .category span.recruit {
      background-color: #81C927; }
    .category span.news {
      background-color: #B950C5; }

.newsListType2 ul li {
  *zoom: 1;
  margin-top: 20px; }
  .newsListType2 ul li:after {
    content: "";
    display: block;
    clear: both; }
  .newsListType2 ul li:first-child {
    margin-top: 0; }
  .newsListType2 ul li .date {
    float: left;
    width: 120px;
    padding-top: 1px;
    color: #656565; }
    .newsListType2 ul li .date:before {
      /*
      					content: "";
      					display: inline-block;
      					width: 6px;
      					height: 6px;
      					margin-right: 10px;
      					border: 2px solid $color1;
      					@include border-radius(6px);
      */
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      margin-right: 8px;
      border-top: 2px solid #2899c3;
      border-right: 2px solid #2899c3;
      -webkit-transform: rotation(45deg);
      transform: rotate(45deg);
      margin-bottom: 1px; }
  .newsListType2 ul li .text {
    float: left;
    font-size: 117%; }

.tableType1 {
  width: 100%;
  background-image: url(../images/common/bg_border_dotted1.gif);
  background-position: 0 bottom;
  background-repeat: repeat-x; }
  .tableType1 tr {
    background-image: url(../images/common/bg_border_dotted1.gif);
    background-position: 0 0;
    background-repeat: repeat-x; }
  .tableType1 th, .tableType1 td {
    padding: 12px 0; }
  .tableType1 th {
    width: 130px;
    color: #6B5551;
    vertical-align: middle; }
  .tableType1 td p {
    margin-top: 8px; }
    .tableType1 td p:first-child {
      margin-top: 0; }

.sectionType1 {
  margin-bottom: 50px; }
  .sectionType1 .ttlWrap {
    *zoom: 1;
    margin-bottom: 20px;
    padding: 0 16px 5px 0px;
    border-bottom: 2px solid #BDBDBD;
    font-size: 117%; }
    .sectionType1 .ttlWrap:after {
      content: "";
      display: block;
      clear: both; }
    .sectionType1 .ttlWrap h2 {
      float: left;
      font-weight: bold;
      font-size: 125%; }
      .sectionType1 .ttlWrap h2 img {
        padding-right: 7px;
        vertical-align: 0px; }
    .sectionType1 .ttlWrap p {
      float: right; }
      .sectionType1 .ttlWrap p img {
        padding-left: 9px;
        vertical-align: 0; }
  .sectionType1 .content {
    padding: 0 20px; }

.formType1 input[name=mail], .formType1 input[name=mail_sub] {
  width: 230px; }
.formType1 textarea {
  width: 360px;
  height: 100px; }

#banners {
  margin-bottom: 25px;
  background-color: #F7F7F7; }
  #banners .inner {
    padding: 20px 0 10px;
    width: 1081px;
    margin: 0 auto; }
    #banners .inner a img {
      -moz-transition: -moz-transform 0.1s linear;
      -webkit-transition: -webkit-transform 0.1s linear;
      -o-transition: -o-transform 0.1s linear;
      -ms-transition: -ms-transform 0.1s linear;
      transition: transform 0.1s linear;
      max-width: 100%; }
    #banners .inner a:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    #banners .inner ul {
      display: table;
      width: 100%;
      padding: 0 0 10px 0; }
      #banners .inner ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px; }
        #banners .inner ul li .btn a:hover img {
          opacity: 0.8; }

#newsBlock {
  width: 1065px;
  margin: 0 auto 20px; }
  #newsBlock .ttlWrap {
    *zoom: 1;
    margin-bottom: 20px;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #BDBDBD;
    font-size: 117%; }
    #newsBlock .ttlWrap:after {
      content: "";
      display: block;
      clear: both; }
    #newsBlock .ttlWrap h3 {
      float: left;
      font-weight: bold;
      font-size: 117%; }
      #newsBlock .ttlWrap h3 img {
        padding-right: 7px;
        vertical-align: 0; }
    #newsBlock .ttlWrap p {
      float: right; }
      #newsBlock .ttlWrap p a {
        font-size: 79%;
        margin-top: -1px;
        display: block;
        padding: 5px 10px; }
      #newsBlock .ttlWrap p img {
        padding-left: 9px;
        vertical-align: 0; }
  #newsBlock .entry {
    *zoom: 1;
    padding-bottom: 10px;
    font-size: 100%; }
    #newsBlock .entry:after {
      content: "";
      display: block;
      clear: both; }
  #newsBlock .category {
    float: left;
    display: block;
    width: 117px;
    padding-right: 16px;
    text-align: center; }
    #newsBlock .category span.reprint {
      background-color: #449955; }
    #newsBlock .category span.pr {
      background-color: #EE9966; }
    #newsBlock .category span.event {
      background-color: #Ee6666; }
    #newsBlock .category:hover {
      text-decoration: none;
      opacity: 0.8; }
  #newsBlock .txt {
    float: left;
    width: 910px;
    padding-top: 3px;
    line-height: 1.2; }
    #newsBlock .txt span {
      padding-right: 16px;
      color: #666; }
    #newsBlock .txt a {
      color: #07588B; }

#footer {
  padding-top: 25px; }
  #footer .pagetop {
    *zoom: 1;
    width: 1081px;
    margin: 0 auto; }
    #footer .pagetop:after {
      content: "";
      display: block;
      clear: both; }
    #footer .pagetop a {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      float: right;
      padding: 7px 30px 5px 40px;
      border-radius: 5px 5px 0 0;
      background-image: url(/images/common/dark-stripes.png);
      background-color: #2899c3;
      font-size: 100%;
      font-weight: normal;
      color: #FFF; }
      #footer .pagetop a:hover {
        opacity: 0.8; }
    #footer .pagetop a:before {
      content: "";
      position: absolute;
      left: 25px;
      top: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #ffffff transparent;
      line-height: 0px;
      _border-color: #000000 #000000 #ffffff #000000;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

#fotNavi {
  padding: 20px 0;
  background-image: url(/images/common/dark-stripes.png);
  background-color: #2899c3; }
  #fotNavi .inner {
    *zoom: 1;
    width: 1081px;
    margin: 0 auto;
    font-weight: normal;
    color: #FFF; }
    #fotNavi .inner:after {
      content: "";
      display: block;
      clear: both; }
    #fotNavi .inner dl {
      box-sizing: border-box;
      float: left;
      width: 25%;
      padding: 10px 0 10px 25px;
      border-left: 1px solid #6fb8d5; }
    #fotNavi .inner dt {
      padding-bottom: 12px;
      color: #fff;
      font-size: 117%;
      font-weight: bold; }
    #fotNavi .inner a {
      color: #fff; }
    #fotNavi .inner li {
      padding-bottom: 5px; }
      #fotNavi .inner li a {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 11px; }
      #fotNavi .inner li a:before {
        content: "";
        position: absolute;
        left: 2px;
        top: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 3px;
        border-color: transparent transparent transparent #fff;
        line-height: 0px;
        _border-color: #000000 #000000 #000000 #fff;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

#publisher {
  padding: 15px 0 10px;
  background-image: url(/images/common/dark-stripes.png);
  background-color: #46a7cb; }
  #publisher .inner {
    width: 1081px;
    margin: 0 auto;
    font-weight: normal;
    color: #FFF; }
    #publisher .inner .ttl {
      padding-bottom: 4px;
      font-size: 117%; }

#copyright {
  padding: 10px 0 8px;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #BBBBBB; }

/* cms start */
.cms * {
  word-break: break-all; }

.cms p {
  margin: 0.5em 0 1.5em; }

.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em; }

.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em; }

.cms ul ul ul {
  list-style-type: square; }

.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em; }

.cms ol ol {
  margin: 0 0 0 1em; }

.cms dl {
  margin: 1em 0; }

.cms dd {
  margin: 0 0 0 1em; }

.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #CCCCCC; }

.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  white-space: normal; }

.cms blockquote blockquote {
  margin: 0; }

.cms table {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7; }

.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  background-color: #E8E8E8;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap; }

.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  text-align: left;
  vertical-align: top; }

.cms h1 {
  font-size: 130%; }

.cms h2 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 1em; }

.cms h3 {
  font-size: 110%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.25em; }

.cms h4 {
  font-size: 100%; }

.cms h5 {
  font-size: 100%; }

.cms h6 {
  font-size: 100%; }

.cms a.arrow, .lead a.arrow {
  position: relative;
  padding-left: 12px; }
  .cms a.arrow:before, .lead a.arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotation(45deg);
    transform: rotate(45deg); }

.cms .clearfix {
  zoom: 1; }
  .cms .clearfix:before, .cms .clearfix:after {
    content: "";
    display: table; }
  .cms .clearfix:after {
    clear: both; }

.cms .float-l {
  float: left; }

.cms .float-r {
  float: right; }

.cms .w760 {
  width: 760px; }

.cms .w300 {
  width: 300px; }

/* cms end */
