/* =============================================== */
/** 買取LPCSS
/* ----------------------------------------------- */
/* ルール */
/* ある程度の部品に分解する                       */
/* マージンやパディングは、基本的に下方向につける */

/* フォントサイズは em で指定する                 */
/* 基本的には 1em = 16px となる                   */

/* =============================================== */
/** 基本パーツ
/* ----------------------------------------------- */


/*! 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:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.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;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.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;}template{display:none;}[hidden]{display:none;}


body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 1.5;
	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;
	transition-duration: .3s;
}
a:visited{
	color: #336699;
}
a:hover{
	color: #333333;
	opacity: 0.8;
}
a:visited:hover{
	color: #333333;
	opacity: 0.8;
}
a:active{
	color: #333333;
	opacity: 0.8;
}
a:focus{
	color: #336699;
}
ul,ol{
	list-style-type: none;
}

/* margin-bottom */
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}

/* txt */
.CouponTxt-bold,
.LpContentsTxt-bold{
	font-weight: bold;
}
.LpContentsTxt-em{
	font-size: 1.125em;
	font-weight: bold;
}
.LpContentsTxt-small{
	font-size: 0.875em;
}
.LpContentsTxtArea-right{
	text-align: right;
}
.LpContentsTxtArea-center{
	text-align: center;
}
.TxtArea-center{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
}

@media screen and (min-width: 983px) {
	.MB{
		display: none;
	}
}
#main{
	width: 983px;
	margin: 0 auto;
	text-align: left;
}
#contents{
	width: 980px;
}

/* header */
.TopHeader{
	margin: 0 5px 10px 8px;
	font-size: 0;
	line-height: 0;
}
.TopHeader h1{
font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50%;
	font-size: 12px;
	line-height: 1.6;
	color: #999;
}
#Toptxt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50%;
	text-align: right;
	line-height: 1.6;
	font-size: 11px;
	color: #999;
}
#naviFrame_nobtm{
	background: url(../../common/images/parts/navi_bg.gif?20180110) repeat-x top left;
	height: 43px;
}
#naviFrame_nobtm ol{
	list-style-type: none;
	margin: 0;
	padding: 13px 0px 5px 20px;
	font-size: 0;
}
#naviFrame_nobtm li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* Sellheader */
.SellHeadArea {
	padding: 0 0 20px 0;
	font-size: 0;
}
.SellHeadLogoArea{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50%;
	vertical-align: top;
}
.SellHeadLogo{
	font-size: 0.9em;
}
.SellHeadBtnArea{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50%;
	text-align: right;
	vertical-align: top;
}
.SellHeadBtn{
	display: block;
	padding-right: 15px;
}
.SellHeadBtn a{
	line-height: 1;
}
.SellHeadBtnTxt {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
}

.TtlImgArea{
	line-height: 0;
}
.TtlTxtArea{
	margin-bottom: 40px;
	background-color: #fff000;
	text-align: center;
}
.TtlTxt{
	padding: 20px 10px;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
}
.LeadArea {
  background-color: #e0cdb6;
  line-height: 0;
}
.LeadTxtArea {
  line-height: 1.5;
  color: #0b6772;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 110px 20px;
}
@media screen and (max-width: 640px) {
  .LeadTxtArea{
    justify-content: start;
    font-size: 0.885em;
    padding: 0 5% 24px;
  }
}
.LeadArea img {
  height: auto;
  width: 100%;
}
.LeadTxtItem {
  padding: 0 0 16px 0;
}
/* 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;
}

/* 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;
	*display: inline;
	*zoom: 1;
	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;
}
.CouponTxt-small{
	font-size: 0.875em;
}

/* contents */
.Headline{
	margin-bottom: 50px;
	padding: 24px;
	line-height: 1.5;
	text-align: center;
}
.Headline-yellow{
	background-color: #fff000;
}
.Heading{
	font-size: 1.38em;
}
.Subheading{
	display: block;
	font-size: 0.875em;
}
.LpContents{
	margin-bottom: 100px;
}
.LpContents:last-child{
	margin-bottom: 0;
}
.LpContentsBorderArea{
	padding: 30px 100px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.LpContentsInner{
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.LpContentsBG-gray{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f3f3f3;
}
.LpContentsHeading{
	margin-bottom: 30px;
	text-align: center;
}
.LpContentsHeadingImg{
	margin: 0 20px;
	display: inline-block;
	width: 5%;
	font-size: 16px;
	line-height: 1.5;
}
.LpContentsHeadingTxt{
	display: inline-block;
	width: 54%;
	font-size: 16px;
	line-height: 1.5;
}
.LpContentsHeadingTxt .Heading{
	font-size: 1.38em;
}
.LpContentsTxtBox{
	padding: 0 40px;
}
.LpContentsList{
margin: 0 30px;
}
.LpContentsList li{
	padding: 6px 0 6px 34px;
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/lp/check.png);
	background-position: 6px 50%;
	background-size: 22px;
	background-repeat: no-repeat;
}

.col2{
	font-size: 0;
	line-height: 0;
}
.col2 .LpContentsImgArea{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30%;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: top;
	padding: 42px 0 0 0;
}
.col2 .LpContentsTxtArea{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 70%;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}
.col2-customer .LpContentsImgArea{
	width: 20%;
}
.col2-customer .LpContentsTxtArea{
	width: 80%;
}
.col4{
	font-size: 0;
	line-height: 0;
}
.col4 .LpContentsBox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

.Balloon{
	position: relative;
}
.Balloon:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50px;
	left: -25px;
	border-top: 30px solid #fff;
	border-left: 30px solid transparent;
}
.Balloon .LpContentsTxtBox{
	padding: 30px 40px;
	border-radius: 20px;
	background-color: #fff;
}
.flex {
	padding: 0 8%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.KaitoriCategoryItemBox{
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 25%;
	box-sizing: border-box;
	text-align: left;
	min-height: 70px;
}
.KaitoriCategoryItem{
	display: block;
	padding: 14px 6px 14px 68px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center left 7px;
	background-size: 50px,auto,contain;
}
.KaitoriCategoryItemBox .book{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-book.png);
}
.KaitoriCategoryItemBox .comic{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-book.png);
}
.KaitoriCategoryItemBox .cd{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-cd.png);
}
.KaitoriCategoryItemBox .record{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-record.png);
}
.KaitoriCategoryItemBox .dvd{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-dvd.png);
}
.KaitoriCategoryItemBox .game-soft{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-gamesoft.png);
}
.KaitoriCategoryItemBox .game{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-game.png);
}
.KaitoriCategoryItemBox .figure{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-figure.png);
}
.KaitoriCategoryItemBox .hobby{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-robot.png);
}
.KaitoriCategoryItemBox .model{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-train.png);
}
.KaitoriCategoryItemBox .card{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-card.png);
}
.KaitoriCategoryItemBox .beauty{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-hairdryer.png);
}
.KaitoriCategoryItemBox .brand-goods{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-brandbag.png);
}
.KaitoriCategoryItemBox .outdoor{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-businessbag.png);
}
.KaitoriCategoryItemBox .jewelry{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-jewelry.png);
}
.KaitoriCategoryItemBox .gold{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-gold.png);
}

.KaitoriCategoryItemBox .western-tableware{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-western-tableware.png);
}
.KaitoriCategoryItemBox .watch{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-watch.png);
}
.KaitoriCategoryItemBox .guitar{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-guitar.png);
}
.KaitoriCategoryItemBox .smartphone{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-sp.png);
}
.KaitoriCategoryItemBox .camera{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-camera.png);
}
.KaitoriCategoryItemBox .tablet{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-tablet.png);
}
.KaitoriCategoryItemBox .headphone{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-headphone.png);
}
.KaitoriCategoryItemBox .electric-tool{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-electrictool.png);
}
.KaitoriCategoryItemBox .cooker{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-cooker.png);
}
.KaitoriCategoryItemBox .camping{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-tent.png);
}
.KaitoriCategoryItemBox .sneaker{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-sneakers.png);
}
.KaitoriCategoryItemBox .brand-clothing{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-jacket.png);
}
.KaitoriCategoryItemBox .brand-stationery{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-stationery.png);
}
.KaitoriCategoryItemBox .childseat{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-childseat.png);
}
.KaitoriCategoryItemBox .sportswear{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-sportswear.png);
}
.KaitoriCategoryItemBox .speaker-avamp{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-speaker.png);
}
.KaitoriCategoryItemBox .shoes-leather{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-shoes-leather.png);
}
.KaitoriCategoryItemBox .pan{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-pan.png);
}
.KaitoriCategoryItemBox .sewing-machine{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-sewing-machine.png);
}
.KaitoriCategoryItemBox .car-item{
	background-image: url(https://content.bookoffonline.co.jp/files/sell/images/icon-car-item.png);
}

.KaitoriCategoryItem .ItemTxt{
	display: block;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}
.ItemTxt.ItemTxt--color_red{
	color: #dd0000;
}
.KaitoriCategoryItem .Item-20up{
	padding-top: 30px;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/lp/icon-20percent-up.png) no-repeat;
	background-size: 70px auto;
	color: #dd0000;
}
.KaitoriCategoryItem .Item-25up{
	padding-top: 30px;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/lp/icon-25percent-up.png) no-repeat;
	background-size: 70px auto;
	color: #dd0000;
}
.KaitoriCategoryItem .Item-30up{
	padding-top: 30px;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/lp/icon-30percent-up.png) no-repeat;
	background-size: 70px auto;
	color: #dd0000;
}

#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;
}
#lpCouPageTopJS{
	margin-left: 930px;
	display: none;
	position: fixed;
	bottom: 50px;
	right: auto;
}
#lpCouPageTopJS a{
display: block;
	width: 50px;
	height: 50px;
	background-color: #fff000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.LpContentsCheckPoint{
	display: flex;
align-items: center;
justify-content: center;
}

.LpContentsCheckPoint p{
	font-size: 18px;
}

/* -640px----------------------------------------------- */
@media screen and (max-width: 640px){
	.PC{
		display: none;
	}
	#main,#contents{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.LpContents img{
		width: 100%;
		height: auto;
	}
	.col4 img{
		width: 80%;
	}

	/* margin-bottom */
	.MB-mb6{
		margin-bottom: 6px;
	}
	.MB-mb16{
		margin-bottom: 16px;
	}
	.MB-mb30{
		margin-bottom: 30px;
	}
	.MB-mb50{
		margin-bottom: 50px;
	}

	/* txt */
	.LpContentsTxtArea-right{
		text-align: center;
	}
	.Txt-br{
		display: block;
	}

	/* header */
	.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;
	}

	/* close */
	.CloseArea{
		padding: 15px 10px;
	}
	.CloseTxt{
		padding: 0;
		font-size: 1.5em;
	}

	.TtlTxtArea{
		margin-bottom: 20px;
	}
	.TtlTxt {
		padding: 3%;
		font-size: 0.885em;
	}

	/* 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;
	}

	/* 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%;
	}

	.col2 .LpContentsImgArea{
		width: 32%;
		padding: 34px 0 0 0;
	}
	.col2 .LpContentsTxtArea{
		width: 60%;
		margin-left: 15px;
	}
	.col2-customer{
		padding: 4%;
		background-color: #fff;
		border-radius: 20px;
	}
	.col2-customer .LpContentsImgArea{
		margin-top: 0.5em;
		width: 16%;
	}
	.col2-customer .LpContentsTxtArea{
		width: 84%;
	}
	.col4{
		padding: 0 6%;
	}
	.col4 .LpContentsBox{
		margin-bottom: 20px;
		width: 50%;
		vertical-align: top;
	}

	.flex {
		margin-bottom: 10px;
		padding: 0 3%;
	}
	.KaitoriCategoryItemBox{
		width: 50%;
		min-height: 68px;
	}
	.KaitoriCategoryItem{
		padding: 14px 6px 14px 58px;
		background-position: center left 6px;
	}
	.KaitoriCategoryItem .Item-20up,
	.KaitoriCategoryItem .Item-25up,
	.KaitoriCategoryItem .Item-30up{
		padding-top: 36%;
		background-size: 70% auto;
	}
	.Balloon .LpContentsTxtBox{
		margin-left: 4%;
		padding: 0;
	}
	.Balloon:after{
		content: none;
		display: none;
		width: 0;
		height: 0;
		top: 0;
		left: 0;
		border-top: none;
		border-left: 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;
		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;
	}

	.LpContentsCheckPoint{
		flex-direction: column;
	}
	.LpContents img.CheckPointImg{
		width: 46px;
	}
	
}


/* 640-983px-------------------------------------------- */

@media screen and (min-width: 640px) and (max-width: 983px) {
	.MB{
		display: none;
	}
	#main,#contents{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.TtlImgArea img{
		width: 100%;
		height: auto;
	}
	.CouponTxtArea{
		width: 100%;
	}
	.LpContentsTxtArea-right {
		margin-right: 10px;
	}
	.KaitoriCategoryItem .Item-20up,
	.KaitoriCategoryItem .Item-25up,
	.KaitoriCategoryItem .Item-30up{
		padding-top: 36%;
		background-size: 80% auto;
	}
	.LpContentsBorderArea{
		border: none;
	}
	.Balloon:after {
		left: -15px;
		border-top: 26px solid #fff;
		border-left: 26px solid transparent;
	}
	#summary{
		margin: 0 10px 100px;
	}
	#lpCouPageTopJS{
		margin-left: 92%;
	}
}


/* =============================================== */
/** 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%;
	}
}
.arrow-r {
	font-size: 14px;
	display: block;
	position: relative;
	background: url(https://content.bookoffonline.co.jp/files/sell/images/arrow.png) no-repeat;
	background-position: center right 7px;
	background-size: 7px,auto,contain;
  }
  .SellContents-btnArea {
	border: 1px solid #888888;
	border-radius: 5px;
	max-width: 300px;
	margin: 10px auto 30px;
	transition: .3s;
  }
  .SellContents-btnArea:hover {
	background-color: #f5f5f5;
  }
  @media screen and (min-width: 681px) {
	.SellContents-btnArea {
	  border: 1px solid #888888;
	  border-radius: 5px;
	  max-width: 300px;
	  margin: 10px 0 30px 0;
	}
  }
  .SellContents-btnTxt {
	display: block;
	text-align: center;
	line-height: 1;
	padding: 12px;
	color: #333333;
	text-decoration: none;
  }
  .SellContents-btnTxt:link {
	color: #333333;
  }
  .SellContents-btnTxt:hover {
	text-decoration: none;
  }
  .SellContents-btnTxt:visited {
	color: #333333;
  }
  
	  