@charset "UTF-8";
/*
 * normalise
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Font
 */
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #6c6565;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #6c6565;
}

.gray2 {
  color: #cccccc;
}

.red {
  color: red;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/*
 * basic
 */
body {
  background: #f9f9fa;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #3c3232;
}

del {
  color: #6c6565;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 */
a {
  color: #00a0c6;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #00a0c6;
  text-decoration: none;
}
a:visited {
  color: #91918f;
  text-decoration: none;
}
a:hover {
  color: #7fcfe2;
  text-decoration: underline;
}
a:active {
  color: #7fcfe2;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a *, .opc2 a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a .amazon {
  display: block;
  background: url(../images/icon_amazon.png) no-repeat left center;
  padding-left: 25px;
}
.exlink a {
  display: block;
  background: url(../images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #00a0c6;
  text-decoration: none;
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/*
 * yokoku
 --------------------------------------------------------------------------------*/
#yokoku #header {
  height: 600px;
}
#yokoku #header h2 {
  width: 300px;
  height: 50px;
  margin: 20px auto;
}
#yokoku #header ul {
  padding-top: 15px;
  padding-bottom: 0px;
}
#yokoku #yodogawa {
  width: auto;
  height: auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#yokoku .wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: left;
}
#yokoku .contents h2 {
  margin-top: 80px;
}
#yokoku .contents h3 {
  width: 500px;
  margin: 80px auto 20px;
  text-align: center;
}
#yokoku .contents .column {
  text-align: center;
}
#yokoku .contents #today {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  border: 1px solid #3c3232;
}
#yokoku .contents #today h3 {
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
#yokoku .contents #today h3 span {
  font-size: 80%;
  display: inline;
}
#yokoku .contents #today ul, #yokoku .contents #today li {
  text-align: left;
}
#yokoku .contents #today ul {
  margin: 0;
  padding-left: 30px;
}
#yokoku .contents .book {
  width: 600px;
  margin: 40px auto;
}
#yokoku .contents .book .bookinfo {
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  padding: 30px;
}
#yokoku .contents .book .bookinfo:after {
  content: "";
  display: table;
  clear: both;
}
#yokoku .contents .book .bookinfo p {
  margin-left: 250px;
}
#yokoku .contents .book .bookinfo h4 {
  font-size: 18px;
  margin-top: 0;
  margin-left: 250px;
}
#yokoku .contents .book .bookinfo h4 span {
  font-size: 13px;
}
#yokoku .contents .book .row {
  *zoom: 1;
  float: left;
}
#yokoku .contents .book .row:after {
  content: "";
  display: table;
  clear: both;
}
#yokoku .contents .book .row + .row {
  margin-top: 20px;
}
#yokoku .contents .book.n2 {
  width: 800px;
}
#yokoku .contents .book.n2 .photo {
  width: 200px;
}
#yokoku .contents .book.n2 h4,
#yokoku .contents .book.n2 .author,
#yokoku .contents .book.n2 .price,
#yokoku .contents .book.n2 .exlink {
  margin-left: 400px;
}
#yokoku .contents .book.n2 .exlink + .exlink {
  margin-top: -10px;
}
#yokoku .contents .book.n3 {
  width: 900px;
}
#yokoku .contents .book.n3 .photo {
  width: 170px;
}
#yokoku .contents .book.n3 h4,
#yokoku .contents .book.n3 .author,
#yokoku .contents .book.n3 .price,
#yokoku .contents .book.n3 .exlink {
  margin-left: 540px;
}
#yokoku .contents .book.n3 .exlink span {
  display: block;
  margin-top: -0.5em;
  font-size: 12px;
}
#yokoku .contents .book.n3 .exlink + .exlink {
  margin-top: -10px;
}
#yokoku .contents .book .photo {
  float: left;
  margin: 0 !important;
  width: 250px;
}
#yokoku .contents .book .author span {
  font-size: 12px;
}
#yokoku .contents .book .price span {
  font-size: 12px;
}
#yokoku .contents .book h5 {
  font-size: 16px;
}
#yokoku .contents .book .obi {
  width: 450px;
  margin: 40px auto;
}
#yokoku .contents .book .obi h5 + .cap {
  margin-top: -20px;
}
#yokoku .contents .book .comment {
  width: 450px;
  margin: 40px auto;
}
#yokoku .contents .book blockquote {
  color: #6c6565;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 2px solid #6c6565;
}
#yokoku .contents #list {
  width: 600px;
  margin: 40px auto;
}

/*
 * attention
 --------------------------------------------------------------------------------*/
#attention #header {
  background-image: none;
  height: auto;
}
#attention #menu {
  margin-top: 0;
  padding-top: 40px;
}
#attention .contents {
  width: 580px;
}
#attention .contents h3 {
  margin-bottom: 30px;
}
#attention #notice {
  margin: 20px auto;
}
#attention #notice ul {
  text-align: left;
}

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: relative;
  width: 960px;
  height: 700px;
  margin: 0 auto;
  background: url(../images/ph_main.jpg) no-repeat center top;
}
#header #hobo {
  width: 171px;
  height: 10px;
  margin: 0 auto;
  padding: 5px 0;
}
#header #logo {
  width: 249px;
  height: 64px;
  margin: 0 auto 36px;
  padding: 0;
}
#header h1 {
  width: 536px;
  height: 95px;
  margin: 0 auto;
}
#header ul, #header li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header ul {
  height: auto;
  overflow: hidden;
  padding: 50px 40px 25px;
}
#header #info_text {
  float: right;
}
#header #info_illust,
#header #info_500 {
  margin: 10px 0;
}
#header #info_illust {
  margin-top: 150px;
}
#header #info_about {
  position: absolute;
  bottom: 40px;
}
#header #info_about a {
  display: block;
}

#yodogawa {
  width: 324px;
  height: 87px;
  margin: 0 auto;
  font-size: 16px;
}

#notice {
  margin: 40px auto;
}
#notice ul, #notice li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#notice ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#notice li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 476px;
  letter-spacing: 0.075em;
  text-align: center;
}
#notice li.attention {
  color: #CC0000;
  border: 2px solid #C00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  line-height: 1.4em;
}
#notice li.attention h3 {
  margin: 0;
  padding: 0 0 2px 0;
  background-color: #C00;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
#notice li.attention p {
  padding: 5px;
  font-size: 13px;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contents h2 {
  margin: 0;
  padding: 20px 0;
  text-align: left;
}
.contents h3 {
  margin: 60px 0 40px;
}
.contents h3 span {
  display: block;
}
.contents h3 .vol {
  float: left;
  margin-left: -80px;
}
.contents h3 img {
  vertical-align: top;
}
.contents #items ul, .contents #items li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contents #items ul {
  letter-spacing: -0.4em;
}
.contents #items li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: 0.075em;
  width: 240px;
  margin-bottom: 20px;
  vertical-align: top;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
.contents #items li .title {
  min-height: 66px;
  height: auto !important;
  height: 66px;
}
.contents #items li h3 {
  margin: 0 auto;
  padding-left: 5px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.contents #items li h3 span {
  font-size: 12px;
  letter-spacing: 0;
}
.contents #items li p {
  padding-left: 5px;
}
.contents #items li .author {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #6c6565;
}
.contents #items li .photo {
  height: 240px;
  margin: 0 5px 5px 5px;
  padding: 5px;
  background-color: #FFF;
}
.contents #items li .exlink {
  padding-left: 5px;
  color: #3c3232;
}
.contents #items li .exlink a {
  width: 140px;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
}
.contents #items li .exlink a:link, .contents #items li .exlink a:visited, .contents #items li .exlink a:hover, .contents #items li .exlink a:active {
  color: #3c3232;
  text-decoration: none;
}
.contents #items li .cart {
  padding-left: 5px;
  margin: 5px auto;
}
.contents #items li .cart .price {
  font-weight: bold;
}
.contents #items li .cart .btn {
  float: left;
  width: 140px;
  height: 30px;
}
.contents #items li .cart .btn a {
  display: block;
  width: 140px;
  height: 30px;
}
.contents #items li .cart .btn a:hover .rollover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.contents #items li .cart .stock {
  height: 30px;
  margin-left: 150px;
  font-size: 12px;
  line-height: 30px;
}
.contents .article {
  margin: 50px auto;
  text-align: left;
}
.contents .article h2 {
  margin-bottom: 25px;
  font-weight: normal;
}
.contents .article h3 {
  font-size: 16px;
  margin: 30px;
}
.contents .article .comment {
  border-left: 2px solid #999;
  padding-left: 0.5em;
  color: #666;
  margin: 3.5em auto;
}
.contents .article .photo {
  margin: 40px auto;
}
.contents .article .photo p {
  font-size: 12px;
  line-height: 1.5em;
  color: #6c6565;
}
.contents .article .info {
  margin: 80px auto;
  text-align: left;
}
.contents .article .info h3 {
  font-size: 16px;
  margin: 10px auto 0;
}
.contents .article .info p {
  margin: 0 auto 10px;
}
.contents .date {
  margin: 20px 240px 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #6c6565;
}
.contents .photo {
  margin: 10px auto;
}

.index {
  width: 800px;
  margin-left: 160px;
}
.index #navi {
  margin-right: 360px;
}

#menu {
  text-align: center;
  margin: 40px 0;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#menu ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
  padding: 0 5px;
}
#menu ul li .new4:after {
  content: url(../images/icon_new4.png);
  position: absolute;
  right: 8px;
  top: -25px;
}

/*
 * archive
 */
#past ul, #past li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#past ul {
  width: 380px;
}
#past li a {
  display: block;
  padding: 3px 0;
  text-align: center;
}
#past li a:hover {
  color: #00a0c6;
  text-decoration: none;
}

#footer {
  position: relative;
  padding-bottom: 100px;
  margin-top: 50px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}
#footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
  margin: 0;
}
#footer .fblike {
  text-align: center;
  margin: 20px;
}
#footer .copyright {
  margin-top: 10px;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #6c6565;
}

.openBoxElement {
  display: block;
  width: 800px;
  padding: 40px 40px;
}
.openBoxElement h3 {
  margin-left: 440px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.openBoxElement p {
  margin-left: 440px;
}
.openBoxElement .close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.openBoxPhoto {
  width: 800px;
  text-align: center;
}
.openBoxPhoto .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
