/* 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 {
  background-image: url("/images/common/bg_header.gif");
  background-repeat: repeat-x;
  background-position: left bottom;
}
#header .wrap {
  *zoom: 1;
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#header .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .ttl {
  width: 581px;
  *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.mailmagazine {
  padding-left: 20px;
}
#hnavi li.mailmagazine a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#hnavi li.mailmagazine a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#hnavi li.mailmagazine a img {
  vertical-align: -11px;
}
#hnavi li img {
  padding-right: 3px;
  vertical-align: -4px;
}

#gnavi {
  padding: 12px 0;
  border: 1px solid #ddd;
  background-color: white;
  background-image: none;
}
#gnavi .inner {
  *zoom: 1;
  width: 1080px;
  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 #b2b2b2;
  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: #333333;
}
#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 #ddd transparent;
}
#gnavi .inner ul li a.cur:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 64px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff 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 #F4F4F4;
  -moz-box-shadow: 1px 1px 2px #deddde inset;
  -webkit-box-shadow: 1px 1px 2px #deddde inset;
  box-shadow: 1px 1px 2px #deddde inset;
}
#search .detail {
  float: right;
  width: 90px;
  padding: 14px 0;
  text-align: center;
}
#search .detail a {
  color: #333333;
  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: gray;
}

#categoryList {
  width: 1080px;
  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);
}

#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-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 {
  padding-top: 20px;
}
#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(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-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(1080px - 30px);
  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: 1080px;
  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(1080px - 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: 1080px;
  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 #666;
  -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 #666;
  -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: 1080px;
  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;
}

#newsBlock {
  width: 1065px;
  margin: 0 auto 31px;
}
#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: 1080px;
  margin: 0 auto;
}
#footer .pagetop:after {
  content: "";
  display: block;
  clear: both;
}
#footer .pagetop a {
  position: relative;
  bottom: -1px;
  left: 0;
  display: block;
  float: right;
  padding: 6px 50px 7px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-image: none;
  background-color: white;
  font-size: 117%;
  font-weight: bold;
  color: #333;
}
#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 #333 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #333 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#fotNavi {
  padding: 15px 0 41px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: white;
}
#fotNavi .inner {
  *zoom: 1;
  width: 1080px;
  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 #b2b2b2;
}
#fotNavi .inner dt {
  padding-bottom: 12px;
  color: #333333;
  font-size: 117%;
}
#fotNavi .inner a {
  color: #333333;
}
#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 #333333;
  line-height: 0px;
  _border-color: black black black #333333;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#publisher {
  padding: 15px 0 40px;
  background-image: none;
  background-color: white;
}
#publisher .inner {
  width: 1080px;
  margin: 0 auto;
  font-weight: bold;
  color: #333;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}

#copyright {
  padding: 18px 0 14px;
  background-color: white;
  text-align: center;
  font-size: 117%;
  font-weight: bold;
  color: #333;
}

/* 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 */
