
/* common.css 1.0.1 */
/* yjTmplCommon.css 1.1.0 */
/*
1. reset
2. layout
  2-1. layout common
  2-2. yj950 common
  2-3. yj950-2
  2-4. yj950-3
  2-5. yj100per common
  2-6. yj100per-2
  2-7. yj100per-3
  2-8. clearfix
*/
/* for MacIE
-------------------------------------*/
/*\*/
/*/
@import "https://s.yimg.jp/yui/jp/tmpl/1.1.0/yjTmplMacIE5-min.css";
/**/
/* reset
-------------------------------------*/
body {
    margin: 0;
    padding: 0;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul li, ol li {
    list-style: none;
}

table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

caption {
    text-align: left;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
    font-size: 100%;
}

address, cite, dfn, em, strong, var, th, ins, del, samp {
    font-weight: normal;
    font-style: normal;
}
a img {
    border: 0;
}

hr.yjSeparation {
    display: none;
}

fieldset {
    border: none;
}

/* layout
-------------------------------------*/
/* === layout common === */
#wrapper {
    text-align: left;
    font-size: medium;
    line-height: 1.22;
}

#yjContentsBody {
    position: relative;
}

.yjGuid {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.yjSkip {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* === yj950 common === */
.yj950-1 #wrapper,
.yj950-2 #wrapper,
.yj950-3 #wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0 10px;
}

.yj950-1 #contents,
.yj950-2 #contents,
.yj950-3 #contents {
    text-align: left;
}

/* === yj950-2 === */
.yj950-2 #yjMain {
    float: left;
    width: 640px;
}

.yj950-2 #yjSub {
    float: right;
    width: 300px;
}

/* === yj950-3 === */
.yj950-3 #yjMain {
    float: left;
    width: 640px;
}

.yj950-3 .yj1stUnit {
    float: right;
    width: 440px;
}

.yj950-3 .yj2ndUnit {
    float: left;
    width: 190px;
}

.yj950-3 #yjSub {
    float: right;
    width: 300px;
}

/* === yj100per common  === */
.yj100per-1,
.yj100per-2,
.yj100per-3 {
    width: 100%;
}

.yj100per-1 #wrapper,
.yj100per-2 #wrapper,
.yj100per-3 #wrapper {
    min-width: 950px;
    padding: 0 10px;
}

/* === yj100per-2 === */
.yj100per-2 #yjMain {
    float: left;
    width: 100%;
    margin-left: -310px;
}

.yj100per-2 .yjMainGrid {
    margin-left: 310px;
}

.yj100per-2 #yjSub {
    float: right;
    width: 300px;
}

/* === yj100per-3 === */
.yj100per-3 #yjMain {
    float: left;
    width: 100%;
    margin-left: -310px;
}

.yj100per-3 .yjMainGrid {
    margin-left: 310px;
}

.yj100per-3 .yj1stUnit {
    float: right;
    width: 100%;
    margin-right: -200px;
}

.yj100per-3 .yj1stInnerUnit {
    margin-right: 200px;
}

.yj100per-3 .yj2ndUnit {
    float: left;
    width: 190px;
}

.yj100per-3 #yjSub {
    float: right;
    width: 300px;
}

/* === clearfix === */
/* for FF,Safari,Opera */
#yjContentsBody:after,
.yj950-3 #yjMain:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.cf:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf{
    min-height: 1px;
}

* html .cf{
    height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* for Win IE5.5-7 */
#yjContentsBody,
.yj950-3 #yjMain {
    height: 1%;
}

/* masthead.css 1.0.0 */
/* Masthead */
.yjmth {
    *height: 1%;
}

.yjmth img {
    vertical-align: middle;
    border: 0px;
}

.yjmth a {
    border: 0px;
}

div.yjmthproplogoarea {
    float: left;
}

div.yjmthloginarea {
    float: left;
    margin: 0px 0px 0px 3px;
    font-size: smaller;
    text-align: left;
    line-height: 110%;
}

div.yjmthcplogoarea {
    float: right;
}

div.yjmthcmnlnkarea {
  /* Without MacIE \*/
    float: right;
  /* */
    margin: 10px 3px 0px 0px;
    font-size: smaller;
    text-align: right;
    line-height: 110%;
}

br.yjmthclear {
    clear: both;
}

div.yjgrplink {
    text-align: right;
    font-size: smaller;
    line-height: 115%;
}

div#music div.yjmthloginarea {
    margin-top: 16px;
    margin-left: 7px;
}

div#music div.yjmthcmnlnkarea {
    margin-top: 26px;
}

div#music div.yjmthcplogoarea {
    margin-top: 14px;
}

#masthead {
    width: 100%;
  /* needed when using the safari hack */
    margin: 4px auto 10px auto;
    text-align: left;
}

#masthead strong {
    font-weight: bold;
}

#masthead:after {
    content: ".";
    display: block;
    position: relative;
  /*works better in IE5.5 or float in float situations */
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hide from ie/mac  needed for IE \*/
* html #masthead {
    height: 1%;
}

* html #masthead .yjmth {
    margin: 0;
    padding: 0;
}

/**/
/* ie/mac \*/
/*/
#masthead {
	display: inline-table;
}
/**/
@media print {
    div.yjmthloginarea {
        display: none;
    }
}
/* emg.css 1.0.0 */
#emg,
#emg2,
#emg3 {
    margin-bottom: 10px;
    text-align: center;
}

#emg2 br {
    display: none;
}

#emg table,
#emg2 table,
#emg3 table {
    margin: 0 auto;
    text-align: left;
}

/* ie/mac \*/
/*/
#emg,
#emg2 {
	margin-left: 120px;
}
#emg3 {
	margin-left: 235px;
}
/**/
/* lrec.css 1.0.4 */
#yjLrec {
    margin-bottom: 16px;
}

#yjLrec div {
    text-align: left;
}

#yjLrec dl {
    margin: 0;
    padding: 0;
}

#yjLrec dt {
    margin: 0;
    padding: 4px 0 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
}

/* safari only \*/
html:\66irst-child #yjLrec dt {
    padding: 3px 0 2px;
}

/* /safari only */
#yjLrec dd {
    margin: 0;
    padding: 0;
}

#yjLrec dd img {
    border: none;
    vertical-align: bottom;
}

.yj950-1 #contents {
    position: relative;
}

.yj950-1 #yjContentsBody span.yjGuid {
    position: relative;
    left: auto;
    float: right;
    width: 310px;
    height: 280px;
    margin: 0;
}

.yj950-1 #yjLrec {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.yj100per-1 #contents {
    position: relative;
}

.yj100per-1 #yjContentsBody span.yjGuid {
    position: relative;
    left: auto;
    float: right;
    width: 310px;
    height: 280px;
    margin: 0;
}

.yj100per-1 #yjLrec {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.yj950-1 #yjLrec {
    float: right;
    width: 300px;
    margin-left: 20px;
}

.yj100per-1 #yjLrec {
    float: right;
    width: 300px;
    margin-left: 20px;
}

/* uft.css 1.0.0 */
#uft {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

.yjChviewWrap {
    margin-bottom: 18px;
    text-align: center;
}

.yjChview {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px 30px;
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
    text-align: center;
}

.yjChview dl, .yjChview dd, .yjChview p {
    margin: 0;
}

.yjChview dl dt, .yjChview dl dd {
    display: inline;
    font-size: 14px;
    line-height: 1.2em;
}

.yjChview dl dt {
    padding-right: 0.2em;
}

.yjChview dl dd span {
    font-weight: bold;
}

.yjChview dl dd:after {
    content: "\ff5c";
}

.yjChview dl dd.end:after {
    content: "";
}

/* footer.css 1.0.0 */
#footer {
    text-align: center;
}

#footer address {
    padding: 10px 0 20px;
    border-top: 1px solid #ccc;
    font-size: small;
    line-height: 1.4;
}

#contents {
    text-align: left;
    margin-top:-10px;
    clear:both;
}

/* === yj950-2 === */
.yj950-2 #yjMain {
    float: right;
    width: 761px;
}

.yj950-2 #yjSub {
    float: left;
    width: 172px;
}

.yj950-2 #yjMain2 {
    float: left;
    width: 633px;
}

.yj950-2 #yjSub2 {
    float: right;
    width: 300px;
}

/* === yj950-3 === */
.yj950-3 #yjMain {
    float: right;
    width: 761px;
}

.yj950-3 .yj1stUnit {
    float: left;
    width: 444px;
}

.yj950-3 .yj2ndUnit {
    float: right;
    width: 300px;
}

.yj950-3 #yjSub {
    float: left;
    width: 172px;
}

#yjContentsBody {
    margin-bottom: 13px;
}

/* Base */
body {
    color: #4c4c4c;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック", YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/* font-feature-settings: 'palt' 1; */
    *font-size: 1em;
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

a:link,a:visited {
	color: #006ccc;
}
a:hover {
    text-decoration: underline;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

select {
    cursor: pointer;
}

::-moz-selection {
    background: #2787e7;
/*    color: #fff; */
    text-shadow: none;
}

::selection {
    background: #2787e7;
/*    color: #fff;*/
    text-shadow: none;
}

/* Utility */
.util-clearfix, .area-unitAB, .area-unitBC, .mod-modStyle2 .hd, .mod-modStyle3 .hd .inner, .mod-navGlobal, .mod-navGlobal .main, .mod-navGlobal .sub, .mod-header, .mod-header2, .mod-header3, .mod-header4 .bd, .mod-promoApp .bd, .mod-promoAppHead, .mod-itemList .item, .mod-itemList .item .device {
    *zoom: 1;
}

.util-clearfix:after, .area-unitAB:after, .area-unitBC:after, .mod-modStyle2 .hd:after, .mod-modStyle3 .hd .inner:after, .mod-navGlobal:after, .mod-navGlobal .main:after, .mod-navGlobal .sub:after, .mod-header:after, .mod-header2:after, .mod-header3:after, .mod-header4 .bd:after, .mod-promoApp .bd:after, .mod-promoAppHead:after, .mod-itemList .item:after, .mod-itemList .item .device:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

@media print {
    .util-clearfix:after, .area-unitAB:after, .area-unitBC:after, .mod-modStyle2 .hd:after, .mod-modStyle3 .hd .inner:after, .mod-navGlobal:after, .mod-navGlobal .main:after, .mod-navGlobal .sub:after, .mod-header:after, .mod-header2:after, .mod-header3:after, .mod-header4 .bd:after, .mod-promoApp .bd:after, .mod-promoAppHead:after, .mod-itemList .item:after, .mod-itemList .item .device:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }
}

.util-tal {
    text-align: left;
}

.util-tac {
    text-align: center;
}

.util-tar {
    text-align: right;
}

.util-bold {
    font-weight: bold;
}

/* Area */
.area-unitA {
    width: 144px;
    float: left;
}

.area-unitB {
    width: 666px;
    float: left;
}

.area-unitC {
    width: 120px;
    float: right;
}

.area-unitAB {
    width: 633px;
    float: left;
}

.area-unitBC {
    width: 796px;
    float: right;
}

.area-unitABC #wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0 10px;
}

.area-unitB table {
    table-layout: fixed;
}

.area-moduleWrapper {
    margin-bottom: 16px;
    padding: 2px 0;
    background: url(../../../../pc/common/1.0.0/img/bg_stripe_01.png) 0 0 repeat;
    *zoom: 1;
}

.area-moduleWrapper .mod-modStyle,
.area-moduleWrapper .mod-modStyle2,
.area-moduleWrapper .mod-modStyle3 {
    margin: 8px;
}

.area-moduleWrapper .mod-banner {
    margin: 8px;
    text-align: center;
}

.area-moduleWrapper .itemList {
    margin: 6px;
}

/* navi */
#navi {
    width: 950px;
    margin: 0 0 5px 0;
}

#naviAll, #naviComic, #naviBooks, #naviMagazine {
    float: left;
}

#naviAll, #naviComic, #naviBooks, #naviMagazine, #naviAll a, #naviComic a, #naviBooks a, #naviMagazine a {
    display: block;
    text-indent: -9999px;
    height: 37px;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/navi.png);
    background-repeat: no-repeat;
    font-size: 1px;
}

#naviAll, #naviAll a, #naviBooks, #naviBooks a {
    width: 237px;
}

#naviAll {
    background-position: 0 0;
}

#naviAll a {
    background-position: 0 0;
}

#naviComic, #naviComic a,#naviMagazine, #naviMagazine a {
    width: 238px;
}

#naviComic {
    background-position: -237px -39px;
}

#naviComic a {
    background-position: -237px 0;
}

#naviBooks {
    background-position: -475px -39px;
}

#naviBooks a {
    background-position: -475px 0;
}

#naviMagazine {
}

#naviMagazine a {
    background-position: -712px 0;
}
/* /navi */

/* General */
.mod-modStyle {
    margin-bottom: 16px;
    border: 1px solid #9b9a9a;
    background: #FFF;
    *zoom: 1;
}

.mod-modStyle .hd {
    padding: 0 6px;
    background: #9b9a9a;
    color: #FFF;
    font-size: 87.5%;
}

.mod-modStyle .hd h2 {
    font-weight: bold;
}

.mod-modStyle .list {
    margin: 6px;
    overflow: hidden;
    *zoom: 1;
    font-size: 75%;
}

.mod-modStyle .list li {
    margin-top: -1px;
    border-top: 1px solid #cccccc;
    *zoom: 1;
}

.mod-modStyle .list li {
    padding: 6px 0;
}

.mod-modStyle .list .more {
    text-align: right;
}

.mod-modStyle .list .more .ico {
    margin-right: 4px;
}

.mod-modStyle .list .more a {
    vertical-align: middle;
}

.mod-modStyle .list .date {
    color: #9a9a9a;
}

.mod-modStyle .list .img {
    margin-bottom: 3px;
    text-align: center;
}

.mod-modStyle .copyright {
    margin: -6px 6px 6px;
    text-align: center;
    line-height: 1.2;
    color: #9a9a9a;
    font-size: 75%;
}

.mod-modStyle2 {
    margin-bottom: 16px;
    border: 1px solid #454444;
    background: #FFF;
    *zoom: 1;
}

.mod-modStyle2 .hd {
    margin: -1px -1px 0;
    padding: 4px 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#454444));
    background-image: -moz-linear-gradient(top, #6b6b6b, #454444);
    background-image: -o-linear-gradient(top, #6b6b6b, #454444);
    background-image: linear-gradient(top, #6b6b6b, #454444);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#6b6b6b", endColorstr="#454444")';
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#6b6b6b", endColorstr="#454444");
    *zoom: 1;
    color: #FFF;
}

.mod-modStyle2 .hd .l {
    float: left;
}

.mod-modStyle2 .hd .r {
    float: right;
}

.mod-modStyle2 .hd .s {
    margin-top: 0.15em;
    font-size: 75%;
}

.mod-modStyle2 .hd h2 {
    font-weight: bold;
    font-size: 87.5%;
}

.mod-modStyle2 .hd a {
    color: white;
    text-decoration: underline;
}

.mod-modStyle2 .hd span {
    vertical-align: middle;
}

.mod-modStyle2 .hd .ico {
    margin-right: 4px;
    vertical-align: middle;
}

.mod-modStyle2 h3 {
    margin: 6px;
    padding: 2px 4px;
    background: #ecf3ff;
    font-weight: bold;
    font-size: 87.5%;
}

.mod-modStyle2 .bnr {
    margin: 6px;
    text-align: center;
}

.mod-modStyle2 .itemList .label .itemLabel1 {
    width: 64px;
}

.mod-modStyle2 .more {
    margin: 6px 8px;
    text-align: right;
    font-size: 75%;
}

.mod-modStyle2 .more a {
    vertical-align: middle;
}

.mod-modStyle2 .more .ico {
    margin-right: 4px;
}

.mod-modStyle3 {
    margin-bottom: 16px;
}

.mod-modStyle3 .hd {
    z-index: 2;
}

.mod-modStyle3 .hd .inner {
    position: relative;
    background: none repeat scroll 0 0 #F1F1F1;
    border-top: 2px solid #3E5A79;
    line-height: 1.2;
    margin-bottom: 8px;
    padding: 6px 9px;
}

.mod-modStyle3 .hd a,
.mod-modStyle3 .hd span {
    vertical-align: middle;
}

.mod-modStyle3 .hd h1 {
    font-weight: bold;
}

.mod-modStyle3 .hd .l {
    float: left;
}

.mod-modStyle3 .hd .r {
    float: right;
}

.mod-modStyle3 .hd h2 {
    font-weight: bold;
    font-size: 87.5%;
}

.mod-modStyle3 .hd .s {
    margin-top: 0.2em;
    font-size: 75%;
}

.mod-modStyle3 .hd .ico {
    margin-right: 4px;
}

.mod-modStyle3 .bd {
    z-index: 1;
}
/*tokutei \*/
.mod-modStyle3 .bd .inner0 {
    position: relative;
    padding: 0 20px 1px;
    *zoom: 1;
}

.mod-modStyle3 .bd .inner1 {
    position: relative;
    background-image: url("https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/area_unita_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 0 20px 20px;
    *zoom: 1;
}

.mod-modStyle3 .bd .inner {
    position: relative;
    background-image: url("https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/bnr_bar.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 0 20px 20px;
    *zoom: 1;
}
/**/

.mod-modStyle3 h3 {
    margin: 2px 0 6px;
    padding: 2px 8px;
    background: #f4f1ec;
    font-weight: bold;
    font-size: 87.5%;
}

.mod-modStyle3 .itemList {
    margin-bottom: 6px;
}

.mod-modStyle3 .itemList .label .itemLabel1 {
    width: 74px;
}

.mod-modStyle3 .more {
    margin: 6px 8px;
    text-align: right;
    font-size: 75%;
}

.mod-modStyle3 .more a {
    vertical-align: middle;
}

.mod-modStyle3 .more .ico {
    margin-right: 4px;
}

/* Navigation */
.mod-navGlobal {
    position: relative;
    width: 948px;
    border: 1px solid #9e9e9e;
    background: #f8f8f8;
    font-size: 75%;
    z-index: 2;
}

.mod-navGlobal .main {
    float: left;
    margin-bottom: -1px;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

.mod-navGlobal .main li {
    float: left;
}

.mod-navGlobal .main a,
.mod-navGlobal .main strong {
    display: block;
    height: 32px;
    text-indent: -99999px;
    overflow: hidden;
    background-image: url(../../1.0.0/img/spr_gnav_01.png);
}

.mod-navGlobal .main .top a,
.mod-navGlobal .main .top strong {
    width: 121px;
}

.mod-navGlobal .main .top strong {
    background-position: 0 -32px;
}

.mod-navGlobal .main .free a,
.mod-navGlobal .main .free strong {
    width: 123px;
}

.mod-navGlobal .main .free a {
    background-position: -121px 0;
}

.mod-navGlobal .main .free strong {
    background-position: -121px -32px;
}

.mod-navGlobal .main .new a,
.mod-navGlobal .main .new strong {
    width: 123px;
}

.mod-navGlobal .main .new a {
    background-position: -244px 0;
}

.mod-navGlobal .main .new strong {
    background-position: -244px -32px;
}

.mod-navGlobal .sub {
    overflow: hidden;
    padding: 7px 6px 0;
}

.mod-navGlobal .sub a {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
}

.mod-navGlobal .sub .point {
    float: left;
    zoom: 1;
}

.mod-navGlobal .sub .history,
.mod-navGlobal .sub .guide {
    float: right;
    margin-left: 20px;
}

.mod-navGlobal .sub .history {
    margin-top: -3px;
}

.mod-toptext {
    display: block;
    font-size: 12px;
    margin: -10px 0 5px 0;
}

.topText {
    display: inline-block;
    float: left;
    color: #888;
    overflow: hidden;
}

.mod-toptext .topText .mod-h1 {
    float: left;
}

.mod-toptext .topText p {
}

.topText span {
    color: #888;
    padding-left: 1em;
}

.linkGuide {
    display: inline-block;
    _display: inline;
    float: right;
    background-image: url("https://s.yimg.jp/images/sicons/c/wakaba16.gif");
    background-repeat: no-repeat;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    padding-left: 20px;
}

.linkGuide a:link,.linkGuide a:visited {
	color:#555;
}


.mod-navSearchA {
    background:#eee;
    margin-bottom: 5px;
}

.mod-navSearch {
    padding: 8px;
}


#mod-navSearchL {
    display: block;
    float: left;
    width: 480px;
}

#mod-navSearchR {
    float: right;
    width: 420px;
}

.mod-navSearch input,
.mod-navSearch button,
.mod-navSearch label {
    vertical-align: top;
}
.mod-navSearchBox {
    display: block;
    float: left;
    width: 400px;
}




.mod-navSearch .txt,.mod-navSearch .txt:focus{
	background: url(../img/header_icon.png) #fff no-repeat;
	}



.mod-navSearch .txt {
    height: 32px;
    width: 359px;
    padding: 0 80px 0 40px;
	border:solid 1px #ccc;
    outline: none;
	background-size:26px ;
	background-position: 8px 6px;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mod-navSearch .txt:focus {
    border-color: #aaa;
	background-size:26px ;
	background-position: 8px -25px;
}


.mod-navSearch .btn {
border:none;
width:80px;
height:32px;
margin-top:1px;
padding:0px;
text-transform:uppercase;
cursor:pointer;
float: left;
line-height:32px;
font-size:14px;
font-weight: bold;
color: #555;
    -webkit-border-top-left-radius: 0px;  
    -webkit-border-top-right-radius: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 0px;  
    -moz-border-radius-topleft: 0px;  
    -moz-border-radius-topright: 4px;  
    -moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 0px;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #ededed, #e0e0e0);
background-image: -moz-linear-gradient(top, #ededed, #e0e0e0);
background-image: -ms-linear-gradient(top, #ededed, #e0e0e0);
background-image: -o-linear-gradient(top, #ededed, #e0e0e0);
background-image: linear-gradient(top, #ededed, #e0e0e0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.mod-navSearch .btn span {

}


.slctBox {
    min-height: 22px;
    height: auto;
    height: 22px;
    display: inline-block;
    float: right;
    padding-left: 2px;
    margin-top: 0px;
}

.mod-navSearch .slct {
    min-height: 17px;
    height: auto !important;
    height: 17px;
    *margin-top: 1px;
    border: 0;
    padding: 3px 1px 0 0;
    font-size: 14px;
    background-color: #FFF;
}

.mod-navSearch .check {
    margin-right: 4px;
    min-height: 21px;
    height: auto !important;
    height: 21px;
    cursor: pointer;
}

.mod-navSearch .checkLabel {
    display: inline-block;
    line-height: 21px;
    cursor: pointer;
}
/* autocomplete */
.area-unitABC .ui-autocomplete{
	overflow:hidden;
	width:395px !important;
	border-top:0;
}
.area-unitABC .ui-autocomplete .ui-menu-item{
	border-bottom:1px solid #dfdfdf;
}
.area-unitABC .ui-autocomplete .ui-menu-item:last-child{
	border-bottom:none;
}
.area-unitABC .ui-autocomplete .ui-menu-item a{
	padding:5px;
	border-radius:0;
	cursor:pointer;
}
.area-unitABC .ui-autocomplete .ui-menu-item div div{
	display:inline-block;
	padding-left:10px;
	overflow:hidden;
	vertical-align:middle;
	width:290px;
}
.area-unitABC .ui-autocomplete .ui-menu-item div p{
	font-size:90%;
	color:#666;
}
.area-unitABC .ui-autocomplete .ui-menu-item div p:first-of-type{
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
	padding-bottom:2px;
}
.area-unitABC .ui-autocomplete .ui-menu-item img{
	width:70px;
	line-height:0;
	font-size:0;
	vertical-align:middle;
}
.area-unitABC .ui-autocomplete.ui-widget-content .ui-state-focus,
.area-unitABC .ui-autocomplete.ui-widget-header .ui-state-focus {
	background:#efefef;
	border-color:#fff;
}


.mod-navBreadCrumbs {
    margin: -8px 0 8px;
    padding: 0 8px;
    line-height: 1.3;
    font-size: 75%;
}

.mod-navConditional {
    margin-bottom: 16px;
    padding: 9px 7px;
    background: #f1f1f1;
    *zoom: 1;
}

.mod-navConditional .hd {
    margin: -4px 0 4px;
    border-bottom: 1px solid #9c9c9c;
}

.mod-navConditional .hd h2 {
    font-weight: bold;
}

.mod-navConditional .hd span {
    vertical-align: middle;
}

.mod-navConditional .hd .ico {
    margin-right: 4px;
}

.mod-navConditional .box {
    margin-top: -1px;
    padding: 1px 7px;
}

.mod-navConditional .box .only {
    position: relative;
    font-size: 87.5%;
    line-height: 1.1;
    overflow: hidden;
    *zoom: 1;
    padding: 7px 0 6px;
}

.mod-navConditional .box .ico {
    margin-left: 4px;
}

.mod-navConditional .list {
    position: relative;
    font-size: 87.5%;
    line-height: 1.1;
    overflow: hidden;
    *zoom: 1;
/*	border-top:3px double #9c9c9c;*/
}

.mod-navConditional .list dt {
    position: relative;
    z-index: 2;
    padding: 7px 0 1px;
    border-top: 1px dotted #CCCCCC;
    margin-top: -1px;
    font-weight: bold;
}

.mod-navConditional .list dd {
    margin-top: -1px;
    padding: 3px 0 6px 3px;
}

.mod-navConditional .list dd dt {
    margin: 0;
    padding: 0;
    border-top: 0;
    font-weight: normal;
}

.mod-navConditional .list dd dd {
    margin: 5px 0 2px;
    padding: 0 0 0 8px;
    border-top: 0;
}

.mod-navConditional .list strong {
    font-weight: bold;
}

.mod-navConditional .list a,
.mod-navConditional .list span {
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-navConditional .list .count {
    font-size: 85.714%;
}

.mod-navConditional .list .ico {
    margin-left: 4px;
}

.mod-navConditional .list2 {
    position: relative;
    font-size: 87.5%;
    line-height: 1.1;
    border-bottom: 3px double #9c9c9c;
}

.mod-navConditional .list2 dt {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 9px 0 1px;
    border-top: 1px dotted #C1C1C1;
    font-weight: bold;
    *zoom: 1;
}

.mod-navConditional .list2 dt:first-child, .btNon {
    border-top: 0px none !important;
}

.mod-navConditional .list2 dd {
    margin: 3px 0 8px 0;
}

.mod-navConditional .list2 dd dt {
    margin: 0 0 6px;
    padding: 0;
    border-top: 0;
    font-weight: normal;
}

.mod-navConditional .list2 dd dd {
    margin: 5px 0 2px;
    padding: 0 0 0 8px;
}

.mod-navConditional .list2 dd dd dd {
    padding-left: 4px;
}

.mod-navConditional .list2 .none {
    margin-top: 10px;
    font-weight: bold;
}

.mod-navConditional .list2 strong {
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-navConditional .list2 .count {
    font-size: 85.714%;
}

.mod-navConditional .inputList {
    margin-top: -7px;
    line-height: 1;
}

.mod-navConditional .inputList li {
    margin: 7px 0 4px;
    margin-left: 17px;
    text-indent: -17px;
    *margin-left: 20px;
    *text-indent: -20px;
}

.mod-navConditional .inputList label {
    vertical-align: middle;
    cursor: pointer;
}

.mod-navConditional .inputList input {
    height: 1em;
    margin-right: 3px;
    *margin-right: 0px;
    vertical-align: middle;
    cursor: pointer;
}

.mod-navConditional .inputList .range {
    margin-left: 0;
    text-indent: 0;
    line-height: 1.3;
}

.mod-navConditional .inputList .range .txt {
    font-size: 85.714%;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-navConditional .inputList .range .txt input {
    width: 3em;
    padding: 3px 2px;
    text-align: right;
    line-height: 1;
    cursor: text;
}

.mod-navConditional .inputList .range .txt .disabled {
    background: #d4d0c8;
}

.mod-navConditional .inputList .error {
    margin-bottom: 4px;
    color: #ad0e0a;
}

.mod-navConditional .more {
    margin-top: -4px;
    border-top: 0;
    text-align: right;
    font-size: 75%;
    *zoom: 1;
}

.mod-navConditional .more p {
    padding: 5px 0;
    border-top: 1px solid #ccc;
}

.mod-navConditional .more a {
    vertical-align: middle;
}

.mod-navConditional .more .ico {
    margin-right: 4px;
}

.mod-navConditional .btn {
    margin-bottom: 10px;
    text-align: center;
}

.mod-navPager {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 87.5%;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #ACACAC;
    padding: 10px 0;
}

.navPagerModule .mod-navPager {
    border: 0 !important;
    padding: 0 !important;
}

.mod-navPager .prev,
.mod-navPager .next,
.mod-navPager .list li {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-wrap: normal;
}

.mod-navPager .list {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-navPager .next,
.mod-navPager .prev,
.mod-navPager .list li {
    margin-right: 4px;
}

.mod-navPager .list .ellipse {
    margin-right: 0;
}

.mod-navPager .prev a,
.mod-navPager .next a {
    display: inline-block;
    padding: 6px 6px;
}

.mod-navPager .list a, .mod-navPager .list strong, .mod-navPager .next a {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #e0e0e0;
}

.mod-navPager .list strong {
    background: #f1f1f1;
    color: #333;
    font-weight: bold;
}

.mod-navFooter {
    margin-top: 30px;
    margin-bottom: 16px;
    text-align: center;
}

.mod-navFooter .bd {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 70px;
    background: url(../../../../pc/common/1.0.0/img/bg_stripe_01.png) 0 0 repeat;
}

.mod-navFooter .list {
    margin: 10px 0;
    font-size: 87.5%;
}

.mod-navFooter .list li {
    display: inline;
}

.mod-navFooter .list a {
    font-weight: bold;
}

.mod-navFooter .list a,
.mod-navFooter .list strong {
    margin: 0 2px;
}

.mod-navFooter .list2 {
    margin: 10px 0;
    font-size: 87.5%;
    line-height: 1;
}

.mod-navFooter .list2 dt,
.mod-navFooter .list2 dd {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-navFooter .list2 dt {
    position: relative;
    font-weight: bold;
    background: url(../../../../pc/common/1.0.0/img/bg_stripe_01.png) 0 0 repeat;
    z-index: 2;
}

.mod-navFooter .list2 dd {
    margin-left: -1px;
    padding: 0 6px;
    border-left: 1px solid #333333;
}

/* Header */
.mod-header {
    padding: 6px;
    margin-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#454444));
    background-image: -moz-linear-gradient(top, #6c6c6c, #454444);
    background-image: -o-linear-gradient(top, #6c6c6c, #454444);
    background-image: linear-gradient(top, #6c6c6c, #454444);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#6c6c6c", endColorstr="#454444")';
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#6c6c6c", endColorstr="#454444");
    *zoom: 1;
    color: #FFF;
}

.mod-header .l {
    float: left;
}

.mod-header .c {
    text-align: center;
}

.mod-header .r {
    float: right;
}

.mod-header2 {
    margin-bottom: 16px;
    padding: 8px;
    background: url(../../../../pc/common/1.0.0/img/bg_stripe_01.png) 0 0 repeat;
}

.mod-header2 .bd {
    width: 100%;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.mod-header2 .bd:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
}

.mod-header2 h1,
.mod-header2 p {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: left;
}

.mod-header2 span {
    vertical-align: middle;
}

.mod-header2 p {
    font-size: 87.5%;
    font-weight: bold;
}

.mod-header2 img {
    vertical-align: bottom;
}

.mod-header2 .l {
    float: left;
}

.mod-header2 .r {
    float: right;
}

.mod-header2 .c {
    text-align: center;
}

.mod-header2 .ico {
    margin-right: 4px;
}

.mod-header3 {
    margin-bottom: 8px;
    padding: 6px 9px;
    border-top: 2px solid #3e5a79;
    background: #f1f1f1;
    line-height: 1.2;
}

.mod-header3 .bd {
    width: 100%;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.mod-header3 .bd:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
}

.mod-header3 .bd h1,
.mod-header3 .bd p {
    vertical-align: middle;
    text-align: left;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-header3 h1 {
    font-weight: bold;
}

.mod-header3 .l {
    float: left;
}

.mod-header3 .r {
    float: right;
}

.mod-header3 .c {
    text-align: center;
}

.mod-header3 .s {
    margin-top: 0.3em;
    font-size: 75%;
    white-space: nowrap;
}

/*.mod-header3 em {
  font-weight: bold;
}*/

.mod-header4 {
    margin-bottom: 16px;
    z-index: 2;
}

.mod-header4 .bd {
    position: relative;
    padding: 3px 8px;
    border: 1px solid #bababa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ebebeb));
    background-image: -moz-linear-gradient(top, white, #ebebeb);
    background-image: -o-linear-gradient(top, white, #ebebeb);
    background-image: linear-gradient(top, white, #ebebeb);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#EBEBEB")';
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#EBEBEB");
    *zoom: 1;
}

.mod-header4 h1 {
    font-weight: bold;
}

.mod-header4 .l {
    float: left;
}

.mod-header4 .r {
    float: right;
}

.mod-header4 .c {
    text-align: center;
}

.mod-header4 .s {
    margin-top: 0.3em;
    font-size: 75%;
}

/* Message */
#mod-messageBG {
/*	background-color:#f2f2f2;*/
    padding: 0 0 15px 0;
}

.mod-message {
    width: 650px;
    margin: 0 auto 12px;
    padding: 10px;
    border: 1px solid #ad0e0b;
    text-align: center;
    color: #ad0e0b;
    background-color: #FFF;
}

.mod-message .txt {
    font-weight: bold;
    font-size: 87.5%;
}

.mod-message2 {
    width: 852px;
    margin: 0 auto 10px;
    padding: 10px 0;
    border: 1px solid #bababa;
    text-align: center;
    background-color: #FFF;
}

.mod-message2 .txt {
    font-weight: bold;
}

.mod-message2 .link {
    font-size: 75%;
}

.mod-message3 {
    margin-bottom: 12px;
}

.mod-message3 .txt {
    text-align: center;
    font-size: 75%;
}

.mod-message4 {
    margin-bottom: 16px;
    padding: 5px;
    border: 1px solid #bebebe;
}

.mod-message4 .txt {
    text-align: center;
    color: #ad0e0a;
    font-size: 75%;
}

.mod-message5 {
    margin-top: -2px;
    margin-bottom: 16px;
}

.mod-message5 .txt {
    text-align: center;
    font-size: 87.5%;
}

.mod-message5 .txt a {
    padding-left: 14px;
    background: url(../../1.0.1/img/ico_arrow_01.png) 0 50% no-repeat;
    text-decoration: underline;
}

.mod-message6 {
    margin-top: -2px;
    margin: 0 auto 10px auto;
    border: 2px solid #ff8400;
    text-align: center;
    line-height: 1.2;
    padding: 10px 0;
    width: 850px;
    background-color: #ffffff;
}

.mod-message6 .txt {
    padding-left: 20px;
    background-image: url(https://s.yimg.jp/images/icon/u/bsc/1.0.0/warning16.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: inline-block;
    _display: inline;
    margin-bottom: 3px;
    min-height: 15px;
}

.mod-message6 .txt2 {
    font-weight: bold;
}

.mod-message7 {
    margin-top: -2px;
    margin: 0 auto 10px auto;
    border: 2px solid #3e5a79;
    text-align: center;
    padding: 0;
    width: 850px;
    background-color: #ffffff;
}

.mod-message7a {
    margin: 1px;
    border: 1px solid #3e5a79;
    text-align: center;
    line-height: 1.2;
    padding: 10px 0;
    width: 846px;
}

.mod-message7 .txt {
    padding-left: 20px;
    background-image: url(https://s.yimg.jp/images/icon/u/bsc/1.0.0/warning16.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: inline-block;
    _display: inline;
    margin-bottom: 3px;
    min-height: 15px;
}

.mod-message7 .txt2 {
    font-weight: bold;
}

.mod-message8 {
    text-align: center;
}

.mod-message8 .txt {
    display: inline-block;
    *display: inline;
    margin: 10px 0 0 0;
    font-size: 72%;
}

.mod-message8 .txt img {
    margin-right: 5px;
}

.bvBnr {
    display: block;
    margin: 5px auto 10px auto;
    width: 850px;
}

.bvBnr p {
    display: block;
    text-align: center;
    margin: 5px;
    border: 1px solid #bababa;
    background-color: #FFF;
    padding: 5px;
    font-weight: bold;
    zoom: 1;
}

.bvBnr .area-close {
    display: block;
    left: 813px !important;
    position: relative;
    top: -95px !important;
    margin: 0 0 -25px 0;
    width: 25px;
}

.bvBnr .area-close span {
    background: url("https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/btn_close.png") no-repeat scroll 0 0 transparent !important;
    display: block;
    width: 25px !important;
    height: 25px !important;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
}


/* Annotation */
.mod-annotation {
    margin: -11px 0 30px 0;
    padding: 20px 20px 30px 20px;
    font-size: 75%;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/area_unita_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-top: 1px solid #ccc;
}

.mod-annotation li {
    margin-left: 1em;
    text-indent: -1em;
    *margin-left: 1em;
    *text-indent: -1em;
}

.mod-annotation a {
    vertical-align: middle;
    text-indent: 0;
}

.mod-annotation .ico {
    margin: 0 4px 0 -10px;
    vertical-align: middle;
}

/* Banner */
.mod-bannerSp {
    width: 444px;
    margin-bottom: 16px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px #adadad;
    -moz-box-shadow: 0 1px 2px #adadad;
    box-shadow: 0 1px 2px #adadad;
}

.mod-bannerSp .ieShadow {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: expression(this.parentNode.offsetHeight + "px");
    *background: #adadad;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='false');
    -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='false');
    *zoom: 1;
}

.mod-bannerSp .bd {
    position: relative;
    padding: 3px;
    border: 1px solid #bababa;
    background: #FFF;
    *zoom: 1;
}

.mod-bannerSp .bd ul {
    margin-left: -2px;
    letter-spacing: -1em;
    word-spacing: -1em;
}

.mod-bannerSp .bd li {
    margin-left: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    word-wrap: normal;
}

.mod-bannerSp .bd img {
    vertical-align: top;
}

.mod-bannerSp .bd .large {
    margin-bottom: 2px;
}

.mod-banner {
    margin-bottom: 16px;
}

/* Promotion */
.mod-promoApp {
    width: 833px;
    margin: 0 auto 16px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px #adadad;
    -moz-box-shadow: 0 1px 2px #adadad;
    box-shadow: 0 1px 2px #adadad;
}

.mod-promoApp .ieShadow {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: expression(this.parentNode.offsetHeight + "px");
    *background: #adadad;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='false');
    -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='false');
    *zoom: 1;
}

.mod-promoApp .bd {
    position: relative;
    padding: 7px 0 6px 6px;
    border: 2px solid #0076e4;
    background: #ecf3ff;
    *zoom: 1;
    height: 88px;
}

.mod-promoApp .img {
    float: left;
    width: 48px;
    margin-top: 5px;
}

.mod-promoApp .txt {
    position: relative;
    float: left;
    width: 555px;
    margin: 7px 0 0 6px;
    font-size: 75%;
}

.mod-promoApp .btn {
    position: absolute;
    top: 1px;
    right: 68px;
    width: 130px;
    margin: 3px 0 0 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 87.5%;
}

.mod-promoApp .btn a {
    font-weight: bold;
}

.mod-promoApp .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 51px;
    height: 13px;
    font-size: 12px;
    line-height: 1;
}

.mod-promoApp .close a {
    cursor: pointer;
}

.mod-promoApp .close a:hover {
    text-decoration: none;
}

.mod-promoAppHead {
    position: relative;
    width: 932px;
    padding: 2px 0 3px 14px;
    border-right: 2px solid #0076e4;
    border-bottom: 2px solid #0076e4;
    border-left: 2px solid #0076e4;
    background: #ecf3ff;
}

.mod-promoAppHead .img {
    float: left;
}

.mod-promoAppHead .txt {
    float: left;
    height: 56px;
    width: 555px;
    margin: 5px 0 0 6px;
}

.mod-promoAppHead .btn {
    float: left;
    width: 275px;
    margin: 3px 0 0 7px;
    text-align: center;
    font-size: 75%;
}

.mod-promoAppHead .btn a {
    margin-left: -14px;
}

.mod-promoAppHead .btn .notice {
    margin-top: 2px;
    margin-left: -5px;
}

.mod-promoAppHead .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    line-height: 1;
    width: 52px;
}

.mod-promoAppHead .close a {
    cursor: pointer;
}

.mod-promoAppHead .close a:hover {
    text-decoration: none;
}

/* Action */
.mod-action {
    margin-bottom: 10px;
    padding: 8px 14px 2px;
    background: url(../../../../pc/common/1.0.0/img/bg_stripe_01.png) 0 0 repeat;
    line-height: 1.3;
    text-align: center;
}

.mod-action .txt {
    margin-bottom: 8px;
    font-size: 75%;
}

.mod-action .txt a {
    font-weight: bold;
}

.mod-action .txt2 {
    margin-bottom: 8px;
    font-size: 87.5%;
}

.mod-action .txt2 a {
    font-weight: bold;
}

.mod-action .txt3 {
    margin-bottom: 5px;
    font-weight: bold;
}

.mod-action .txt4 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 87.5%;
}

.mod-action .btn {
    margin-bottom: 10px;
}

.mod-action .btn li {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.mod-action .btn .download {
    font-size: 87.5%;
}

.mod-action .btn .previous,
.mod-action .btn .browse a span,
.mod-action .btn .purchace a span {
    width: 170px;
    padding: 0;
}

.mod-action .btn .download a span,
.mod-action .btn .boot a span,
.mod-action .btn .login a span {
    width: 220px;
    padding: 0;
}

.mod-action .btn .previous {
    font-size: 87.5%;
    font-weight: bold;
}

.mod-action2 {
    width: 634px;
    margin: 30px auto;
    padding: 20px 0;
    border: 1px solid #40a3ff;
    background: #ecf3ff;
}

.mod-action2 .txt {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.mod-action2 .txt2 {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 75%;
}

.mod-action2 .action {
    text-align: center;
}

.mod-action2 .action .txt5 {
    margin-top: 5px;
    font-size: 75%;
    line-height: 1.2em;
}

.mod-action2 .action li {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 10px;
}

.mod-action2 .action li .btn {
    font-size: 75%;
}

.mod-action2 .action li .btn span {
    width: 210px;
}

/* List */
.mod-itemList {
    overflow: hidden;
    *zoom: 1;
    font-size: 75%;
}

.mod-itemList .item {
    margin-top: -1px;
    border-top: 1px dotted #cccccc;
    *zoom: 1;
}

.mod-itemList .item:first-child {
    border-top: 0px;
}

.mod-itemList .deco-label2 {
    float: none;
    margin: 2px 1px;
}

.ttl .deco-label2 {
    float: left;
}

.detailView .mod-itemList .item {
    min-height: 160px;
    height: auto !important;
    height: 160px;
}

.mod-itemList .item {
    padding: 10px 10px 8px;
}

.mod-itemList .item .device {
    position: relative;
    float: right;
    margin-left: 4px;
}

.mod-itemList .item .device dl {
    background-color: #f1f1f1;
}

.detailView .mod-itemList .item .device {
    top: 0px;
    right: 0px;
    background-color: #f1f1f1;
    padding: 2px;
}

.mod-itemList .item .device dt,
.mod-itemList .item .device dd {
    float: left;
    margin: 3px 0;
}

.mod-itemList .item .device img {
    display: block;
}

.mod-itemList .item .data {
    position: relative;
    zoom: 1;
    line-height: 1.3;
    font-weight: bold;
}

.mod-itemList .item .data li {
    margin-bottom: 3px;
}

.mod-itemList .item .data li .deco-label2 {
    margin: 3px 3px 0 0;
}

.summary {
    line-height: 1.4;
}

.detailView .mod-itemList .item .data {
    padding-left: 139px;
}

.mod-itemList .item .data .ttl {
    margin-bottom: 10px;
    font-size: 150%;
}

.mod-itemList .item .data .ttl .label {
    font-size: 62.5%;
    vertical-align: top;
    line-height: 1.2;
    position: relative;
    top: 2px;
    padding: 1px;
    width: 6em;
    text-align: center;
}

.mod-itemList .item .ttl a {
    font-weight: bold;
}

.mod-itemList .item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    padding: 1px;
    text-align: center;
}

.mod-itemList .item .img a {
    display: table-cell;
    *display: block;
    width: 125px;
    height: 125px;
    vertical-align: middle;
}

.mod-itemList .item .img img,
.mod-itemList .item .img span {
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.mod-itemList .item .img span {
    height: 125px;
}

.mod-itemList .item .regPrice,
.mod-itemList .item .prePrice {
    margin-right: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-itemList .item .prePrice {
    color: #AD0E0B;
    font-weight: bold;
}

.mod-itemList .item .data .date {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
    margin-bottom: 8px;
}

.mod-itemList .item .data .clear {
    height: 0;
    font-size: 0;
    margin-bottom: 0;
}

.mod-itemList .item .summary {
    font-weight: normal;
}

.mod-itemList .item .data .category {
    vertical-align: top;
    margin-bottom: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.mod-itemList .item .data .category2 {
    display: block;
}

.mod-itemList .item .category dt,
.mod-itemList .item .category dd {
    display: inline;
}

.mod-itemList .item .category dd {
    margin-right: 4px;
}

.mod-itemList .item .label {
    clear: left;
}

.mod-itemList table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 1px;
}

.mod-itemList table td {
    padding: 1px 4px 2px;
    vertical-align: top;
    text-align: center;
    line-height: 1.3;
}

.mod-itemList table .img {
    padding-right: 0;
    padding-left: 0;
}

.mod-itemList table .img img {
    padding: 1px;
    background: #ffffff;
}

.mod-itemList table .prePrice {
    color: #AD0E0B;
    font-weight: bold;
}

.mod-itemList table .label {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 84%;
    line-height: 1.2;
}

.mod-itemList table .ttl {
    padding-right: 6px;
    padding-left: 6px;
}

.mod-itemList table .ttl a {
    font-weight: bold;
}

.mod-itemList table .first td {
    padding-top: 8px;
    vertical-align: bottom;
}

.mod-itemList table .last td {
    padding-bottom: 8px;
}

/* Icon */
.deco-icoAllow {
    display: inline-block;
    width: 0;
    height: 12px;
    _height: 16px;
    padding-left: 5px;
/*    background: url(../img/arrow.png) 0 0 no-repeat; */
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoAllow2 {
    display: inline-block;
    width: 0;
    height: 9px;
    _height: 10px;
    padding-left: 7px;
    background: url(../../1.0.4/img/spr_icon_01.png) 100% -115px no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoPremium {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    background: url(https://s.yimg.jp/images/sicons/premium16.gif) 0 50% no-repeat;
}

.deco-icoPremium2 {
    display: inline-block;
    width: 0;
    height: 16px;
    _height: 17px;
    padding-left: 18px;
    background: url(../../1.0.4/img/spr_icon_01.png) 0 -224px no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoWakaba {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    background: url(https://s.yimg.jp/images/icon/u/bsc/1.0.0/beginner16.png) 0 50% no-repeat;
}

.deco-icoWarning {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    background: url(https://s.yimg.jp/images/icon/u/bsc/1.0.0/warning16.png) 0 50% no-repeat;
}

.deco-icoWarning2 {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    background: url(https://s.yimg.jp/images/icon/u/bsc/1.0.0/warning16.png) 0 50% no-repeat;
}

.deco-icoClose {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 16px;
    background: url(https://s.yimg.jp/images/icon/f/alt1/1.0.0/close12.png) 0 50% no-repeat;
}

.deco-icoViewSimple {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 18px;
    background: url(../../1.0.4/img/spr_icon_01.png) 0 -339px no-repeat;
}

.deco-icoViewDetail {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 18px;
    background: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/icon_book_b.png) no-repeat;
}

.deco-icoViewImage {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 18px;
    background: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/icon_book_s.png) no-repeat;
}

.deco-icoNew {
    display: inline-block;
    width: 0;
    height: 10px;
    _height: 11px;
    padding-left: 30px;
    background: url(../../1.0.4/img/spr_icon_01.png) 0 -682px no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoPickup {
    display: inline-block;
    width: 0;
    height: 18px;
    _height: 19px;
    padding-left: 28px;
    background: url(../../1.0.0/img/parts/ico_pickup_01.png) 0 0 no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoFree {
    display: inline-block;
    width: 0;
    height: 16px;
    _height: 17px;
    padding-left: 26px;
    background: url(../../1.0.0/img/parts/ico_free_01.png) 0 0 no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoSearch {
    display: inline-block;
    width: 0;
    height: 20px;
    _height: 21px;
    padding-left: 25px;
    background: url(../../1.0.4/img/spr_icon_01.png) 0 -792px no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoFreeBrowse {
    display: inline-block;
    width: 0;
    height: 15px;
    _height: 20px;
    padding-left: 62px;
    background: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/flag_manybrowsing.png) no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoFirstMonthFree {
    display: inline-block;
    width: 0;
    height: 13px;
    _height: 13px;
    padding-left: 42px;
    background: url(../../../../common/1.0.0/img/ico/ico_first_month_free_01.png) 0 0 no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-icoContinueNextMonth {
    display: inline-block;
    width: 0;
    height: 15px;
    _height: 15px;
    padding-left: 68px;
    background: url(../../../../common/1.0.0/img/ico/ico_continue_next_month_01.png) 0 0 no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

/* Button */
.deco-flexButtonStyle, .deco-btn, .deco-btn2, .deco-btn3, .deco-btn4, .deco-btn5, .deco-btn6, .deco-btn7, .deco-btn8, .deco-btn9, .deco-btn10, .deco-btn11, .deco-btn12 {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0 3px 0 0;
    border: 0;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/spr_button_01.png);
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
}

.deco-flexButtonStyle:hover, .deco-btn:hover, .deco-btn2:hover, .deco-btn3:hover, .deco-btn4:hover, .deco-btn5:hover, .deco-btn6:hover, .deco-btn7:hover, .deco-btn8:hover, .deco-btn9:hover, .deco-btn10:hover, .deco-btn11:hover, .deco-btn12:hover {
    text-decoration: none;
}

.deco-flexButtonStyle::-moz-focus-inner, .deco-btn::-moz-focus-inner, .deco-btn2::-moz-focus-inner, .deco-btn3::-moz-focus-inner, .deco-btn4::-moz-focus-inner, .deco-btn5::-moz-focus-inner, .deco-btn6::-moz-focus-inner, .deco-btn7::-moz-focus-inner, .deco-btn8::-moz-focus-inner, .deco-btn9::-moz-focus-inner, .deco-btn10::-moz-focus-inner, .deco-btn11::-moz-focus-inner, .deco-btn12::-moz-focus-inner,
.deco-flexButtonStyle input::-moz-focus-inner,
.deco-btn input::-moz-focus-inner,
.deco-btn2 input::-moz-focus-inner,
.deco-btn3 input::-moz-focus-inner,
.deco-btn4 input::-moz-focus-inner,
.deco-btn5 input::-moz-focus-inner,
.deco-btn6 input::-moz-focus-inner,
.deco-btn7 input::-moz-focus-inner,
.deco-btn8 input::-moz-focus-inner,
.deco-btn9 input::-moz-focus-inner,
.deco-btn10 input::-moz-focus-inner,
.deco-btn11 input::-moz-focus-inner,
.deco-btn12 input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.deco-flexButtonStyle span, .deco-btn span, .deco-btn2 span, .deco-btn3 span, .deco-btn4 span, .deco-btn5 span, .deco-btn6 span, .deco-btn7 span, .deco-btn8 span, .deco-btn9 span, .deco-btn10 span, .deco-btn11 span, .deco-btn12 span,
.deco-flexButtonStyle input,
.deco-btn input,
.deco-btn2 input,
.deco-btn3 input,
.deco-btn4 input,
.deco-btn5 input,
.deco-btn6 input,
.deco-btn7 input,
.deco-btn8 input,
.deco-btn9 input,
.deco-btn10 input,
.deco-btn11 input,
.deco-btn12 input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: visible;
    padding: 0 9px 0 12px;
    border: 0;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/spr_button_01.png);
    background-repeat: no-repeat;
    text-align: center;
	font-family:"ヒラギノ角ゴ Pro W6",'Hiragino Kaku Gothic Pro', 'Yu Gothic', "MS PGothic", "Osaka", Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.deco-flexButtonStyle span, button.deco-btn span, button.deco-btn2 span, button.deco-btn3 span, button.deco-btn4 span, button.deco-btn5 span, button.deco-btn6 span, button.deco-btn7 span, button.deco-btn8 span, button.deco-btn9 span, button.deco-btn10 span, button.deco-btn11 span, button.deco-btn12 span {
        display: block;
        margin-top: -1px;
    }
}

.deco-btn {
    height: 31px;
    background-position: 100% -848px;
}

.deco-btn span,
.deco-btn input {
    height: 31px;
    line-height: 31px;
    background-position: 0 -817px;
    color: #fff;
    font-size: 12px;
}

.deco-btn2 {
    height: 25px;
    background-position: 100% -76px;
}

.deco-btn2 span, .deco-btn2 input {
    height: 25px;
    line-height: 25px;
    background-position: 0 -50px;
    color: #1d1d1d;
    font-size: 12px;
}

.deco-btn3 {
    height: 25px;
    background-position: 100% -128px;
}

.deco-btn3 span, .deco-btn3 input {
    height: 25px;
    line-height: 25px;
    background-position: 0 -102px;
    color: #2a4300;
    font-size: 12px;
}

.deco-btn4 {
    height: 33px;
    background-position: 100% -188px;
}

.deco-btn4 span, .deco-btn4 input {
    height: 33px;
    line-height: 33px;
    background-position: 0 -154px;
    color: white;
    font-size: 16px;
}

.deco-btn5 {
    height: 24px;
    background-position: 100% -247px;
}

.deco-btn5 span, .deco-btn5 input {
    height: 24px;
    line-height: 24px;
    background-position: 0 -222px;
    color: white;
    font-size: 12px;
}

.deco-btn6 {
    height: 40px;
    background-position: 100% -313px;
}

.deco-btn6 span, .deco-btn6 input {
    height: 40px;
    line-height: 40px;
    background-position: 0 -272px;
    color: white;
    font-size: 16px;
}

.deco-btn7 {
    height: 40px;
    background-position: 100% -395px;
}

.deco-btn7 span, .deco-btn7 input {
    height: 40px;
    line-height: 40px;
    background-position: 0 -354px;
    color: #1d1d1d;
    font-size: 16px;
}

.deco-btn8 {
    height: 40px;
    background-position: 100% -477px;
}

.deco-btn8 span, .deco-btn8 input {
    height: 40px;
    line-height: 40px;
    background-position: 0 -436px;
    color: white;
    font-size: 16px;
}

.deco-btn9 {
    height: 33px;
    background-position: 100% -552px;
    color: white;
}

.deco-btn9:link {
    color: white;
}

.deco-btn9:visited {
    color: white;
}

.deco-btn9 span, .deco-btn9 input {
    height: 33px;
    line-height: 33px;
    background-position: 0 -518px;
    font-size: 14px;
}

.deco-btn10 {
    height: 40px;
    background-position: 100% -627px;
}

.deco-btn10 span, .deco-btn10 input {
    height: 40px;
    line-height: 40px;
    background-position: 0 -586px;
    color: white;
    font-size: 16px;
}

.deco-btn11 {
    height: 40px;
    background-position: 100% -709px;
}

.deco-btn11 span, .deco-btn11 input {
    height: 40px;
    line-height: 40px;
    background-position: 0 -668px;
    color: black;
    font-size: 16px;
}

.deco-btn12 {
    height: 33px;
    background-position: 100% -784px;
}

.deco-btn12 span, .deco-btn12 input {
    height: 33px;
    line-height: 33px;
    background-position: 0 -750px;
    color: white;
    font-size: 14px;
}

/* Text */
.deco-txtClose {
    display: inline-block;
    width: 0;
    height: 13px;
    _height: 14px;
    padding-left: 35px;
    background: url(../../1.0.0/img/txt_close_01.png) 0 50% no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-txtPurchaceConfirm {
    display: inline-block;
    width: 0;
    height: 21px;
    _height: 22px;
    padding-left: 367px;
    background: url(../../1.0.0/img/txt_purchace_confirm_01.png) 0 50% no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

.deco-txtPromoApp {
    display: inline-block;
    width: 0;
    height: 45px;
    _height: 46px;
    padding-left: 555px;
    background: url(../../1.0.0/img/txt_promo_app_01.png) 0 50% no-repeat;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}

/* Label */
.deco-labelStyle, .deco-label, .deco-label2 {
    display: -moz-inline-box;
    display: inline-block;
    *display: block;
    _display: block;
    *zoom: 1;
    line-height: 1;
}

.deco-labelStyle, .deco-label {
    vertical-align: middle;
}

.deco-label2 {
    float: left;
}

.deco-label {
    background: #77beff;
    color: #FFF;
}

.flg_2, .flg_3, .flg_4, .flg_5, .flg_6, .flg_7, .flg_8, .flg_9 , .flg_10, .flg_11 {
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 78px;
    height: 15px;
    font-size: 1px;
    margin-bottom: 3px;
}

.flg_2 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/flag_rental.png);
}

.flg_5 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/flag_fukusu.png);
}

.flg_6 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/flag_getugaku.png);
}

.flg_7, .flg_8 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/flag_teiki.png);
}

.flg_9 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/flag_0magazine.png);
}

.flg_3, .flg_4 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.1/img/flag_0ep.png);
}
.flg_10,
.flg_11 {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.3/img/ic_month_zashi.png);
}

/* Table */
.deco-table {
    table-layout: fixed;
}

.deco-table th,
.deco-table td {
    border: 1px solid #939393;
    padding: 5px;
}

.deco-table th th,
.deco-table th td,
.deco-table td th,
.deco-table td td {
    border: 0;
    padding: 0;
}

.deco-table th {
    background-color: #ecf3ff;
    vertical-align: middle;
    font-weight: bold;
}

/* Text */
/* tokutei */
.deco-shadow, .mod-modStyle3 .hd, .mod-modStyle3 .bd, .mod-header4 {
    position: relative;
}
/* tokutei */

.mod-error h1 {
    font-weight: bold;
}

.mod-error .txt {
    font-size: 87.5%;
    margin: 40px 0;
    text-align: center;
}

.mod-error .txt2 {
    margin-bottom: 10px;
    font-size: 87.5%;
}

.mod-error .txt3 {
    margin-bottom: 8px;
    font-size: 87.5%;
    font-weight: bold;
}

.mod-error .txt4 {
    font-size: 75%;
    margin-bottom: 8px;
    margin-top: 10px;
}

.mod-error .txt5 {
    margin-bottom: 8px;
    font-size: 75%;
    color: #ff0000;
}

.mod-error .txt6 {
    font-size: 87.5%;
    margin: 40px 0 20px;
    text-align: center;
}

.mod-error .txt7 {
    font-size: 120%;
    color: #CC0099;
    font-weight: bold;
    text-align: center;
}

.mod-error .checkYesNo {
    margin: 30px auto 60px;
    width: 400px;
    overflow: hidden;
    text-align: center;
}

.mod-error .checkYesNo li {
    float: left;
    text-align: center;
}

.mod-error .checkYesNo li p {
    font-size: 75%;
    margin-top: 5px;
    color: #7A7A7A;
    width: 210px;
}

.mod-error .checkYesNo li a {
    display: block;
    background-repeat: none;
    text-indent: -9999px;
    width: 160px;
    height: 45px;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.3/img/btn_check_yesno.png);
}

.checkYes {
    margin-left: 30px;
}

.checkNo {
    background-position: 160px 0;
    margin: 0 auto;
}

.mod-error .search {
    margin-bottom: 70px;
}

.mod-error .actionArea {
    margin: 0 auto 70px;
    text-align: center;
}

.mod-error .actionArea .btn a span {
    width: 200px;
}

.mod-error .actionArea2 {
    margin: 0 auto;
    text-align: center;
}

.mod-error .actionArea2 .btn a span {
    width: 200px;
}

.mod-error .actionItem {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 680px;
    margin: 0 20px;
    padding: 16px 0;
    text-align: center;
}

.mod-error .actionItem a {
    font-weight: bold;
}

.mod-error .actionItem2 {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 400px;
    margin: 0 20px;
    padding: 16px 10px;
    background: url(../../../../pc/common/1.0.0/img/bg_stripe_01.png) 0 0 repeat;
    vertical-align: top;
    text-align: center;
}

.mod-error .actionItem2 a {
    font-size: 87.5%;
}

.mod-error .actionItem2 .txt4 a {
    font-size: 100%;
}

.mod-error .actionItem2 .btn {
    margin-bottom: 10px;
}

.mod-error .back {
    margin-bottom: 70px;
    text-align: center;
    font-weight: bold;
}

.mod-error .mod-header3 {
    border: 1px solid #BABABA !important;
    margin: 0 auto 10px !important;
    padding: 10px 0 !important;
    text-align: center !important;
    width: 852px !important;
}

#freeBrowse .list table {
    background: #ecf3ff;
}

#freeBrowse .list .label {
    width: 78px;
}

#shopping .list {
    margin: 6px;
}

/*tokutei \*/
#tokutein .mod-modStyle3 .hd .inner {
    position: relative;
    background-color: #F1F1F1;
    border-top: 1px solid #ACACAC;
    font-weight: bold;
    margin: 0 0 10px;
}

#tokutein .mod-modStyle3 .bd .inner {
    background: none;
}

#tokutein a {
    vertical-align: middle;
}

#tokutein .ico {
    margin-right: 5px;
    vertical-align: middle;
}

#tokutei h2, #tokutein h2 {
    font-size: 100%;
}

#tokutei .lead, #tokutein .lead {
    margin: 18px 14px;
    font-size: 90%;
}

#tokutei .list, #tokutein .list {
    margin: 18px 14px;
    font-size: 90%;
}

#tokutei .list dt, #tokutein .list dt {
    font-weight: bold;
}

#tokutei .list dd, #tokutein .list dd {
    margin-bottom: 20px;
}

#tokutei .list li, #tokutein .list li {
    margin: 6px 0;
    line-height: 1.2;
}

#tokutei .list a, #tokutein .list a {
    vertical-align: baseline;
}

#tokutei .list2 li, #tokutein .list2 li {
    margin-left: 0.5em;
    text-indent: -0.5em;
}

#tokutei .list3 dt, #tokutein .list3 dt {
    font-weight: normal;
}

#tokutei .list3 dd, #tokutein .list3 dd {
    margin-bottom: 4px;
    font-size: 90%;
    margin-left: 0;
    text-indent: 0;
}

#tokutei a, #tokutein a {
    vertical-align: middle;
}

#tokutei .ico {
    margin-right: 5px;
    vertical-align: middle;
}

#tokutein .ico {
    margin-right: 5px;
    vertical-align: inherit;
}
/**/

#copyright .txt {
    margin: 18px 14px;
    font-size: 87.5%;
}

.mod-copyright {
    margin: 0 0 10px;
    font-size: 75%;
}

.mod-returen_url {
    margin: 0 0 10px;
    font-size: 75%;
}

.mod-returen_url .ico {
    margin-right: 5px;
    vertical-align: middle;
}

.mod-CPlink {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mod-CPlink a {
    display: block;
    text-indent: -9999px;
    width: 300px;
    height: 79px;
    margin: 0 auto 0 auto;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/promo/campaign/open/bnr/sma_bnr_300x79.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.msg {
    background-color: #E8E8E8;
    font-size: 75%;
    margin-bottom: 8px;
    margin-top: -8px;
    overflow: hidden;
}

.msg dt {
    background: url(../../1.0.4/img/spr_icon_01.png)  0 -1038px no-repeat;
    display: block;
    float: left;
    height: 12px;
    margin: 1px 6px 3px 10px;
    text-indent: -9999px;
    width: 12px;
}

.msg dd {
    margin: 4px 3px 3px 2px;
    line-height: 1.2em;
}

.msg dd a, .msg dd em {
    margin-right: 2px;
}

#bookStoreLink {
    display: block;
    background-color: #f1f1f1;
    border-bottom: #cccccc;
    padding: 15px 0;
    text-align: center;
}

#bookStoreLink dl {
    display: block;
    text-align: center;
}

#bookStoreLink dl dt, #bookStoreLink dl dd {
    display: inline;
    line-height: 1.2;
    font-size: 90%;
}

#bookStoreLink dl dt {
    margin-right: 10px;
}

#bookStoreLink dl dt a,#bookStoreLink dl dd a {
    color: #124ba2;
}

#bookStoreLink dl dd {
    border-left: 1px solid #333;
    padding: 2px 5px 2px 10px;
}

#bookStoreLink strong {
    font-weight: bold;
}

.pagetop {
    clear: both;
    display: block;
    font-size: 90%;
    padding: 20px 0 10px;
    text-align: right;
}

.notes {
    font-size: 79%;
    padding: 0 10px 5px;
}

.flagOtokuImage {
    display: inline-block;
    margin: 0 0 3px 3px;
}


/* flag device */


.devicePCon, .deviceTableton, .deviceSMFon, .deviceApplion {
	background-image: url(https://s.yimg.jp/images/bookstore/ark/common/img/sma/icon_device.png);
	display:inline-block;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999em;
	vertical-align:text-bottom;
	-webkit-background-size:239px 15px;
	background-size:239px 15px;
}

.devicePCon {
	background-position:0;
	width:45px;
	height:15px;
	margin-right:5px;
}

.deviceSMFon {
	background-position:-45px 0px;
	width:73px;
	height:15px;
	margin-right:5px;
}

.deviceTableton {
	background-position:-118px 0px;
	width:51px;
	height:15px;
	margin-right:5px;
}

.deviceApplion {
	background-position:-169px 0px;
	width:70px;
	height:15px;
}


.devicePCoff, .deviceTabletoff, .deviceSMFoff, .noSupportAppli, .noSupportViewer {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/icon_sprite.gif);
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    margin-right: 5px;
    text-indent: -9999px;
    height: 16px;
}


.devicePCoff {
    background-position: 0 -187px;
    width: 60px;
}

.deviceTabletoff {
    background-position: -62px -187px;
    width: 66px;
}

.deviceSMFoff {
    background-position: -130px -187px;
    width: 86px;
}

.noSupportAppli {
    background-position: -218px -169px;
    width: 69px;
    margin-right: 0 !important;
}

.noSupportViewer {
    background-position: -289px -169px;
    width: 129px;
    margin-right: 0 !important;
    margin-bottom: 10px;
}

.nmContinuation {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.0/img/flag_nm_continuation.png);
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 15px;
    text-indent: -9999px;
    width: 68px;
}
/* /flag device */
/*
#bookStoreLink{
	margin-bottom:15px;
}
*/

/* delimiter */
#delimiter {
    display: block;
    font-size: 79%;
    margin: 0 0 10px 0;
    padding: 5px 0 0 10px;
    line-height: 1;
}

#delimiter p {
    display: inline-block;
    margin-right: 4px;
    _display: inline;
    _zoom: 1;
}

.deli a {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    min-height: 17px;
    padding: 3px 5px 2px 5px;
    *padding: 2px 5px 2px 5px;
    _padding: 1px 5px;
    background-color: #f1f1f1;
    _zoom: 1;
}

.deli span {
    padding: 6px 0 6px 7px;
    display: inline-block;
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.0.0/img/delimiter_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    _padding: 1px 0 1px 5px;
}

/* IE9 */
.deli a:not(:target) {
    padding: padding:2px 5px 2px 5px;
    \9;
}
/* /IE9 */

/* safari chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .deli a {
        padding: 3px 5px;
    }
}
/* /safari chrome */


/* /delimiter */

/*  IE6 CSS HACK*/
.msg dl {
    _padding: 3px 0;
}

.msg dl dt {
    _margin: 4px 3px 3px 10px;
}
/*  /IE6 CSS HACK*/

/*  IE7 CSS HACK*/
*:first-child+html .msg dt {
    margin: 4px 6px 3px 10px;
}

*:first-child+html #delimiter p {
    display: inline;
}

*:first-child+html .deli {
    vertical-align: middle;
}

*:first-child+html .deli a {
    display: inline-block;
    line-height: 1;
    min-height: auto;
}

*:first-child+html .deli span {
    display: inline;
    padding: 3px 0 3px 5px;
}

*:first-child+html .mod-message6 .txt {
    display: inline;
}

*:first-child+html .mod-message7a .txt {
    display: inline;
}
/*  /IE7 CSS HACK*/

@media all and (orientation:landscape) and (max-width: 768px) {
    #mod-modal .area-box {
        margin: 15px auto 0 auto;
    }
	

    .slctBox {
        margin-top: -2px;
    }

    .mod-navSearch .slct {
        font-size: 12px !important;
        padding: 0 1px 0 0 !important;
    }
}

@media all and (orientation:portrait) and (max-width: 1024px) {
    #mod-modal .area-box {
        margin: 180px auto 0 auto;
    }

    .slctBox {
        margin-top: -2px;
    }

    .mod-navSearch .slct {
        font-size: 13px !important;
        padding: 0 1px 0 0 !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mod-navSearch .txt {
        width: 359px;
    }
}

.sqbModule {
    margin: 10px 0;
}

.sqbModule a {
    color: blue;
    text-decoration: underline;
}

.sqbModule div tr table div {
    padding: 10px 5px 10px 10px;
}

.sqbModule {
    line-height: 1;
}

.sqbModule table table table td img {
    vertical-align: baseline;
}





/* ==============================================================
縲辟｡譁吶?繝ｼ繧ｿ繝ｫ   body.freePortal
============================================================== */
body.freePortal #yjContentsBody {
    padding-bottom: 5px;
    margin-bottom: 25px;
    background: url(https://s.yimg.jp/images/bookstore/pc/free/1.0/img/line_gray.gif) 0 bottom repeat-x;
}
/* 繧ｿ繧､繝医Ν */
body.freePortal #freeTitle {
    margin: 0 0 12px;
    border-top: 2px solid #f08220;
}

body.freePortal #freeTitle h1 {
    margin: 0;
    padding: 0;
}

body.freePortal #freeTitle .titleInn {
    padding: 5px 6px;
    border-bottom: 1px solid #d9d9d9;
    background: url(https://s.yimg.jp/images/bookstore/pc/free/1.0/img/title_bg01.gif) 0 0;
}

body.freePortal #freeTitle .titleInn.secondly {
    padding: 3px 6px 2px;
}

body.freePortal .sqbModule {
    margin: 10px auto;
    width: 615px;
}

/* ----------------------
  蜿ｳ繧ｫ繝ｩ繝蠎?相髢｢菫
---------------------- */
body.freePortal #contentRight {
    float: right;
    width: 300px;
}

body.freePortal #pvArea,
body.freePortal #lrecArea,
body.freePortal #promoBnr li,
body.freePortal #emtArea,
body.freePortal #sqmArea,
body.freePortal #imSideArea,
body.freePortal #bnrList li,
body.freePortal .ultModule {
    margin-bottom: 15px;
}

body.freePortal #emtArea table {
    background: #ccc;
}

body.freePortal #emtArea table table {
    border: 1px solid #ccc;
}

* html body.freePortal #emtArea table table {
    border: none;
}

*:first-child+html body.freePortal #emtArea table table {
    border: none;
}

body.freePortal #emtArea table font {
    color: #333;
}

body.freePortal #emtArea table td table td {
    padding-left: 0;
    padding-right: 0;
}

body.freePortal #emtArea table td table td a {
    display: block;
    margin-top: -2px;
    margin-bottom: 7px;
    padding-top: 7px;
    line-height: 1.1;
    border-top: 1px solid #ccc;
}

body.freePortal #emtArea table td table td a:fitst-child {
    margin-top: 0;
    border: none;
}

body.freePortal #sqmArea table table table {
    margin: -5px -5px 0;
    padding: 5px;
    width: auto;
    border-top: 1px solid #ccc;
}

body.freePortal #sqmArea table table table td {
    padding: 5px 0 10px 5px;
}

/* ----------------------
  蟾ｦ繧ｫ繝ｩ繝
---------------------- */
body.freePortal #contentLeft {
    float: left;
    width: 635px;
}
/* 蟶ｯ */
body.freePortal .mod-header3 {
    border-top: 2px solid #F08220;
    background: #FEEDDE;
}
/* 繝壹?繧ｸ騾√ｊ */
body.freePortal .mod-navPager {
    text-align: right;
}

body.freePortal .btmCopyright {
    font-size: 79%;
}

body.freePortal .setList {
    margin-bottom: 15px;
}

body.freePortal .btmLink {
    margin-bottom: 15px;
    text-align: right;
    font-size: 85%;
}


/* ----------------------
グローバルナビ
---------------------- */

#globalNav{
	border-bottom:3px solid #e4e4e4;
	margin-top:10px;
}
#globalNavInner{
}
#globalNav .kindTab{
	width:320px;
	float:left;
}
#globalNav .kindTab .letter h2{
}

#globalNav .kindTab .commic a, #globalNav .kindTab .letter a, #globalNav .kindTab .commic span, #globalNav .kindTab .letter span{
	display:block;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background:#eee;
	text-align: center;
}


#globalNav .kindTab .commic a, #globalNav .kindTab .letter a{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-left:8px;
}

#globalNav .kindTab .commic a, #globalNav .kindTab .commic span{
	width:130px;
}
#globalNav .kindTab .letter a, #globalNav .kindTab .letter span{
	width:90px;
}
#globalNav .kindTab .commic span, #globalNav .kindTab .letter span {
	background:#fff;
	cursor:default;
	border-bottom:3px solid #fff;
	margin-bottom:-3px;
	color:#666;
	font-weight:bold;
}

#globalNav .kindTab li{
	display:table-cell;
}
#globalNav .lightNovel{
	display:none;
}

#globalNav .kindTab .letter a:link, #globalNav .kindTab .commic a:link,
#globalNav .kindTab .letter a:visited, #globalNav .kindTab .commic a:visited{
	color:#555;
	font-size:14px;
	line-height:34px;
}
#globalNav .kindTab .letter a:hover, #globalNav .kindTab .commic a:hover{
	text-decoration:none;
	background:#fff;
	color:#f02065;
}


/* ----------------------
  T繝昴う繝ｳ繝亥ｯｾ蠢
---------------------- */
.TpointAttArea {
    margin: 25px 10px 10px;
}

.TpointAtt {
    font-size: 13px;
    border-top: #dbdbdb thin solid;
    padding-top: 10px;
}

.TpointAtt dt {
}

.TpointAtt dd {
    text-indent: -1em;
    padding-left: 1em;
}
/* 繝悶ャ繧ｯ繧ｹ繧ｭ繝｣繝ｳ繝懊ち繝ｳ */
#bookScanBtn{
    float: right;
    vertical-align: top;
}
#bookScanBtn a{
    display: block;
    width: 144px;
    height: 34px;
    background: url("https://s.yimg.jp/images/bookstore/pc/shelf/2.1.0/img/bookscan_btn.png") no-repeat left center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* categoryNewBookLink */
#categoryNewBookLink {
    border-top: 1px dotted #c1c1c1;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 79%;
    line-height: 1.2;
    margin: 25px 0 0px;
}

#categoryNewBookLinkTitle {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#categoryNewBookLinkTitle span {
    margin-left: 1em;
}

#categoryNewBookLinkDetail dt {
    display: block;
    float: left;
    font-weight: bold;
    width: 60px;
}

#categoryNewBookLinkDetail dd {
    display: block;
    float: left;
    width: 570px;
    margin-bottom: 3px;
}

#categoryNewBookLinkDetail li {
    display: inline-block;
    float: left;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #000;
}

#categoryNewBookLinkDetail li.noBorder {
    padding-left: 0px !important;
    border-left: 0px !important;
    margin-left: 0px !important;
}
/* /categoryNewBookLink */

/* pasonal recommend */
#carousel-pRM {
	margin-top: 20px;
}

.prmModule .prmModuleobi {
	background-color: #F1F1F1;
	border-top: 1px solid #ACACAC;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 3px 0 3px 10px;
}

.prmModule .prmModuleobi h3 {
	border-top: none;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}

.prmModule .prmModuleobi p {
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
}

.prmModule p {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 15px;
}

.perspnalRecommend ol {
	overflow: hidden;
	margin: 0 0 16px;
}

/*151030seo*/
.perspnalRecommend h2{ 
	border:0;
	margin:0;
	padding:0;
}
.perspnalRecommend h3{
	border:0;
	background:#FFF;
	font-weight:normal;
	margin:5px 0;
	padding:0;
	font-size:85%;
}
	
	

.perspnalRecommend li {
	float: left;
}

.perspnalRecommend #prmPaging {
	font-size: 87.5%!important;
	font-weight: normal!important;
	margin-top: 2px;
}

.prmClose {
float: right;
display: block;
width:24px;
height:24px;
margin-right: 4px;
text-indent: -9999px;
background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.0/img/prmclose.gif);
background-repeat: no-repeat;
cursor:pointer;
}

.perspnalRecommend #nextli, #backli {
	width: 19px;
	margin-bottom: 0!important;
	cursor: pointer;
}

.perspnalRecommend #backli {
	margin-right: 1px;
}

.perspnalRecommend #backli a, #nextli a {
	padding: 0px!important;
	background-repeat: no-repeat;
}

.perspnalRecommend #backli a {
	background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.0/img/arrow_pr_left.png)!important;
}

.perspnalRecommend #nextli a {
	background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.0/img/arrow_pr_right.png)!important;
}

.perspnalRecommend .comicBackPR, .comicNextPR {
	height: 200px;
	display: block;
}

.perspnalRecommend .opacitybtn {
	opacity: 0.2;
	cursor: default!important;
	filter: alpha(opacity=20);
}

.perspnalRecommend .inMli {
	width: 893px;
	margin: 0 9px;
}

.perspnalRecommend  table {
	table-layout: fixed;
	background: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.5/img/ctrl_wait.gif) no-repeat;
	background-position: 0 -9999px;
}

.perspnalRecommend  table td {
	vertical-align: top;
}

.perspnalRecommend  table a {
	background: none!important;
	padding-left: 0!important;
	display: block;
	width: 100px;
	color:#555;
}
.perspnalRecommend  table a:visited{color:#555;}

.prmModule table {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.2;
}

.prmModule table td {
	padding: 0px 6px 3px 5px;
	text-align: center;
	width: 110px;
}
html* .prmModule table td {
	padding: 0px 3px 3px 2px;
	text-align: center;
	width: 106px;
}
.perspnalRecommend .carTd {
	vertical-align: bottom!important;
	height: 165px;
}

.perspnalRecommend .carTd p {
	margin-bottom: 0px!important;
}

.perspnalRecommend .btnBrowsing {
	padding: 0px 0 2px;
	margin-top: 0;
}

.perspnalRecommend .btnBrowsing img {
	display: block;
	width: 100px;
	height: 36px;
	margin: 0 auto 3px;
}
html* .perspnalRecommend .btnBrowsing img {
	display: block;
	width:100px;
	height: 36px;
	margin-left:3px;
}
.perspnalRecommend .carTd2 {
	_padding-bottom: 20px;
	height: 65px;
	padding-top: 4px;
}

.perspnalRecommend .carTd3 {
	display: none;
	max-height: 1px;
}

.perspnalRecommend .comicBackPR span, .comicNextPR span {
	display: none;
}

/* companyAtt */
.companyAtt {
font-size: 13px;
border-top: #dbdbdb thin solid;
padding-top: 10px;
margin-top: 7px;
}

/*20141226 立ち読み履歴分追加*/
/* reading history */
#carousel-rHM {
    margin-top: 20px;
}
.rhmModule .rhmModuleobi {
    background-color: #F1F1F1;
    border-top: 1px solid #ACACAC;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 3px 0 3px 10px;
}
.rhmModule .rhmModuleobi h3 {
    border-top: none;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 0px;
    float: left;
}
.rhmModule .rhmModuleobi p {
    float: right;
    margin-right: 10px;
    margin-bottom: 0px;
}
.rhmModule p {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 90%;
    margin-bottom: 15px;
}
.readingHistory ol {
    overflow: hidden;
    margin: 0 0 16px;
}
.readingHistory li {
    float: left;
}
.readingHistory #rhmPaging {
    font-size: 87.5%!important;
    font-weight: normal!important;
    margin-top: 2px;
}
.rhmClose {
float: right;
display: block;
width:24px;
height:24px;
margin-right: 4px;
text-indent: -9999px;
background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.0/img/prmclose.gif);
background-repeat: no-repeat;
cursor:pointer;
}
.readingHistory #rhnextli, #rhbackli {
    width: 19px;
    margin-bottom: 0!important;
    cursor: pointer;
}
.readingHistory #rhbackli {
    margin-right: 1px;
}
.readingHistory #rhbackli a, #rhnextli a {
    padding: 0px!important;
    background-repeat: no-repeat;
}
.readingHistory #rhbackli a {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.0/img/arrow_pr_left.png)!important;
}
.readingHistory #rhnextli a {
    background-image: url(https://s.yimg.jp/images/bookstore/pc/common/2.2.0/img/arrow_pr_right.png)!important;
}
.readingHistory .comicBackPR, .comicNextPR {
    height: 200px;
    display: block;
}
.readingHistory .rhopacitybtn {
    /* opacity: 0.2; */
    opacity: 0;
    cursor: default!important;
    filter: alpha(opacity=0);
}
.readingHistory .inMli {
    width: 893px;
    margin: 0 9px;
}
.readingHistory  table {
    table-layout: fixed;
    background: url(https://s.yimg.jp/images/bookstore/pc/books/2.0.5/img/ctrl_wait.gif) no-repeat;
    background-position: 0 -9999px;
}
.readingHistory  table td {
    vertical-align: top;
}
.readingHistory  table a {
    background: none!important;
    padding-left: 0!important;
    display: block;
    width: 100px;
    color:#555;
}
.readingHistory  table a:visited{color:#555;}
.rhmModule table {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.2;
}
.rhmModule table td {
    padding: 0px 6px 3px 5px;
    text-align: center;
    width: 110px;
}
html* .rhmModule table td {
    padding: 0px 3px 3px 2px;
    text-align: center;
    width: 106px;
}
.readingHistory .carTd {
    vertical-align: bottom!important;
    height: 165px;
}

.readingHistory .carTd p {
    margin-bottom: 0px!important;
}

.readingHistory .btnBrowsing {
    padding: 0px 0 2px;
    margin-top: 0;
}

.readingHistory .btnBrowsing img {
    display: block;
    width: 100px;
    height: 36px;
    margin: 0 auto 3px;
}
html* .readingHistory .btnBrowsing img {
    display: block;
    width:100px;
    height: 36px;
    margin-left:3px;
}
.readingHistory .carTd2 {
    _padding-bottom: 20px;
    height: 65px;
    padding-top: 4px;
}
.readingHistory .carTd3 {
    display: none;
    max-height: 1px;
}

.readingHistory .comicBackPR span, .comicNextPR span {
    display: none;
}
/* /reading history */


/*visited link color 151204 shibue */
#categoryLink a:link, #categorySearch a:link, #reportModule a:link, #mod-messageBG a:link, #msthd a:link, #globalNavInner a:link, #bookLinkModule a:link, .deli a:link, .mod-navConditional a:link, .rankTop3 a:link, #tabIF a:link, .mod-navPager a:link, .sl_box a:link, #footer a:link{
	color: #006ccc;
}
#categoryLink a:visited, #categorySearch a:visited, #reportModule a:visited, #mod-messageBG a:visited, #msthd a:visited, #globalNavInner a:visited, #bookLinkModule a:visited, .deli a:visited, .mod-navConditional a:visited, .rankTop3 a:visited, #tabIF a:visited, .mod-navPager a:visited, .sl_box a:visited, #footer a:visited{
	color: #006ccc;
}
#categoryLink a:hover, #categorySearch a:hover, #reportModule a:hover, #mod-messageBG a:hover, #msthd a:hover, #globalNavInner a:hover, #bookLinkModule a:hover, .deli a:hover, .mod-navConditional a:hover, .rankTop3 a:hover, #tabIF a:hover, .mod-navPager a:hover, .sl_box a:hover, #footer a:hover{
	color: #0099ff;
    text-decoration: underline;
}

/*seo 151217 shibue */
.mod-header3 h2, .mod-navConditional .list dt h2{
    font-weight: bold;
}

.mod-navConditional .list2 .count{
font-size:10px;
color:#888;
letter-spacing:-0.04em;
}

.mod-navConditional .list2 dd {
	margin:3px 0 8px 0;
	line-height:1.3;
}

.mod-navConditional .list2 dd h3{
	display:inline;
}

.mod-navConditional .list2 dt h2{
	font-weight:bold;
	display:inline;
}

.mod-navConditional .list2{
	line-height:1.4;
}

.mod-navConditional .box{
	padding:1px 4px;
}

.readtxt {
	font-size:12px;
	color:#666;
	width:600px;
	float:right;
	text-align:right;
	padding-top:10px;
}
.readtxt h1, .readtxt p{
	display:inline-block;
	margin-left:10px;
}
	
.my_navi li{
	display:inline-block;
}
.my_navi a{
	display:block;
	line-height:30px;
	font-size:13px;
	background:#fff url(../img/header_icon.png) no-repeat;
	background-size:24px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #ddd;

}

.my_navi a.navi_arrivals{
	background-position:26px -51px;
	padding-top:3px;
	padding-left:52px;
	width:82px;
}

.my_navi a.navi_notify{
	background-position:22px -79px;
	padding-top:3px;
	padding-left:46px;
	width:88px;
}
.my_navi a.navi_shelf{
	background-position:18px -108px;
	padding-top:3px;
	padding-left:42px;
	width:92px;
}

.my_navi a:link, .my_navi a:visited{
	color:#555;
	font-weight:bold;
}
.my_navi a:hover{
	color:#f02065;
	text-decoration:none;
	border-color:#bcbcbc;
}

#bnr_toparea{
	margin: 10px 0;
}