@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #505050;
		min-width: 1080px;
}

a {
    text-decoration: none;
    color: #505050;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input[type="text"],input[type="submit"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



/*l-header
---------------------------------------------------------------------------- */
.l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    border-bottom: solid 2px #f29839;
}

.l-header-content {
	margin: 0 auto;
	padding: 15px 0 20px 0;
	width: 960px;
}

.l-header-top {
    margin: 0 0 0 auto;
    padding-bottom: 17px;
    width: 600px;
}

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

.l-header-logo a {
    display: block;
}

.l-header-logo a:hover {
    opacity: .7;
}

.l-header-nav {
    float: right;
}

.l-header-list {
    padding-top: 3px;
    text-align: center;
    font-size: 0;
    float: left;
}

.l-header-list li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px;
    vertical-align: middle;
}

.l-header-list li a {
    display: block;
}

.l-header-list li a:hover {
  text-decoration: underline;
}

.l-header-search {
    position: relative;
    float: right;
}

input.l-header-gbox {
    padding: 2px 30px 2px 10px;
    border: solid 1px #505050;
    border-radius: 30px;
    width: 136px;
    height: 24px;
    font-size: 12px;
    font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 400;
}

input.l-header-glass {
    position: absolute;
    right: 2px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
    outline: none;
}

.l-header-toggle {
  display: none;
}

@media screen and (max-width: 767px){

	
  body {
    width: 100%;
  	min-width: inherit;
  }

  .l-header-content {
    padding: 8px 0;
    width: 90%;
  }

  .l-header-nav {
    display: none;
  }

  .l-header-logo {
    width: 40px;
  }

  .l-header-logo img {
    max-width: 100%;
  }

  .l-header-sp {
    float: right;
  }

  .l-header-menu {
    margin: 11px 0 0 20px;
    float: right;
    width: 30px;
  }

  .l-header-menu a {
    display: block;
  }

  .l-header-menu a img {
    max-width: 100%;
  }

  .l-header-toggle {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 63px;
    left: 0;
    overflow: scroll!important;
    height: calc(100vh - 60px);
    line-height: 1.5;
  }

  .l-header-top {
    display: block;
	width: 100%;
    padding-bottom: 0;
    background: #f2ba58;
    border-bottom: solid 1px #fff;
  }

  .l-header-top a {
    display: block;
    padding: 5px 5%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .l-header-parent {
    background: #f2ba58;
  }

  .l-header-book {
    display: block;
    padding: 5px 5% 5px 45px;
    color: #fff;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    background: url(../img/common/icn_ttl_search_sp.png)no-repeat;
    background-position: left 5% center;
    background-size: 20px;
  }

  .l-header-children {
    padding-left: 5%;
  }

  .l-header-children li {
    font-size: 15px;
    border-bottom: dotted 1px #fff;
  }

  .l-header-children li a {
    position: relative;
    padding: 8px 15px;
    display: block;
    color: #fff;
  }

  .l-header-children li a:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 8px;
    height: 2px;
    left: 0;
    top: 18px;
  }

  .l-header-children li:last-child {
    border-bottom: none;
  }

  .l-header-snsHead {
    display: inline-block;
    width: 43%;
    color: #f2ba58;
    font-size: 20px;
    vertical-align: middle;
  }

  .l-header-sns {
    padding: 5px 5%;
    background: #fff;
  }

  .l-header-snsList {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }

  .l-header-snsList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .l-header-snsList li:last-child {
    margin: 0;
  }

  .l-header-snsList li:nth-child(2) {
    margin-right: 5px;
  }

  .l-header-ict {
    display: block;
    background: #eeabab;
    border-bottom: solid 1px #fff;
  }

  .l-header-ict a {
    display: block;
    padding: 5px 5%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .l-header-other li {
    background: #1e5ca9;
    border-bottom: solid 1px #fff;
  }

  .l-header-other li a {
    display: block;
    padding: 5px 5%;
    color: #fff;
    font-size: 18px;
  }

  .l-header-otherChildren li {
    background: #fff;
    border-bottom: solid 1px #5080bc;
  }

  .l-header-otherChildren li a {
    color: #5080bc;
    display: block;
    padding: 5px 5%;
    font-size: 18px;
  }

  .l-header-accordion {
    background: #5080bc;
    border-bottom: solid 1px #fff;
  }

  .l-header-accordion dt {
    padding: 5px 5%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: url(../img/common/icn_accordion_on.png)no-repeat;
    background-position: right 5% center;
    background-size: 25px;
  }

  .l-header-accordion dt.is-clicked {
    background: url(../img/common/icn_accordion_off.png)no-repeat;
    background-position: right 5% center;
    background-size: 25px;
  }

  .l-header-accordion dd {
    display: none;
    border-top: solid 1px #fff;
  }

  .l-header-ict-parent {
    border-bottom: solid 1px #fff;
    background: #eeabab;
  }

  .l-header-search {
    float: inherit;
  }

  input.l-header-gbox {
    padding: 5px 5%;
    font-size: 20px;
    border: none;
    width: 100%;
    height: inherit;
  }

  input.l-header-glass {
    right: 0;
    width: 45px;
    height: 40px;
    padding: 10px 15px 10px 10px;
  }

  input.l-header-gbox::placeholder {
    color:#5080bc;
  }

}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
	text-align: center;
	font-size: 0;
}

.l-gNav ul {
    position: relative;
}

.l-gNav ul:before {
    position: absolute;
    content: "";
    background: #dedede;
    width: 2px;
    height: 24px;
    right: 0;
    top: -1px;
}

.l-gNav li {
	position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.l-gNav li::before {
	position: absolute;
	content: "";
	background: #dedede;
	width: 2px;
	height: 24px;
	left: 0;
	top: -1px;
}

.l-gNav li a {
	position: relative;
    display: block;
    padding: 0 20px 0 50px;
}

.l-gNav li:first-child a::before {
	position: absolute;
	content: "";
	width: 29px;
	height: 18px;
	background: url(../img/common/icn_nav_01.png)no-repeat;
	background-size: cover;
	left: 13px;
	top: 1px;
}

.l-gNav li:nth-child(2) a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 17px;
	background: url(../img/common/icn_nav_02.png)no-repeat;
	background-size: cover;
	left: 19px;
	top: 1px;
}

.l-gNav li:nth-child(3) a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 17px;
	background: url(../img/common/icn_nav_03.png)no-repeat;
	background-size: cover;
	left: 19px;
	top: 3px;
}

.l-gNav li:nth-child(4) a::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 18px;
	background: url(../img/common/icn_nav_04.png)no-repeat;
	background-size: cover;
	left: 19px;
	top: 3px;
}

.l-gNav li a:hover {
  color: #1e5ca8;
}

.l-gNav li:nth-child(2):hover:after {
  width: 112px;
}

.l-gNav li:last-child:hover:after {
  width: 125px;
}

.l-gNav li:first-child a:hover::before {
	background: url(../img/common/icn_nav_01_on.png)no-repeat;
}

.l-gNav li:nth-child(2) a:hover::before {
	background: url(../img/common/icn_nav_02_on.png)no-repeat;
}

.l-gNav li:nth-child(3) a:hover::before {
	background: url(../img/common/icn_nav_03_on.png)no-repeat;
}

.l-gNav li:nth-child(4) a:hover::before {
	background: url(../img/common/icn_nav_04_on.png)no-repeat;
}

.l-gNav li:hover:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 130px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}
.l-gNav li:nth-child(3):hover::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 190px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}



.l-gNav li.is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 130px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li:nth-child(2).is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 112px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li:nth-child(3).is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 190px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li:last-child.is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 125px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li.is-current a {
    color: #1e5ca8;
}

.l-gNav li.is-current:first-child a::before {
    background: url(../img/common/icn_nav_01_on.png)no-repeat;
}

.l-gNav li.is-current:nth-child(2) a::before {
    background: url(../img/common/icn_nav_02_on.png)no-repeat;
}


.l-gNav li.is-current:nth-child(3) a::before {
    background: url(../img/common/icn_nav_03_on.png)no-repeat;
}

.l-gNav li.is-current:nth-child(4) a::before {
    background: url(../img/common/icn_nav_04_on.png)no-repeat;
}

@media screen and (max-width: 767px){
}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

/* l-content
---------------------------------------------------------------------------- */
.l-content {
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer-sitemap {
    padding: 45px 0;
    background: #5080bc;
		border-bottom: solid 1px #fff;
}

.l-footer-block {
    width: 240px;
    float: left;
}

.l-footer-head {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
}

.l-footer-list li a {
    color: #fff;
    font-size: 14px;
}

.l-footer-list li {
    padding-bottom: 10px;
}

.l-footer-list li a:hover {
    text-decoration: underline;
}

.l-footer-bottom {
	padding: 50px 0;
    background: #1e5ca9;
}


.l-footer-privacy {
    /*float: left;*/
    font-size: 0;
}

.l-footer-privacy li a {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

.l-footer-privacy li {
    position: relative;
    display: inline-block;
}

.l-footer-privacy li:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    left: 0;
    top: 3px;
}

.l-footer-privacy li:last-child::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    right: 0;
    top: 3px;
}
.l-footer-copy {
    font-size: 12px;
    color: #fff;
    float: right;
}
.l-footer-pmark {
    float: left;
}
.l-footer-pmark img {
	margin-top:10px;
    width: 50px;
}

.l-footer-contact {
  display: none;
}

.l-footer-sitemap .content {
    position: relative;
}
.l-topTop {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .l-topTop a {
    display: block;
  }

  .l-topTop a img {
    width: 60px;
  }

span.error_txt {
  display: block;
  color: #ff0000;
  font-size: 14px;
}

@media screen and (max-width: 767px){

  .l-footer-block {
    display: none;
  }

  .l-footer-contact {
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    width: 100%;
    max-width: 340px;
  }

  .l-footer-contact a {
    display: block;
    padding: 17px 0;
    color: #5080bc;
    font-size: 16px;
    line-height: 1;
  }

  .l-footer-privacy {
    padding-bottom: 10px;
    float: inherit;
    text-align: center;
  }

  .l-footer-bottom {
    padding: 30px 0;
  }

  .l-footer-copy {
    float: inherit;
    text-align: center;
    font-size: 11px;
  }

  .l-footer-privacy li:first-child:before {
    display: none;
  }

  .l-footer-privacy li:last-child::after {
    display: none;
  }
 .l-footer-copy {
    float: inherit;
    text-align: center;
    font-size: 11px;
  }
.l-footer-pmark {
    float: none;
	text-align: center;
}
.l-footer-pmark img {
	margin-top:0px;
	padding-bottom: 20px;
    width: 50px;
}
   .l-topTop {
    display: block;
    position: absolute;
    top: -80px;
	bottom: 0;
    right: 0;
    width: 60px;
  }

  .l-topTop a {
    display: block;
  }

  .l-topTop a img {
    max-width: 100%;
  }

}




/******** 上部パンクズの設定 */

div#mainVisual{
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0px;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px #CCCCCC solid;
}

div#mainVisual.books{
	background: url(../books/images/category.jpg) no-repeat right bottom;
}


/* 本文エリア */


.indexFlash{
	margin-bottom: 30px;
	}


/******** 各コンテンツの設定 */


ul#bookNav{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#bookBanner{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(../books/images/bg_box_center.gif) repeat-y left top;
}

div#bookBanner_inner{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: url(../books/images/bg_box_top.gif) no-repeat left top;
}

div#bookBanner ul{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(../books/images/bg_box_bottom.gif) no-repeat left bottom;
}

div#bookBanner li{
	width: 170px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px #CCCCCC solid;
}

div#bookBanner li.lastChild{
	border: none;
}





#searchBox {
	width: 550px;
	margin: 0px auto 50px; 
	padding: 0;
	overflow: hidden;
	height: 100%;
}

#searchBox h2 { 
	width: 500px; 
	border-bottom: 1px solid #ff8300;
	}

#searchBox ul { margin: 0.5em 0 1.5em 20px; overflow: hidden; height: 100%;}
#searchBox ul li { list-style-type: none; float: left; width: 230px;}
#searchBox ul li a { padding-left: 17px; background: transparent url(../common_img/point2.gif) no-repeat 0px 3px;}

#searchBox dl { margin: 1.5em 0 1.5em 20px;}
#searchBox dt { float: left; width: 97px; margin-right: 6px; text-align: right;}
#searchBox dt.columnB { width: 60px;}
#searchBox dd { float: left; width: 170px; margin-bottom: 10px;}
#searchBox input { margin-left: 2px;}






#ranking {
	clear: both;
	width: 570px;
	margin: 0px auto; 
	padding: 0;
}

#ranking h2{
	margin: 0px 0px 18px 0px; 
	padding: 0px 0 0 20px;
	height: 31px;
	color: #FFF;
	background: url(../books/images/bg_h2.gif) no-repeat left top;
	border:none;
}

/* 検索結果 */
#ranking table.result { width: 570px; border-collapse: collapse; border: none;}
#ranking table.result th{ margin: 0; padding: 2px; background-color: #ffd883; border: none; border-bottom: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #666;  text-align: center;}
#ranking table.result td { margin: 0; padding: 8px 3px; background: #fff; border: 1px #666 solid; line-height: 1.3;}
#ranking table.result td a { font-size: 1.6em; font-weight: bold;}
#ranking table.result th.col1 { width: 10%;}
#ranking table.result th.col2 { width: 28%;}
#ranking table.result th.col3 { width: 25%;}
#ranking table.result th.col4 { width: 13%;}
#ranking table.result th.col5 { width: 20%;}
#ranking table.result td img { margin: 2px 0;}



/* 新刊・これから出る本
----------------------------- */
#bookList { width: 580px; margin: 0px auto 30px; background: transparent url(../books/images/line_list-vertical.gif) repeat-y left top; overflow: hidden; height: 100%;}
#bookList .bookBox { clear: both; background: transparent url(../books/images/line-list-horizon.gif) repeat-x left top; overflow: hidden; height: 100%;}
#bookList .bookBox_end { background: transparent url(../books/images/line-list-horizon.gif) repeat-x left bottom; overflow: hidden; height: 100%;}
#bookList .columnA,
#bookList .columnB,
#bookList .columnC { width: 160px; padding: 15px;}
#bookList .columnA { float: left;}
#bookList .columnB { float: left;}
#bookList .columnC { float: right;}
#bookList p { margin: 0 0 0.4em 0 !important; line-height: 1.25; padding:0;}

#bookList p.list-image { text-align: center;}
#bookList p.list-note { }
#bookList p.list-note .list-price { color: #d43333; font-weight: bold;}
#bookList a { font-weight: bold;}


/* 更新履歴 */
#eventtpics{margin: 30px auto 60px auto;}
#eventtpics h2{ font-size: 1.8rem;padding:5px 5px 5px 15px;	width: 100%;background-color: #fbf3e4;border-radius: 10px;color:#f29839;font-weight: bold;}
dl.history { font-size: 1.4rem;padding: 0 0 20px 0;	width: 90%;	margin: 0px auto 0px; overflow: hidden; height: 100%; }
dl.history {margin: 15px auto ;}
dl.history dt {
	clear: left; float: left;
	margin: 0; padding: 0 0 0 10px;
	background: #fff url(../common_img/arrow.gif) no-repeat 0px 6px;
	white-space: nowrap;
	font-family: 'BIZ UDPGothic', sans-serif;
}
dl.history dd { margin: 0 0 5px 8.8em; zoom: 1;/* IE6でのズレ直し（hasLayout） */}
dl.history dd img{ vertical-align: middle;}
dl.history dd p { margin: 0; padding: 0;}
/* for Mac IE5 \*//*/dl.history dd { margin: 0 0 0 9em;}/**/

@media screen and (max-width: 767px){
	dl.history dt {
	float: none;
	margin-top:10px;
}
	dl.history dd { margin: 0 0 5px 0;}
}
/* 本のリンク集
----------------------------- */
#bklink h2{ font-size: 2.0rem;margin: 30px auto;}
#bklink dl{ font-size: 1.6rem;width: 90%;	margin: 0px auto 60px;}
#bklink a { font-weight: bold;}
#bklink dt { padding-left: 12px; background: transparent url(../common_img/arrow.gif) no-repeat left center;}
#bklink dd { font-size: 1.4rem;margin: 10px 0 10px 12px;}


/* 本の詳細ページ
----------------------------- */
#Contents .detail { margin-bottom: 2em;}
/*#Contents .detail .image { float: left; width: 135px; text-align: center; padding-right:10px;}　*/
#Contents .detail .image { float: left; text-align: center; padding:0 30px 10px 30px;}
#Contents .detail .text { margin-left: 170px;}