@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/item/title.jpg");
	position: relative;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

/* ## index.php ## */
.searchTitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 8px;
}
.searchTitle span {
	font-size: 16px;
	background-color: #eeeeee;
	border-radius: 4px;
	margin: 0 4px;
	padding: 4px 10px;
}

/* 検索項目 */
#search {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 14px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	padding: 4px 8px;
	position: relative;
}
#search .ssBox {
	width: 25%;
	border-right: solid 1px #cccccc;
	margin: 4px 0;
	padding: 0 24px;
	display: inline-block;
}
#search .ssBox input[type="text"] {
	background-color: #ffffff;
	margin: 0;
	padding: 8px 8px 8px 8px;
}
#search .ssBox select {
	background-color: #ffffff;
	margin: 0;
	padding: 8px 14px;
}
.sRes {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 24px;
}
.sRes span {
	color: red;
	font-size: 26px;
}
.subSbox {
	width: 250px;
	padding: 0 24px;
	display: inline-block;
}

.flTex {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(156, 255, 0, 0.4);
	text-decoration-skip-ink: none;
}


/* book box */
.bookBox {
	width: 100%;
	box-sizing: border-box;
	background-color: #f4eee4;
	border-radius: 20px;
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	padding: 14px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.bookBox:after {
  content: "";
  clear: both;
  display: block;
}
.bkbNew {
	color: #ffffff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 25px;
	background-color: red;
	padding: 16px 0 0 0;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	opacity: 0.9;
}
.bkbBest {
	color: #ffffff;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	background-color: #1DC150;
	padding: 6px 0;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	opacity: 0.9;
}
.bookBox table.dataTable {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 10px;
	margin-bottom: 8px;
}
.bookBox table.dataTable th {
	width: 33.333%;
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 10px;
}
.bookBox table.dataTable td {
	background-color: #fcfcfc;
	border: solid 1px #cccccc;
	padding: 10px;
}
.bookBox table.dataTable td.bCdt {
	color: #ac0000;
}
.bookBox .boxR .jBox,.orderbookBox .boRBox .jBox {
	height: 25px;
	margin-bottom: 0;
}
.bookBox .boxR .jBox span,.orderbookBox .boRBox .jBox span {
	height: 20px;
	box-sizing: border-box;
	color: #317f63;
	font-size: 9px;
	background-color: #ffffff;
	border: solid 1px #317f63;
	border-radius: 14px;
	margin-right: 5px;
	padding: 2px 18px;
	display: inline-block;
}
.bookBox .boxR .jBox a span,.orderbookBox .boRBox .jBox a span {
	height: 25px;
	box-sizing: border-box;
	color: #317f63;
	font-size: 9px;
	background-color: #ffffff;
	border: solid 1px #317f63;
	border-radius: 14px;
	margin-right: 5px;
	padding: 2px 18px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bookBox .boxR .jBox a:hover span,.orderbookBox .boRBox .jBox a:hover span {
	color: #ffffff;
	background-color: #317f63;
}
.bookBox .boxR .jBox span.genre,.orderbookBox .boRBox .jBox span.genre {
	padding: 4px 18px 4px 30px;
	position: relative;
}
.bookBox .boxR .jBox span.genre:before,.orderbookBox .boRBox .jBox span.genre:before {
	width: 21px;
	height: 21px;
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	background-color: #317f63;
	padding-top: 4px;
	content: "G";
	position: absolute;
	top: 1px;
	left: 1px;
}
.bookBox .boxR .jBox span.feel,.orderbookBox .boRBox .jBox span.feel {
	padding: 4px 18px 4px 30px;
	position: relative;
}
.bookBox .boxR .jBox span.feel:before,.orderbookBox .boRBox .jBox span.feel:before {
	width: 21px;
	height: 21px;
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	background-color: #317f63;
	padding-top: 4px;
	content: "F";
	position: absolute;
	top: 1px;
	left: 1px;
}

.cautionTG {
	font-size: 10px;
	color: #999999;
	text-align: right;
}
.cautionTG span {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	background-color: #317f63;
	border-radius: 9px;
	margin-right: 2px;
	padding-top: 1px;
	display: inline-block;
}


/*
.bookBox input[type="submit"] {
	width: 30%;
	font-size: 11px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 4px;
	margin-top: 8px;
	padding: 8px 2px;
	cursor: pointer;
	-webkit-appearance: none;
}*/
/*.bookBox .boxL {
	width: 18%;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	float: left;
}
.bookBox .boxR {
	width: 82%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}*/
.bookBox .boxR h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 4px 0 8px 0;
	clear: left;
}
.bookBox .boxR .price {
	font-size: 18px;
	font-weight: bold;
	color: red;
	margin-bottom: 8px;
}
.bookBox .boxR .postage {
	font-size: 14px;
	font-weight: bold;
	color: #A41616;
	margin-bottom: 8px;
	text-align: right;
}
/* ## small book box ## */
.bookBox.bsBox2 {
	width: 18%;
	height: 414px;
	margin-right: 2%;
	margin-bottom: 1.5%;
	padding: 0;
	overflow: hidden;
	float: left;
}
/*
.bookBox.bsBox2:nth-child(5n+2) {
	margin-right: 0;
}*/
.bookBox.bsBox2 a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}
.bookBox.bsBox2 .boxL {
	box-sizing: border-box;
	text-align: center;
/*	padding: 4px;*/
}
.bookBox.bsBox2 a:hover {
	text-decoration: none;
	opacity: 0.84;
}
.bookBox.bsBox2 a:hover .boxR h4 {
	text-decoration: underline;
}
.bookBox.bsBox2 a .boxR .author {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bookBox.bsBox2 a .boxL img {
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	vertical-align: bottom;
}
.bookBox.bsBox2 a:hover img {
	opacity: 0.84;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.bookBox.bsBox2 .boxL {
	width: 100%;
	height: 124px;
	box-sizing: border-box;
	overflow: hidden;
	float: none;
}
.bookBox .boxL img {
}
.bookBox .boxL {
	position: relative;
}
.bookBox.bsBox2 .boxR {
	width: 100%;
	box-sizing: border-box;
	padding: 2px 14px 14px 14px;
	overflow: hidden;
	float: none;
}
.bookBox.bsBox2 .boxR h4 {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	clear: left;
}
.bookBox.bsBox2 a .boxR h4 {
	color: #317f63;;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.bookBox.bsBox2 .boxR h4 img {
	max-width: 60px;
	max-height: 20px;
}
.bookBox.bsBox2 a .boxR .author {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bookBox.bsBox2 .boxR .price {
	font-size: 14px;
	margin-bottom: 4px;
}
.bookBox.bsBox2 .boxR .price .sub {
	font-size: 9px;
	color: #444444;
}
.bookBox.bsBox2 .boxR .price .subB {
	font-size: 10px;
}
.bookBox.bsBox2 .bbData {
	width: 50%;
	height: 40px;
	font-size: 9px;
	margin: -1px 0 0 -1px;
	padding: 0;
}
.bookBox.bsBox2 a .boxR .texBox {
	color: #242424;
	font-size: 12px;
}
.bookBox.bsBox2 a .boxR .texBox span {
	font-weight: bold;
}
.bookBox.bsBox2 a .boxR .texBox span.star {
	color: #ec9b00;
}

.noZaiko {
	background-color: #696969;
	opacity: 0.8;
	color: #ffffff;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 0;
}
.noResult {
	font-size: 16px;
	color: red;
}

/* ## detail.php ## */
#bookDet.baseBox {
	padding-bottom: 0;
}
.bookBox.bdBox {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.bookBox.bdBox .boxL {
	width: 28%;
	box-sizing: border-box;
	float: left;
}
.bookBox.bdBox .boxL img {
	max-width: 100%;
	vertical-align: bottom;
}
.flexslider .slides img {
	max-width: 100%;
	text-align: center;
	height: auto;
}
.bookBox.bdBox .boxR {
	width: 72%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}
.bookBox.bdBox .boxR h4 {
	font-size: 28px;
	line-height: 1.2;
	margin: 14px 0 8px 0;
}
.bookBox.bdBox .boxR .comme {
	font-size: 13px;
}
.bookBox.bdBox .boxR .price {
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
}
.bookBox.bdBox .boxR .jBox span {
	height: 25px;
	font-size: 10px;
	border-radius: 14px;
	margin-right: 5px;
}

/*
.bookBox.bdBox .boxR .postage {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	
}
*/
.bookBox.bdBox table.dataTable {
	font-size: 12px;
	margin-bottom: 14px;
}
.bookBox.bdBox .boxR .price .subB {
	font-size: 14px;
}
.bookBox.bdBox .boxR .condition {
	margin-bottom: 14px;
}
.bookBox.bdBox .boxR .condition span.cdStar {
	color: #ec9b00;
}
.bookBox.bdBox .boxR .condition span.cdDet {
	color: #317e62;
	font-weight: normal;
}

#snsLink:after {
}
#snsLink:after {
  content: "";
  clear: both;
  display: block;
}
#snsLink li {
	margin-right: 8px;
	float: left;
}
#snsLink li.skSdown a {
	width: 150px;
	font-size: 11px;
	box-sizing: border-box;
	color: #1c84ef;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #aaaaaa;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	display: block;
	padding: 1px 8px;
}
.sinfoCon {
	font-size: 12px;
	margin-bottom: 14px;
	overflow: hidden;
}

.bookBox.bdBox .subBox {
	width: 100%;
	box-sizing: border-box;
	margin-top: 14px;
	overflow: hidden;
}

/* ## buying.php ## */
.buyTex {
	margin-top: 14px;
}
.addCtable tr.bb {
	border-bottom: solid 1px #eeeeee;
}
.addCtable th {
	width: 10%;
	padding: 14px 0;
}
.addCtable td {
	padding: 14px 0;
}
.addCtable td p.acTitle {
	font-size: 16px;
	font-weight: bold;
}
.addCtable td .dabForm {
	margin-top: 8px;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */
.bookBox.bsBox2 .boxL {
  height: 100px;
}
.bookBox.bsBox2 {
	height: 274px;
}
	
/* ## detail.php ## */
.bookBox.bdBox {
	margin-bottom: 0;
	padding: 14px 14px 4px 14px;
}
.bookBox.bdBox .boxL {
	width: 100%;
	text-align: center;
	float: none;
}
.flexslider .slides img {
	width: auto;
	max-width: 100%;
	text-align: center;
	height: auto;
}
.bookBox.bdBox .boxR {
	width: 100%;
	float: none;
	padding-left: 0;
}
.bookBox.bdBox .boxR img {
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
}

	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */
.bookBox.bsBox2 .boxL {
  height: 108px;
}
.bookBox.bsBox2 {
	height: 278px;
}

/* ## detail.php ## */
.bookBox.bdBox {
	margin-bottom: 24px;
	padding: 14px;
}
.bookBox.bdBox .boxL {
	width: 100%;
	text-align: center;
	float: none;
}
.flexslider .slides img {
	width: auto;
	max-width: 100%;
	text-align: center;
	height: auto;
}
.bookBox.bdBox .boxR {
	width: 100%;
	float: none;
	padding-left: 0;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */
.bookBox.bsBox2 .boxL {
  height: 118px;
}
.bookBox.bsBox2 {
	height: 288px;
}
	
/* ## detail.php ## */



}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## index.php ## */
.cIntro {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ## index.php ## */
.searchTitle {
	font-size: 13px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 4px;
}
.searchTitle span {
	font-size: 11px;
	margin: 0 4px;
	padding: 2px 8px;
}
	
/* 検索数BOX */
#ctBox {
	width: 94%;
	box-sizing: border-box;
	background-color: #f9f9f9;
	border: solid 1px #e4e4e4;
	border-radius: 6px;
	text-align: center;
	margin: 10px auto 14px auto;
	padding: 8px 0 10px 0;
	position: relative;
}
#ctBox:after {
   content: '';
	position: absolute;
	border-top: 18px solid #f9f9f9;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	bottom: -17px;
	right: 47%;
}
#ctBox:before {
	content: '';
	position: absolute;
	border-top: 18px solid #e4e4e4;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	bottom: -18px;
	right: 47%;
}
.iNum {
	color: red;
	font-size: 18px;
	border-bottom: solid 1px #e4e4e4;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.iNum .sub {
	font-size: 12px;
	color: #242424;
}
	
/* 検索項目 */
#search {
	font-size: 12px;
	margin-bottom: 8px;
	padding: 4px 4px;
}
#search .ssBox {
	width: 49%;
	border-right: none;
	margin: 8px 0 4px 0;
	padding: 0 8px;
}
#search #zaikoBox.ssBox {
	width: 100%;
	padding: 0;
}
#search .ssBox input[type="text"] {
	margin: 0;
	padding: 4px 4px 4px 4px;
}
#search .ssBox select {
	padding: 4px 8px;
}
.sRes {
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 14px;
}
.sRes span {
	font-size: 18px;
}
.subSbox {
	width: 250px;
	padding: 0 24px;
}

.flTex {
	font-size: 15px;
	margin-bottom: 18px;
}

/* ## small book box ## */
.bookBox {
	border-radius: 14px;
	padding: 14px;
}
.bookBox.bsBox2 {
	width: 48%;
	margin-right: 2%;
	padding: 0;
	float: left;
}
	
.bookBox.bsBox2 .boxR {
	padding: 2px 12px 14px 12px;
}
.bookBox.bsBox2 .boxR h4 {
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 4px 0;
	padding: 0;
}
.bookBox.bsBox2 a .boxR .author {
	font-size: 12px;
	margin-bottom: 2px;
}
.bookBox .boxR .jBox,.orderbookBox .boRBox .jBox {
	height: 25px;
	margin-bottom: 0;
}
.bookBox .boxR .jBox,.orderbookBox .boRBox .jBox {
}
.bookBox .boxR .jBox span,.orderbookBox .boRBox .jBox span {
	height: 20px;
	margin-right: 4px;
	padding: 2px 18px;
	display: inline-block;
}
.bookBox .boxR .jBox a span,.orderbookBox .boRBox .jBox a span {
	height: 22px;
	margin-right: 4px;
	padding: 2px 18px;
	display: inline-block;
}
.bookBox .boxR .jBox span.genre,.orderbookBox .boRBox .jBox span.genre {
	padding: 2px 18px 2px 28px;
	position: relative;
}
.bookBox .boxR .jBox span.genre:before,.orderbookBox .boRBox .jBox span.genre:before {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	font-size: 9px;
	padding-top: 2px;
	top: 1px;
	left: 1px;
}
.bookBox .boxR .jBox span.feel,.orderbookBox .boRBox .jBox span.feel{
	padding: 2px 18px 2px 28px;
	position: relative;
}
.bookBox .boxR .jBox span.feel:before,.orderbookBox .boRBox .jBox span.feel:before {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	font-size: 9px;
	padding-top: 2px;
	top: 1px;
	left: 1px;
}
.cautionTG {
	font-size: 9px;
}
.cautionTG span {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	padding-top: 0;
}
	
/* ## detail.php ## */
.hdBox .texBox {
	padding-bottom: 14px;
}
.hdBox .texBox h3 {
	font-size: 20px;
	margin: 14px 0 8px 0;
}
.hdBox .texBox h3 span {
	font-size: 14px;
}
.hdBox .texBox address {
	margin: 8px 0 8px 0;
}
.hdBox .texBox p {
	line-height: 1.3;
	margin: 8px 0 10px 0;
}
.bookBox.bdBox .boxR h4 {
	font-size: 18px;
	line-height: 1.2;
	margin: 12px 0 4px 0;
}
.bookBox.bdBox .boxR .price {
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.bookBox.bdBox table.dataTable {
	font-size: 11px;
	margin-bottom: 14px;
}
.bookBox table.dataTable td {
	padding: 4px 8px;
}
.bookBox table.dataTable th {
	width: 33.333%;
	padding: 4px 8px;
}
	
.bookBox.bdBox .boxR .price .subB {
	font-size: 12px;
}
.bookBox.bdBox .boxR .jBox span {
	height: 22px;
	font-size: 10px;
	margin-top: 8px;
	margin-right: 4px;
}

/* tag */
.ctyTag {
	width: 124px;
	font-size: 9px;
	padding: 2px 4px;
}
.hdCode {
	width: 124px;
	font-size: 9px;
	padding: 2px 4px;
}
.hdBox .stars {
	margin-bottom: 5px;
}
	
.bookBox.bdBox .subBox {
	margin-top: 4px;
}
	
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## side ## */	

	
/* ## index.php ## */
	
section#main.bLists {
	position: relative;
}
/* 検索数BOX */
#ctBox {
	position: absolute;
	top: 4px;
	right: 0;
}
	
/* 件数表示 */
#main .iNum {
	color: red;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
	background-color: #E9E4E4;
	text-shadow: -1px -1px 0px #dcdcdc, 1px -1px 0px #dcdcdc, 1px 1px 0px #dcdcdc, -1px 1px 0px #dcdcdc;
	border-radius: 2px;
	padding: 0 10px 0 10px;
	float: right;
}
#main .iNum .sub {
	color: #444444;
	font-weight: normal;
	font-size: 12px;
	text-shadow: none;
}
select#selPri {
	margin-right: 8px;
	float: right;
}
	
/* 検索項目 */
#srBox {
	width: 84%;
	float: left;
	margin-bottom: 14px;
}
#srBox .sRes {
	height: 14px;
	font-size: 10px;
	border-radius: 2px;
	margin-right: 14px;
	margin-bottom: 2px;
	padding: 4px 10px;
}
#srBox .sRes:last-child {
	margin-right: 0;
}
	
/* ## small book box ## */
.bookBox.bsBox2 {
	height: 294px;
}
.bookBox.bsBox2 .boxL {
  height: 100px;
}

/* ## detail.php ## */
.hdBox .texBox address .dn02 {
	display: none;
}
	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */
.hBox .texBox {
	height: 234px;
}

/* ## small book box ## */
.bookBox.bsBox2 {
	height: 308px;
}
.bookBox.bsBox2 .boxL {
  height: 114px;
}

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {


/* ## index.php ## */
.hBox .texBox {
	height: 224px;
}
	
/* ## small book box ## */
.bookBox.bsBox2 {
	height: 318px;
}
.bookBox.bsBox2 .boxL {
  height: 124px;
}

}