@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
}

body{
	width:100%;
	color:#333;
	/*font-family:"游ゴシック", YuGothic,"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break:normal;
	word-wrap:break-word;
	-webkit-text-size-adjust:100%;
}

/*生成あり*/
body.topArea,
body.bookTopArea,
body.bookSearchArea,
body.bookDetailArea,
body.rankingArea,
body.newAndComingSoonArea,
body.genreArea,
body.topicsDetailArea,
body.awardTopArea,
body.companyTopicsArea,
body.nobinobiArea,
body.meetschildrenArea,
body.csrArea,
body.csrTopicsArea,
body.schoolLibraryTopArea,
body.schoolLibraryContentsArea,
body.schoolLibraryTopicsArea{
	opacity:0;
}

/*生成なし*/
body.relationArea,
body.award1Area,
body.award2Area,
body.award3Area,
body.award4Area,
body.award5Area,
body.otherArea,
body.companyTopArea,
body.principalArea,
body.historyArea,
body.recruitArea,
body.activity3Area,
body.childcareArea,
body.copyrightArea,
body.corporationArea,
body.bookStoreTopArea,
body.promoArea,
body.orderArea,
body.newsLetterArea,
body.agreementArea,
body.privacyPolicyArea,
body.sitemapArea,
body.inquiriesArea{
	opacity:0;
}

@media all and (-ms-high-contrast:none){
	body{
		font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

body,div,nav,section,article,aside,header,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{
	margin:0;
	padding:0;
}

div,nav,section,article,aside,header,footer,h1,h2,h3,h4,h5,h6,ul,ol,li,table,th,td,dl,dt,dd,a,span,select,input,textarea,button{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
	
h1,h2,h3,h4,h5,h6{
	font-size:20px;
	font-size:2rem;
	font-weight:bold;
	line-height:1;
}

p{
	line-height:2;
}

li,dt,dd,th,td,a,span{
	line-height:1.5;
}

a{
	color:#333;
	text-decoration:underline;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

a:hover{
	color:#338c38;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}

th{
	border:none;
	font-weight:normal;
}

td{
	border:none;
}

fieldset,img{
	border:0;
}

img{
	vertical-align:top;
}

ol,ul{
	list-style:none;
}

caption,th{
	text-align:l;
}

/*.clearfix
----------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*comWrap
----------------------------------------------*/

.comWrap{
	margin:0 auto;
	width:100%;
/*	font-size:14px;
	font-size:1.4rem;*/
	font-size:15px;
	font-size:1.5rem;
}

/*comHeaderArea
----------------------------------------------*/

.comHeaderArea{
}

.comHeaderWrap{
}

.comHeaderWrap .left{
	height:77px;
	padding:17px 0 0;
}

.comHeaderWrap .left h1{
	display:none;
}

.topArea .comHeaderWrap .left h1,
.comHeaderWrap .left .innerOnly{
	display:inline-block;
	vertical-align:top;
}

.topArea .comHeaderWrap .left .innerOnly{
	display:none;
}

.comHeaderWrap .left h1+a{
	display:inline-block;
}

.comHeaderWrap .right{
	text-align:right;
	padding:14px 0 0;
}
.comHeaderWrap ul{
	margin:10px 0 0;
}

.comHeaderWrap li{
	float:left;
	text-align:left;
	height:16px;
	margin:0 0 0 20px;
	background:url(/img/common/navi2.png) no-repeat;
}

.comHeaderWrap li:nth-of-type(1){
	width:86px;
	background-position:-1 0;
}

.comHeaderWrap li:nth-of-type(2){
	width:132px;
	background-position:-116px 0;
}

.comHeaderWrap li:nth-of-type(3){
	width:84px;
	background-position:-274px 0;
}

.comHeaderWrap li:nth-of-type(4){
	width:132px;
	background-position:-384px 0;
}

.comHeaderWrap li:nth-of-type(5){
	width:125px;
	background-position:-536px 0;
}

.comHeaderWrap li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.comHeaderWrap input{
	width:208px;
	height:30px;
	font-size:12px;
	margin:0 0 0 10px;
	line-height:30px;
	border:2px solid #e8e8e8;
	border-radius:3px;
	background:url(/img/common/iconHeaderSearch.png) right 10px center no-repeat;
}

.comHeaderWrap input::-webkit-input-placeholder{
	line-height:30px;
}

.comHeaderWrap input:-ms-input-placeholder{
	line-height:30px;
}

.comHeaderWrap input::-moz-placeholder{
	line-height:30px;
}

#searchWrap{
	height:30px;
	line-height:30px;
	display:inline-block;
}

#searchWrap p{
	display:inline-block;
	height:30px;
	font-size:14px;
	padding:0 10px 0 0;
	line-height:34px;
	vertical-align:top;
}

#searchWrap #___gcse_0{
	width:240px;
	display:inline-block;
	border:2px solid #e8e8e8;	
}

#searchWrap form.gsc-search-box{
	margin:0;
}

#searchWrap .gsc-input-box{
	height:26px;
	border:none !important;
}

#searchWrap #gs_id50 td{
	padding:0;
}

#searchWrap table.gsc-search-box{
	margin:0 !important;
}

#searchWrap .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding:0;
	background:#fff !important;
}

#searchWrap .gsc-search-box-tools .gsc-search-box .gsc-input::-webkit-input-placeholder{
	color:rgba(255,255,255,0);
}

#searchWrap table.gsc-search-box td{
	height:26px;
}

#searchWrap input.gsc-input{
	height:26px !important;
	margin:0 !important;
	line-height:26px !important;
	padding:0 5px !important;
}

#searchWrap input.gsc-search-button{
	height:26px;
	width:26px;
	padding:5px;
	display:block;
	border:none;
	margin:0;
}

#searchWrap input.gsc-search-button::-webkit-input-placeholder{
	color:#000;
}

#searchWrap .gsib_b{
	display:none !important;
}

/*comNaviArea
----------------------------------------------*/

.comNaviArea{
	width:100%;
	min-width:1280px;
}

.comNaviWrap ul{
	width:1100px;
	margin:0 auto;
	padding:16px 0 20px;
}

.comNaviWrap li{
	float:left;
	width:183px;
	height:27px;
	text-align:center;
	background:url(/img/common/navi.png) no-repeat;
}

.comNaviWrap li:nth-of-type(1),
.comNaviWrap li:nth-last-of-type(1){
	width:184px;
}
.comNaviWrap li:nth-of-type(1){background-position:0 0;}
.comNaviWrap li:nth-of-type(2){background-position:-184px 0;}
.comNaviWrap li:nth-of-type(3){background-position:-367px 0;}
.comNaviWrap li:nth-of-type(4){background-position:-550px 0;}
.comNaviWrap li:nth-of-type(5){background-position:-733px 0;}
.comNaviWrap li:nth-of-type(6){background-position:-916px 0;}

.comNaviWrap li a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.comNaviWrap li a:hover:after,
.bookArea .comNaviWrap li:nth-of-type(1) a:after,
.topicsArea .comNaviWrap li:nth-of-type(2) a:after,
.relationArea .comNaviWrap li:nth-of-type(3) a:after,
.awardArea .comNaviWrap li:nth-of-type(4) a:after,
.companyArea .comNaviWrap li:nth-of-type(5) a:after,
.copyrightArea .comNaviWrap li:nth-of-type(6) a:after{
	content:".";
	color:rgba(255,255,255,0);
	display:block;
	width:160px;
	height:3px;
	border-radius:1px;
	background:#338c38;
	position:absolute;
	left:12px;
	bottom:-14px;
}

/*固定用クラス*/

.naviFixed{
	background-color:#fff;
	width:100% !important;
	min-width:1280px;
	position:fixed;
	z-index:5;
	top:0;
	left:0;
}

/*resComNaviArea
----------------------------------------------*/

.openBtn,
#resComNaviArea{
	display:none;
}

/*テスト用*/
.resComNaviArea{
	display:none;
}

/*comContentsArea
----------------------------------------------*/

.comContentsArea{
	min-width:1280px;
	background:url(/img/common/bg.png) center bottom repeat;
}

.leftColumn{
	float:left;
	width:830px;
}

.rightColumn{
	font-weight:bold;
	float:right;
	width:220px;
	padding:42px 0 0;
}

.rightColumn a{
	text-decoration:none;
}

/*comInquiryArea
----------------------------------------------*/

.comInquiryArea{
	background-image:url(/img/corporation/corporationBg2.png),url(/img/common/bg.png);
	background-position:center bottom,center top;
	background-repeat:repeat-x,repeat;
}

.comInquiryWrap{
	width:1280px;
	margin:0 auto;
	padding:25px 90px 0;
}

.comInquiryWrap dd div{
	padding:0 0 10px;
	margin:0 0 20px;
	background:url(/img/common/borderDotted.png) center bottom repeat-x;
}

.comInquiryWrap dt{
	font-size:20px;
	height:70px;
	padding:7px 290px;
	line-height:1.3;
	color:#fff;
	background:url(/img/corporation/ribbon.png) center center no-repeat;
	text-align:center;
	margin:0 0 30px;
}

.comInquiryWrap dd{
	width:500px;
	margin:0 auto;
	border-radius:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:14px 20px 20px;
	background:#fff;
}

.comInquiryWrap dd span{
	display:inline-block;
	line-height:34px;
}

.comInquiryWrap .consulTell span:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:33px;
	margin:0 10px 0 0;
	background:url(/img/corporation/markTell.png) center center no-repeat;
}

.comInquiryWrap .consulForm span:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:31px;
	margin:0 10px 0 0;
	background:url(/img/corporation/markPc.png) center center no-repeat;
}

.comInquiryWrap dd a{
	display:inline-block;
	text-decoration:none;
	line-height:20px;
}

.comInquiryWrap .consulTell a{
	font-size:26px;
}

.comInquiryWrap .consulTell small{
	font-size:14px;
	font-weight:normal;
}

.comInquiryWrap .consulForm a{
	font-size:20px;
}

.comInquiryWrap .consulForm a:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:20px;
	margin:0 10px 0 0;
	background:url(/img/common/btnSlideRight.png) center center no-repeat;
	background-size:20px;
}

.guideCustomArea .comInquiryWrap dt,
.guideLicenseArea .comInquiryWrap dt,
.csrArea .comInquiryWrap dt,
.orderArea .comInquiryWrap dt{
	height:46px;
	padding:0;
	line-height:46px;
}

.guideLicenseArea .comInquiryWrap dt{
	background-size:680px auto;
}

.promoArea .comInquiryWrap dd{
	width:1000px;
}

.promoArea .comInquiryWrap dd li{
	display:inline-block;
	margin:0 20px;
}

.guideCustomArea .comInquiryWrap dd,
.guideLicenseArea .comInquiryWrap dd,
.csrArea .comInquiryWrap dd{
	float:left;
}

.guideCustomArea .comInquiryWrap dd:nth-of-type(2),
.guideLicenseArea .comInquiryWrap dd:nth-of-type(2),
.csrArea .comInquiryWrap dd:nth-of-type(2){
	float:right;
}

/*comFooterArea
----------------------------------------------*/

.comFooterArea{
	min-width:1280px;
	font-size:12px;
}

.comFooterArea a{
	text-decoration:none;
}

.footerTop{
	width:100%;
	background:url(/img/common/bgFooter.png) center bottom repeat-x;
}

.footerTopWrap{
	width:1280px;
	margin:0 auto;
	padding:30px 90px 25px;
}

.footerTop dl{
	float:left;
	width:190px;
}

.footerTop dl:nth-of-type(odd){margin-right:37px;}
.footerTop dl:nth-of-type(even){margin-right:36px;}
.footerTop dl:nth-last-of-type(1){margin-right:0;}

.footerTop dt{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px 0;
	line-height:1;
	background:url(/img/common/borderFooter.png) left bottom no-repeat;
}

.footerTop dd{
	margin:0 0 5px;
}

.footerTop dd+dt{
	margin-top:25px;
}

.footerTop dt+dt{
	margin-top:15px;
}

.footerBottom{
	width:100%;
	margin:0 auto;
	background:#338c38;
	color:#fff;
	overflow:hidden;
}

.footerBottomWrap{
	width:1280px;
	margin:0 auto;
	padding:10px 90px;
}

.footerBottom a{
	color:#fff;
}

.footerBottom ul.clearfix{
	float:right;
	height:54px;
}

.footerBottom li{
	float:left;
	line-height:54px;
	margin:0 0 0 30px;
}

.footerBottom p:nth-of-type(1){
	margin:10px 0 0;
	line-height:1;
}

/*共通
----------------------------------------------*/

.comHeaderWrap,
.comNaviWrap,
.topContentsWrap,
.comContentsWrap{
	width:1280px;
	margin:0 auto;
}

.comHeaderWrap,
.comNaviWrap,
.topContentsWrap,
.comContentsWrap{
	padding:0 90px;
}

.topContentsWrap,
.comContentsWrap{
}

.comContentsWrap h1{
	font-size:26px;
	margin:25px 0 20px;
	background-position:left center;
	background-repeat:no-repeat;
}

.comSearchDetailContent h1,
.comResultsContent h1{
	padding:0 30px;
	margin:0 0 20px;
	background:url(/img/common/iconSearchB.png) left center no-repeat;
}

/*レスポンシブ切替--------*/

.pcNone{display:none !important;}

/*フロート--------*/

.left{float:left;}

.right{float:right;}

/*ソーシャルボタン--------*/

.snsBtnList{
}

/*画像センタリング--------*/

.imgCenter{
	text-align:center;
}

/*電話番号--------*/

.callto{text-decoration:none !important;}

/*検索--------*/

input{
	border:none;
	font-size:14px;
	vertical-align:middle;
	height:100%;
	padding:0 10px;
}

input::-webkit-input-placeholder{
	font-size:14px;
	line-height:18px;
}

input:-ms-input-placeholder{
	font-size:14px;
	line-height:18px;
}

input::-moz-placeholder{
	font-size:14px;
	line-height:18px;
}

input[type="radio"]{
	height:inherit !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:not(:checked),
input[type="checkbox"]:not(:checked){
	position:absolute;
	left:-9999px;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label,
input[type="radio"]:not(:checked) + label,
input[type="checkbox"]:not(:checked) + label{
	position:relative;
	padding-left:26px;
	cursor:pointer;
	line-height:22px;
	display:inline-block;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before,
input[type="checkbox"]:not(:checked) + label:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:22px;
	height:22px;
	border:1px solid #cccccc;
	border-radius:3px;
	background:#fff;
	box-sizing:border-box;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:not(:checked) + label:after{
	content:'';
	width:22px;
	height:22px;
	background:url(/img/common/markCheckG.png) center center no-repeat;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:not(:checked) + label:after{
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}

input[type="radio"]+label{
	margin:0 70px 0 0;
}

select{
	border:none;
	font-size:14px;
	background:#fff;
	width:100%;
	height:100%;
	padding:0 0 0 10px;
	background-image:url(/img/common/arrowSelect.png);
	background-position:right 8px top 14px;
	background-repeat:no-repeat;		
	vertical-align:top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea{
	font-size:14px;
	padding:5px 10px;
	line-height:1.4;
}

button{
	display:inline-block;
	margin:0 13px;
	padding:0;
	font-size:16px;
	font-weight:bold;
	width:190px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	color:#fff;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#999;
}

button:hover{
	cursor:pointer;
}

/**/

.funcSearchBtn,
.funcClearBtn{
	display:inline-block;
	margin:0 13px;
	text-align:center;
	text-decoration:none;
	padding:0;
	font-size:16px;
	font-weight:bold;
	width:190px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	color:#fff;
	border:none;
	background-color:#999;
	transition:none;
}

.funcSearchBtn:hover,
.funcClearBtn:hover{
	cursor:pointer;
}

.funcClearBtn:hover{
	color:#fff;
	opacity:0.8;
}

/*検索ボタン固定用*/

.fixedClearBtn{
	width:100%;
	position:fixed;
	z-index:5;
	bottom:0;
	left:0;
	padding:15px;
	background:url(/img/common/borderNormal.png) left top repeat-x;
	background-color:#fff;
}

/*右カラム--------*/

.rightColumn h2{
	margin:0 0 12px;
}

.rightColumn .rightColumnHeader{
	display:inline-block;
	font-size:16px;
	padding:0 0 0 25px;
	margin:0 0 12px;
	background:url(/img/common/iconSearchB.png) left center no-repeat;
	background-size:17px auto;
}

.rightColumn .comSearch{
	margin:0 0 16px;
}

.rightColumn .comSearch a{
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
}

.rightColumn .comSearch td:nth-of-type(2){
	width:34px;
}

.rightColumn .comSearch td a img{
	display:inline;
	vertical-align:middle;
}

.btnDetail{
	line-height:1;
	padding:8px 0;
	border-radius:15px;
	color:#fff;
	display:block;
	text-align:center;
	background:#8c7051;
	margin:0 0 15px;
}


.funcSearchBtn{
	background-color:#8c7051;
}

.funcSearchBtn:before{
	display:inline-block;
	background:url(/img/common/iconSearch.png) center center no-repeat;
	content:".";
	color:rgba(255,255,255,0);
	width:22px;
	height:100%;
	margin:0 5px 0 0;
}

.funcSearchBtn:hover{
	color:#fff;
	background-color:#338c38;
}

#funcClearBtn{
	background-color:#999;
}

.comSearch{
	border-radius:3px;
	border:3px solid #d1bfac;
	line-height:1;
	background:#fff;
}

.comSearch table{
	width:100%;
	height:100%;
}

.comSearch table td{
	vertical-align:middle;
}

.comSearch table td select{
	background-position:right 8px top 18px;
}

.comSearch input{
	width:100%;
	border-left:1px solid #d6d6d6;
}

.comSearch a{
	width:100%;
	height:100%;
	display:inline-block;
	background-color:#8c7051;
}

.comSearch a img{
	display:inline;
	vertical-align:middle;
}

/*右カラム（本をさがす一覧）*/

.comSearchList{
	margin:0 0 30px;
}

.comSearchList dt{
	padding:15px 0;
	background-image:url(/img/common/borderDotted.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.comSearchList dt a{
	display:inline-block;
	padding:0 0 0 18px;
	background-image:url(/img/common/arrowSearch.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.comSearchList dt.here a{
	color:#338c38;
	background-image:url(/img/common/arrowBookRG.png);
}

.comSearchList dd{
	padding:15px 0 15px 20px;
	background-image:url(/img/common/borderDotted.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.comSearchList dd ul{
	padding:10px 0 0;
}

.comSearchList dd li{
	padding:8px 14px;
}

.comSearchList dd li a{
	background-image:url(/img/common/arrowSearch.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:5px auto;
}

.comSearchList dd.here li a{
	color:#333;
	background-image:url(/img/common/arrowSearch.png);
}

.comSearchList dd li.here a{
	color:#338c38;
	background-image:url(/img/common/arrowBookRG.png);
}

.comSearchList dd a{
	display:inline-block;
	padding:0 0 0 11px;
	background-image:url(/img/common/arrowSearchR.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.comSearchList dd a:hover{
	background-image:url(/img/common/arrowSearchRG.png);
}

.comSearchList dd li a:hover{
	color:#338c38;
	background-image:url(/img/common/arrowBookRG.png);
}

.comSearchList dd.here a{
	color:#338c38;
	background-image:url(/img/common/arrowSearchRG.png);
}

.comSearchList .cateList{
	padding:8px 0 8px 30px;
	background:none;
}

.comSearchList .cateList a{
	background-image:url(/img/common/arrowSearch.png);
	background-size:4px auto;
}

.comSearchList .cateList.here a{
	color:#338c38;
	background-image:url(/img/common/arrowBookRG.png);
}

/*右カラム（シリーズ一覧）*/

.comSeriesList{
	margin:0 0 30px;
}

.comSeriesList dt{
	text-align:center;
}

.comSeriesList dd{
	padding:15px 0;
	background-image:url(/img/common/borderDotted.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.comSeriesList dd a{
	display:inline-block;
	padding:0 0 0 20px;
	background-image:url(/img/common/arrowSearch.png);
	background-repeat:no-repeat;
	background-position:left 4px center;
}

/*右カラム（SNSリンク一覧）*/

.comSnsList{
	margin:0 0 30px;
}

.comSnsList dt{
	line-height:1.2;
	margin:0 0 15px;
}

.comSnsList dt:before{
	content:"|";
	display:inline-block;
	width:4px;
	margin:0 6px 0 0;
	border-radius:4px;
	color:#d1bfac;
	background:#d1bfac;
}

.comSnsList dd{
	display:inline-block;
	margin:0 0 0 13px;
}

.comSnsList dt+dd{
	margin-left:25px;
}

.comSnsList dd+dt{
	margin:30px 0 15px;
}

/*右カラム（検索）*/

.comColumnSearch{
	margin:0 0 20px;
}

.comColumnSearch h3{
	font-size:14px;
	margin:0 0 10px;
}

#checkCounter,
.checkCounter{
	color:#fff;
	display:inline-block;
	padding:0 5px;
	font-size:10px;
	line-height:16px;
	margin:0 0 0 10px;
	border-radius:3px;
	text-align:center;
	background:#fc7a57;
}

.comColumnSearch ul{
	width:210px;
}

.comColumnSearch li{
	float:left;
	width:50%;
	margin:0 0 10px;
	font-size:12px;
	font-weight:normal;
}

.comColumnSearch .long{
	width:100%;
}

.comColumnSearch input{
	height:inherit;
}

.comColumnSearch table{
	margin:0 0 10px;
}

.comColumnSearch table td{
	height:30px;
	padding:0 5px 0 0;
	font-size:12px;
}

.comColumnSearch table select{
	border:1px solid #cccccc;
	border-radius:3px;
	font-size:12px;
	color:#555;
	background-image:url(/img/common/markTriangleBW.png),url(/img/common/bgSelect.png);
	background-position:right 5px center,right center;
	background-repeat:no-repeat,no-repeat;
	background-size:auto 32%,20px 100%;
}

.comColumnSearch tr:nth-of-type(1) td{
	height:37px;
	padding-bottom:7px;
}

.comColumnSearch tr td:nth-of-type(1) select{
	width:90px;
}

.comColumnSearch tr td:nth-of-type(2) select{
	width:90px;
}

.toggleBtn{
	background:url(/img/common/arrowDown.png) right center no-repeat;
}

.toggleBtn:hover{
	cursor:pointer;
}

.toggleBtn+ul{
	display:none;
}

/*小見出し--------*/

.comSmallHeader{
	line-height:1.2;
	font-size:18px;
	font-weight:bold;
}

.comSmallHeader:before{
	content:".";
	display:inline-block;
	width:6px;
	margin:0 7px 0 0;
	border-radius:3px;
	color:#8c7051;
	background:#8c7051;
}

/*バナーリスト--------*/

.comBnrList{
	position:relative;
	padding:20px 30px;
	margin:30px 0 0;
	background:#fff;
	border-radius:10px;
}

.comBnrList dt{
	line-height:1.2;
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px;
}

.comBnrList dt:before{
	content:"|";
	display:inline-block;
	width:6px;
	margin:0 7px 0 0;
	border-radius:3px;
	color:#8c7051;
	background:#8c7051;
}

.comBnrList dd{
	float:left;
	width:180px;
	margin:0 17px 12px 0;
}

.comBnrList dd:nth-of-type(4n-2){
	margin-right:16px;
}

.comBnrList dd:nth-of-type(4n){
	margin-right:0;
}

.comBnrList dd:nth-of-type(4n+1){
	clear:both;
}

.comBnrList dd img{
	border-radius:7px;
}

.comBnrList .comListBtn{
	top:17px;
	right:30px;
}

/*パン屑リスト--------*/

.comBreadCrumb{
	font-size:12px;
	margin:10px 0 0;
	padding:0 0 8px;
}

.comBreadCrumb li{
	display:inline-block;
}

.comBreadCrumb li:after{
	content:">";
	margin:0 4px 0 12px;
}

.comBreadCrumb li:nth-last-of-type(1):after{
	display:none;
}

.comBreadCrumb li a{
}

/*ページ下部横長バナー--------*/

.comBnrLong{
}

.comBnrLong li{
	margin:15px 0;
}

.comBnrLong a{
	display:block;
	position:relative;
}

.comBnrLong a:after{
	content:".";
	color:rgba(255,255,255,0);
	display:block;
	width:41px;
	height:41px;
	position:absolute;
	right:20px;
	top:50%;
	margin:-20px 0 0;
	background:url(/img/common/btnSlideRight.png);
}

/*ボタン--------*/

.comBtnCenter{
	text-align:center;
}

/*基本*/

.comBtn{
}

/*ボタン（一覧を見る）*/

.comListBtn{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	padding:0 0 0 15px;
	background:url(/img/common/arrowSearch.png) left center no-repeat;
	text-decoration:none;
}


.comListBtn:hover{
	background-image:url(/img/common/arrowBookRG.png);
}


/*ボタン（もっと見る）*/

.comMoreBtn{
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(/img/common/arrowMoreB.png) left center no-repeat;
}

.comMoreBtn:hover{
	background-image:url(/img/common/arrowMoreBG.png);
}

/*ボタン（さらに表示）*/

.comFurtherBtn{
	width:230px;
	text-decoration:none;
	display:inline-block;
	height:40px;
	border-radius:20px;
	text-align:center;
	line-height:36px;
	border:2px solid #d1d1d1;
	font-weight:bold;
}

.comFurtherBtn:before{
	display:inline-block;
	width:18px;
	height:40px;
	content:".";
	color:rgba(255,255,255,0);
	background:url(/img/common/arrowSearch.png) left top 15px no-repeat;
}

.comFurtherBtn:hover:before{
	background:url(/img/common/arrowBookRG.png) left top 15px no-repeat;
}

/*ボタン（検索・フォーム関連）*/

.comFuncBtn{
	text-decoration:none;
	display:inline-block;
	height:40px;
	border-radius:20px;
	text-align:center;
	line-height:40px;
	background:#8c7051;
	color:#fff;
	font-weight:bold;
}

.comFuncBtn:hover{
	color:#fff;
	background-color:#338c38;
}

/*ボタン（ページトップ）*/

#pageTopBtn{
	position:fixed;
	bottom:10px;
	right:0;
	width:41px;
	height:41px;
	display:block;
	background:url(/img/common/btnPageTop.png) center center no-repeat;
	text-indent:-9999px;
	z-index:6;
}

#pageTopBtn:hover{
	cursor:pointer;
	background-image:url(/img/common/btnPageTopH.png);
}

/*ボタン（ページ内ナビ）*/

.intLinks:hover{
	cursor:pointer;
}

/*オーバーレイ---------*/

#overArea{
	display:none;
	position:fixed;
	z-index:20;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);	
	min-width:1200px;
	opacity:0;
	top:0;
}

#overArea:hover{
	cursor:pointer;
}

#overWrap{
	position:relative;
	z-index:25;
	display:none;
	width:1200px;
	padding:30px;
	margin:30px auto;
	border:1px solid #fff;
	opacity:0;
	color:#fff;
}

.overFixed{
	position:fixed;
	left:0;
	right:0;
}

.overBtn:hover{
	cursor:pointer;
}

#overCloseBtn{
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	overflow:hidden;
	text-indent:-999px;
	top:0;
	right:0;
	background-color:#FF0;
}

#overCloseBtn:hover{
	cursor:pointer;
}

/*共通トピックス（カード）
----------------------------------------------*/

.comTopicsItem{
	float:left;
	text-align:center;
	padding:10px 10px 10px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 2px #cccccc;
	border:1px solid #f1f1f1;
}

.comTopicsItem a{
	display:block;
	text-decoration:none;
}

.comTopicsItem a p span{
	color:#ff0000;
	font-weight:bold;
}

.comTopicsItem a:hover{
	opacity:0.8;
}

.comTopicsItem dl{
	font-size:12px;
	margin:7px 0 5px;
}

.comTopicsItem dt{
	float:left;
	width:50%;
	text-align:left;
}

.comTopicsItem dd{
	text-align:right;
	padding:0 0 0 50%;
}

.comTopicsItem p{
	text-align:left;
	font-weight:normal;
	line-height:1.4;
	font-size:14px;
}

/*ページ別（検索結果ページ）*/

.comResultsTopics{
	display:none;
	margin:30px 0 10px;
}

.comResultsTopics .comTopicsItem{
	width:240px;
	height:325px;
	margin:0 0 15px;
}

.comResultsTopics .comTopicsItem:nth-of-type(3n-1){
	margin:0 25px 15px;
}

/*共通トピックス（リスト）
----------------------------------------------*/

.comTopicsList{
	text-align:left;
	padding:0 0 20px;
	margin:0 0 20px;
	background:url(/img/common/borderDash.png) left bottom repeat-x;
	position:relative;
}

.comTopicsList span.open,
.comTopicsList span.full{
	display:block;
	font-weight:bold;
	color:#f00;
	text-indent:-10px;
}

.comTopicsList span.close{
	display:block;
	font-weight:bold;
	text-indent:-10px;
}
	
.comTopicsList .left{
	max-width:240px;
}

.comTopicsList .left{
	max-width:240px;
}

.comTopicsList .right{
	width:545px;
	padding:0 45px 0 20px;
}

.comTopicsList h2,
.comTopicsList h3,
.comTopicsList h4,
.comTopicsList h5{
	font-size:16px;
	line-height:1.3;
	margin:0 0 7px;
	display:inline-block;
}

.comTopicsList h2 img,
.comTopicsList h3 img,
.comTopicsList h4 img,
.comTopicsList h5 img{
	vertical-align:middle;
	margin:0 0 0 5px;
}

.comTopicsList dl{
	margin:0 0 15px;
}

.comTopicsList dt{
	float:left;
	font-weight:bold;
}

.comTopicsList dt img{
	margin:0 7px 0 0;
}

.comTopicsList dd{
	text-align:right;
	font-size:12px;
	color:#777;
}

.comTopicsList p{
	line-height:1.8;
}

.comTopicsList a.thumbnail{
	text-decoration:none;
	display:block;
}

.comTopicsList a.thumbnail img{
	border:solid 1px #eee;
}

.comTopicsList .linkDetail{
	position:absolute;
	margin:-15px 0 0;
	top:50%;
	right:0;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	background:url(/img/common/btnSlideRight.png) right center no-repeat;
	background-size:30px;
	width:30px;
	height:30px;
}

.comTopicsList .linkDetail:hover{
	background-image:url(/img/common/btnSlideRightH.png);
}

.comFreeOutput{
	
}

.comFreeOutput .comImgCenter{
	text-align:center;
	margin:0;
}

.comFreeOutput .comImgLeft{
	text-align:center;
	float:left;
	margin:20px 20px 20px 0;
}

.comFreeOutput .comImgRight{
	text-align:center;
	float:right;
	margin:20px 0 20px 20px;
}

.comFreeOutput span.caption{
	display:block;
	margin:0 auto;
	line-height:1.2;
	text-align:left;
}

.comFreeOutput .comImgCenter img,
.comFreeOutput .comImgLeft img,
.comFreeOutput .comImgRight img{
	padding-bottom:10px;
}

.comFreeOutput iframe.youtube{
	min-height:400px;
}

/*ミニサムネイル*/

.comTopicsList.thumbSmall{
	padding:0 0 25px 13px;
	margin:0 0 23px;
}

.comTopicsList.thumbSmall .left{
	max-width:110px;
}

.comTopicsList.thumbSmall .right{
	width:645px;
	padding:0 50px 0 0;
}

.comTopicsList.thumbSmall p{
	padding:0 50px 0 135px;
}

/*カテゴリーカラー*/

.cateColor1 a{color:#fb4441;}/*PICK UP*/
.cateColor2 a{color:#ff7397;}/*お知らせ*/
.cateColor3 a{color:#c38de3;}/*著者イベント*/
.cateColor4 a{color:#4670af;}/*キャンペーン*/
.cateColor5 a{color:#fbc900;}/*文学賞*/
.cateColor6 a{color:#809821;}/*CSR・イベント*/
.cateColor7 a{color:#5e67e2;}/*連載記事*/
.cateColor8 a{color:#338c38;}/*会社情報*/
.cateColor9 a{color:#ffa7bf;}/*Web asta*/


/*共通連載（カード）
----------------------------------------------*/

.comSeriItem{
	float:left;
	padding:10px 10px 15px;
	font-size:12px;
	border:1px solid #f1f1f1;
	box-shadow:0 2px 2px #cccccc;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
}

.comSeriItem a{
	text-decoration:none;
}

.comSeriItem img{
	margin:0 0 12px;
}

.comSeriItem div.right{
	width:100%;
}

.comSeriItem h2,
.comSeriItem h3,
.comSeriItem h4,
.comSeriItem h5{
	font-size:14px;
	margin:0 0 7px;
	line-height:1.5;
}

.comSeriItem p{
	line-height:1.5;
}

.comSeriItem li{
	margin:0 0 3px;
	padding:0;
	background-position:left top 2px;
	background-repeat:no-repeat;
}

.comSeriItem .listAuthor{
}

.comSeriItem .listYen{
}

/*書籍スライダー
----------------------------------------------*/

.comBookSlider{
	background:#fff;
	padding:20px 7px 20px 8px;
	margin:0 0 20px;
}

.comBookSlider a{
	display:block;
	text-decoration:none;
}

.comBookSlider a:hover{
	opacity:0.8;
}

.comBookSlider dl{
	padding:0 1px;
}

.comBookSlider dt{
	text-align:center;
	margin:0 0 10px;
	overflow:hidden;
}

.comBookSlider dt img{
	max-width:90%;
	display:inline;
	border:1px solid #cfcfcf;
}

.comBookSlider dd{
	padding:0 14px;
	font-weight:bold;
	color:#484538;
	font-size:14px;
}

/*本をさがす＆学校・図書館の方へ（共通検索スタイル）----------------------------------------------*/

/*検索入力（詳細検索）
----------------------------------------------*/

.comSearchDetailContent{
	background:#fff;
	border-radius:10px;
	padding: 20px 30px 30px;
}

.comSerachWord{
	margin:0 0 40px;
}

.comSerachWord h2{
	margin:0 0 15px;
}

.comSerachWord .comSearch{
	margin:0 0 25px;
	height:50px;
}

.comSerachWord .comSearch td:nth-of-type(1){
	width:87px;
}

.itemLine{
	background:url(/img/common/borderNormal.png) left bottom repeat-x;
	margin:0 0 25px;
}

.itemLine h2{
	height:42px;
	line-height:42px;
	float:left;
	font-size:16px;
	padding:0 0 0 34px;
	background-repeat:no-repeat;
	background-position:left center;
}

#itemAge h2{background-image:url(/img/common/iconAgeHeader.png);}
#itemType h2{background-image:url(/img/common/iconTypeHeader.png);}
#itemGenre h2{background-image:url(/img/common/iconGenreHeader.png);}
#itemTheme h2{background-image:url(/img/common/iconThemeHeader.png);}
#itemDate h2{background-image:url(/img/common/iconDateHeader.png);}
#itemBrand h2{background-image:url(/img/common/iconBrandHeader.png);}
#itemSubject h2{background-image:url(/img/common/iconBrandHeader.png);}
#itemNdc h2{background-image:url(/img/common/iconBrandHeader.png);}


.itemLine h2 .spCond{
	display:none;
}

.itemLine p{
	height:40px;
	line-height:48px;
	display:inline-block;
	float:right;
	background:url(/img/common/markCheck.png) left top 17px no-repeat;
	padding:0 0 0 24px;
}

.itemLine p span{
	font-weight:bold;
}

.comSearchItem{
	position:relative;
	height:190px;
	overflow:hidden;
	margin:0 0 35px;
	text-align:right;
}

#itemSubject,
#itemAge,
#itemDate,
#itemNdc{
	height:inherit;
}

.comSearchItem .spBackBtn,
.comSearchItem .spItemName{
	display:none;
}

.comSearchItem ul.clearfix{
	position:inherit;
	text-align:left;
}

.comSearchItem li{
	float:left;
	width:25%;
	margin:0 0 20px;
}

#pictureBook,
#playBook,
#bundleBook{
	width:100%;
	background-color:#f4f0e4;
	padding:20px 20px 1px;
	border-radius:10px;
	margin-bottom: 20px;
}

#pictureBook ul,
#playBook ul,
#bundleBook ul{
	margin:20px 0 0;
	padding:20px 0 0;
	background:url(/img/common/borderDash.png) left top repeat-x;
}

#pictureBookSide,
#playBookSide,
#bundleBookSide{
	width:100%;
	box-sizing:border-box;
	background-color:#f4f0e4;
	padding:10px 10px;
	border-radius:10px;
	margin:10px 0;
}

#pictureBookSide ul,
#playBookSide ul,
#bundleBookSide ul{
	margin:10px 0 0;
	padding:10px 0 0;
	background:url(/img/common/borderDash.png) left top repeat-x;
	width:100%;
}

#pictureBookSide ul li.long{
	box-sizing:border-box;
	width:80%;
}

.comSearchItem ul li#audienceLi11,
.comSearchItem ul li#audienceLi12,
.comSearchItem ul li#audienceLi13,
.comSearchItem ul li#audienceLi14,
.comSearchItem ul li#audienceLi15,
.comSearchItem ul li#audienceLi16{
	display:none;
}

.comColumnSearch ul li#audienceLi11,
.comColumnSearch ul li#audienceLi12,
.comColumnSearch ul li#audienceLi13,
.comColumnSearch ul li#audienceLi14,
.comColumnSearch ul li#audienceLi15,
.comColumnSearch ul li#audienceLi16{
	display:none;
}


#itemDate li{
	margin:0 12px 0 0;
	height:30px;
	line-height:30px;
}

#itemDate li:nth-of-type(1),
#itemDate li:nth-of-type(4){
	width:160px;
}

#itemDate li:nth-of-type(2),
#itemDate li:nth-of-type(5){
	width:120px;
}

#itemDate li:nth-of-type(3){
	width:14px;
}

.comSearchItem select{
	border:2px solid #d1bfac;
	border-radius:2px;
	color:#555;
}

.comSearchItem select{
	background-image:url(/img/common/markTriangleBW.png),url(/img/common/bgSelect.png);
	background-position:right 10px center,right center;
	background-repeat:no-repeat,no-repeat;
}

.comSearchItem input{
	height:inherit;
}

.comSearchItem input[type="radio"]:checked + label,
.comSearchItem input[type="checkbox"]:checked + label,
.comSearchItem input[type="radio"]:not(:checked) + label,
.comSearchItem input[type="checkbox"]:not(:checked) + label{
	padding-left:40px;
	line-height:30px;
}

.comSearchItem input[type="radio"]:checked + label:before,
.comSearchItem input[type="checkbox"]:checked + label:before,
.comSearchItem input[type="radio"]:not(:checked) + label:before,
.comSearchItem input[type="checkbox"]:not(:checked) + label:before{
	width:30px;
	height:30px;
	border:2px solid #cccccc;
	border-radius:2px;
}

.comSearchItem input[type="radio"]:checked + label:after,
.comSearchItem input[type="checkbox"]:checked + label:after,
.comSearchItem input[type="radio"]:not(:checked) + label:after,
.comSearchItem input[type="checkbox"]:not(:checked) + label:after{
	width:30px;
	height:30px;
	background:url(/img/common/markCheck.png) center center no-repeat;
}

.layerHidden{
	width:100%;
	height:100%;
	z-index:2;
	text-align:center;
	position:absolute;
	bottom:0;
	padding:150px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70,ffffff+100&0+0,0.9+70,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%); /* 	Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.layerHidden .comFuncBtn{
	width:185px;
}

.layerHidden .comFuncBtn:hover{
	cursor:pointer;
}

.comFuncUnit{
	text-align:center;
}

#itemBrand+.comFuncUnit{
	margin:0 0 50px;
}

.comFuncUnit li{
	display:inline-block;
}

.comFuncUnit+.comBnrLong{
	margin-top:60px;
}

/*検索結果
----------------------------------------------*/

.comResultsContent{
	background:#fff;
	border-radius:10px;
	padding:20px 30px 30px;
}

.resultsFuncTop .comPager{
	margin:0 0 20px;
}

.resultsFuncBottom .comPager{
	margin:20px 0 0;
}

.comResultsContent .comPager{
	width:500px;
	float:left;
}

.comResultsContent .comConv{
	float:left;
	display:inline-block;
}

.comResultsContent .comSort{
	float:right;
}

.comResultsContent .otherDisplay{
	margin:10px 0;
}

.comResultsContent p.searchResultTotal{
	display:inline-block;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
}

/*タブ*/

.comResultsTab{
	background:url(/img/common/bgTab1.png) left top no-repeat;
	margin:0 0 20px;
}

.comResultsTab.actTopics{
	background:url(/img/common/bgTab2.png) left top no-repeat;
}

.comResultsTab li{
	float:left;
	width:330px;
	height:60px;
	line-height:1;
	margin:0 5px 0 35px;
	font-size:20px;
	font-weight:bold;
	color:#338c38;
}

.comResultsTab li:hover{
	cursor:pointer;
}

.comResultsTab li:nth-of-type(1){
	padding:18px 0 0 147px;
}

.comResultsTab li:nth-of-type(2){
	padding:18px 0 0 93px;
	color:#777;
}

.comResultsTab.actTopics li:nth-of-type(1){
	color:#777;
}

.comResultsTab.actTopics li:nth-of-type(2){
	color:#338c38;
}

.comResultsTab li span{
	font-size:14px;
}

.comResultsGeneral{
	display:none;
}

/*カード表示*/

.comResultsCard{
	float:left;
	text-align:center;
	font-size:12px;
	width:240px;
	height:470px;
	padding:15px 10px 15px;
	border:1px solid #f1f1f1;
	box-shadow:0 2px 2px #cccccc;
	border-radius:10px;
	margin:0 0 23px;
	overflow:hidden;
}

.comResultsCard .imgCopyright{
	display:block;
	text-align:left;
	margin:0 0 5px;
}

.comResultsCard table+.imgCopyright{
	display:none;
}

.comResultsCard a.coverImage{
	display:block;
/*以下フレキシブル*/
	height:202px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.comSeriItem a.coverImage{
	display:block;
/*以下フレキシブル*/
	display:flex;
	justify-content:center;
	align-items:center;
}

.comResultsCard a.coverImage img,
.comSeriItem a.coverImage img{
	/*max-width:100%;*/
	max-width:220px;
}

.comResultsCard:nth-of-type(3n-1){
	margin:0 25px 23px;
}

.comResultsCard img{
	margin:0 0 10px;
	border:1px solid #cfcfcf;
}

.comResultsCard img.spLeft{
	max-height:200px;
}

.comResultsCard .spRight{
	text-align:left;
}

.comResultsCard h2{
	text-align:left;
	display:inline-block;
	font-size:16px;
	margin:0;
	margin-bottom:15px;
}

.comResultsCard h2 img{
	margin:0 0 0 5px;
	border:none;
	vertical-align:middle;
}

.comResultsCard h2 .subTitle1,
.comResultsCard h2 .subTitle2{
	display:block;
	line-height:1;
	font-size:12px;
	font-weight:normal;
}

.comResultsCard h2 .subTitle1{
	margin:0 0 5px;
}

.comResultsCard h2 .subTitle2{
	margin:5px 0 0;
}

.comResultsCard tr{
	display:none;
}

.comResultsCard .listAuthor,
.comResultsCard .listYen,
.comResultsCard .listDate{
	display:block;
}

.comResultsCard th{
}

.comResultsCard .listAuthor{
	margin-bottom:10px;
}

.comResultsCard .listAuthor th{
}

.comResultsCard .listYen th{
}

.comResultsCard td{
	text-align:left;
	vertical-align:top;
}

.comResultsCard p{
	text-align:left;
	line-height:1.5;
	margin:10px 0 0;
	padding:10px 0 0;
	background:url(/img/common/borderDotted.png) center top repeat-x;
}

/*リスト表示*/

.comResultsList{
	width:100%;
	background:url(/img/common/borderDash.png) left bottom repeat-x;
	padding:17px 12px;
}

.comResultsList .spLeft{
	float:left;
	width:75px;
	height:inherit;
	border:1px solide #cfcfcf;
}

.comResultsList .imgCopyright{
	display:none;
	text-align:left;
	margin:-5px 0 5px;
	font-size:8px;
}

.comResultsList table+.imgCopyright{
	display:block;
}

.comResultsList .spRight{
	width:650px;
	float:right;
}

.comResultsList .spRight table tr.listAuthor td,
.comResultsList .spRight table tr.listYen td{
	padding-bottom:10px;
}

.comResultsList h2{
	display:inline-block;
	font-size:18px;
	margin:0 0 5px;
}

.comResultsList h2 img{
	vertical-align:middle;
	margin:0 0 0 10px;
}

.comResultsList h2 .subTitle1,
.comResultsList h2 .subTitle2{
	display:block;
	line-height:1;
	font-size:12px;
	font-weight:normal;
}

.comResultsList h2 .subTitle1{
	margin:0 0 5px;
}

.comResultsList h2 .subTitle2{
	margin:5px 0 0;
}

.comResultsList th{
}

.comResultsList td{
	text-align:left;
	vertical-align:top;
}

.comResultsList td.listAuthor,
.comResultsList td.listGrade,
.comResultsList td.listSubject{
	padding-bottom:15px;
}

.comResultsList td:before{
	/*content:"：";*/
}

/*表示切替関連
----------------------------------------------*/

.comResults{
	margin:30px 0 10px;
}

/*ページャー*/

.comPager li{
	width:28px;
	height:28px;
	line-height:26px;
	text-align:center;
	margin:0 8px 0 0;
	border-radius:14px;
	float:left;
	background:#e8e8e8;
	font-size:12px;
}

.comPager li:nth-of-type(1){
	margin:0 13px 0 0;
	font-size:18px;
	font-weight:bold;
	color:#bdbcbc;
	line-height:26px;
}

.comPager li:nth-last-of-type(1){
	margin:0 0 0 5px;
	font-size:16px;
	font-weight:bold;
	color:#bdbcbc;
	line-height:26px;
}

.comPager .pagerAct{
	color:#fff;
	background:#338c38;
}

.comPager .pagerEllip{
	font-size:10px;
	background:inherit
}

.comPager li:hover{
	cursor:pointer;
}

/*CSVダウントーロ*/


.dlBtn{
	margin:1px 0 0;
	height:26px;
	line-height:26px;
	border-radius:13px;
	padding:0 15px;
	text-decoration:none;
	float:right;
	display:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background:#8c7051;
}

.dlBtn:after{
	content:".";
	width:17px;
	display:inline-block;
	margin:0 0 0 5px;
	color:rgba(255,255,255,0);
	background:url(/img/common/markDl.png) center center no-repeat;
}

.resultsFuncBottom .dlBtn{
	margin:21px 0 0;
}

/*表示切替*/

.comConv li{
	float:left;
	color:#999999;
	width:100px;
	height:28px;
	padding:0 0 0 30px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	border:2px solid #338c38;
	border-radius:2px;
	background-repeat:no-repeat;
	background-position:9px center;
}

.comConv .convAct{
	color:#fff;
	background-color:#338c38;
}

.comConv .convCard{
	border-radius:2px 0 0 2px;
	background-image:url(/img/common/markCard.png);
}

.comConv .convAct.convCard{
	background-image:url(/img/common/markCardAct.png);
}

.comConv .convList{
	border-radius:0 2px 2px 0;
	background-image:url(/img/common/markList.png);
}

.comConv .convAct.convList{
	background-image:url(/img/common/markListAct.png);
}

.comConv li:hover{
	cursor:pointer;
}

/*並び替え*/

.comSort li{
	float:left;
	font-size:12px;
	height:28px;
	line-height:28px;
}

.comSort li:nth-of-type(odd){
	padding:0 0 0 15px;
}

.comSort li:nth-of-type(odd):after{
	content:"：";
}

.comSort li select{
	vertical-align:top;
	height:28px;
	line-height:26px;
	border-radius:2px;
	padding:0 30px 0 15px;
	font-size:12px;
	border:2px solid #d2d2d2;
	background-position:right 10px center;
}

/*発売前*/

.comPre{
	float:right;
	margin:0 0 0 20px;
	font-size:12px;
}

.comPre input{
	height:inherit
}

.comPre input[type="checkbox"]:checked + label,
.comPre input[type="checkbox"]:not(:checked) + label{
	padding-left:29px;
	line-height:29px;
}

.comPre input[type="checkbox"]:checked + label:before,
.comPre input[type="checkbox"]:not(:checked) + label:before{
	left:0;
	top:4px;
	width:20px;
	height:20px;
}

.comPre input[type="checkbox"]:checked + label:after,
.comPre input[type="checkbox"]:not(:checked) + label:after{
	width:20px;
	height:20px;
	background:url(/img/common/markCheckG.png) center center no-repeat;
	top:4px;
	left:0;
}

/*END　本をさがす＆学校・図書館の方へ（共通検索スタイル）----------------------------------------------*/

/*START イベント告知----------------------------------------------*/
.showEventInfo{
	display:block;
}

.hideEventInfo{
	display:none;
}

.comEventList dt{
	float:left;
	width:120px;
	line-height:1.7;
	padding:10px 0 0;
}

.comEventList dd{
	line-height:1.7;
	padding:10px 0 15px 135px;
	background-image:url(/img/common/borderDash.png),url(/img/common/arrowSearchR.png);
	background-position:left bottom,left 126px top 18px;
	background-repeat:repeat-x,no-repeat;
	text-align:left;
}

.comEventList dd a{
	line-height:1.7;
}

.comEventList dd span.open,
.comEventList dd span.full{
	color:#f00;
	font-weight:bold;
}

.comEventList dd span.close{
	font-weight:bold;
}

/*END イベント告知----------------------------------------------*/


/*START フリーレイアウト----------------------------------------------*/
.comFreeOutput{
	line-height:1.8;
}

/*END フリーレイアウト----------------------------------------------*/
