@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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
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 {
  width: 100%;
}
html {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
body {
  min-width: 1040px;
  font-size: 14px;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #666;
}
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;
  width: 100%;
  min-width: 1000px;
}
#page:after {
  display: block;
  clear: both;
  content: '';
}
/* header */
#header {
  *zoom: 1;
  width: 100%;
  margin-bottom: 30px;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header .inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#header #head_top {
  padding: 20px 0;
}
#head_top #logo {
  float: left;
  width: 240px;
  margin-right: 30px;
}
#head_top .txt {
  display: inline-block;
  max-width: 400px;
  float: left;
  line-height: 1.5;
}
#hnavi {
  max-width: 850px;
  float: right;
  padding-top: 25px;
}
#hnavi li {
  display: inline-block;
  line-height: 1.5;
}
#hnavi li:before {
  content: "|";
  display: inline-block;
  padding-right: 2px;
  /*
    margin-left: 2px;
*/
}
#hnavi li:first-child:before {
  content: "";
}
#hnavi a {
  display: inline-block;
  font-weight: bold;
}
#hnavi a.cart {
  background: url("../images/common/icon_cart.png") left no-repeat;
  padding-left: 20px;
}
#hnavi a.yondemill {
  background: url('../images/common/icon_book.png') left -2px no-repeat;
  padding-left: 22px;
}
#hnavi span {
  font-size: 10.5px;
}
#header #head_btm {
  padding: 10px 0;
  background: #56bd56;
}
#header #head_btm: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 .txt {
  float: right;
  width: 365px;
  padding-top: 6px;
}
#search {
  *zoom: 1;
  float: left;
  margin-right:20px;
}
#search:after {
  content: "";
  display: block;
  clear: both;
}
#search .form {
  display: inline-block;
}
#search form {
  position: relative;
  display: inline-block;
}
#search #hnaviSearchWord {
  border: solid 2px #dddddd;
  line-height: 35px;
  height: 39px;
  width: 400px;
  padding: 0 1em;
  color: #333333;
}
#search form #hnaviSearchSubmit {
  background: url(../images/common/icon_search.jpg) 0 0 no-repeat;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 7px;
  top: 8px;
  cursor: pointer;
}
#search .detail {
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  width: 70px;
  margin-left: 10px;
}
#search .detail a {
  color: #fff;
  font-weight: bold;
}
#search .detail a:hover {
  text-decoration: none;
}
.google_search{
  float:right;
  display:flex;
  height:43px;
  align-items:center;
}
.google_search .search_box{
  width:200px;
}
.google_search .search_box .gsc-control-cse{
  background-color:unset;
  border:none;
}
.google_search .txt{
  padding-left:10px;
  color:#fff;
  font-weight:bold;
}
#head_btm #etc_btn {
  float: left;
}
#head_btm #etc_btn a {
  color: #ffffff;
  display: inline-block;
  line-height: 41px;
  font-weight: bold;
}
#head_btm #etc_btn a:first-child {
  margin-right: 5px;
}
#head_btm #etc_btn a:first-child:after {
  content: '|';
  padding-left: 5px;
}
#hnaviSearchWord:focus {
  border: none;
  outline: none;
}
#hnaviSearchSubmit {
  padding: 11px;
  background-color: #5b5b5b;
}
/**/
/*
#gnavi {
  padding: 13px 0;
  background-color: #74615c;
  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 #988a88;
  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;
}

#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;
}
*/
/* searchBox */
#searchBox {
  border: 1px solid #aeb2b5;
}
#searchBox.active {
  display: none;
}
#searchBox .titleBar {
  padding: 15px 30px;
  border-bottom: 1px solid #aeb2b5;
}
#searchBox form {
  padding: 15px 30px;
}
#searchBox table {
  width: 100%;
}
#searchBox table tr {
  border-bottom: dotted 1px #ddd;
}
#searchBox table th,
#searchBox table td {
  padding: 15px 10px;
}
#searchBox table th {
  width: 22%;
  text-align: left;
  font-weight: normal;
}
#searchBox table td {
  width: 78%;
}
#searchBox input[type=text] {
  width: 80%;
  font-size: 14px;
  padding: 5px;
}
#searchBox input[name=search_isbn] {
  width: 40%;
}
#searchBox select {
  font-size: 14px;
  padding: 5px;
}
#searchBox select[name=amount],
#searchBox select[name=order] {
  width: auto;
}
#searchBox .select {
  background: #efefef;
  position: relative;
  margin: 15px 0 0 0;
  padding: 10px;
}
#searchBox .select:before {
  position: absolute;
  content: '▲';
  top: -20px;
  left: 68px;
  color: #efefef;
  font-size: 20px;
}
#searchBox .select label {
  display: inline-block;
  margin: 0 1em 5px 0;
}
#searchBox .btn {
  margin: 10px 0;
  text-align: center;
}
#searchBox .btn a {
  width: 130px;
  border: none;
  background: #888888;
  color: #ffffff;
  padding: 10px;
  margin: 0 5px;
  display: inline-block;
}
#searchBox .btn a:hover {
  text-decoration: none;
}
#searchBox .btn .search_submit {
  background: url(../images/common/btn_search.png) left center no-repeat #56bd56;
}
#searchBox .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
#searchBox .close a {
  background: #333333;
  color: #ffffff;
  text-align: center;
  width: 60px;
  display: block;
  line-height: 28px;
  display: inline-block;
}
#searchBox legend {
  margin-left: 15px;
}
/**/
/* layout */
#contents {
  width: 1000px;
  margin: 0 auto 0px;
  position: repeat;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
}
#main_column {
  width: 720px;
  float: left;
}
#main_column:after {
  content: "";
  display: block;
  clear: both;
}
#side_column {
  width: 240px;
  float: left;
  margin: 0 40px 60px 0;
  background: #ffff;
  z-index: 11000;
}
#contents .error,
#contents .note {
  color: #FF0000;
}
/**/
/* 左カラム */
.sidebox .ttl {
  background: url(../images/common/icon_flag.png) 15px center no-repeat #333333;
  padding: 7px 15px 7px 35px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.sidebox > div {
  padding: 20px 0;
}
.category_tree {
  background: #FDFDFD;
}
.category_tree > li {
  line-height: 1.8;
}
.category_tree li a {
  display: block;
}
.arrow_tree li a {
  background: url(../images/common/icon_side_arrow01.gif) left no-repeat;
  padding-left: 15px;
  font-weight: bold;
}
.arrow_tree li a:hover {
  text-decoration: none;
}
/* ジャンル */
#genre_tree {
  border-top: 5px solid #56bd56;
}
/* シリーズ */
#series_tree > li > a {
  display: block;
}
#fixied_tree {
  border-top: 5px solid #666666;
}
#etc_tree {
  border-top: 5px solid #dddddd;
}
.sidebox.banner {
  margin-bottom: 10px;
}
.sidebox.banner > div {
  text-align: center;
  padding: 0;
}
.sidebox.banner > div a {
  margin-bottom: 15px;
  display: inline-block;
}
.sidebox.banner > div a img {
  max-width: 240px;
}
/* twitter */
.twitter {
  border: solid 1px #999;
  border-radius: 5px;
  overflow: hidden;
  height: 300px;
}
.snsLink {
  margin: 20px 0;
}
/* google search */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 6px !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  border-color: #888888 !important;
  background-color: #888888 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input,
table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}
input.gsc-search-button {
  margin-left: 0 !important;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border-color: #888888 !important;
}
/**/
.titleType1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.slideType1 {
  *zoom: 1;
  margin: 0 auto 40px;
  width: 1080px;
  padding: 20px 20px 0;
  border-top: solid 1px #dddddd;
  position: relative;
}
.slideType1 .ttlWrap {
  margin-bottom: 15px;
}
.slideType1 h2 {
  font-size: 24px;
  color: #333333;
}
.slideType1 h2 span {
  padding: 0 15px;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.slideType1 > ul {
  *zoom: 1;
  width: 1004px;
  margin: 0 auto;
  padding: 0 53px 0 63px;
}
.slideType1 > ul:after {
  content: "";
  display: block;
  clear: both;
}
.slideType1 > ul li {
  float: left;
  width: 156px;
  margin-right: 10px;
  border: solid 1px #dddddd;
}
.slideType1 .bx-wrapper {
  padding: 0 40px 0 40px;
}
.slideType1 ul li {
  width: 156px !important;
  margin-right: 10px;
  border: solid 1px #dddddd;
}
.slideType1 .image {
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.slideType1 .image img {
  max-width: 133px;
}
.slideType1 .ttl {
  font-weight: bold;
  padding: 0 7px;
  margin-bottom: 7px;
}
.slideType1 .txt {
  margin-bottom: 7px;
}
.slideType1 .price {
  text-align: center;
  margin-bottom: 7px;
}
.slideType1 .author {
  margin-bottom: 7px;
  text-align: center;
}
.slideType1 .author a {
  color: #656565;
}
.slideType1 .btns .btn {
  margin: 0 7px 7px;
}
.slideType1 .btns .btn a {
  margin: 7px;
  background: url(../images/common/icon_book.png) 35px 4px no-repeat #333333;
  display: block;
  line-height: 32px;
  color: #ffffff;
  padding-left: 60px;
}
.slideType1 .bx-prev,
.slideType1 .bx-next {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  top: 0;
}
.slideType1 .bx-prev {
  left: 0;
  background: url(../images/common/bxslider_prev.gif) 0 0 no-repeat;
}
.slideType1 .bx-next {
  right: 0;
  background: url(../images/common/bxslider_next.gif) 0 0 no-repeat;
}
.slideType2 {
  position: relative;
  margin-bottom: 15px;
}
.slideType2:after {
  content: "";
  display: block;
  clear: both;
}
.slideType2 .ttlWrap {
  *zoom: 1;
  margin-bottom: 15px;
}
.slideType2 .ttlWrap:after {
  content: "";
  display: block;
  clear: both;
}
.slideType2 .ttlWrap h2 {
  background: #56bd56;
  padding: 7px 10px;
  font-weight: bold;
  color: #fff;
}
.slideType2 > ul {
  *zoom: 1;
  margin-right: -15px;
}
.slideType2 > ul:after {
  content: "";
  display: block;
  clear: both;
}
.slideType2 ul li {
  width: 163px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: left;
  float: left;
}
.slideType2 .image {
  text-align: center;
  margin-bottom: 5px;
  width: 100px;
}
.slideType2 .image img {
  width: 100%;
  border: solid 1px #ccc;
}
.slideType2 .ttl {
  margin-bottom: 7px;
}
.slideType2 .txt {
  margin-bottom: 7px;
}
.slideType2 .price {
  text-align: center;
  margin-bottom: 7px;
}
.slideType2 .author {
  margin-bottom: 7px;
  text-align: center;
}
.slideType2 .author a {
  color: #656565;
}
.slideType2 .btns .btn {
  margin: 0 0px 7px;
}
.slideType2 .btns .btn a {
  background: url(../images/common/icon_book.png) 35px 4px no-repeat #56bd56;
  display: block;
  line-height: 32px;
  color: #ffffff;
  padding-left: 60px;
}
.slideType2 .bx-prev,
.slideType2 .bx-next {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  top: 0;
}
.slideType2 .bx-prev {
  left: 0;
  background: url(../images/common/bxslider_prev.gif) 0 0 no-repeat;
}
.slideType2 .bx-next {
  right: 0;
  background: url(../images/common/bxslider_next.gif) 0 0 no-repeat;
}
.slideType1 .bx-viewport,
.slideType2 .bx-viewport {
  height: auto !important;
}
/* listType */
.items {
  position: relative;
}
.items .tool_tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
}
.tool_tip > div {
  background: #000000;
  opacity: 0.8;
  z-index: 510;
}
.tool_tip > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.items .tool_tip > p {
  color: #ffffff;
  position: absolute;
  z-index: 520;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.tool_tip > p a {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
.items .tool_tip > p span {
  display: block;
}
.tool_tip > p span:first-child {
  border-bottom: solid 1px #999999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.listType1 h2 {
  margin-bottom: 15px;
  font-size: 24px;
  background: #79CA79;
  color: #ffffff;
  padding: 5px 15px;
}
.listType1 ul {
  *zoom: 1;
  margin-right: -15px;
}
.listType1 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType1 ul li {
  float: left;
  margin: 0 15px 15px 0;
  border: solid 1px #dddddd;
  width: 156px;
}
.listType1 ul li .image {
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.listType1 ul li .image a {
  display: block;
}
.listType1 ul li .image img {
  width: 110px;
  height: auto;
}
.listType1 ul li .ttl {
  font-weight: bold;
  padding: 0 7px;
  margin-bottom: 7px;
}
.listType1 ul li .txt {
  margin-bottom: 7px;
}
.listType1 ul li .price {
  text-align: center;
  margin-bottom: 7px;
}
.listType1 ul li .author {
  margin-bottom: 7px;
  text-align: center;
}
.listType1 ul li .author a {
  color: #656565;
}
.listType1 ul li .btns {
  margin-bottom: 7px;
}
.listType1 ul li .btns .btn {
  margin: 7px;
  min-height: 32px;
}
.listType1 ul li .btns .btn a {
  background: url(../images/common/icon_book.png) 35px 4px no-repeat #333333;
  display: block;
  line-height: 32px;
  color: #ffffff;
  padding-left: 60px;
}
.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 {
  padding-top: 3px;
}
.newsListType1 .txt:after {
  content: "";
  display: block;
  clear: both;
}
.newsListType1 .txt span {
  display: block;
  width: 6em;
  float: left;
}
.newsListType1 .txt a {
  display: block;
  margin-left: 8em;
}
.category {
  color: #fff;
}
.category span {
  display: block;
  padding: 3px;
  /*
  background:#56bd56;
*/
  font-size: 12px;
}
.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;
}
.category span.kinkoku {
  background-color: #777;
}
.category span.digi {
  background-color: #ffbf00;
}
.category span.shohyo {
  background-color: #ff6600;
}
.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: 5em;
  padding-top: 1px;
  color: #656565;
}
.newsListType2 ul li .text {
  float: left;
  font-size: 117%;
  margin-right: 2em;
}
.newsListType2 ul li .text:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border: 2px solid #333333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.tableType1 {
  width: 100%;
  border-top: solid 1px #dddddd;
}
.tableType1 tr {
  border-bottom: solid 1px #dddddd;
}
.tableType1 th,
.tableType1 td {
  padding: 15px 5px;
}
.tableType1 th {
  width: 20%;
  color: #6B5551;
  vertical-align: middle;
}
.tableType1 td p {
  margin-top: 8px;
}
.tableType1 td span {
  display: block;
  margin-top: 10px;
}
.tableType1 td p:first-child,
.tableType1 td span:first-child {
  margin-top: 0;
}
.tableType1 .radio label {
  margin: 0 1em 0 0;
}
.tableType1 .number input {
  width: 50px;
}
.tableType1 .addr input[name="zip1"],
.tableType1 .addr input[name="zip2"],
.tableType1 .addr input[name="old_zip1"],
.tableType1 .addr input[name="old_zip2"] {
  width: 50px;
}
.tableType1 input.short {
  width: 50px;
}
.tableType1 input.long {
  width: 400px;
  width: 100%;
}
.tableType1 input.mail {
  width: 230px;
}
#formText .textWrap {
  margin-bottom: 10px;
}
#formText p.textWrap {
  margin-bottom: 20px;
}
#formText .textWrap li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 2px;
}
#formText .contact {
  margin: 0 0 20px 1em;
}
#formText .contact dd {
  margin: 0 0 15px 2em;
}
.sectionType1 {
  margin-bottom: 15px;
}
.sectionType1:after {
  content: "";
  display: block;
  clear: both;
}
.sectionType1 .ttlWrap {
  *zoom: 1;
  margin-bottom: 15px;
}
.sectionType1 .ttlWrap:after {
  content: "";
  display: block;
  clear: both;
}
.sectionType1 .ttlWrap h2 {
  background: #56bd56;
  padding: 7px 10px;
  font-weight: bold;
  color: #fff;
}
.sectionType1 .ttlWrap h2 a {
  color: #FFF;
}
.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;
}
*/
/*
#newsBlock {
	margin:0 auto 40px;
	width:1080px;
	padding: 20px 20px 0;
	border-top:solid 1px #dddddd;
}
#newsBlock .ttlWrap {
	margin-bottom:15px;
}
#newsBlock .ttlWrap:after {
	content: "";
	display: block;
	clear: both;
}
#newsBlock .ttlWrap h3 {
	font-size:24px;
	color:#333333;
	display:inline-block;
}
#newsBlock .ttlWrap p {
	margin-left:1em;
	font-size:12px;
	display:inline-block;
}
#newsBlock .ttlWrap p a{
	text-decoration:underline;
	display:block;
	font-size:14px;
}
#newsBlock .entryWrap {
	height:130px;
	overflow-y:scroll;
}
#newsBlock .entry {
  *zoom: 1;
  margin-bottom: 5px;
}
#newsBlock .entry:after {
  content: "";
  display: block;
  clear: both;
}
#newsBlock .date{
	float: left;
	width:6em;
	display:block;
	line-height:1.5;
	font-size:14px;
}
#newsBlock .category {
  float: left;
  display: inline-block;
  width: 6em;
  font-size:11px;
  text-align: center;
  margin-right:2em;
}
#newsBlock .category span{
  background:#333333;
}
#newsBlock .txt {
	margin-left:12em;
	line-height:1.5;
	font-size:14px;
}
*/
/* footer */
#footer {
  overflow: hidden;
  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: #74615c;
  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: 20px 0 0px;
  background-color: #F3F3F3;
}
#fotNavi .inner {
  *zoom: 1;
  width: 1120px;
  margin: 0 auto;
  font-weight: bold;
}
#fotNavi .inner:after {
  content: "";
  display: block;
  clear: both;
}
#fotNavi .inner dl {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 25px;
  border-left: solid 1px #ddd;
}
#fotNavi .inner dl:first-child {
  border-left: none;
}
#fotNavi .inner dt {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 15px;
}
#fotNavi .inner dd {
  margin-bottom: 30px;
}
#fotNavi .inner a {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
#fotNavi .inner li:before {
  content: "・";
  margin-right: 5px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}
#fotNavi .inner dl:first-child ul {
  margin-bottom: 15px;
}
/**/
#publisher {
  padding: 15px 0 40px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #817876;
}
#publisher .inner {
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}
#copyright {
  background: #56bd56;
  color: #fff;
}
#copyright .inner {
  padding: 18px 0 14px;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#copyright .copyright {
  float: left;
  display: inline-block;
  line-height: 40px;
}
#copyright .jasrac {
  float: right;
  display: inline-block;
  line-height: 40px;
}
#copyright .jasrac img {
  margin-right: 10px;
}
/* ページスクロール */
div.gotop {
  position: fixed;
  right: 5%;
  bottom: 0;
}
div.gotop a {
  /*
    width: 125px;
    height: 94px;
*/
  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;
  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 */
#conditions {
  border: 1px solid #aeb2b5;
}
#conditions .ttl {
  overflow: hidden;
  padding: 15px 30px;
  border-bottom: 1px solid #aeb2b5;
}
#conditions h3 {
  letter-spacing: 1px;
  font-size: 110%;
  float: left;
}
#conditions .research {
  text-align: right;
  float: right;
}
#conditions .research a:before {
  content: '≫';
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#conditions table {
  width: 100%;
}
#conditions tr {
  border-top: solid 1px #ddd;
}
#conditions tr:first-child {
  border-top: none;
}
#conditions th {
  white-space: nowrap;
  padding: 10px 0 10px 1em;
  width: 20%;
}
#conditions td {
  padding: 10px 0 10px 1em;
  width: 80%;
}
#conditions .searchResult {
  display: none;
  padding: 5px 30px;
}
#conditions .searchResult.active {
  display: block;
}
#segment {
  padding-bottom: 15px;
  *zoom: 1;
  font-size: 116.66667%;
}
#segment:after {
  content: "";
  display: block;
  clear: both;
}
#segment div {
  float: left;
  margin-right: 15px;
}
#searchResult .paging {
  text-align: right;
  font-size: 120%;
  letter-spacing: 1px;
}
/* JS book modal window
-----------------------------------------*/
.modal_contents {
  display: none;
  border: 1px solid #aaa;
  width: 600px;
  padding: 20px;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -300px;
  z-index: 1001;
  background: #fff;
  font-size: 14px;
}
.modal_contents > p {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.modal_contents ul {
  margin-bottom: 2em;
}
.modal_contents li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.modal_contents li > span {
  display: block;
  text-align: center;
  padding-top: 1em;
}
.modal_contents .botton {
  text-align: center;
}
.modal_contents .botton span {
  display: inline-block;
  border: solid 1px #999;
  padding: 10px 10px;
  margin: 0 10px;
  cursor: pointer;
}
.modal_contents .botton .cart_submit {
  background: #56bd56;
  color: #fff;
}
#modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
