/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* =============================================== */
/** カテゴリーページ共通CSS
/* ----------------------------------------------- */
/* ルール */
/* ある程度の部品に分解する                       */
/* マージンやパディングは、基本的に下方向につける */

/* フォントサイズは em で指定する                 */
/* 基本的には 1em = 16px となる                   */

/* =============================================== */
/** 基本パーツ
/* ----------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 1.3;
	text-align: center;
}

* {
	font: inherit;
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "MS-PGothic", "Hiragino Kaku Gothic Pro", osaka, Verdana, Arial, Georgia, "メイリオ", "Meiryo", "MS UI Gothic", sans-serif;
}

img {
	border: none;
}

dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
li,
iframe {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:visited:hover {
	color: #333333;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline-style: none;
}

#main {
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	#main {
		width: 100%;
	}
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0 0 0 1em;
	padding: 0;
}

a img {
	transition-duration: .3s;
	height: auto;
}

a:hover img {
	opacity: 0.8;
}

/* =============================================== */
/** 共通
/* ----------------------------------------------- */
.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb60 {
	padding-bottom: 60px;
}

.bottom-border {
	border-bottom: 1px solid #cccccc;
}

/* header */
.SellHeadArea {
	padding: 20px 0;
	font-size: 0;
}

.SellHeadLogoArea {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.SellHeadLogo {
	font-size: 0.9em;
}

.SellHeadLogo img {
	max-width: 240px;
}

.SellHeadBtnArea {
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: top;
}

.SellHeadBtn {
	display: block;
	padding-right: 15px;
}

.SellHeadBtn img {
	max-width: 125px;
}

.SellHeadBtn a {
	line-height: 1;
}

.SellHeadBtnTxt {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
}

.SellHeadHeadingArea {
	font-size: 0;
}

.SellHeadHeadingArea-bg {
	background-color: #003796;
}

.SellHeadHeading {
	display: inline-block;
	width: 710px;
	color: #fff;
	vertical-align: top;
}

.SellHeadHeading h1 {
	padding: 21px 18px;
}

.SellHeadHeading a {
	color: #fff;
}

.SellHeadHeading a:link,
.SellHeadHeading a:visited {
	color: #fff;
}

.SellHeadHeading a:hover {
	opacity: 0.8;
	color: #fff;
}

.SellHeadHeadingTxt {
	font-size: 1rem;
	line-height: 1;
	zoom: 1;
}

.SellHeadHeadingBtnArea {
	padding: 12px 0;
	display: inline-block;
	width: 258px;
	text-align: right;
	vertical-align: top;
}

.SellHeadHeadingBtn-bg {
	background: #003796 url(https://content.bookoffonline.co.jp/files/sell/images/sell-arrow-white.png) no-repeat 96% 50%;
	background-size: 8px;
}

.SellHeadHeadingBtn {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
}

.SellHeadHeadingBtn a {
	padding: 7px 30px 5px 21px;
	display: block;
	text-align: center;
	line-height: 1.5;
}

.SellHeadHeadingBtnTxt {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
}

/* header */
@media screen and (max-width: 640px) {
	.SellHeadArea {
		padding: 15px 0;
		font-size: 0;
	}

	.SellHeadLogoArea {
		margin-top: 8px;
		width: 50%;
	}

	.SellHeadLogo {
		padding: 0;
		text-align: center;
	}

	.SellHeadLogo img {
		width: 86%;
		height: auto;
	}

	.SellHeadBtnArea {
		padding: 0;
		display: inline-block;
		width: 50%;
	}

	.SellHeadBtn {
		padding-right: 10px;
	}

	.SellHeadHeadingArea {
		padding: 10px;
	}

	.SellHeadHeading {
		margin-top: 10px;
		width: 50%;
	}

	.SellHeadHeading h1 {
		padding: 0;
	}

	.SellHeadHeadingBtnArea {
		padding: 0;
		display: inline-block;
		width: 50%;
	}
}

/* footer上共通部分 */
.SellFooterEntryArea {
	padding: 30px 0;
	text-align: center;
}

.SellEntryArea-gray {
	background: #F5F5F5;
}

.SellEntryBtnArea {
	margin-bottom: 10px;
}

.SellEntryBtn {
	display: inline-block;
	border-radius: 8px;
	border: 2px solid #ffffff;
	max-width: 300px;
	margin: 0 auto;
}

.SellEntryBtn-bg {
	background-color: #FF6600;
}

.SellEntryBtnTxt {
	padding: 20px 68px;
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
}

.SellEntryBtn:hover,
.SellEntryBtn:visited:hover {
	opacity: 0.8;
	color: #fff;
}

.SellEntryTxtBox {
	margin-bottom: 10px;
	color: #444;
	font-size: .875em;
}

.SellEntryTxt-color-orange {
	color: #FF6600;
}

.SellEntryImgArea img {
	width: 20%;
	height: auto;
}

.SellEntryTxtTel {
	padding-top: 15px;
	margin: 0;
}

.SellEntryTxtTelTtl {
	font-size: .875em;
	color: #444;
}

.SellEntryTxtTelTtl a {
	color: #336699;
}

.SellEntryTxtTelNum {
	font-weight: bold;
	color: #444;
}

.SellEntryTxtTelTime {
	font-size: 0.875em;
	color: #444;
}

.SellBnrArea {
	padding: 40px 0 80px;
}

.SellBnrImgArea {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	width: 90%;
}

.SellBnrImg {
	display: inline-block;
	width: 50%;
}

.SellBnrImg:hover {
	opacity: 0.8;
}

.SellBnrImg a {
	display: block;
}

.SellBnrImg img {
	width: 90%;
}

/* footer上共通部分 */
@media screen and (max-width: 640px) {
	.SellBnrArea {
		padding: 20px 0 0;
	}

	.SellEntryImgArea img {
		width: 50%;
		height: auto;
	}

	.SellEntryBtn {
		display: block;
	}

	.SellEntryBtnTxt {
		padding: 1em 0;
	}

	.SellBnrImg-area {
		width: 100%;
	}

	.SellBnrImg {
		margin-bottom: 20px;
		display: block;
		width: 100%;
	}
}

/* footer */
#footer {
	margin: 0 auto;
	background-color: #F7F7F7;
}

.SellFooterArea {
	margin-left: 40px;
	padding: 20px 0 0;
}

.SellFooter {
	margin: 0 40px;
	display: inline-block;
	vertical-align: top;
}

.SellFooter a {
	color: #336699;
}

.SellFooterTxt {
	margin-bottom: 16px;
	font-size: 0.9em;
	/*font-weight: bold;*/
	list-style: none;
	text-align: left;
}

.SellFooterTxt:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #336699;
	position: relative;
	left: -15px;
	top: -3px;
}

/* footer */
@media screen and (max-width: 640px) {
	#footer {
		background-color: #fff;
	}

	.SellFooterArea {
		margin-left: 0;
		padding: 0;
	}

	.SellFooter {
		margin: 30px 0 0;
		display: block;
		border-bottom: solid 1px #dddddd;
	}

	.SellFooter a {
		padding: 16px 20px;
		display: block;
		color: #333;
	}

	.SellFooterTxt {
		margin: 0;
		border-top: solid 1px #dddddd;
		font-weight: normal;
		background: url(https://content.bookoffonline.co.jp/files/sell/images/arrow.png) no-repeat;
		background-position: center right 7px;
		background-size: 10px, auto, contain;
	}

	.SellFooterTxt:before {
		content: none;
	}
}

/* コピーライト */
.CopyrightArea {
	margin: 0 auto;
	padding: 14px 0 30px;
	width: 980px;
	background-color: #F7F7F7;
	line-height: 1.6;
}

.Copyright {
	padding: 0 20px;
}

.Copyright div {
	font-size: .75em;
	color: #777777;
}

@media screen and (max-width: 320px) {
	.Copyright div {
		font-size: .7em;
	}
}

/* コピーライト */
@media screen and (max-width: 640px) {
	.CopyrightArea {
		padding: 90px 0;
		width: 100%;
	}

	.Copyright {
		padding: 0 4%;
		font-size: 1em;
	}
}

.SellMB {
	display: none;
	*display: none;
}

@media screen and (min-width: 641px) {
	.MB {
		display: none;
	}

	.SellMB {
		display: none;
	}

	.SellPC {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.PC {
		display: none;
	}

	.SellPC {
		display: none;
	}

	.SellMB {
		display: block;
		margin: 0 auto;
	}
}

/* ipad----------------------------------------------- */

@media screen and (min-width: 640px) and (max-width: 980px) {
	.SellHeadLogoArea {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	.SellHeadBtnArea {
		padding: 10px 0;
		display: inline-block;
		width: 50%;
		text-align: right;
		vertical-align: top;
	}

	.SellHeadBtn {
		margin-right: 10px;
		padding: 0;
		display: inline-block;
		border-radius: 4px;
	}

	.SellHeadHeading {
		display: inline-block;
		width: 50%;
		color: #fff;
		vertical-align: top;
	}

	.SellHeadHeadingBtnArea {
		width: 50%;
	}

	.SellHeadHeadingBtn {
		margin-right: 10px;
	}

	#footer {
		background: #F7F7F7;
		width: 100%;
		margin: 0 auto;
		padding: 0px;
		line-height: 160%;
		font-size: 83%;
		clear: both;
	}

	.CopyrightArea {
		margin: 0 auto;
		padding: 14px 0 30px;
		width: 100%;
		background-color: #F7F7F7;
		line-height: 1.6;
	}
}

/* =============================================== */
/** modal (申込)
/* ----------------------------------------------- */
.ModalScreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: 100;
	background-color:
		rgba(0, 0, 0, 0.7);
}

.ModalRequest {
	position: relative;
	top: 20%;
	width: 400px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #fff;
	z-index: 101;
}

.ModalContentBoxArea {
	padding: 18px 0;
}

.ModalContentHeading h2 {
	padding: 0 0 6px;
	font-size: 1.3em;
}

.ModalBtn-blue {
	color: #fff;
	border: 2px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00479d), color-stop(0.00, #003894));
	background: -webkit-linear-gradient(#00479d, #003894);
	background: -moz-linear-gradient(#00479d, #003894);
	background: linear-gradient(#00479d, #003894);
}

.ModalBtn-big {
	margin: 0 5%;
	font-size: 22px;
	font-weight: bold;
	border-radius: 6px;
}

.ModalBtnArea a {
	display: block;
	text-decoration: none;
}

.ModalBtn-blue a {
	color: #fff;
}

.ModalBtn-blue a:hover {
	color: #fcffcc;
}

.ModalBtn-big .ModalBtn {
	padding: 18px 0;
	display: block;
}

@media screen and (max-width: 640px) {
	.ModalRequest {
		width: auto;
		margin: 0 4%;
	}
}

/* =============================================== */
/** modal 　2020-08-03 追加
/* ----------------------------------------------- */
.ModalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

.ModalContentsBox {
	position: relative;
	margin: 30px auto;
	padding: 30px;
	width: 600px;
	background-color: #fff;
  overflow-y: auto;
  max-height: 82vh;
}

.ModalHeader {
	text-align: right;
}

.ModalClose {
	display: inline-block;
	margin-top: -16px;
	margin-right: -6px;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.ModalMain {
	padding: 0;
}

.ModalHeading {
	padding: 0 0 20px;
	text-align: center;
}

.ModalHeading h2 {
	margin: 0;
	padding: 0 0 0.5em;
	width: 100%;
	height: auto;
	background: none;
	line-height: 1;
}

.ModalContents {
	padding: 0;
	text-align: left;
}

.ModalContentsTxt {
	font-size: 0.9em;
	line-height: 1.5;
	word-break: break-all;
}

.ModalContentsBtnArea {
	padding: 0;
	text-align: center;
}

.ModalContentsBtn {
	display: inline-block;
	padding: 0.7em 0.9em 0.6em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
}

.ModalCloseBtnTxt {
	font-size: 0.9em;
	line-height: 1;
}

.SellNoteArea {
	text-align: right;
	margin: 8px 20px 40px 0px;
}

.SellNote {
	display: inline-block;
	cursor: pointer;
}

.SellNoteTxt {
	font-size: .875em;
	line-height: 1;
}

.HelpBtnImg {
	position: relative;
	top: 3px;
	margin-right: 4px;
}

@media screen and (max-width: 1024px) {
	.ModalContentsBox {
		width: auto;
		margin: 30px 5%;
		padding: 14px 14px 24px;
	}

	.ModalClose {
		margin-top: -10px;
		margin-right: -4px;
	}
}

@media screen and (max-width: 320px) {
	.ModalContentsBox {
		max-height: 69%;
	}
}

.SellFAQContentArea {
	padding: 0 0 60px;
}

@media screen and (min-width: 768px) {
	.SellFAQContentArea {
		padding: 0 0 50px;
	}
}

.SellFAQ {
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
	.SellFAQ {
		margin: 0 30px;
	}
}

.SellFAQHeading {
	padding: 12px 34px;
	color: #369;
	font-size: 1em;
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/arrow-down@3x.png);
	background-position: 6px 50%;
	background-size: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/arrow-down@1x.png);
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/arrow-down@1x.png);
	transition-duration: .3s;
}

.SellFAQHeading:hover {
	background-color: #f5f5f5;
}

.js-accordion-area {
	display: none;
}

.SellFAQ .is-present {
	color: #000;
	background-color: transparent;
}

.SellFAQ .is-present:hover {
	background-color: transparent;
}

.SellFAQTxtArea {
	margin: 0 24px 14px;
	padding: 10px;
	background-color: #ffe;
	line-height: 1.6;
}

.SellFAQTxt {
	line-height: 1.6;
}

.SellFAQTxt p {
	font-size: .875em;
	line-height: 1.6;
}

.SellFAQTxt+.SellFAQTxt {
	padding: .7em 0 0;
}

.SellFAQ-SellContentList {
	padding: 0 0 0 30px;
}

.SellFAQ-SellContentList li {
	font-size: .875em;
	line-height: 1.6;
}

.SellFAQImageArea {
	margin: 20px 12px 16px 0;
	display: inline-block;
}

.omataseImage {
	max-width: 300px;
}

@media screen and (max-width: 640px) {
	.SellFAQImageArea {
		margin: 10px 0;
		display: block;
		text-align: center;
	}
}

.SellCategoryContents-aside {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 30px;
}

.caption {
	color: #666666;
	font-weight: bold;
	line-height: 1;
	font-size: .875em;
	margin-bottom: 8px;
}

.note {
	list-style-type: none;
}

.note li {
	font-size: .875em;
	line-height: 1.4;
	color: #333333;
}

.SellCategoryContentsFlowList {
	margin-bottom: 56px;
}

.SellCategoryContentsFlowList li {
	margin-bottom: 24px;
	overflow: inherit;
}

.SellCategory-lead {
	color: #003894;
	font-size: .875em;
	text-align: center;
	margin-bottom: 5px;
}

.SellCategory-heading {
	color: #003894;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.SellCategory-heading {
		margin-bottom: 30px;
	}
}

.SellCategory-heading::before,
.SellCategory-heading::after {
	content: "";
	width: 2px;
	height: 40px;
	background: #3360A9;
	position: absolute;
	top: 50%;
	left: 50%;
}

.SellCategory-heading::before {
	transform: translate(-130px, -50%) rotate(-25deg);
}

.SellCategory-heading::after {
	transform: translate(130px, -50%) rotate(25deg);
}

.SellCategory-heading span {
	display: block;
}

@media screen and (min-width: 768px) {
	.SellCategory-heading span {
		display: inline;
	}

	.SellCategory-lead {
		font-size: 1em;
	}

	.SellCategory-heading {
		font-size: 1.5em;
	}

	.SellCategory-heading::before {
		transform: translate(-276px, -50%) rotate(-25deg);
	}

	.SellCategory-heading::after {
		transform: translate(276px, -50%) rotate(25deg);
	}
}

.SellContentsBtnArea {
	border: 1px solid #888888;
	border-radius: 5px;
	background: #ffffff;
	max-width: 300px;
	margin: 0 auto;
}

.SellContentsBtn {
	display: block;
	padding: 15px 24px 15px 18px;
}

a.SellContentsBtn:link,
a.SellContentsBtn:visited,
a.SellContentsBtn:hover,
a.SellContentsBtn:active,
a.SellContentsBtn:focus {
	color: #333333;
	text-decoration: none;
}

.SellContentsBtn .btn-txt {
	display: block;
	text-align: center;
}

.btn-arrow {
	background: url(https://content.bookoffonline.co.jp/mbfiles/sell/common/image/20170914/sell-arrow.gif) no-repeat right 48%;
}

.arrow-r {
	position: relative;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/arrow.png) no-repeat;
	background: none;
	background-position: center right 7px;
	background-size: 7px, auto, contain;
}

@media screen and (min-width: 768px) {
	.SellContents-btnArea {
		border: 1px solid #888888;
		border-radius: 5px;
		max-width: 300px;
		margin: 0 0 30px 0;
	}
}

.SellContents-btnTxt {
	display: block;
	text-align: center;
	line-height: 1;
	padding: 12px;
	color: #333333;
}

.SellContents-btnTxt:link {
	color: #333333;
}

.SellContents-btnTxt:hover {
	text-decoration: none;
}

.SellContents-btnTxt:visited {
	color: #333333;
}

.txt {
	font-size: .875em;
	line-height: 1.6;
	text-align: center;
}

.txt-left {
	font-size: .875em;
	line-height: 1.6;
	text-align: left;
}

#PageTop {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 10px;
	opacity: 0.6;
	-webkit-opacity: 0.6;
}

/* =============================================== */
/** 2021-03-23 追加
/* ----------------------------------------------- */
.flex {
	display: flex;
	flex-wrap: wrap;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
}

.SellKaitoriCategory {
	margin-bottom: 30px;
	padding: 0 8%;
}

.SellKaitoriCategoryNav {
	display: inline-block;
	width: 16.66%;
	text-align: center;
}

.NavLinkArea {
	display: block;
	padding: 14px 0;
	width: 100%;
}

.NavLinkImg {
	display: block;
	margin: 0 auto;
	width: 50px;
}

@media screen and (max-width: 640px) {
	.SellKaitoriCategoryNav {
		width: 33.33%;
	}

	.NavLinkArea {
		padding: 0 0 12px 0;
	}

	.NavLinkImg {
		width: 40px;
		height: auto;
	}
}

/* =============================================== */
/** 2021-08-26 追加
/* ----------------------------------------------- */

/* coupon */

.CouponArea {
	margin-bottom: 100px;
	padding: 20px;
	background-color: #fffee8;
	text-align: center;
}

.CouponAside {
	margin-bottom: 16px;
}

.CouponCode input::-ms-clear {
	visibility: hidden
}

.CouponCodeTxt {
	font-size: 1.88em;
	padding: 5px;
	text-align: center;
	width: 226px;
	font-weight: bold;
}

.CouponCodeBtn {
	padding: 20px 100px;
	display: inline-block;
	border-radius: 8px;
	background-color: #ff6600;
	cursor: pointer;
}

.CouponCodeBtnTxt {
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
}

.CouponCodeBtn:hover {
	opacity: 0.8;
}

.CouponTxtArea {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	width: 100%;

}

.CouponTxt-small {
	font-size: 0.875em;
}

/* contents */
.Headline {
	margin-bottom: 30px;
	padding: 10px;
	line-height: 1.5;
}

.Heading,
.Subheading {
	font-size: 16px;
}

.LpContents {
	margin-bottom: 60px;
}

.LpContentsBorderArea {
	padding: 3%;
	border: none;
	border-radius: 0;
}

.LpContentsInner {
	padding-left: 3%;
	padding-right: 3%;
}

.LpContentsBG-gray {
	padding-top: 20px;
	padding-bottom: 20px;
}

.LpContentsHeadingTxt {
	width: 100%;
}

.LpContentsHeadingTxt .Heading {
	font-size: 1em;
}

.LpContentsTxtBox {
	padding: 0 3%;
}

.LpContentsTxt {
	font-size: 0.875em;
}

.LpContentsTxtArea-right .LpContentsTxt {
	font-size: 1em;
}

.LpContentsList {
	margin: 0 3%;
}

#summary h3 {
	margin-bottom: 10px;
}

#summary table,
#summary tr,
#summary th,
#summary td {
	border-collapse: collapse;
	border: 1px solid #999;
}

#summary table {
	width: 100%;
	line-height: 1.5;
	background-color: #fff;
	word-break: break-all;
	overflow: hidden;
	table-layout: fixed;
}

.C1 {
	width: 30%;
}

#summary th {
	background-color: #f3f3f3;
	font-size: 0.885em;
	font-weight: bold;
	text-align: center;
}

.C2 {
	width: 69%;
}

#summary td {
	padding: 12px;
	font-size: 12px;
}

#summary table li {
	padding-left: 8px;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/lp/marker.gif) no-repeat 0 0.6em;
}



/* louisvuitton_hermes_chanel_figure_doll--------------------------------- */
.SellCategoryItemContents {
	margin: 0 20px 80px;
}

.SellCategoryItemContentsTxtArea {
	padding: 0 16px;
}

.SellHeadline {
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 1.3;
	font-size: 1.3em;
	background: #F5F5F5;
	border-left: 8px solid #3360A9;
	padding: 15px 20px 12px;
	margin-bottom: 20px;
}

.SellCategoryboxGenreTitle-txt-cp {
	font-size: .88em;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	word-break: break-all;
}

.SellCategoryboxGenreTitle-txt-cp {
	display: block;
	text-align: left;
}

.SellCategoryboxGenreTitleArea-cp {
	display: block;
	font-size: 16px;
	margin: 0 10px;
}

.SellCategoryboxGenreTitleArea-cp {
	display: inline-block;
}

.SellCategorybox-cp {
	text-align: center;
}

/* 以下category-kaden.css --------------------------------- */

/* common start*/
.custmerAreaPositionMb8 {
	margin-bottom: 8px;
}

.custmerAreaPositionMb30 {
	margin-bottom: 30px;
}

.custmerAreaPositionMb60 {
	margin-bottom: 60px;
}

.custmerAreaPositionMb80 {
	margin-bottom: 80px;
}

.custmerAreaPositionMb100 {
	margin-bottom: 100px;
}

.custmerAreaPositionMb160 {
	margin-bottom: 160px;
}

@media screen and (max-width: 520px) {
	.CouponCodeBtnTxt {
		font-size: 1.4em
	}
}

@media screen and (max-width: 640px) {
	.CouponCodeBtn {
		padding: 20px 1em;
		display: block;
	}
}

/*common end  */

/* Breadcrumbs start */
#detail-Breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	margin: 0 0 8px 0;
}

#detail-Breadcrumbs-list li {
	padding: 4px 16px 4px 6px;
	background: url(https://content.bookoffonline.co.jp/files/common/images/parts/breadcrumbs.png) right center no-repeat;

}

#detail-Breadcrumbs-list li:last-child {
	background: none;
}

#detail-Breadcrumbs-list a {
	color: #000;
	font-size: 0.8em;
}

#detail-Breadcrumbs-list span {
	color: #000;
	font-size: 0.8em;
}

/* Breadcrumbs end */

/* slider start*/
html,
body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.slick-dots li button:before {
	content: '\2022';
	font-size: 20px;
}

.SellCategoryboxGenreTitleArea-cp {
	text-align: center;
}

/* slider end */

.slider {
	display: flex;
	margin: 0 auto 80px;
	width: 80%;
}

.sliderInner {
	text-align: center;
}

.sliderWrap .sliderInner img {
	max-width: 100%;
	height: auto;
}

.slick-active {
	opacity: 1;
}

.slick-slide {
	opacity: 1;
}

.slick-prev:before {
	position: absolute;
	content: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png);
	transform: rotate(180deg);
	right: 10px;
}

.slick-next:before {
	position: absolute;
	content: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png);
}

@media screen and (max-width:767px) {
	.slider {
		overflow-x: scroll;
		width: 95%;
		margin: 0 0 20px 5%;
	}

	.sliderWrap .sliderInner img {
		max-width: inherit;
		width: 150px;
	}
}

/* #applicable start */
#applicable {
	margin: 0 20px 80px;
}

.applicableInner {
	display: flex;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#applicable .applicableInner:last-child {
	border-bottom: 1px solid #ccc;
}

.applicableInnertextWrap {
	border-right: 1px solid #ccc;
}

.applicableInner--brandName {
	text-align: center;
}

.applicableInnertextWrap {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1f4f9;
}

.applicableInner--brandDescription {
	width: 69%;
	letter-spacing: 0.35px;
	padding: 12px;
	font-size: 14px;
	font-family: "Meiryo UI", "?l?r ?o?S?V?b?N", "MS-PGothic", "Hiragino Kaku Gothic Pro", osaka, Verdana, Arial, Georgia, "???C???I", "Meiryo", "MS UI Gothic", sans-serif;
}

@media screen and (max-width:520px) {
	.applicableInner {
		display: block;
	}

	.applicableInnertextWrap {
		width: 100%;
		padding: 15px;
	}

	.applicableInner--brandDescription {
		width: 100%;
	}

	.applicableInner,
	.applicableInnertextWrap,
	#applicable .applicableInner:nth-of-type(4) {
		border: none;
	}
}

/* #applicable end */

/*sell start*/
.SellPC-SellCategory-TitleImage {
	width: 980px;
	height: 580px;
}

.SellMB-SellCategory-TitleImage {
	width: 100%;
	height: auto;
}

.audio-list {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}

.SellCategory-TitleArea {
	margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
	.SellCategory-TitleImage {
		width: 100%;
		height: auto;
	}
}

.lead {
	background: #fff;
	padding: 22px 10px 18px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.lead {
		text-align: left;
	}
}

.lead-txt {
	font-size: 1rem;
	line-height: 1.6;
	color: #333333;
}

.SellHeadline {
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	font-size: 1.5rem;
	background: #F5F5F5;
	border-left: 8px solid #3360A9;
	padding: 10px 20px 11px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.SellHeadline {
		margin: 0 20px 40px;
	}
}

@media screen and (max-width: 320px) {
	.SellHeadline {
		font-size: 1.1rem;
	}
}

.SellContents div {
	box-sizing: border-box;
}

.SellCategoryContents {
	padding: 0 26px;
	line-height: 1.6;
	font-size: 0;
	text-align: left;
	box-sizing: border-box;
}

.SellCategoryContents p,
.SellCategoryContents li,
.SellCategoryContents dt,
.SellCategoryContents dd,
.SellCategoryContents h2,
.SellCategoryContents h3 {
	font-size: 16px;
	list-style-type: none;
}

.SellCategoryContents li {
	margin-bottom: 0;
}

@media screen and (min-width:520px) {
	.SellCategoryListMarkItemExplanation {
		padding-top: 40px;
	}
}

.SellCategorybox {
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 40px;
	vertical-align: top;
	padding: 0 8px;
}

.SellCategoryboxImage {
	width: 100%;
	height: auto;
}

.SellCategorybox a,
.SellCategoryboxGenreTitleArea {
	display: block;
	font-size: 16px;
	margin: 0 auto;
}

.SellCategorybox a {
	cursor: pointer;
}

.PurchaseCategoryItemContents .SellCategoryboxGenreTitle-txt-cp {
	color: #369;
	text-decoration: underline;
}

.SellCategoryContentsImageArea {
	display: block;
	font-size: 16px;
	margin: 0 auto;
}

.SellCategoryboxImageArea {
	display: block;
	margin-bottom: 8px;
}

.PurchaseCategoryItemContents .SellCategoryboxImageArea:hover {
	opacity: 0.5;
}

.PurchaseCategoryItemContents .SellCategoryboxGenreTitle-txt-cp:hover {
	color: #333;
}

@media screen and (max-width: 767px) {
	.SellCategoryboxImageArea {
		margin: 0 auto 8px;
		max-width: 150px;
	}
}

.SellCategoryContentsImage--attribute {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}

.SellCategoryContentsImage--flow {
	width: 60%;
	height: auto;
	max-width: 240px;
	display: block;
	margin: 0 auto 20px;
}

.SellCategoryboxGenreTitle-txt {
	font-size: .875rem;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	word-break: break-all;
	margin-bottom: 10px;
}

a .SellCategoryboxGenreTitle-txt {
	color: #333;
	text-decoration: underline;
	word-break: break-all;
}

.SellCategoryboxGenrePrice-txt {
	display: inline-block;
	color: #FF3030;
	line-height: 1.5;
	width: 100%;
}

.SellCategoryContentsTxtArea {
	font-size: 16px;
}

.SellCategoryContentsFlowList {
	font-size: 16px;
	margin: 0 4%;
}

@media screen and (max-width: 768px) {
	.SellCategoryContentsTxtArea {
		padding: 0 0 20px 0;
	}

	.SellCategoryContentsImage--attribute {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.SellCategoryboxGenreTitle-txt {
		font-size: 1.125rem;
	}

	.SellCategoryContentsImageArea {
		font-size: 16px;
		display: inline-block;
		width: 40%;
		box-sizing: border-box;
		vertical-align: top;
	}

	.SellCategoryContentsFlowList {
		display: inline-block;
		width: 56%;
	}
}

.SellCategoryHeadlineSecondary {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 10px;
	display: flex;
}

.SellCategoryHeadlineSecondary--icon {
	margin: 0 15px 0 0;
	justify-content: center;
}

.SellCategoryListMarkItrem {
	font-size: .875rem;
	color: #333;
}

.SellCategoryContents-col4 .SellCategorybox {
	width: 25%;
	margin: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
	.SellCategoryContents-col4 .SellCategorybox {
		width: 50%;
	}
}

.SellCategoryContents-col4 {
	font-size: 0;
}

.SellCategoryContents-col4 a {
	cursor: pointer;
}

.SellCategoryContents-col4 .SellCategoryboxImage {
	max-width: 140px;
}

@media screen and (min-width: 768px) {
	.SellCategoryContents-col4 .SellCategoryboxImage {
		max-width: 160px;
	}
}

/*sell end*/

/* sellList start */
.sellListArea {
	margin: 0 24px 0;
	padding: 0 10px 0;
	line-height: 1.6;
}

.sellListTextArea {
	display: flex;
	flex-wrap: wrap;
}

.sellListTextArea div {
	padding: 10px 34px;
	background-color: #ffe;
	margin: 0 10px 10px 0;
	border-radius: 25px;
}

.sellList .UGFAQHeading {
	color: #000;
}

.sellList .SellContents-btnArea {
	margin: 30px 0 0 0;
}

/* sellList addition start */
.sellListTextArea .sellListLink {
	padding: 0;
}

.sellListTextArea .sellListLink a:hover {
	color: #336699;
}

.sellListTextArea .sellList-underline {
	text-decoration: underline;
}

.sellListTextArea .sellListLinkTxt {
	display: block;
	padding: 10px 34px;
}

.sellListTextArea .sellList-btn {
	background-color: #fff;
	border: 1px solid #ccc;
}

.sellListTextArea .sellList-btn a,
.sellListTextArea .sellList-btn a:hover {
	color: #333;
}

/* sellList addition end */

@media screen and (max-width:520px) {
	.sellListArea {
		margin-right: 0;
	}
}

/* sellList end */

/*brand start*/
#SellHeadlineSectionWrap {
	margin-bottom: 60px;
}

.SellHeadline--fontsize {
	margin-bottom: 36px;
}

.SellCategoryItemscroll {
	padding: 0 120px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.SellCategoryItemscroll {
		padding: 0;
	}
}

.arrow-back {
	position: absolute;
	background: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png) no-repeat 0 0;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 0;
	margin-top: -18px;
	cursor: pointer;
	transform: rotate(180deg);
}

.arrow-next {
	position: absolute;
	background: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png) no-repeat 0 0;
	width: 36px;
	height: 36px;
	top: 50%;
	right: 0;
	margin-top: -18px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {

	.arrow-back,
	.arrow-next {
		display: none;
	}
}

.SellCategoryItemContents {
	overflow-x: hidden;
	margin: 0 0 80px;
}

.SellCategoryItemContentsCampaign {
	margin: 0 20px 0px;
}

.SellCategoryContents-col4scroll {
	width: 200vw;
	display: flex;
}

@media screen and (max-width: 767px) {
	.SellCategoryContents-col4scroll {
		width: 480vw;
	}
}

.SellCategorybox {
	width: calc(100%/7);
	margin: 0;
}

.SellCategoryboxGenrePrice-txt-head {
	padding: 0 0 4px 0;
	display: block;
}

.SellCategoryboxGenrePrice-txt {
	font-weight: bold;
	padding: 0 0 12px 0;
}

.textaligncenter {
	text-align: center;
}

.SellCategoryContents--fontsize {
	font-size: 16px;
}

.SellHeadline--fontsize {
	font-size: 28px;
}

.SellContents-btnArea {
	font-size: 16px;
}

.SellContents-btnAreaPosition {
	justify-content: center;
	display: flex;
}

.SellContents-btnArea {
	border: 1px solid #888888;
	border-radius: 5px;
	max-width: 300px;
	margin: 0 0 30px 0;
}

@media screen and (min-width: 768px) {
	.SellContents-btnArea {
		max-width: 360px;
	}
}

.SellContents-btnArea a {
	padding: 22px 60px;
}

@media screen and (max-width: 767px) {
	.SellContents-btnArea a {
		padding: 22px 50px;
	}
}

.SellContents-btnTxtMain {
	display: block;
	padding: 0 0 8px 0;
}

.SellContents-btnTxtSub {
	font-size: 12px;
}

.flex {
	display: flex;
}

.block {
	display: block;
}

.txtbold {
	font-weight: bold;
}

.SellCategoryContentsTxtRound {
	background-color: #ffe;
	border-radius: 100px;
	margin: 30px 0 40px 30px;
}

@media screen and (max-width: 767px) {
	.SellCategoryContentsTxtRound {
		margin: 4px 0 4px 10px;
	}
}

.SellCategoryContentsTxtRoundDetail {
	padding: 12px 20px;
	display: block;
	font-weight: bold;
}

/*brand end*/


/* [MB] listopenArea start */
@media screen and (max-width: 767px) {
	.listopenArea--lineclamp {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.SellContents-btnArea--margin {
		margin: 0;
	}

	.SellContents-btnTxt--padding {
		padding: 16px;
	}
}

@media screen and (min-width: 768px) {
	.SellContents-btnAreaPosition--more {
		display: none;
	}
}

/* [MB] listopenArea end */


/*customer start*/
.LpContents {
	margin: 0 18px 100px;
}

@media screen and (max-width: 767px) {
	.LpContents {
		margin: 0 0 60px;
	}
}

.LpContentsBG-gray {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f3f3;
}

.LpContentsInner {
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
}

.col2-customer {
	padding: 4%;
	background-color: #fff;
	border-radius: 20px;
}

.col2 {
	font-size: 0;
	line-height: 0;
}

.LpContentsImgArea {
	margin-top: 0.5em;
	width: 16%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: top;
}

.LpContents img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.LpContents img {
		width: 70%;
		height: auto;
	}
}

.LpContentsTxtArea {
	width: 84%;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}

.Balloon .LpContentsTxtBox {
	margin-left: 4%;
	padding: 0;
	border-radius: 20px;
	background-color: #fff;
}

.LpContentsTxt {
	font-size: 0.875em;
}

@media screen and (min-width: 768px) {
	.LpContentsTxt {
		font-size: 1em;
	}
}

/*customer end*/

.SellCategoryContentsSellHeadline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 80px;
	padding: 0 30px;
}

/*.SellCategoryContentsSellHeadlineInnerBox {
  width: 23%;
}*/
.SellCategoryContentsSellHeadTextArea {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.SellCategoryContentsSellHeadline {
		padding: 0 5%;
	}

	/*.SellCategoryContentsSellHeadlineInnerBox {
    width: 40%;
  }*/
}

/* modal start */
#CanNotSell .ModalContents {
	height: 60%;
}

#CanNotSell .ModalContentsTxt {
	margin: 0 0 20px 0;
}

/* modal end */
/*comparison start*/
#comparison .C1,
#comparison .C2,
#comparison .C3,
#comparison .C4 {
	width: 23%;
}

#comparison .C1 {
	background-color: #fff;
}

#comparison table {
	margin: 0 20px;
	line-height: 1.5;
	background-color: #fff;
	word-break: break-all;
	overflow: hidden;
	table-layout: fixed;
}

.comparisonDetail {
	text-align: center;
}

.comparisonDetailIcon img {
	width: 30%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.comparisonDetailIcon img {
		width: 70%;
	}
}

@media screen and (max-width: 520px) {
	.comparisonDetailIcon img {
		width: 100%;
	}
}

#comparison table,
#comparison tr,
#comparison th,
#comparison td {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#comparison th {
	background-color: #f1f4f9;
	font-size: 0.885em;
	font-weight: bold;
	text-align: center;
}

#comparison td {
	padding: 12px;
	font-size: 16px;
}

.comparisonDetail--pickUpText {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #003796;
}

@media screen and (max-width: 768px) {

	#comparison p,
	.C3 .comparisonDetail,
	.C4 .comparisonDetail {
		font-size: 14px;
	}
}

@media screen and (max-width: 520px) {

	#comparison p,
	.C3 .comparisonDetail,
	.C4 .comparisonDetail {
		font-size: 12px;
	}
}

/*comparison end*/
/*faq*/
.UGFAQContentArea {
	padding: 0 0 50px;
}

.UGFAQ {
	margin: 0 30px;
	border-bottom: 1px solid #ccc;
}

.UGFAQHeading {
	padding: 12px 34px;
	color: #369;
	font-size: 1em;
	background-image: url(https://content.bookoffonline.co.jp/files/user-guide/images/arrow-down@3x.png);
	background-position: 6px 50%;
	background-size: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(https://content.bookoffonline.co.jp/files/user-guide/images/arrow-down@1x.png);
}

.UGFAQHeading:hover {
	background-color: #f5f5f5;
}

.js-accordion-area {
	display: none;
}

.UGFAQ .is-present {
	color: #000;
	background-color: transparent;
}

.UGFAQ .is-present:hover {
	background-color: transparent;
}

.UGFAQTxtArea {
	margin: 0 24px 14px;
	padding: 10px;
	background-color: #ffe;
	line-height: 1.6;
}

.UGFAQTxt {
	line-height: 1.6;
}

.UGFAQTxt p {
	font-size: .9em;
	line-height: 1.6;
}

.UGFAQTxt+.UGFAQTxt {
	padding: .7em 0 0;
}

/*faq end*/

.ModalHeading {
	font-weight: bold;
}

.SellNoteArea {
	text-align: left;
}

/*footer start*/
#PageTop a img {
	width: 50px;
	height: 50px;
}

/*footer end*/

.PC a img {
	height: 40px;
	width: 475px;
}

.SellCategoryContentsSellHeadlineInnerBoxImg {
	width: auto;
	height: 196px;
}

.SellCategoryContentsSellHeadlineInnerBox {
	width: 23%;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.SellCategoryContentsSellHeadlineInnerBox {
		width: 40%;
	}

	.SellCategoryContentsSellHeadlineInnerBoxImg {
		width: auto;
		height: 120px;
	}
}


/* 以上category-kaden.css --------------------------------- */


@media print,
(min-width: 768px) {
	.sliderInnerImg {
		width: 152px;
		height: 152px;
	}

	.sliderWrap .sliderInner .sliderInnerImg img {
		height: 100%;
		width: auto;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.sliderInnerImg {
		width: 150px;
		height: 150px;
		text-align: center;
	}

	.sliderWrap .sliderInner .sliderInnerImg img {
		height: 100%;
		width: auto;
	}
}

/* 以上category-audio.css 追記--------------------------------- */


@media screen and (max-width: 640px) {
	.PC {
		display: none;
	}

	#summary h3 {
		text-align: center;
	}

	#summary table,
	#summary tr,
	#summary th,
	#summary td {
		border: none;
	}

	#summary table {
		margin: 0 auto 20px;
		width: 100%;
		line-height: 1.5;
		background-color: #fff;
	}

	.C1 {
		width: 100%;
	}

	#summary th {
		padding: 12px 0;
		display: block;
		font-size: 0.885em;
		font-weight: normal;
		background-color: center;
		border-collapse: collapse;
	}

	.C2 {
		margin: 0 auto;
		width: 100%;
	}

	#summary td {
		padding: 12px 0;
		display: block;
		font-size: 12px;
	}

	#summary td p,
	#summary td div {
		padding: 0 1em;
	}

	#summary table li {
		padding: 0 1em 0 1.8em;
		background-position: 1em 0.6em;
	}

	#lpCouPageTopJS {
		bottom: 20px;
		right: 10px;
	}

	/* coupon */
	.CouponArea {
		margin-bottom: 60px;
	}

	.CouponArea-top {
		margin-bottom: 20px;
	}

	.CouponCodeTxt {
		width: 68%;
		font-size: 1.5em;
	}

	.CouponTxtArea {
		width: 100%;
	}

	.CouponAside {
		font-size: 0;
		line-height: 0;
	}

	.CouponAsideAccent {
		display: inline-block;
		font-size: 1rem;
		line-height: 1.5;
	}

	.CouponAside .CouponTxt-bold {
		display: inline-block;
		font-size: 1rem;
		line-height: 1.5;
	}

	.CouponCodeBtn {
		padding: 20px 0;
		display: block;
	}

	.CouponCodeBtnTxt {
		font-size: 1.5em;
	}

}

/* close */
.CloseArea {
	padding: 15px 0;
}

.CloseTxt {
	padding: 20px 0 10px 0;
	font-size: 2em;
	font-weight: bold;
	color: #e2041b;
	text-align: center;
}

.CloseTxt-small {
	padding: 10px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #e2041b;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 640px) {

	/* close */
	.CloseArea {
		padding: 15px 10px;
	}

	.CloseTxt {
		padding: 0;
		font-size: 1.5em;
	}
}

/*NS_DESIGN-3993 seo*/
.NavLinkArea {
	display: block;
	box-sizing: border-box;
	padding: 14px 18px 14px 40px;
	width: 100%;
	position: relative;
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-book.png);
	background-repeat: no-repeat;
	background-position: center left 7px;
	background-size: 28px, auto, contain;
}

.NavLinkArea,
.NavLinkArea.book {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-book.png);
}

.NavLinkArea,
.NavLinkArea.cd {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-soft.png);
}

.NavLinkArea,
.NavLinkArea.figure {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-figure.png);
}

.NavLinkArea,
.NavLinkArea.brand-goods {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-brandbag.png);
}

.NavLinkArea,
.NavLinkArea.brand-clothing {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-jacket.png);
}

.NavLinkArea,
.NavLinkArea.tablet {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-tablet.png);
}

.NavLinkArea,
.NavLinkArea.headphone {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-headphone.png);
}

.NavLinkArea,
.NavLinkArea.outdoor {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-tent.png);
}

.NavLinkArea,
.NavLinkArea.pan {
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-pan.png);
}

.sellListTextArea div.selllinkText {
	background-color: #e9f0ff;
}

/*-----売れるもの一覧ここから-----*/
.sellListContentInner .sellListArea {
	margin-bottom: 40px;
}

.sellList .sellListHeading {
	color: #000;
}

/*sellList*/
.sellList {
	padding: 0 0 50px;
}

.sellListContentInner {
	margin: 0 30px;
	border-bottom: 1px solid #ccc;
}

.sellListHeading {
	padding: 12px 34px;
	color: #369;
	font-size: 1em;
	background-image: url(https://content.bookoffonline.co.jp/files/user-guide/images/arrow-down@3x.png);
	background-position: 6px 50%;
	background-size: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(https://content.bookoffonline.co.jp/files/user-guide/images/arrow-down@1x.png);
}

.sellListHeading:hover {
	background-color: #f5f5f5;
}

.js-accordion-area {
	display: none;
}

.sellListContentInner .is-present {
	color: #000;
	background-color: transparent;
}

.sellListContentInner .is-present:hover {
	background-color: transparent;
}

.sellListAreaInner {
	line-height: 1.6;
}

.sellListAreaInner p {
	font-size: .9em;
	line-height: 1.6;
}

.sellListAreaInner+.sellListAreaInner {
	padding: .7em 0 0;
}

.sellListTextArea {
	margin-bottom: 14px;
}

.sellListAreaInner .sellListAreaLink:hover {
	color: #336699;
	text-decoration: none;
	opacity: .65;
	transition: opacity .4s ease;
}

/*sellList end*/
/*-----売れるもの一覧ここまで-----*/

/*NS_DESIGN-3993 seo end*/

/* 【ROC_Ph2.0】共通パーツ修正 start */
.main h2 {
	font-weight: bold;
}

.main h2.SellHeadline {
	font-weight: normal;
}

.SellCategoryContentsTxtArea .custmerAreaPositionMb30 {
	margin-bottom: 30px;
}

.SellCategoryListMarkItem.mb60 {
	margin-bottom: 60px;
}

.SellCategoryContents {
	margin-bottom: 60px;
}

/* 【ROC_Ph2.0】共通パーツ修正 end */