/*======================================================================
English
======================================================================*/
body{
	color: #333;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 500;
	font-style: normal;
}
.pc-block{
	display: block !important;
}
.sp-block{
	display: none !important;
}
.main-subpage-wrap h1 span{
	padding: 0;
}
.footer-nav-gnav ul li a,.subpage-side-menu > ul > li > a{
	font-family: 'Sorts Mill Goudy', serif;
}

/*======================================================================
English Top Page
======================================================================*/
#en_toppage .block{
	position: relative;
	width: 100%;
	min-width: 980px;
}
#en_toppage .block img{
	display: block;
	width: 100%;
}
#en_toppage .block-bg{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

/*#en_toppage .block-author figcaption,
#en_toppage .block-book figcaption{
	position: absolute;
	font-size: 12px;
}*/
#en_toppage .block-author figcaption{
	position: absolute;
	font-size: 12px;
}

#en_toppage .block-book figcaption{
	position: relative;
    margin:10px 0 20px;
    padding: 0;
    width: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}


/*#en_toppage .block-book figcaption{
	top: 97.93814433%;
	left: -0.52356021%;
	width: 100%;
	padding: 1.13636364% 3.78787879%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}*/

#en_toppage .block-book figcaption .en_toppage_booktitle {
  display:block;
  margin:0 0 5px 0;
  font-size:12px;
  text-align: center;
}

#en_toppage .block-book figcaption .en_toppage_booktitle:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f559";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}
#en_toppage .block-author{
	position: absolute;
	top: 0;
	right: 0;
	width: 41.25%;
}
#en_toppage .block-author figcaption{
	top: 100%;
	right: 0;
	padding: 1.13636364% 3.78787879%;
}
#en_toppage .block-book{
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 3;
	-webkit-transform: translateY(-50%) translateX(-25%) translateY(1.37457045%) translateX(3.66492147%);
	    -ms-transform: translateY(-50%) translateX(-25%) translateY(1.37457045%) translateX(3.66492147%);
	        transform: translateY(-50%) translateX(-25%) translateY(1.37457045%) translateX(3.66492147%);
	width: 31%;
	/*width: 29.84375%;*/
}
/*======================================================================
English Child Page
======================================================================*/
.en_common_wrap{
	padding: 0;
	border: 0;
}

/*======================================================================
English Profile Section
======================================================================*/
.profile-content .profile-content-entry{
	position: relative;
	display: block;
	width: auto;
	margin: auto;
	padding: 0 0 60px 16px;
}
.profile-content .profile-content-entry h2 + div{
	margin-top: 20px;
}
.profile-content .profile-content-entry .text{
	padding: 0 24px;
	line-height: 28px;
	font-size: 16px;
}
.profile-content .profile-content-entry .text.bg{
	background-image: url(/img/en/about/bg_prof.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.profile-content .profile-content-entry .text + .text{
	margin-top: 40px;
}
.profile-content .profile-content-entry .text p{
	margin: 1.5em 0;
}
.profile-content .profile-content-entry .text p:first-of-type{
	margin: auto;
}
.profile-content .profile-content-entry .text .image{
	margin-bottom: auto;
}
.profile-content .profile-content-entry .text .image.fl{
	margin-right: 20px;
}
.profile-content .profile-content-entry .text .image .photoby{
	margin-top: 5px;
	font-size: 12px;
	line-height:1;
}
.profile-content .profile-content-entry .text .btn{
	position: relative;
	display: inline-block;
	min-width: 200px;
	padding: 5px 16px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #e4eade;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.profile-content .profile-content-entry .text .btn:hover{
	background-color: #b9d66b;
}
.profile-content .profile-content-entry .text .btn:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
	height: 16px;
	background-image: url(/img/en/common/btn_arrow.png);
}
.profile-content .profile-content-entry h3{
	width: 740px;
	margin-bottom: 10px;
	margin-left: -24px;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-image: url(/img/common/header-bg.jpg);
}
.profile-content .profile-content-entry dl{
	width: 740px;
	margin-left: -24px;
}
.profile-content .profile-content-entry dl dt, .profile-content .profile-content-entry dl dd{
	padding: 8px 0;
}
.profile-content .profile-content-entry dl dt{
	float: left;
	width: 40px;
	padding-left: 24px;

	clear: left;
}
.profile-content .profile-content-entry dl dd{
	position: relative;
	padding-left: 80px;
	padding-right: 24px;
	border-style: dotted;
	border-bottom-width: 1px;

	border-color: #ccc;
}
.profile-content .profile-content-entry dl dd:first-of-type{
	border-top-width: 1px;
}
.profile-content .profile-content-entry dl dd:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 66px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 70%;
	height: calc(100% - 10px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ccc;
}
.profile-content .profile-content-entry dl.contact dt{
	width: 80px;
	line-height: 1.2;
}
.profile-content .profile-content-entry dl.contact dd{
	padding-left: 120px;
}
.profile-content .profile-content-entry dl.contact dd:before{
	left: 106px;
}

/*======================================================================
English Child Page Book
======================================================================*/
.subpage-side-menu > ul > li > ul{
	padding: 8px 0;
	list-style-position: inside;
}
.subpage-side-menu > ul > li > ul > li{
	margin: 0 0 8px;
	padding: 2px 0;
	padding-left: 10px;
}

.subpage-side-menu > ul > li > ul > ul{
	padding: 0 0 0 0;
}
.subpage-side-menu > ul > li > ul > ul > li{
	margin: 0 0 8px;
	padding: 2px 0;
	padding-left: 24px;
}

.subpage-side-menu > ul > li > ul > li.active a{
	color:#FFF !important;
}
.book_all.active{
	background-color:#5e7a8b;
}
.book_translation.active{
	background-color:#805892;
}
.book_translation.active + ul li.active{
	background-color:#E6DEE9;
}
.book_television.active{
	background-color:#4A91B9;
}
.book_television.active + ul li.active{
	background-color:#DBE9F1;
}
.book_novels.active{
	background-color:#B9715D;
}
.book_novels.active + ul li.active{
	background-color:#EEDDD8;
}
.book_essays.active{
	background-color:#67928C;
}
.book_essays.active + ul li.active{
	background-color:#DAE5E3;
}
.book_comics.active{
	background-color:#A79D54;
}
.book_comics.active + ul li.active{
	background-color:#EDEBDD;
}



/* H4 */
.book-content .book-content-entry .book-content-entry-item h4{
	font-style: italic;
}
.book-content .book-content-entry .book-content-entry-item h4 .normal{
	font-style: normal;
}
.book-translations .book-content-entry .book-content-entry-item h4{
	font-style: normal;
}
.book-translations .bookpage-img p{
	font-style: italic;
}

/*======================================================================
English Books Section
======================================================================*/
.book-toppage-list li a{
	font-style:italic;
}