@charset "UTF-8";
/* 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;
}
/* 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;
  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%;
}
/* common */
html {
  min-width: 960px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body {
  color: black;
  font-size: 75%;
  line-height: 1.5;
  background-image: url(../images/bgimage/pagebg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #0e8bc8;
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
#page2 {
  display: none;
}
#header .wrap {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 17px;
}
#header .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  float: left;
}
#header #hnavi {
  float: right;
}
#header #hnavi .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#header #hnavi .sns div {
  padding-left: 10px;
}
#header #hnavi ul {
  *zoom: 1;
}
#header #hnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#header #hnavi li {
  float: left;
  padding: 0 12px 0 4px;
  background-image: url(../images/common/bg_hnavi.gif);
  background-position: right 3px;
  background-repeat: no-repeat;
}
#header #hnavi .contact {
  background-image: none;
}
#header #gnavi {
  border-top: 6px solid #000;
  border-bottom: 3px solid #000;
}
#header #gnavi .inner {
  width: 960px;
  margin: 0 auto;
}
#header #gnavi ul {
  *zoom: 1;
}
#header #gnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#header #gnavi li {
  float: left;
}
#contents {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
#contents h2 {
  border-bottom: 3px solid #BABABA;
}
#contents > .wrap {
  *zoom: 1;
  margin-top: 36px;
}
#contents > .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#contents > .wrap:first-child {
  margin-top: 0;
}
#contents .booksType1 {
  *zoom: 1;
  margin-right: -28px;
}
#contents .booksType1:after {
  content: "";
  display: block;
  clear: both;
}
#contents .booksType1 li {
  float: left;
  width: 150px;
  margin-right: 28px;
  padding-bottom: 34px;
}
#contents .booksType1 .icon {
  margin-bottom: 5px;
}
#contents .booksType1 .image {
  margin-bottom: 16px;
}
#contents .booksType1 h3,
#contents .booksType1 .outline {
  margin-bottom: 10px;
}
#main {
  float: right;
  width: 685px;
}
#main .social {
  margin-bottom: 25px;
}
#main .social ul {
  *zoom: 1;
}
#main .social ul:after {
  content: "";
  display: block;
  clear: both;
}
#main .social li {
  float: left;
  margin-bottom: 0;
}
#main .social iframe.twitter-share-button {
  width: 100px !important;
}
#sub {
  float: left;
  width: 245px;
}
#news {
  width: 245px;
  height: 260px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
  font-size: 117%;
}
#news h2 {
  margin-bottom: 14px;
  padding-bottom: 8px;
}
#news .inner {
  height: 210px;
}
#news li {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #BABABA;
}
#search {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 3px solid #000;
}
#search h2 {
  padding-top: 5px;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
#search .wrap {
  border: 2px solid #000;
}
#search input {
  outline: none;
  vertical-align: middle;
}
#search #SearchWord {
  width: 204px;
  height: 30px;
  margin: 0 0 0 2px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  *line-height: 30px;
}
#category,
#newscategory,
#company {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 3px solid #000;
  font-size: 117%;
}
#category h2,
#newscategory h2,
#company h2 {
  padding-bottom: 12px;
  margin-bottom: 18px;
}
#category > ul,
#newscategory > ul,
#company > ul {
  width: 245px;
  border-top: 1px dotted #BABABA;
}
#category > ul li,
#newscategory > ul li,
#company > ul li {
  position: relative;
}
#category > ul > li,
#newscategory > ul > li,
#company > ul > li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px dotted #BABABA;
}
#category > ul > li span,
#newscategory > ul > li span,
#company > ul > li span {
  position: absolute;
  top: 15px;
  left: 0;
}
#category > ul > li > ul,
#newscategory > ul > li > ul,
#company > ul > li > ul {
  display: none;
  padding-top: 12px;
}
#category > ul > li > ul > li,
#newscategory > ul > li > ul > li,
#company > ul > li > ul > li {
  padding: 4px 0 4px 16px;
}
#category > ul > li > ul > li span,
#newscategory > ul > li > ul > li span,
#company > ul > li > ul > li span {
  top: 8px;
}
#category > ul > li > ul > li > ul,
#newscategory > ul > li > ul > li > ul,
#company > ul > li > ul > li > ul {
  display: none;
  margin-top: 8px;
  font-size: 86%;
}
#category > ul > li > ul > li > ul > li,
#newscategory > ul > li > ul > li > ul > li,
#company > ul > li > ul > li > ul > li {
  padding: 4px 0 4px 20px;
}
#category span,
#category a,
#newscategory span,
#newscategory a,
#company span,
#company a {
  display: inline-block;
  vertical-align: middle;
}
#category span,
#newscategory span,
#company span {
  width: 15px;
  height: 14px;
  padding-top: 3px;
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
}
#category span img,
#newscategory span img,
#company span img {
  vertical-align: top;
}
#banners div {
  margin-bottom: 20px;
}
#footer {
  border-top: 3px solid #000;
}
#footer .inner {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 28px;
}
#footer .inner:after {
  content: "";
  display: block;
  clear: both;
}
#footer #copyright {
  text-align: center;
}
#footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
  font-weight: bold;
}
#footer ul li {
  padding: 0 10px;
}
