/*　*/
@charset "UTF-8";


/* overwrite */
#topContents .searchArea h2 {
    background: #9f3a44;
}
#topContents .searchArea {
    padding-top: 0;
}
#topContents .searchArea #searchGps button {
	margin: 20px auto 0;
	padding: 6px;
	width: 50%;
}
.btnBlack, .btnBlue {
	display: block;
	margin: 0 auto;
	padding: 10px 40px;
	border: none;
	border-radius: 4px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin: 10px auto 0;
	width: 50%;
	font-size: 14px;
}
.btnBlack {
	background: #9f3a44;
}
.topSearch .inputLocation .fromText button {
    margin-top: 0;
}



/* 共有化 */
/*search*/
.mainContainer .searchArea {
	margin-bottom: 30px;
}
.mainContainer .searchArea .btnBlack {
    margin: 20px auto 0;
}
.mainContainer .searchArea .resultTitle {
	position: relative;
	margin: 30px 0 10px;
	width: 100%;
	height: 46px;
	background: rgba(0,0,0,.8);
	font-family: hannari;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	line-height: 40px;
	text-align: center
}
.mainContainer .searchArea .resultTitle::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,.8);
}
.mainContainer .searchArea .searchOption {
	margin: 20px auto;
	padding: 0 10px;
	font-size: 14px;
	text-align: left;
	color: #666;
}
.mainContainer .searchArea .searchOption dd {
	margin: 2px 0 6px;
	font-size: 16px;
	color: #000;
}
.mainContainer .searchArea p.searchOption {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.mainContainer .searchArea p.searchOption span {
	display: inline-block;
	margin-left: 6px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.mainContainer .searchArea .searchResult {
	margin: 0 auto;
	padding: 0 10px;
}
.mainContainer .searchArea .searchResult li {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	border-top: 1px solid #CCC;
}
.mainContainer .searchArea .searchResult li:last-child {
	border-bottom: 1px solid #CCC;
}
.mainContainer .searchArea .searchResult li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.mainContainer .searchArea .searchResult li dt {
	margin-bottom: 10px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.mainContainer .searchArea .searchResult li dd {
	padding: 4px 10px;
	width: calc(50% - 10px);
	text-align: center;
	color: #FFF;
	background: #FFF;
	height: 30px;
	font-size: 14px;
}
.mainContainer .searchArea .searchResult li dd.stock01 {
	background: #10ac84;
}
.mainContainer .searchArea .searchResult li dd.stock02 {
	background: #ee5253;
}
.mainContainer .searchArea .searchResult li dd.stock03 {
	background: #576574;
}
.mainContainer .searchArea .searchResult li dd.action {
	display: block;
	position: relative;
	background: #2e86de;
}
.mainContainer .searchArea .searchResult li dd.action a {
	display: block;
	color: #FFF;
	line-height: 20px;
}
.mainContainer .searchArea .searchResult li dd a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	display: inline-block;
	margin-top: -6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #FFF;
}

.mainContainer .searchArea .searchResult li dd
.mainContainer #searchBook ul {
	padding: 20px 10px 10px;
}
.mainContainer #searchBook ul li a {
/*	display: flex; */
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	color: #000;
}
.mainContainer #searchBook .imgArea {
	width: 100px;
}
.mainContainer #searchBook .imgArea img {
	width: 100px;
	height: 150px;
	object-fit: contain;
	vertical-align: bottom;
}
.mainContainer #searchBook dl {
	display: block;
	padding: 4px 0;
	width: calc(100% - 110px);
	line-height: 1.2;
}
.mainContainer #searchBook dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.mainContainer #searchBook dd {
	margin-bottom: 6px;
	padding: 0;
    width: 100%;
    text-align: left;
    color: #000;
    background: #FFF;
    height: auto;
    font-size: 16px;
}
.mainContainer #searchBook dd:last-child {
	margin: 0;
}
.mainContainer #searchBook dd.searchbook_publisher::before {
    display: inline-block;
    margin-right: 6px;
    content: "出版社:";
    font-size: 14px;
}

.mainContainer .searchArea h2.shopName {
	margin: 30px 0 20px;
	padding: 0 10px;
	font-size: 24px;
	text-align: center;
}

.mainContainer .searchArea .resultStock {
	margin-bottom: 20px;
	text-align: center;
}
.mainContainer .searchArea .resultStock  dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.mainContainer .searchArea .resultStock dt span {
	font-size: 16px;
	font-weight: normal;
}
.mainContainer .searchArea .resultStock dd {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}

.mainContainer .searchArea .inquiryButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 20px auto;
	padding: 0 20px;
    width: 100%;
}
.mainContainer .searchArea .inquiryButton li {
	border-radius: 6px;
    width: calc(50% - 10px);
    text-align: center;
    color: #FFF;
    background: #2e86de;
    font-size: 14px;
}
.mainContainer .searchArea .inquiryButton li a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #FFF;
}

.mainContainer .searchArea .shopInfo {
	padding: 20px;
	border-top: 1px solid #CCC;
}
.mainContainer .searchArea .shopInfo li {
	margin-bottom: 6px;
}
.mainContainer .searchArea .shopInfo li:last-child {
	margin-bottom: 0;
}
.mainContainer .searchArea .shopInfo li.shopName {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.mainContainer .searchArea .shopInfo li span {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.mainContainer .searchArea .mapTitle {
	margin: 0 auto;
	padding: 10px;
	background: #EEE;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.mainContainer .shopInquiry {
	margin: 30px auto;
	padding: 0 10px;
}
.mainContainer .shopInquiry .completeTitle {
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
}
.mainContainer .shopInquiry .completeTitle span {
	display: block;
	margin: 6px 0;
	font-size: 16px;
	font-weight: normal;
}
.mainContainer .shopInquiry .attention {
	font-size: 14px;
}




.topSearch {
	padding: 20px 10px 0;
	background: #EEE;
}

.topSearch .searchTab {
	display: flex;
	justify-content: space-between;
}
.topSearch .searchTab li {
	position: relative;
	width: calc(50% - 10px);
	background: #FFF;
	border-bottom: 10px solid #EEE;
	text-align: center;
}
.topSearch .searchTab li.active {
	border-bottom: 4px solid #FFF;
}
.topSearch .searchTab li a {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	color: #356386;
}
.topSearch .searchTab li.active a {
	font-weight:  bold;
}
.topSearch .searchTab li.active a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 80%;
	border-bottom: 6px solid #FFF200;
}

.topSearch .searchInput {
	display: none;
	padding: 10px 10px 14px;
	background: #FFF;
}
.topSearch div.active {
	display: block;
}

.topSearch .inputTitle input {
	width: 100%;
}

.topSearch .inputLocation {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.topSearch .inputLocation .fromGps {
	width: 100px;
}
.topSearch .inputLocation .fromGps button {
	margin: 0;
	padding: 50px 0 0;
	width: 100px;
	height: 100px;
	background-image: url("/assets/img/icon_gps.png");
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center 10px;
	font-size: 12px;
	line-height: 1.2;	
}

.topSearch .inputLocation .fromText {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 0;
	width: calc(100% - 110px);
}
.topSearch .inputLocation .fromText input[type=search] {
	margin: 0 auto 10px;
	width: 100%;
	font-size: 14px;
}
.topSearch .inputLocation .fromText button {
	width: 90%;
	font-size: 14px;
}

.topSearch #searchGps .gmap {
	height: 400px;
	margin-bottom: 10px;
}
.topSearch #searchGps input {
	width: 100%;
}
.topSearch #searchGps button {
	display: block;
	margin: 10px auto 0;
	width: 50%;
	font-size: 14px;
}

.readmore {
	position: relative !important;
	margin-bottom: 10px;
	text-align: center;
}
.btnBlue {
	display: inline-block;
	padding: 14px 30px;

}


.news {
	padding: 20px 10px;
	background: #FFF;
}
.news div {
	padding: 20px 10px;
	border: 4px solid #0ABDE3;
	border-radius: 10px;
	background: #FFF;
}
.news .title {
	padding-bottom: 10px;
	border-bottom: 4px solid #FFF200;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}
.news .title span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	color: #356386;
}
.news ul {
	padding: 10px 0 30px;
}
.news ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #333;
}
.news ul li .newsDate {
	width: 80px;
}
.news ul li .newsTitle {
	padding-left: 20px;
	width: calc(100% - 80px);
}


.pickupArea {
	position: relative;
	padding: 20px 10px;
	background: #0ABDE3;
	text-align: center;
}
.column {
	padding-bottom: 40px;
}

.pickupArea .title {
	display: inline-block;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 6px solid #FFF200;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}
.pickupArea .title span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
}

.pickupArea .bgWhite {
	position: relative;
	margin: 20px 0 0;
	padding: 10px;
	border-radius: 14px;
	background: #FFF;
	text-align: left;
}
.pickupArea .swiper-container {
	margin: 0 20px 20px;
	padding: 10px;
}

.pickupArea ul li a {
	display: block;
	width: 100%;
	color: #000;
}
.pickupArea ul li a .imgArea {
	position: relative;
	padding-top: 150%;
	width: 100%;
}
.pickupArea ul li a .imgArea img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: bottom;
}
.pickupArea ul li a dl {
	padding: 10px 0 0;
	width: 100%;
	line-height: 1.2;
}
.pickupArea ul li a  dl dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.pickupArea ul li a dl dd {
	margin-bottom: 6px;
	font-size: 12px;
}
.pickupArea ul li a dl dd:last-child {
	margin: 0;
}
.pickupArea .swiper-button-white {
	margin-top: -10px!important;
	background-color: rgba(0,0,0,.8)!important;
	background-size: 10px 38px!important;
	width: 16px!important;
	height: 40px!important;
}





/* 消えていたもの　復活 */
h2.title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h2.title img {
    display: block;
    margin-right: 10px;
    width: 34px;
}



/* common */

.message {
	font-size:0.9em;
}
.message.alert-message {
	color:red;
}


.contents_inner {

}
.contents_inner.submenuarea {
	border-top: 1px solid #ddd;
	margin: 1em 0;
}
.submenuline h3 {
	position: relative;
	margin: 0;
	/* margin-bottom: 0; */
	padding: 0 1em;
	padding-top: 0;
	/* background-color: #0abde3; */
	/* color: #fff; */
	border-bottom: 1px solid #ddd;
}

.submenuline h3 a:not(.noListLink) {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.submenuline h3 a:not(.noListLink):after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #979797;
	border-right: solid 2px #979797;
	-webkit-transform: rotate(45deg);
}



/*recommend*/
/*recommend ＞ bookreviewContents*/
#bookreviewContents .title,
#bookrankingContents .title
{
	background: #E3ECEE;
}
#bookreviewContents #recommendList ul li a {
	color: #000;
}

#bookreviewContents #recommendList .recommend_title {
	margin: 10px 0 6px;
	padding: 10px 0 0;
	border-top: 1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
}
#bookreviewContents #recommendList .recommend_author {
	font-size: 14px;
}


/* ranking */
.lankArea {

}
.lank_cate {
	border-radius: 0.2em;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0.3em 0.4em;
	text-decoration: none;
	background-color: #f2718a;
	font-size: 0.9em;
}
	.lank_cate.general {
		background-color:#f2718a;
	}
	.lank_cate.bungei {
		background-color:#ae6628;
	}
	.lank_cate.non-fic {
		background-color:#75c177;
	}
	.lank_cate.entertainment {
		background-color:#f2718a;
	}
	.lank_cate.business {
		background-color:#66c177;
	}
	.lank_cate.hobby {
		background-color:#75c177;
	}
	.lank_cate.life {
		background-color:#f2718a;
	}
	.lank_cate.child {
		background-color:#66c177;
	}
	.lank_cate.nobels {
		background-color:#75c177;
	}
	.lank_cate.newbook {
		background-color:#f2718a;
	}
	.lank_cate.bunko {
		background-color:#66c177;
	}
	.lank_cate.comic {
		background-color:#75c177;
	}

.lank_num {
	align-items: center;
	background: #f2f2f2;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-flex;
	font-family: 'Helvetica', 'Arial';
	font-size: 100%;
	font-weight: bold;
	justify-content: center;
	vertical-align: middle;
	height: 1.5em;
	width: 1.5em;
	background: #666;
	color: #fff;
}
	.lank_num.lank_num_1 {
		background-color:#fa1640;
	}
	.lank_num.lank_num_2 {
		background-color:#f2718a;
	}
	.lank_num.lank_num_3 {
		background-color:#e05fd6;
	}


.listArea #list_lankings li {
	display:none;
}
	.listArea #list_lankings li.active {
		display:block;
	}


.listArea #list_lankings li dl{
	padding-left: 10px;
	width: calc(100% - 140px);
}
.listArea #list_lankings li dl dt{
	display: flex;
	padding-right: 80px;
}

#list_lankings .lank_cate {
	white-space: nowrap;
	height: calc(28px - 0.4em);
	right: 10px;
	position: absolute;
}
#list_lankings .lank_num {
	margin-right: 10px;
}


.navArea {
	padding: 10px;
	width: 100%;
}
.navArea .nav_cate.normal {
	background-color: #eee;
	margin-right: 0.5em;
	color: #000;
	border-color: #666;
	cursor:pointer;
}
	.navArea .nav_cate.active {
		margin-right: 0.5em;
		color: #fff;
		font-weight: bold;
	}






/* added */
form input[type=button]:hover {
	opacity:0.8;
}

.a_tel {
	color:blue !important;
}
.pager li.disabled {
    display: none;
}




/*
ul#list_bookshops li,
#topContents .nearShop .searchResult li{
	padding: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}
	ul#list_bookshops li.even{
		background-color: #eee;
	}
ul.ul_result li a{
	display: flex;
	padding: 0;
	color: #000;
}
ul.ul_result li .imgArea {
	display: inline-block;
	min-width: 60px;
}
ul.ul_result li .imgArea img {
	height: auto;
	width: 60px;
	border: 1px solid #666;
}

ul.ul_result li dl {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0 10px;
	font-size: 0.9em;
}
ul.ul_result li dl dt {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
	ul.ul_result.ul_result li dl dt {

	}
ul.ul_result li dl dd {
	font-size: 0.9em;
	line-height: 1.5;
}
	ul.ul_result li dl dd ul {

	}
	ul.ul_result li dl dd ul li {
		display: inline-block !important;
		margin: 0 0 5px 0 !important;
		padding: 0 2px !important;
	}
	ul.ul_result li dl dd ul li.address {
		width:100%;
	}
	ul.ul_result li dl dd ul li span {
		font-weight: bold;
	}
	ul.ul_result li dl dd ul li span.infoicon {
		font-weight: normal;
		border: 1px solid #666;
		border-radius: 4px;
		padding: 2px 4px;
		cursor:pointer;
	}
	ul.ul_result li dl dd ul li span.infoicon.shopaccept {
		background-color: #2025e7;
		border: 1px solid #2025e7;
		color: #fff;
	}
	ul.ul_result li dl dd ul li span.infoicon.shopsendok {
		background-color: #038107;
		border: 1px solid #038107;
		color: #fff;
	}

	ul.ul_result li dl dd ul li span.workicon {
		font-weight: normal;
		border-radius: 4px;
		padding: 2px 4px;
		cursor:pointer;
		background-color: #ba4a54;
		border: 1px solid #ba4a54;
	}
	ul.ul_result li dl dd ul li span.workicon.shopdetail {
		color: #fff;
	}
	ul.ul_result li dl dd ul li span.workicon.ckzaiko {
		color: #fff;
	}
	ul.ul_result li dl dd ul li span.workicon.myshop {
		background-color: #fff;
		border: 1px solid #f11818;
		color: #666;
	}
	ul.ul_result li dl dd ul li span.workicon.myshop.myshopexist {
		background-color: #f11818;
		border: 1px solid #f11818;
		color: #fff;
	}
*/


.resultHead {
	padding: 0 20px;
}
.resultHead .resultHeadTitle {
	margin-bottom: 10px;
}

.resultHead .imgArea {
	display: inline-block;
	min-width: 60px;
}
.resultHead .imgArea img {
	height: auto;
	width: 60px;
	border: 1px solid #666;
}
.resultHead dl {
	display: inline-block;
	width: calc(100% - 70px);
	height: auto;
	padding: 0 10px;
	font-size: 0.9em;
}
.resultHead dl dt {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.5em;
}


.giovalarea {
	float: right;
	display: inline-block;
	font-weight: normal;
	font-size: 0.9em;
}

/*bookDetails*/
.bookDetails {
	padding: 0;
	background: #FFF;
	overflow: hidden;
}
.bookDetails img {
	display: block;
	float: left;
	padding: 20px 20px 10px;
	max-width: 150px;
	max-height: 200px;
}
.bookDetails div {
	padding: 20px;
}
.bookDetails h2 {
	font-size: 20px;
	font-weight: bold;
}
.bookDetails ul {
	margin: 4px 0 20px;
}
.bookDetails li {
	color: #000;
}
.bookDetails li span {
	color: #666;
}
.bookDetails li span::after {
	content: "：";
	display: inline-block;
	margin-right: 2px;
	color: #666;
}
.bookDetails div p {
	line-height: 1.6;
}



/* bookshop list */
.searchResult .shopAction button span.myshop::before {
	display:none;
}
.searchResult .shopAction button span.myshop::after {
	display:none;
}
.searchResult .shopAction button.myShop.myshopexist {
	background-color: #E9704C;
	color: #fff;
	font-weight: normal;
}




/*1008*/
.listArea, .mypageArea {
	background: #FFF;
}
#bookrankingContents .title, #bookreviewContents .title {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    height: 46px;
    background: #0ABDE3;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 46px;
    text-align: center;
}
#bookrankingContents .title::after, #bookreviewContents .title::after  {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #0ABDE3;
}
.navArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 4px 14px;
	border-bottom: 2px solid #ABE1FE;
}
.navArea .nav_cate.active {
	display: block;
     margin: 6px;
    color: #fff;
    font-weight: bold;
}
.navArea .nav_cate.normal {
	display: block;
    background-color: #eee;
    margin: 6px;
    color: #000;
    cursor: pointer;
}

#list_lankings {
	padding: 10px 10px 30px;
}
#recommendList h2 + ul {
	padding: 0 10px;
}
#list_lankings li, #recommendList h2 + ul li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 4px dotted #CCC;
}
#list_lankings li a, #recommendList h2 + ul li a {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	color: #333;
}
#list_lankings .lank_num {
	position: absolute;
	top: 116px;
	left: 0;
	display: block;
	margin: 0;
	padding: 0 8px;
	width: 44px;
	height: 30px;
	border: 0;
	border-radius: 0;
	background: #fa4141;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	z-index: 2;
}
#list_lankings .lank_num:before {
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left: 15px solid #fa4141;
}
#list_lankings .lank_num:after {
	position: absolute;
	display: inline-block;
	margin-left: 4px;
	content: "位";
	text-align: right;
}

#list_lankings .imgArea, #recommendList ul .imgArea {
    position: relative;
    margin: 0;
    width: 150px;
    height: 150px;
}
#list_lankings img, #recommendList ul img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.listArea #list_lankings li dl, #recommendList li dl {
	position: relative;
    padding-left: 10px;
    width: calc(100% - 150px);
}

.listArea #list_lankings li dl dt.book_title, #recommendList li dl dt.recommend_comment {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	color: #356386;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.listArea #list_lankings li dl dd {
	margin-bottom: 4px;
	font-size: 14px;
}
#list_lankings .lank_cate {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 6px 10px;
	height: auto;
	
}


