@charset "utf-8";
/* CSS Document */

/* 初期化[全体]
-------------------------------------------------------------------- */
/*基本*/
html, body, p, div, article, section, aside, tr, td, th, form, input, textarea, select, h1, h2, h3, h4, h5, h6, h7, hr{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}
table, tr, td, th{
	word-break: break-all;
}

/*テーブル*/
table{
	margin: 0;
}

/*インライン*/
img, span, strong{
	border: none;
	margin: 0;
}
img{
	vertical-align: text-bottom;
	height: auto;
}
em {
	font-style: normal;
	font-weight:normal;
}

/*リスト*/
ul, ol, dl, dd, dt, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* PC SP 切替
-------------------------------------------------------------------- */
.pc { display: inline-block;}
.pcCont { display: block;}
.sp,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
	}
	.pc,.pcCont { display: none;}
	.sp { display: inline-block;}
	.spCont { display: block;}
}

/* 基本[共通]
-------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}
body{
	color: #000000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,"sans-serif";
	font-size: 1.4em;
	line-height: 1.5em;
    background: #eef1f3;
}
a{
	color: #008599;
	text-decoration: underline;
}
a:hover{
	opacity: 0.7;
	text-decoration: none;
}
a img{
	border: none;
}
a img:hover{
	opacity: 0.7;
}

/* 明朝体指定 */
.navArea ul li,
.block .titleArea span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 影 */
.denshiArea {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}


/* コンテンツ[レイアウト]
-------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	margin: auto;
	box-sizing: border-box;
}
.content {
	width: 800px;
	margin: auto;
	box-sizing: border-box;
}
.contentArea {
	margin: auto;
	box-sizing: border-box;
    padding-bottom: 20px;
}

/* コンテンツ共通 */
.block {
    padding: 40px 0;
}
.block .titleArea {
    background: url("../images/title_line.png") repeat-x center center;
    text-align: center;
    margin: 0 0 40px 0;
}
.block .titleArea span {
    background: #eef1f3;
    padding: 0 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    display: inline-block;
}
.block .textBox p + p {
	margin-top: 10px;
}

.block.reviewBox {
    background: #2f323d;
    padding: 40px 0;
    width: 100%;
}

/* ヘッダー */
.headerArea .content {
    position: relative;
    height: 600px;
}
.headerArea .headGoHome {
    position: absolute;
    top: 20px;
    left: 0;
}
.headerArea .image {
    position: absolute;
    top: 0;
    right: 0;
}

/* 電子書籍 */
.denshiArea {
    background: #ffffff;
}

/* ナビ */
.navArea {
    padding:0 0 40px 0;
}
.navArea ul {
	text-align: center;
}
.navArea ul li {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
}
.navArea ul li a {
    text-decoration: none;
    color: #000000;
}
.navArea ul li em {
    opacity: 0.3;
    font-weight: bold;
}
.navArea ul li img {
    display: none;
}

.topImg {
    display: none;
}

/* SNS */
.snsArea {
	display: block;
	text-align: center;
	margin: auto;
	padding: 20px 0;
}
.snsArea ul {
	display: inline-block;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* フッター */
.footerArea {
	text-align: center;
}
.footerArea .goTop {
	padding: 20px 20px 20px 20px;
}
.footerArea .footerBox {
	padding: 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.footerArea .goIndex a {
	background: url(../images/go_index_arrow.png) no-repeat left center;
	background-size: auto 14px;
	color: #467193;
	padding-left: 15px;
	font-size: 1.6rem;
	text-decoration: none;
}
.footerArea .goIndex img {
	height: 15px;
	width: auto;
}
.footerArea .copy {
	background-color: #000000;
	padding: 10px;
	color: #ffffff;
}


/* 書籍 */
.bookBox {
	margin-top: 20px;
}
.bookBox .content {
	padding: 30px;
	display: block;
}
.bookBox .detail {
	width: 100%;
    display: table;
}
.bookBox .detail .image {
    width: 112px;
    text-align: left;
    display: table-cell;
	vertical-align: top;
}
.bookBox .detail .image img {
	width: 100%;
	height: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.bookBox .detail .text {
	white-space: nowrap;
    display: table-cell;
	vertical-align: bottom;
    padding-left: 20px;
}
.bookBox .detail .text dl dt {
	margin-bottom: 10px;
    color: #607b98;
}
.bookBox .detail .text dl dt em {
	font-size: 1.6rem;
	display: block;
	font-weight: bold;
}
.bookBox .detail .text dl dt span {
	font-size: 1.4rem;
    font-weight: bold;
}
.bookBox .detail .text dl dd {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.bookBox ul {
	display: block;
	margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.bookBox ul li {
	display: inline-block;
	font-size: 0;
	width: 49%;
}
.bookBox ul li:nth-of-type(2n) {
	margin-left: 2%;
}
.bookBox ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	padding: 10px;
	text-align: center;
	color: #3e5e82;
	text-decoration: none;
	box-sizing: border-box;
	background: #eaedef;
    border: 1px solid #cbd7e1;
}

.book02Box {
    background: #ffffff;
	text-align: left;
    margin-top: 0;
    padding: 60px ;
}
.book02Box .content {
    font-size: 0;
}
.book02Box .content + .content {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
}
.book02Box .content .bookWrap {
	display: inline-table;
    width: 380px;
    font-size: 0;
}
.book02Box .content .bookWrap:nth-of-type(2n) {
    margin-left: 40px;
}
.book02Box .content .detail {
	display: table-cell;
	vertical-align: top;
	width: 130px;
}
.book02Box .content .detail .image {
}
.book02Box .content .detail .image img {
	width: 100%;
	height: auto;
    border: 1px solid #dedede;
}
.book02Box .content .text {
	margin: 10px 0 0 0;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}
.book02Box .content .text dl {
	text-align: left;
}
.book02Box .content .text dl dt {
	margin-bottom: 10px;
    color: #607b98;
}
.book02Box .content .text dl dt em {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
.book02Box .content .text dl dt span {
	font-size: 1.4rem;
	display: block;
    font-weight: bold;
}
.book02Box .content .text dl dd {
	font-size: 1.2rem;
}
.book02Box .content ul {
	display: block;
	font-size: 0;
	margin-top: 20px;
}
.book02Box .content ul li {
	display: block;
}
.book02Box .content ul li a {
	display: block;
	background: #eaedef;
	padding: 10px;
	text-align: center;
	color: #3e5e82;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.6rem;
    border: 1px solid #c8d5df;
}
.book02Box .content ul li + li {
    margin-top: 10px;
}
.book02Box .content .text {
	text-align: left;
}
.book02Box .content .text .txt {
	margin-top: 10px;
}

/* 内容紹介 */
.storyBox {
}
.storyBox .detailArea {
    font-size: 0;
}
.storyBox .detailArea .detailWrap {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    width: 390px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}
.storyBox .detailArea .detailWrap:nth-of-type(2n) {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 20px;
}

.storyBox .detailArea .detailWrap dl.textBox {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.storyBox .detailArea .detailWrap dl.textBox dt span {
    display: block;
    margin-bottom: 20px;
}
.storyBox .detailArea .detailWrap dl.textBox dt em {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
}
.storyBox .detailArea .detailWrap dl.textBox dd p + p {
    margin-top: 10px;
}

/* 著者プロフィール */
.profileBox .detailArea {
    display: table;
}
.profileBox .detailArea .image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
.profileBox .detailArea dl {
    display: table-cell;
    vertical-align: middle;
}
.profileBox .detailArea dl dt {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.profileBox .detailArea dl dd{
}
.profileBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.profileBox .detailArea dl dd p.meta {
    text-align: right;
}

/* 推薦コメント */
.commentBox {
    background: #d5dee4;
    margin: 40px 0;
    padding: 80px 0 60px 0;
}
.commentBox .titleArea span {
    background: #d5dee4;
}
.commentBox .detailArea {
    font-size: 0;
}
.commentBox .detailArea dl {
    border: 1px solid #467193;
    background: #ffffff;
    padding: 20px;
    display: inline-block;
    width: 390px;
    box-sizing: border-box;
    margin-bottom: 20px;
    vertical-align: top;
}
.commentBox .detailArea dl:nth-of-type(2n) {
    margin-left: 20px;
}
.commentBox .detailArea dl dd {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5em;
}
.commentBox .detailArea dl dt {
   color: #467193;
    margin-top: 20px;
    text-align: right;
    background: url("../images/comment_line.png") repeat-x center center;
}
.commentBox .detailArea dl dt em {
    font-size: 1.8rem;
    font-weight: bold;
    background: #ffffff;
    padding-left: 10px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.commentBox .detailArea dl dt span {
    font-size: 1.4rem;
    font-weight: bold;
    background: #ffffff;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}



/* 著者インタビュー */
.interviewBox .detailArea {
    display: table;
}
.interviewBox .detailArea .image {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding-right: 20px;
}
.interviewBox .detailArea .image img {
    width: 100%;
    height: auto;
}
.interviewBox .detailArea dl {
    display: table-cell;
    vertical-align: top;
}
.interviewBox .detailArea dl dt {
	margin-bottom: 20px;
}
.interviewBox .detailArea dl dt em {
	font-size: 2.0rem;
	font-weight: bold;
}
.interviewBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.interviewBox .detailArea dl dd .meta {
    text-align: right;
}
.interviewBox .btn {
    text-align: center;
    margin-top: 20px;
}
.interviewBox .btn a {
	font-size: 1.8rem;
    color: #3e5e82;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #c8d5df;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* 著者インタビュー ページ */
.interviewPage .headerArea .content {
    height: auto;
	padding-top: 0;
	padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.interviewPage .interviewBox .titleArea {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.interviewPage .interviewBox .detailArea {
    display: block;
    background: #ffffff;
    padding-bottom: 40px;
}
.interviewPage .interviewBox .detailArea dl {
    display: block;
}
.interviewPage .interviewBox .detailArea dl + dl {
    margin-top: 40px;
}
.interviewPage .interviewBox .detailArea dl dt,
.interviewPage .interviewBox .detailArea dl dd {
    padding-left: 40px;
    padding-right: 40px;
}
.interviewPage .interviewBox .detailArea dl dd.imageBox {
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 40px;
    text-align: center;
}
.interviewPage .interviewBox .detailArea dd.imageBox.tate img {
    width: 500px;
}
.interviewPage .interviewBox .detailArea dl dd + dd  {
    margin-top: 20px;
}
.interviewPage .interviewBox .detailArea dl dd p {
    line-height: 2em;
}
.interviewPage .interviewBox .detailArea dl dd.q, 
.interviewPage .interviewBox .detailArea dl dd.a {
    display: table;
}
.interviewPage .interviewBox .detailArea dl dd.a {
    color: #425696;
}
.interviewPage .interviewBox .detailArea dl dd > em,
.interviewPage .interviewBox .detailArea dl dd > div {
    display: table-cell;
}
.interviewPage .interviewBox .detailArea dl dd > em {
    width: 3em;
}
.interviewPage .interviewBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.interviewPage .interviewBox .detailArea p.meta {
	margin-top: 40px;
	text-align: right;
    padding-left: 40px;
    padding-right: 40px;
}
.interviewBox .interviewBox .detailArea dl.readBox dt em {
	font-size: 2.4rem;
    line-height: 1.4em;
}
.interviewPage .interviewBox .detailArea dl.readBox .meta {
	margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}
.interviewPage .interviewBox .detailArea dl.profile {
	margin: 40px 40px 0 40px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
}
.interviewPage .interviewBox .detailArea dl.profile dt {
    padding: 0;
    font-weight: bold;
    font-size: 1.8rem;
}
.interviewPage .interviewBox .detailArea dl.profile dd {
    padding: 0;
}
.interviewPage .interviewBox .btn {
    margin-top: 40px;
}



/* 対談 */
.talkBox {
    background: #d5dee4;
    margin: 40px 0 0 0;
    padding: 80px 0;
}
.talkBox .titleArea span {
    background: #d5dee4;
}
.talkBox .detailArea {
    display: table;
}
.talkBox .detailArea .image {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding-right: 20px;
}
.talkBox .detailArea .image img {
    width: 100%;
    height: auto;
}
.talkBox .detailArea dl {
    display: table-cell;
    vertical-align: top;
}
.talkBox .detailArea dl dt {
	margin-bottom: 20px;
}
.talkBox .detailArea dl dt em {
	font-size: 2.4rem;
	font-weight: bold;
}
.talkBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.talkBox .detailArea dl dd .meta {
    text-align: right;
}
.talkBox .btn {
    text-align: center;
    margin-top: 20px;
}
.talkBox .btn a {
	font-size: 1.8rem;
    color: #3e5e82;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #c8d5df;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* 対談 ページ */
.talkPage .headerArea .content {
    height: auto;
	padding-top: 0;
	padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.talkPage .talkBox {
    background: none;
    margin: 0 0 0 0;
    padding: 40px 0 80px 0;
}
.talkPage .talkBox .titleArea {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.talkPage .talkBox .titleArea span {
    background: #eef1f3;
}
.talkPage .talkBox .detailArea {
    display: block;
    background: #ffffff;
    padding-bottom: 40px;
}
.talkPage .talkBox .detailArea dl {
    display: block;
}
.talkPage .talkBox .detailArea dl + dl {
    margin-top: 40px;
}
.talkPage .talkBox .detailArea dl dt,
.talkPage .talkBox .detailArea dl dd {
    padding-left: 40px;
    padding-right: 40px;
}
.talkPage .talkBox .detailArea dl dd.imageBox {
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 40px;
    text-align: center;
}
.talkPage .talkBox .detailArea dd.imageBox.tate img {
    width: 500px;
}
.talkPage .talkBox .detailArea dl dd + dd  {
    margin-top: 20px;
}
.talkPage .talkBox .detailArea dl dd p {
    line-height: 2em;
}
.talkPage .talkBox .detailArea dl dd.a, 
.talkPage .talkBox .detailArea dl dd.b {
    display: table;
}
.talkPage .talkBox .detailArea dl dd.a {
    color: #425696;
}
.talkPage .talkBox .detailArea dl dd.b {
    color: #ae753d;
}
.talkPage .talkBox .detailArea dl dd > em,
.talkPage .talkBox .detailArea dl dd > div {
    display: table-cell;
}
.talkPage .talkBox .detailArea dl dd > em {
    width: 3em;
}
.talkPage .talkBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.talkPage .talkBox .detailArea p.meta {
	margin-top: 40px;
	text-align: right;
    padding-left: 40px;
    padding-right: 40px;
}
.talkPage .talkBox .detailArea p.next {
	margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.talkBox .talkBox .detailArea dl.readBox dt em {
	font-size: 2.4rem;
    line-height: 1.4em;
}
.talkPage .talkBox .detailArea dl.readBox .meta {
	margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}
.talkPage .talkBox .detailArea dl.profile {
	margin: 40px 40px 0 40px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
}
.talkPage .talkBox .detailArea dl.profile dt {
    padding: 0;
    font-weight: bold;
    font-size: 1.8rem;
}
.talkPage .talkBox .detailArea dl.profile dd {
    padding: 0;
}
.talkPage .talkBox .btn {
    margin-top: 40px;
}

/* 試し読み */
.trialBox{
    background: #ffffff;
    padding: 80px 0 80px 0;
}
.trialBox .titleArea span {
    background: #ffffff;
}
.interviewBox .detailArea {
    display: table;
}
.trialBox .detailArea .image {
    display: table-cell;
    vertical-align: top;
    width: 400px;
    padding-right: 20px;
}
.trialBox .detailArea .image img {
    width: 100%;
    height: auto;
    margin-top: -15px;
}
.trialBox .detailArea dl {
    display: table-cell;
    vertical-align: top;
}
.trialBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.trialBox .btn {
    text-align: center;
    margin-top: 20px;
}
.trialBox .btn a {
	font-size: 1.8rem;
    color: #3e5e82;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #c8d5df;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* 試し読み ページ */
.trialPage .headerArea .content {
    height: auto;
	padding-top: 0;
	padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.trialPage .trialBox {
    margin-top: 0;
    background: none;
    margin: 0;
    padding-bottom: 40px;
}
.trialPage .trialBox .content {
    display: block;
}
.trialPage .trialBox .titleArea span {
    background: #eef1f3;
}
.trialPage .trialBox .imageArea {
    text-align: center;
}
.trialPage .trialBox .imageArea img {
    margin-top: -226px;
}
.trialPage .trialBox .detailArea {
    background: #ffffff;
    padding: 0 40px 40px 40px;
    margin-top: 226px;
}
.trialPage .trialBox .detailArea dl dd + dd  {
    margin-top: 40px;
}
.trialPage .trialBox .btn {
    margin-top: 40px;
}

/* エッセイ バナー */
.essayBtn {
    text-align: center;
}
.essayBtn a {
    border: 1px solid #c8d5df;
    border-radius: 3px;
    background: #ffffff;
    padding: 20px 40px;
    display: inline-block;
    width: 646px;
    box-sizing: border-box;
}

/* エッセイ ページ */
.essayPage .headerArea .content {
    height: auto;
	padding-top: 0;
	padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.essayPage .essayBox {
    margin-top: 0;
    background: none;
    margin: 0;
    padding-bottom: 40px;
}
.essayPage .essayBox .content {
    display: block;
}
.essayPage .essayBox .titleArea span {
    background: #eef1f3;
}
.essayPage .essayBox .imageArea {
    text-align: center;
}
.essayPage .essayBox .imageArea img {
    margin-top: -43px;
}
.essayPage .essayBox .detailArea {
    background: #ffffff;
    padding: 0 40px 40px 40px;
    margin-top: 63px;
}
.essayPage .essayBox .detailArea dl dd p + p {
    margin-top: 10px;
}
.essayPage .essayBox .essayArea dl {
    padding: 40px;
    background: url("../images/essay_icn.png") no-repeat right 40px top 30px;
}
.essayPage .essayBox .essayArea dl dd + dd {
    margin-top: 20px;
}
.essayPage .essayBox .essayArea dl:nth-of-type(2n) {
    background: url("../images/essay_icn.png") no-repeat right 40px top 30px #ffffff;
}
.essayPage .essayBox .essayArea dl dt {
    margin-bottom: 20px;
    padding-right: 60px;
}
.essayPage .essayBox .essayArea dl dt span,
.essayPage .essayBox .essayArea dl dt em {
    font-weight: bold;
}
.essayPage .essayBox .essayArea dl dt span {
    font-size: 14px;
}
.essayPage .essayBox .essayArea dl dt em {
    font-size: 18px;
}
.essayPage .essayBox .essayArea dl dd p + p {
    margin-top: 10px;
}
.essayPage .essayBox .writerArea {
    background: #607b98;
    color: #ffffff;
    padding: 40px;
}
.essayPage .essayBox .writerArea dt {
    text-align: right;
    margin-top: 20px;
}
.essayPage .essayBox .btn {
    margin-top: 40px;
}

.essayBox .btn {
    text-align: center;
    margin-top: 20px;
}
.essayBox .btn a {
	font-size: 1.8rem;
    color: #3e5e82;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #c8d5df;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* 感想の声 */
.praiseBox{
    background: #79b0d1;
    padding: 80px 0 80px 0;
}
.praiseBox .titleArea {
    background: url("../images/praise_line.png") repeat-x center center;
}
.praiseBox .titleArea span {
    background: #79b0d1;
    color: #ffffff;
}
.praiseBox .detailArea {
    font-size: 0;
}
.praiseBox .detailArea dl {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 20px;
    box-sizing: border-box;
    background: #6294b5;
    color: #ffffff;
}
.praiseBox .detailArea dl:nth-of-type(2n) {
    background: #79b0d1;
}
.praiseBox .detailArea dl dd {
	font-size: 1.6rem;
}
.praiseBox .detailArea dl dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
    text-align: right;
}
.praiseBox .detailArea dl:last-of-type {
    width: 100%;
    border-top: 1px solid #79b0d1;
    background: #6294b5;
}
.praiseBox .detailArea dl dd.new {
    margin-bottom: 5px;
}
.praiseBox .detailArea dl dd.new span {
    padding: 3px 5px;
    border-radius: 3px;
    background: #3e5e82;
    font-size: 0.8em;
}


/* スマホレイアウト
----------------------------- */
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------- */
/* 共通 */
.content {
	width: 100%;
}
.contentArea {
    padding-bottom: 0;
}

/* コンテンツ共通 */
.block .content {
    display: block;
	padding: 20px;
}
.block .titleArea,
.block .detailArea {
    display: block;
}

    
    

.block {
    padding: 20px 0;
}
.block .titleArea {
    background: none;
    margin: 0 0 20px 0;
}
.block .titleArea span {
    padding: 0 10px;
    font-size: 2.4rem;
}

    

/* ヘッダー */
.headerArea .content {
    height: auto;
    margin-bottom: 0;
}
.headerArea .headGoHome {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}
.headerArea .headGoHome img {
    width: 75px;
    height: auto;
}
.headerArea .image {
    z-index: 1;
    margin-bottom: 0;
}
.headerArea .image img,
.denshiArea .image img {
    width: 100%;
    height: auto;
}
.headerArea .image,
.snsArea,
.navArea {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
}
.navArea {
    padding: 20px 0;
    overflow: hidden;
}
.navArea ul li {
    float: right;
    width: 14.28%;
    /* width: 16.66%; 6つ*/
    padding: 0;
    text-align: center;
}
.navArea ul li:last-of-type {
    border-left: none;
}
.navArea ul li a {
    text-decoration: none;
    padding: 0;
    display: block;
    text-align: center;
}
.navArea ul li span {
    display: none;
}
.navArea ul li img {
    display: inline;
    max-width: 100%;
}

.topImg {
    display: block;
    text-align: center;
}

/* フッター */
.footerArea  {
	padding-top: 0px;
}
.footerArea .footerBox {
	padding: 10px;
}
.footerArea .goTop {
	bottom: 10px;
	right: 10px;
}
.footerArea .goTop img {
	width: 40px;
	height: auto;
}

/* SNS */
.snsArea {
	text-align: center;
	min-width: inherit;
	display: block;
}
.snsArea ul {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox .content {
	padding: 10px;
	display: block;
}
.bookBox .detail {
	display: block;
}
.bookBox .detail .image {
	display: block;
	width: 100%;
    text-align: center;
}
.bookBox .detail .image img {
	height: auto;
}
.bookBox .detail .text {
	display: block;
	padding-left: 0;
    padding-top: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.8rem;
}
.bookBox .detail .text dl dt span {
	font-size: 1.4rem;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox .detail .text ul {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
    font-size: 0;
}
.bookBox .detail .text ul li {
    font-size: 1.4rem;
	display: inline-block;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
    width: 100%;
	/*width: 48%;*/
}
.bookBox .detail .text ul li + li {
	margin-left: 4%;
}
.bookBox .detail .text ul li a {
	display: block;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 10px;
	width: 100%;
	height: auto;
}
.bookBox .detail .text ul li a:hover {
}


.bookArea {
    padding: 0;
}
.book02Box {
	text-align: center;
	margin-top: 0px;
}
.book02Box .content {
	display: table;
	width: 100%;
    padding: 0 10px;
}
.book02Box .content .bookWrap {
	display: table-cell;
	width: 50%;
    padding: 0 10px;
}
.book02Box .content .bookWrap:nth-of-type(2n) {
    margin-left: 0;
}
.book02Box .content .detail {
	display: block;
}
.book02Box .content .text {
	display: block;
}
.book02Box .content .detail {
	display: block;
	width: 100%;
}
.book02Box .content .detail .image {
	width: 100%;
    margin-bottom: 20px;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
}
.book02Box .content .text {
	padding-left: 0px;
}
.book02Box .content .text dl dt {
	margin-bottom: 10px;
}
.book02Box .content ul {
	margin-top: 0px;
}
.book02Box .content ul li {
	display: inline-block;
	margin-top: 10px;
    width: 100%;
	/*width: 48%;*/
}
.book02Box .content ul li a {
	display: block;
	margin-right: 0px;
	width: 100%;
}

/* 内容紹介 */
.storyBox,
.storyBox .content {
    padding-bottom: 0;
}
.storyBox .detailArea .detailWrap {
    display: block;
    width: inherit;
    margin-left: -20px;
    margin-right: -20px;
    
}
.storyBox .detailArea .detailWrap:nth-of-type(2n) {
    display: block;
    font-size: 1.4rem;
    margin-left: -20px;
    margin-top: 20px;
}


/* 著者プロフィール */
.profileBox .detailArea {
    display: block;
}
.profileBox .detailArea .image {
    display: block;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
}
.profileBox .detailArea dl {
    display: block;
}
.profileBox .detailArea dl dt {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

/* 推薦コメント */
.commentBox {
    margin: 0;
    padding: 20px 0;
}
.commentBox .detailArea dl {
    padding: 10px;
    display: block;
    width: inherit;
    margin-bottom: 0;
}
.commentBox .detailArea dl + dl {
    margin-top: 10px;
}
.commentBox .detailArea dl:nth-of-type(2n) {
    margin-left: 0;
}
.commentBox .detailArea dl dd {
    font-size: 1.6rem;
}
.commentBox .detailArea dl dt {
    margin-top: 10px;
}
.commentBox .detailArea dl dt em {
    font-size: 1.6rem;
}
.commentBox .detailArea dl dt span {
    font-size: 1.2rem;
}

/* 著者インタビュー */
.interviewBox .detailArea {
    display: block;
}
.interviewBox .detailArea .image {
    display: block;
    width: inherit;
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}
.interviewBox .detailArea dl {
    display: block;
}
.interviewBox .detailArea dl dt {
	margin-bottom: 10px;
}
.interviewBox .detailArea dl dt em {
	font-size: 1.8rem;
}
.interviewBox .btn a {
	font-size: 1.6rem;
    display: inline-block;
    width: 100%;
}

/* 著者インタビュー ページ */
.interviewPage .interviewBox .content {
    padding: 20px 0 0 0;
}
.interviewPage .interviewBox .titleArea {
    margin-top: 0;
}
.interviewPage .interviewBox .detailArea {
    padding-bottom: 20px;
}
.interviewPage .interviewBox .detailArea dl + dl {
	margin-top: 20px;
}
.interviewPage .interviewBox .detailArea dl dt,
.interviewPage .interviewBox .detailArea dl dd {
    padding-left: 20px;
    padding-right: 20px;
}
.interviewPage .interviewBox .detailArea dl dd + dd {
    margin-top: 10px;
}
.interviewPage .interviewBox .detailArea dl dd.imageBox {
	padding-bottom: 20px;
}
.interviewPage .interviewBox .detailArea dd.imageBox.tate {
    padding-left: 20px;
    padding-right: 20px;
}
.interviewPage .interviewBox .detailArea dd.imageBox.tate img {
    width: 100%;
}
.interviewPage .interviewBox .detailArea p.meta {
	margin-top: 20px;
}
.interviewPage .interviewBox .btn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.interviewPage .interviewBox .detailArea dl.readBox .meta {
	margin-top: 10px;
}
.interviewPage .interviewBox .detailArea dl.profile {
	margin: 20px 20px 0 20px;
    padding-top: 20px;
}


/* 対談 */
.talkBox .detailArea {
    display: block;
}
.talkBox .detailArea .image {
    display: block;
    width: inherit;
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}
.talkBox .detailArea dl {
    display: block;
}
.talkBox .detailArea dl dt {
	margin-bottom: 10px;
}
.talkBox .detailArea dl dt em {
	font-size: 1.8rem;
}
.talkBox .btn a {
	font-size: 1.6rem;
    display: inline-block;
    width: 100%;
}

/* 対談 ページ */
.talkPage .talkBox .content {
    padding: 0 0 0 0;
}
.talkPage .talkBox .titleArea {
    margin-top: 0;
}
.talkPage .talkBox .detailArea {
    padding-bottom: 20px;
}
.talkPage .talkBox .detailArea dl + dl {
	margin-top: 20px;
}
.talkPage .talkBox .detailArea dl dt,
.talkPage .talkBox .detailArea dl dd {
    padding-left: 20px;
    padding-right: 20px;
}
.talkPage .talkBox .detailArea dl dd + dd {
    margin-top: 10px;
}
.talkPage .talkBox .detailArea dl dd.imageBox {
	padding-bottom: 20px;
}
.talkPage .talkBox .detailArea dd.imageBox.tate {
    padding-left: 20px;
    padding-right: 20px;
}
.talkPage .talkBox .detailArea dd.imageBox.tate img {
    width: 100%;
}
.talkPage .talkBox .detailArea p.meta {
	margin-top: 20px;
}
.talkPage .talkBox .btn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.talkPage .talkBox .detailArea dl.readBox .meta {
	margin-top: 10px;
}
.talkPage .talkBox .detailArea dl.profile {
	margin: 20px 20px 0 20px;
    padding-top: 20px;
}

/* 試し読み */
.trialBox{
    margin: 0;
    padding: 20px 0;
}
.trialBox .titleArea span {
    background: #ffffff;
}
.interviewBox .detailArea {
    display: block;
}
.trialBox .detailArea .image {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}
.trialBox .detailArea .image img {
    margin-top: 0;
}
.trialBox .detailArea dl {
    display: block;
}
.trialBox .btn {
    margin-top: 20px;
}
.trialBox .btn a {
	font-size: 1.6rem;
    width: 100%;
}

/* 試し読み ページ */
.trialPage .trialBox {
    padding-bottom: 20px;
}
.trialPage .trialBox .content {
    padding: 20px 0 0 0;
}
.trialPage .trialBox .imageArea {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.trialPage .trialBox .imageArea img {
    width: 280px;
    margin-top: -100px;
}
.trialPage .trialBox .detailArea {
    background: #ffffff;
    padding: 0 20px 20px 20px;
    margin-top: 100px;
}
.trialPage .trialBox .detailArea dl dd + dd  {
    margin-top: 30px;
}
.trialPage .trialBox .btn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


/* エッセイ バナー */
.essayBtn {
    padding: 0 20px;
}
.essayBtn a {
    padding: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.essayBtn a img {
    max-width: 100%;
}
/* エッセイ ページ */
.essayPage .essayBox {
    padding-bottom: 20px;
}
.essayPage .essayBox .content {
    padding: 20px 0 0 0;
}
.essayPage .essayBox .imageArea {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.essayPage .essayBox .imageArea img {
    margin-top: -43px;
}
.essayPage .essayBox .detailArea {
    padding: 0 20px 20px 20px;
}
.essayPage .essayBox .detailArea dl dd p + p {
    margin-top: 5px;
}
.essayPage .essayBox .essayArea dl {
    padding: 20px;
    background: url("../images/essay_icn.png") no-repeat right 20px top 30px;
}
.essayPage .essayBox .essayArea dl dd + dd {
    margin-top: 10px;
}
.essayPage .essayBox .essayArea dl:nth-of-type(2n) {
    background: url("../images/essay_icn.png") no-repeat right 20px top 30px #ffffff;
}
.essayPage .essayBox .essayArea dl dt {
    margin-bottom: 10px;
    padding-right: 60px;
}
.essayPage .essayBox .essayArea dl dt span,
.essayPage .essayBox .essayArea dl dt em {
    font-weight: bold;
}
.essayPage .essayBox .essayArea dl dt span {
    font-size: 14px;
}
.essayPage .essayBox .essayArea dl dt em {
    font-size: 18px;
}
.essayPage .essayBox .writerArea {
    padding: 20px;
}
.essayPage .essayBox .writerArea dt {
    margin-top: 10px;
}
.essayPage .essayBox .btn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.essayBox .btn {
    margin-top: 20px;
}
.essayBox .btn a {
	font-size: 1.6rem;
    width: 100%;
}



/* 感想の声 */
.praiseBox{
    padding: 20px 0 0 0;
}
.praiseBox .content{
    padding-bottom: 0;
}
.praiseBox .titleArea {
    background: none;
}
.praiseBox .detailArea dl {
    display: block;
    width: inherit;
    margin-right: -20px;
    margin-left: -20px;
}
.praiseBox .detailArea dl:last-of-type {
    padding-bottom: 40px;
}
.praiseBox .detailArea dl dd {
	font-size: 1.4rem;
}
.praiseBox .detailArea dl dt {
	font-size: 1.6rem;
}
.praiseBox .detailArea dl:last-of-type {
    width: inherit;
    border-top: 0;
}


	
/* -------------------------------------------------------------------------- */
}
