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;
}
/* Base Styles */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem;
}
html, body {
  height: 100%;
}
.hide {
  display: none;
}
.hide.active, .show {
  display: block;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Typography */
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}
b {
  font-weight: bold;
}
/*=====================================================
  Links & Paragraph styles
  ======================================================*/
a {
  color: #0098ce;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  color: #064396;
  text-decoration: underline;
}
/*=====================================================
  Lists
 ======================================================*/
ul, ol {
  margin-bottom: 0.252em;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
ul.square, ul.circle, ul.disc, ul.blank {
  margin-left: 25px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul {
  margin: 4px 0 5px 25px;
}
ol ol {
  margin: 4px 0 5px 30px;
}
dl dt {
  font-weight: bold;
}
/* Mobile */
em {
  font-style: normal;
  line-height: inherit;
}
strong {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 56.4%;
  line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777;
}
/*  Blockquotes  */
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #ccc;
}
blockquote p {
  line-height: 20px;
  color: #777;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a {
  color: #333;
}
blockquote cite a:visited {
  color: #333;
}
hr {
  border: 1px solid #ccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ccc;
  cursor: help;
}
abbr {
  text-transform: none;
}
/**
   * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #333 !important;
    text-decoration: underline;
  }
  p a:visited {
    color: #333 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for img, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.font-large {
  font-size: 114%;
}
/*
.news-list-topics-tag {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #323276;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin: 0 15px 10px 0;
  position: relative;
  bottom: 2px;
  float: left;
}*/
/* add */
.news-list-topics-tag {
  display: block;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  bottom: 2px;
  margin: 0 3px 3px 0;
  font-size: 92%;
  font-weight: normal;
  border: 1px solid transparent;
}
.news-list-topics-tag:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.news-list-topics-tag a {
  color: white;
  padding: 2px;
  width: 8.25em;
  display: block;
  line-height: 0.95;
  letter-spacing: -1px;
  text-align: center;
}
.news-list-topics-tag a:hover {
  color: white;
  text-decoration: none;
}
span.large-genre-10 {
  /*文芸書*/
  background-color: #016A91;
}
span.large-genre-11 {
  /*文庫*/
  background-color: #03B9FC;
}
span.large-genre-12 {
  /*ライトノベル*/
  background-color: #92BF09;
}
span.large-genre-13 {
  /*コミック*/
  background-color: #2E8E11;
}
span.large-genre-14 {
  /*一般書*/
  background-color: #232E4F;
}
span.large-genre-15 {
  /*児童書*/
  background-color: #0D1972;
}
span.large-genre-16 {
  /*学習参考書*/
  background-color: #FE8900;
}
span.large-genre-17 {
  /*生活・実用書*/
  background-color: #979A9C;
}
span.large-genre-18 {
  /*雑誌・ムック*/
  background-color: #FDB300;
}
span.large-genre-19 {
  /*映像・音楽*/
  background-color: #028da8;
}
span.large-genre-20 {
  /*グッズ・ゲーム*/
  background-color: #fe0404;
}
span.large-genre-21 {
  /*電子書籍*/
  background-color: #5e61a1;
}
span.large-genre-23 {
  /*イベント*/
  background-color: #7a029c;
}
span.large-genre-24 {
  /*ゲーム*/
  background-color: #ba55d3;
}
span.large-genre-25 {
  /*動画・音楽・音声*/
  background-color: #ff709b;
}
span.large-genre-22 {
  /*総合*/
  background-color: #000066;
}
/*# sourceMappingURL=master.css.map */