@charset "utf-8";
body{
	background-color: #fff !important;
}
/*ヘッダー*/
header {
height: 0 !important;
}
.sns-entry {
padding: 15px 0 30px 0;
}
.sns-entry ul.sns {
text-align: center;
}
.sns-entry ul.sns li {
display: inline-block;
vertical-align: top;
position: relative;
}
.sns-entry ul.sns li.facebook {
top: -1px;
}
.sns-entry ul.sns li.twitter {
margin-right: 0.3em;
}

/*ナビ、試し読み・購入ボタンの文字色*/
.p-lp .p-lp-page-nav__list-item a, .c-thumbnail-book__btn-item a {
	font-size: 12px;
	color: #fff;
}
/*書誌名の余白修正*/
.p-books-media__title {
	padding: 0 !important;
}
/*書誌キャッチコピー、著者名、内容紹介の余白調整*/
.p-lp-books-media__lead, .p-lp-books-media__authors, .p-lp-books-media__detail {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/*関連書籍のマージン*/
.p-lp-summary-detail {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}
/*関連書籍のボーダーカラー*/
ul.c-list-bordered02 {
	border-top: 2px solid #00b09b;
}
li.c-list-bordered02__item {
	border-bottom: 2px solid #00b09b;
}
/*購入先リスト*/
ul.storeList {
  text-align: left;
  font-size: 0
}
ul.storeList li {
  display: inline-block;
  margin: 0 4px 8px;
  border: 1px solid #efebe5;
}
@media screen and (max-width:767px) and (min-width:1px){
  ul.storeList li {
    width: 30%;
    margin: 0 1% 2%
  }
  ul.storeList li img {
    width: 100%
  }
}
/*カラムTOPmargin*/
.acms-entry [class*=column-image-]{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding:0 10px
}

@media screen and (min-width: 992px)
{
	.p-lp-page-nav__list-wrap {
	height: 84px;
	margin: auto;
	top: 0;
	bottom: 0;
	}
}
/*フッター*/
footer#footer div.inner {
background: #fff;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
footer#footer p small {
padding-bottom: 120px;
}
.p-lp-page-nav__logo {
width: auto;
max-height: 100%;
}