/* 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: 1208px;
}
html {
  color: #000;
  font-size: 75%;
  line-height: 1.2;
}
img {
  vertical-align: bottom;
}
a {
  color: #333;
  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(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#page {
  position: relative;
}
#header {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header .ttl {
  width: 581px;
  padding-top: 10px;
  *zoom: 1;
}
#header .ttl:after {
  content: "";
  display: block;
  clear: both;
}
#header .ttl #logo {
  float: left;
}
#header .ttl .txt {
  float: right;
  width: 365px;
  padding-top: 6px;
}
#hnavi {
  float: right;
  padding-bottom: 10px;
}
#hnavi li {
  float: left;
  padding-left: 12px;
}
#hnavi li img {
  padding-right: 3px;
  vertical-align: -4px;
}
#gnavi {
  padding: 13px 0;
  background-color: #2899c3;
  background-image: url(/images/common/bg_footer.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: 25%;
  border-left: 1px solid #6fb8d5;
  text-align: center;
}
#gnavi .inner ul li a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 42px;
  margin: -13px 0;
  padding: 25px 5px 0;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
#gnavi .inner ul li a:hover {
  text-decoration: none;
}
#gnavi .inner ul li a.cur:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 63px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  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;
  background-color: #fff;
  border: 1px solid #fff;
}
#search .detail {
  float: right;
  width: 90px;
  padding: 14px 0;
  text-align: center;
}
#search .detail a {
  color: white;
  text-decoration: underline;
}
#search .detail a:hover {
  text-decoration: none;
}
#hnaviSearchWord {
  width: 198px;
  margin: 0 15px;
  padding: 0;
  border: none;
  vertical-align: 14px;
}
#hnaviSearchWord:focus {
  border: none;
  outline: none;
}
#hnaviSearchSubmit {
  padding: 11px;
  background-color: #1a647f;
}
#categoryList {
  width: 1081px;
  margin: 0 auto;
}
#categoryList ul {
  display: none;
  *zoom: 1;
  padding-top: 16px;
}
#categoryList ul:after {
  content: "";
  display: block;
  clear: both;
}
#categoryList ul li {
  float: left;
  margin: 0 37px 16px 0;
}
#categoryList ul li a {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 13px;
  text-decoration: underline;
}
#categoryList ul li a:hover {
  text-decoration: none;
}
#categoryList ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
}
#categoryList ul.genreList {
  display: block;
}
#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;
}
#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;
}
#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-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: 30px;
  font-size: 200%;
  font-weight: bold;
}
.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(1050px);
  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-bottom: 10px;
  text-align: center;
}
.slideType2 .ttl {
  font-size: 117%;
  font-weight: bold;
}
.slideType2 .txt {
  padding-bottom: 10px;
}
.slideType2 .price {
  padding-top: 6px;
  color: #D90000;
}
.slideType2 .author {
  padding-top: 13px;
  color: #656565;
}
.slideType2 .author a {
  color: #656565;
}
.slideType2 .btns .btn {
  text-align: center;
}
.listType1 .ttlWrap {
  margin-bottom: 35px;
  background-image: url(/images/common/bg_h2.png);
  background-repeat: repeat-x;
  background-position: 0 5px;
}
.listType1 h2 {
  width: calc(1051px);
  margin: 0 auto;
  padding: 0 15px;
  font-size: 134%;
}
.listType1 h2 span {
  padding: 0 15px;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.listType1 ul {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto;
}
.listType1 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType1 ul li {
  box-sizing: border-box;
  float: left;
  width: 16.6%;
  margin-bottom: 50px;
  padding: 0 10px 50px;
  background-image: url(/images/common/bg_list.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
.listType1 ul li .image {
  padding-bottom: 10px;
  text-align: center;
}
.listType1 ul li:last-child {
  background-image: none;
  padding-bottom: 0;
}
.listType1 ul li .ttl {
  font-size: 117%;
  font-weight: bold;
}
.listType1 ul li .txt {
  padding-bottom: 10px;
}
.listType1 ul li .price {
  padding-top: 6px;
  color: #D90000;
}
.listType1 ul li .author {
  padding-top: 13px;
  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(1051px);
  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;
}
.category {
  color: #fff;
}
.category span {
  display: block;
  padding: 3px;
}
.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 #2899c3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.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: 15px 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 8px 10px;
  border-bottom: 2px solid #BDBDBD;
  font-size: 117%;
}
.sectionType1 .ttlWrap:after {
  content: "";
  display: block;
  clear: both;
}
.sectionType1 .ttlWrap h2 {
  float: left;
}
.sectionType1 .ttlWrap h2 img {
  padding-right: 7px;
  vertical-align: 0;
}
.sectionType1 .ttlWrap p {
  float: right;
}
.sectionType1 .ttlWrap p img {
  padding-left: 9px;
  vertical-align: 0;
}
.sectionType1 .content {
  padding: 0 40px;
}
.formType1 input[name=mail],
.formType1 input[name=mail_sub] {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
#banners {
  margin-bottom: 45px;
  background-color: #F7F7F7;
}
#banners .inner {
  padding: 20px 0;
  width: 1081px;
  margin: 0 auto;
}
#banners .inner ul {
  display: table;
  width: 100%;
  padding: 20px 0;
}
#banners .inner ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#infoBlock {
  display: flex;
  flex-wrap: wrap;
  width: 1065px;
  margin: 0 auto 31px;
  justify-content: space-between;
}
#newsBlock {
  width: 740px;
}
#newsBlock .ttlWrap {
  *zoom: 1;
  margin-bottom: 20px;
  padding: 0 16px 8px 10px;
  border-bottom: 2px solid #BDBDBD;
  font-size: 117%;
}
#newsBlock .ttlWrap:after {
  content: "";
  display: block;
  clear: both;
}
#newsBlock .ttlWrap h3 {
  float: left;
}
#newsBlock .ttlWrap h3 img {
  padding-right: 7px;
  vertical-align: 0;
}
#newsBlock .ttlWrap p {
  float: right;
}
#newsBlock .ttlWrap p img {
  padding-left: 9px;
  vertical-align: 0;
}
#newsBlock .entry {
  *zoom: 1;
  padding-bottom: 14px;
  font-size: 117%;
}
#newsBlock .entry:after {
  content: "";
  display: block;
  clear: both;
}
#newsBlock .category {
  float: left;
  display: block;
  width: 132px;
  padding-right: 16px;
  text-align: center;
}
#newsBlock .txt {
  float: left;
  width: 910px;
  padding-top: 3px;
}
#newsBlock .txt span {
  padding-right: 16px;
}
#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 50px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #2899c3;
  font-size: 117%;
  font-weight: bold;
  color: #FFF;
}
#footer .pagetop a:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 12px;
  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: 16px 0 42px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #2899c3;
}
#fotNavi .inner {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
}
#fotNavi .inner:after {
  content: "";
  display: block;
  clear: both;
}
#fotNavi .inner dl {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 21px 0 14px 25px;
  border-left: 1px solid #6fb8d5;
}
#fotNavi .inner dt {
  padding-bottom: 12px;
  color: white;
  font-size: 117%;
}
#fotNavi .inner a {
  color: white;
}
#fotNavi .inner li {
  padding-bottom: 7px;
}
#fotNavi .inner li a {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 11px;
}
#fotNavi .inner li a:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent white;
  line-height: 0px;
  _border-color: black black black white;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#publisher {
  padding: 15px 0 40px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #46a7cb;
}
#publisher .inner {
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}
#copyright {
  padding: 18px 0 14px;
  background-color: #2d2d2d;
  text-align: center;
  font-size: 117%;
  font-weight: bold;
  color: #BBBBBB;
}
/* cms start */
.cms * {
  word-break: break-all;
}
.cms p {
  margin: 1em 0;
}
.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: 120%;
}
.cms h2 {
  font-size: 100%;
}
.cms h3 {
  font-size: 100%;
}
.cms h4 {
  font-size: 100%;
}
.cms h5 {
  font-size: 100%;
}
.cms h6 {
  font-size: 100%;
}
/* cms end */
