@charset "UTF-8";

/*
京都アニメーション
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* ---------------------------
books Common setting
--------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; outline: 0; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
#cboxOverlay { background: #fff; }
#cboxContent { overflow:hidden; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { margin: 85px 0 0; overflow: hidden; }
#cboxTitle { position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #e6521e; }
#cboxCurrent { display: none; }
#cboxSlideshow { position: absolute; right: 30px; bottom: 4px; color: #0092ef; }
/*
#cboxPrevious { position: absolute; left: 0; top: 0; border: none; background: url(/img/icon/control.png) no-repeat 0 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxPrevious:hover{ background-position: 0 -25px; }
#cboxNext { position: absolute; left: 27px; top: 0; border: none; background: url(/img/icon/control.png) no-repeat -25px 0; width: 25px; height: 25px; text-indent:-9999px; }
#cboxNext:hover { background-position: -25px -25px; }
#cboxLoadingGraphic { background: url(/img/icon/loading.gif) no-repeat center center; }
*/
#cboxClose { position: absolute; right: 0; top: 0; border: none; background: url(/img/books/close.png) no-repeat left top; width: 75px; height: 75px; text-indent:-9999px; }
#cboxClose:hover { background-position: right; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; }
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }
/* ---------------------------
clearfix setting
--------------------------- */

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	overflow: hidden;
}
.clearfix:after { clear: both; }

/* ---------------------------
books setting
--------------------------- */
#loadtop {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
	z-index: 9999;
}
.esLogo {
	display: table;
	margin: 20px 10px 10px;
}
.esLogo > h2, .esLogo > div {
	display: table-cell;
}

/* ----- subContent ----- */
.subContent {
	margin: 0 30px 0 10px;
	float: left;
}
.esNavi, .esMovie, .esTwitter {
	margin-bottom: 20px;
}
.esNaviList li {
	border-bottom: 1px #999 dotted;
}
.esNaviList li:first-child {
	border-top: 1px #999 dotted;
}

.esMovie, .esTwitter {
	background: url(/img/books/navBG.png) repeat;
}
.subContent .esMovieHdLink, .subContent .esTwitterHdLink {
	display: table;
	width: 210px;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
.subContent .esMovieHdLink:hover, .subContent .esTwitterHdLink:hover {
	text-decoration: underline;
}
.esMovieHdLink > h4, .esMovieHdLink > div, .esTwitterHdLink > h4, .esTwitterHdLink > div {
	display: table-cell;
}
.esMovieHdLink > div, .esTwitterHdLink > div {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.esMovieHdLink > div img, .esTwitterHdLink > div img {
	margin: 2px 0 0 3px;
}
.esMovieCont a {
	display: block;
	width: 210px;
	height: 120px;
	padding: 2px 10px 10px;
}
.esTwitterCont {
	width: 210px;
	height: 170px;
	overflow: hidden;
	padding: 2px 10px 10px;
}
.esTwitterCont > iframe {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
}
.esMovieCont img {
	transition: 0.4s;
}
.esMovieCont img:hover {
	opacity: 0.6;
}

/* ----- mainContent ----- */
/*        TOP page        */
#mainContentBox {
	width: 700px;
	margin: 0 10px 20px 0;
}

.esTopicsContent {
	position: relative;
	width: 700px;
	height: 390px;
	margin-bottom: 40px;
}
.esTopicsSlider {
	display: block;
}
.esTopicsSlider .flex-control-nav {
	bottom: -30px;
}
.esTopicsSlider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	background: #ccc;
	background: rgba(204, 204, 204, 1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.esTopicsSlider .flex-control-paging li a:hover {
	background: #e6521e;
	background: rgba(230, 82, 30, 1);
}
.esTopicsSlider .flex-control-paging li a.flex-active {
	background: #e6521e;
	background: rgba(230, 82, 30, 1);
}
.flex-direction-nav { display: none !important; }
.slides {
	width: 700px;
	height: 390px;
	overflow: hidden;
}
.esTopNewsContent {
	display: table;
	width: 100%;
}
.esTopNewsHd {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 120px;
	height: 200px;
	padding-right: 20px;
}
.esTopNewshdHover img {
	position: absolute;
}
.esNH {
	display: block;
	opacity: 1;
	top: 0;
	-webkit-transition: .2s ease-out .2s;transition: .2s ease-out .2s;
}
.esNHH {
	display: block;
	opacity: 0;
	top: 5px;
	-webkit-transition: .2s ease-out;transition: .3s ease-out;
}
.esTopNewsHd a:hover .esNH {
	opacity: 0;
	top: -5px;
	-webkit-transition: .2s ease-out;transition: .2s ease-out;
}
.esTopNewsHd a:hover .esNHH {
	opacity: 1;
	top: 0;
	-webkit-transition: .2s ease-out .2s;transition: .2s ease-out .2s;
}
.esTopNewsBaja {
	position: absolute;
	bottom: 0;
}
.esTopNewsCont {
	display: table-cell;
	width: 560px;
	vertical-align: top;
}
.esTopNewsList {
	width: 100%;
	height: 200px;
	font-size: 117%;
	overflow: auto;
}
.esTopNewsList dt {
	float: left;
	padding: 15px 0 15px 1em;
}
.esTopNewsList dd {
	padding: 15px 1em 15px 8em;
	color: #e6521e;
	border-bottom: 1px #999 dotted;
}
.esTopNewsList dt:first-child + dd {
	border-top: 1px #999 dotted;
}
.esTopNewsList dd a {
	color: #e6521e;
	text-decoration: none;
}
.esTopNewsList dd a:hover {
	text-decoration: underline;
}

/*        lower page        */
.esmcHd h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

/*   News page   */
.esNewsContent {
	padding-bottom: 60px;
	margin-bottom: 30px;
	border-bottom: 1px #333 dotted;
}
.esNewsContent .date {
	font-size: 10px;
	color: #e6521e;
}
.esNewsContent .esNewsTitle {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #e6521e;
	margin: 5px 0 30px;
	text-decoration: none;
}
.esNewsList .esNewsTitle:hover {
	text-decoration: underline;
}
.esNewsCont {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.esNewsCont p, .esNewsCont dl, .esNewsCont ul {
	margin: 10px 0;
}
.esNewsCont dl dt {
	margin: 5px 0;
}
.esNewsCont dl dd {
	margin-left: 1em;
	padding-bottom: 5px;
}
.esNewsCont ul li {
	margin: 5px 0;
}
.esNewsCont ul.rowList li {
	display: inline-block;
	margin-right: 10px;
}
.esNewsCont img {
	margin: 5px;
}
.esNewsCont a, .esNewsCont .esColor {
	color: #e6521e;
}
/*.esNewsCont.pc span {
	display: block;
}*/

#pager.esNewsContentPager {
	text-align: center;
}
#pager.esNewsContentPager a, #pager.esNewsContentPager span {
	position: relative;
	display: inline-block;
	padding: 0 8px 0 8px;
	overflow: hidden;
	height: 1.3em;
	line-height: 1;
	margin: 0 2px;
	color: #e6521e;
	font-size: 16px;
	vertical-align: middle;
	text-decoration: none;
}
#pager.esNewsContentPager a:hover {
	text-decoration: underline;
}
#pager.esNewsContentPager span.current {
	color: #333;
}
#pager.esNewsContentPager a[title="next page"] {
}
#pager.esNewsContentPager a[title="previous page"] {
}
.esNewsBackList {
	font-size: 14px;
	color: #e6521e;
}

/*   Lineup page   */
.esLineupList {
	font-size: 0;
}
.esLineupList > li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 100%;
	margin-bottom: 20px;
}
.esLineupList > li:not(:nth-child(4n+1)) {
	margin-left: 20px;
}
.esLineupList > li > .esLineupLink {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}
.esLineupList > li > .esLineupLink:hover {
	text-decoration: underline;
}
.esLineupImg {
	position: relative;
	display: block;
	width: 100%;
	height: 223px;
}
.esLineupImg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 1px #ccc inset;
	-webkit-transition: .2s ease-out;transition: .2s ease-out;
}
.esLineupLink:hover .esLineupImg:after {
	box-shadow: 0 0 0 6px #e6521e inset;
}
.esLineupName {
	padding-top: 5px;
	font-size: 13px;
}

/*   Lineup Detail page   */
.esLineupDetailImgBox {
	float: left;
	width: 230px;
}
.esLDBuy, .esLDRetailer {
	margin: 10px 0;
}
.esLineupDetailBox{
	float: left;
	width: 450px;
	margin-left: 20px;
}
.esLineupDetailHd h3 {
	color: #e6521e;
}
.esLineupDetailHd h3 span {
	display: block;
}
.esLDData {
	margin-bottom: 40px;
	font-size: 14px;
}
.esLDInfor {
	margin: 40px 0;
	font-size: 14px;
	line-height: 1.8;
}
.esLDBookSite, .esLDAnimeSite, .youtubeLink {
	margin: 20px 0;
}
.esLDBookSite p, .esLDAnimeSite p, .youtubeLink p {
	margin-bottom: 2px;
	font-size: 15px;
	color: #e6521e;
}
.esLineupDetailSeries {
	margin: 50px 0 20px;
	border-top: 1px #333 dotted;
}
.esLDSHd h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 20px;
}
.esLDSlink a {
	font-size: 14px;
	color: #e6521e;
}

/*   Booksite page   */
.esBooksiteList {
	font-size: 0;
}
.esBooksiteList li {
	display: inline-block;
	margin-bottom: 20px;
}
.esBooksiteList li:nth-child(odd) {
	margin-right: 20px;
}

/*   Retailer page   */
.esRetailerNote {
	font-size: 14px;
	line-height: 1.8;
	margin: 30px 0;
}
.esRetailerKyoanishop {
	padding: 20px 0 40px;
	border-top: 1px #333 dotted;
	border-bottom: 1px #333 dotted;
}
.kyoanishopNote {
	font-size: 14px;
	margin: 10px 0;
}
.kyoanishopLink {}
.kyoanishopLink li {
	font-size: 14px;
	margin: 5px 0;
	color: #e6521e;
	margin-left: 2em;
	list-style-type: disc;
}
.kyoanishopLink li a {
	color: #e6521e;
}
.esRetailerSearchHd h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 20px;
}
.esRetailerPrefList {
	font-size: 0;
}
.esRetailerPrefList > li {
	display: inline-block;
	width: 320px;
	padding-bottom: 40px;
}
.esRetailerPrefList > li:nth-child(odd) {
	padding-right: 60px;
}
.esRetailerPrefList > li h5 {
	font-size: 15px;
	padding: 2px 0 2px 10px;
	margin-bottom: 10px;
	border-left: 5px #e6521e solid;
}
.esRetailerPrefList > li > ul > li {
	float: left;
	font-size: 13px;
	border-right: 1px #656565 solid;
	padding: 0 10px;
	margin: 5px 0;
}
.esRetailerPrefList > li > ul > li a {
	color: #e6521e;
	text-decoration: none;
}
.esRetailerPrefList > li > ul > li a:hover {
	text-decoration: underline;
}

.searchAnswerWrap {
	padding-bottom: 20px;
}
.searchAnswerWrap > h4 > a {
	color: #e6521e;
	text-decoration: none;
}
.searchAnswerWrap > h4 > a:hover {
	text-decoration: underline;
}
.cityCodesList a, #booksRetailerSearchWrap a, #booksRetailerSearchAnswerWrap a {
	color: #e6521e;
	text-decoration: underline;
}
.cityCodesList a:hover, #booksRetailerSearchWrap a:hover, #booksRetailerSearchAnswerWrap a:hover, #curCityCodes {
	text-decoration: none;
}
.searchAnswerWrap h4 {
	padding-left: 0.5em;
	margin-bottom: 20px;
	border-left: 5px #e6521e solid;
	font-size: 117%;
}
.cityCodesList {
	border-top: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
	padding: 20px 0;
}
.cityCodesList h5 {
	font-weight: bold;
	padding-bottom: 5px;
}
.cityCodesList > li > ul > li {
	float: left;
	width: 20%;
	color: #e6521e;
	padding: 0 15px;
	margin: 5px 0;
	list-style-type: disc;
	list-style-position: inside;
}
#booksRetailerSearchAnswerWrap {
	width: 700px;
}
#booksRetailerSearchAnswerWrap th, #booksRetailerSearchAnswerWrap td {
	padding: 10px;
	border: 1px #999 solid;
}
#booksRetailerSearchAnswerWrap th {
	text-align: center;
	font-size: 117%;
	font-weight: bold;
	background-color: #CCC;
}
#booksRetailerSearchAnswerWrap tr:nth-child(even) {
	background-color: #F5F5F5
}
.booksRetailerListName {
	color: #e6521e;
	width: 35%;
}
.booksRetailerListLocation {
	width: 48%;
}
.booksRetailerListTelNumber {
	width: 17%;
	text-align: center;
}
#booksRetailerSearchAnswerWrap tfoot td {
	text-align: center;
	border: none;
	padding-top: 30px;
	font-size: 117%;
}
#booksRetailerSearchAnswerWrap tfoot td a {
	background-color: #e6521e;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}
#booksRetailerSearchAnswerWrap tfoot td a:hover {
	background-color: #333;
	color: #FFF;
}

/*   About page   */
.esAboutFrontier {
	text-align: center;
	margin-bottom: 50px;
}
.esAboutContent {
	font-size: 16px;
	line-height: 1.8;
}
.esAboutContent p {
	margin-bottom: 30px;
}


/* ----- esFooter Content ----- */
.esFooterBox {
	width: 100%;
	height: 50px;
	margin-top: 50px;
	background: url(/img/books/footerBG.png) repeat center;
}
.esFooter {
	position: relative;
	display: table;
	width: 960px;
	height: 50px;
	margin: 0 auto;
}
.esFooter > section {
	display: table-cell;
	vertical-align: middle;
}
.esSocialList {}
.esSocialList li {
	display: inline-block;
	margin-right: 10px;
}
.esSubNavi {
	padding-right: 110px;
}
.esSubNaviList {
	text-align: right;
}
.esSubNaviList li {
	display: inline-block;
	margin: 0 20px;
	font-size: 117%;
}
.esSubNaviList li a {
	text-decoration: none;
	color: #333;
}
.esSubNaviList li a:hover {
	text-decoration: underline;
}
.esFooterBaja {
	position: absolute;
	top: -20px;
	right: 0;
}

