@charset "UTF-8";
@media screen and (max-width: 640px) {

/* スマホ用CSS ↓*/


/* -------------- 背景設計 -------------- */

section#catalog-detail-contents {
	padding-bottom: 25px;
}
section#catalog-detail-book {
	padding: 25px 15px;
}

/* -------------- index.php 個別設定 -------------- */


/* --- Tree --- */
dd.check-genre-tree ul > li > ul li {
	display: inline-block;
}

dd.check-genre-tree h3 {
	padding: 10px 0;
}

dd.check-genre-tree > ul {
	padding: 5px 0;
}

dd.check-genre-tree > ul li {
	padding: 5px 0;
	line-height:1.6;
}

dd + label {
	border: 1px solid #eeeeee;
}


dd.sf_label label {
	margin-bottom: 10px;
}


/* -------------- サイト共通汎用部品：デフォルトフォーム部品 -------------- */

section#catalog-search dd:nth-of-type(5) select {
	width: 100%;
}

/* -------------- result.php 個別設定 -------------- */

form.page-sort {
	float: none;
}

div.result-select {
	display: block;
}

/* -------------- detail.php 個別設定 -------------- */

.tab {
	border: 0;
}

.tab li {
	margin-right: 0;
}

.tab li:nth-child(even) {
	margin-left: 10px;
}

section#catalog-detail-ondemand div.inner {
	padding: 0 15px 15px;
}

/* スマホ用CSS ↑*/


}