/* base */
a.btn ,
span.btn ,
.btn {
	display:inline-block;
	margin:0;
	padding:10px 10px;
	line-height:1em;
	background:#CCC;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
	color:#FFF;
	cursor:pointer;
	border:1px solid #CCC;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
	-webkit-user-select: none;
	-ms-user-select: none;
	white-space:nowrap;
	-webkit-appearance: none;
}
a.btn:hover ,
span.btn:hover ,
.btn:hover {
	text-decoration:none;
	opacity:1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
	a.btn:hover ,
	span.btn:hover ,
	.btn:hover {
		opacity:0.8;
	}
}
/* /base */


/* color */
.btn.tachiyomi ,
.btn.wishlist ,
.btn.more ,
.btn.detail {
	/* グレー */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ddd 100%); /* W3C */
	border:1px solid #999;
	color:#333;
}
.bookSummary .operationPanel .bookBtnListTachiyomi .btn.tachiyomi{
	/* ブルー */
	background: #0088ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0088ff 0%, #007fee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088ff), color-stop(100%,#007fee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0088ff 0%,#007fee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0088ff 0%,#007fee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0088ff 0%,#007fee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0088ff 0%,#007fee 100%); /* W3C */
	border:1px solid #0076dd;
	color:#fff;
}
.btn.wishlist.wishlist_added {
	background:#FFF;
	text-shadow:none;
	color:#605D1F;
}
.btn.free{
	/*赤*/
	background: #ff6b49; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6b49 0%, #f25a46 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6b49), color-stop(100%,#f25a46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6b49 0%,#f25a46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6b49 0%,#f25a46 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6b49 0%,#f25a46 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6b49 0%,#f25a46 100%); /* W3C */
	border:1px solid #FF4D26;
	color:#FFF;
}
.btn.buy.basket_added{
	/*強い赤*/
	background: #e54e2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #e54e2c 0%, #cc4527 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54e2c), color-stop(100%,#cc4527)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e54e2c 0%,#cc4527 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e54e2c 0%,#cc4527 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e54e2c 0%,#cc4527 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e54e2c 0%,#cc4527 100%); /* W3C */
	border:1px solid #cc3e1f;
	color:#FFF;
}
.btn.buy ,
.btn.useful ,
.btn.next ,
.btn.back ,
.btn.writeReview ,
.btn.dlReader ,
.btn.reserve {
	background: #81cc00; /* Old browsers */
	background: -moz-linear-gradient(top,  #81cc00 0%, #7cbf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cc00), color-stop(100%,#7cbf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #81cc00 0%,#7cbf00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #81cc00 0%,#7cbf00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #81cc00 0%,#7cbf00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #81cc00 0%,#7cbf00 100%); /* W3C */
	border:1px solid #6EB700;
	color:#FFF;
}
.btn.buy.go_basket {
	/*強い赤*/
	background: #e54e2c;
	background: -moz-linear-gradient(top,  #e54e2c 0%, #cc4527 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54e2c), color-stop(100%,#cc4527));
	background: -webkit-linear-gradient(top,  #e54e2c 0%,#cc4527 100%);
	background: -o-linear-gradient(top,  #e54e2c 0%,#cc4527 100%);
	background: -ms-linear-gradient(top,  #e54e2c 0%,#cc4527 100%);
	background: linear-gradient(to bottom,  #e54e2c 0%,#cc4527 100%);
	border:1px solid #cc3e1f;
	color:#FFF;
}
.btn.buy.set_autobin {
	/* グレー */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ddd 100%); /* W3C */
	border:1px solid #999;
	color:#333;
}
.btn.buy.set_autobin.select {	
	border:1px solid #bbb;
	background: #eee;
	color: #bbb;
}
.btn.delete {
	background: #707070; /* Old browsers */
	background: -moz-linear-gradient(top,  #707070 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #707070 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #707070 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #707070 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #707070 0%,#666666 100%); /* W3C */
	border:1px solid #555;
	color:#FFF;
}
.btn.searchFormSubmit {
	background:#666;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-width:0;
	font-size:1em;
}
.headerSearch .btn.searchFormSubmit {
	background: #4bb05b; /* Old browsers */
	background: -moz-linear-gradient(top,  #4bb05b 0%, #45a04b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4bb05b), color-stop(100%,#45a04b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4bb05b 0%,#45a04b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4bb05b 0%,#45a04b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4bb05b 0%,#45a04b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4bb05b 0%,#45a04b 100%); /* W3C */
}
.btn.twitter {
	background: #0ea2d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ea2d3 0%, #009ed5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ea2d3), color-stop(100%,#009ed5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ea2d3 0%,#009ed5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ea2d3 0%,#009ed5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ea2d3 0%,#009ed5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ea2d3 0%,#009ed5 100%); /* W3C */
	border:1px solid #037EAA;
	color:#FFF;
}
.btn.facebook {
	background: #4e6491; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e6491 0%, #3b5998 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e6491), color-stop(100%,#3b5998)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e6491 0%,#3b5998 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e6491 0%,#3b5998 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e6491 0%,#3b5998 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e6491 0%,#3b5998 100%); /* W3C */
	border:1px solid #2A447A;
	color:#FFF;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /color */


/* .bookSummary */
ul.bookBtnLists li .btn {
	width:100%;
	font-size:1.2em;
}
.writeReviewBtns ul li .btn.writeReview {
	font-size:1.1em;
	width:100%;
}
.bookSummaryDetailMore {
	width: 150px;
	margin: 0px auto;
	border-color:#D1D1D1;
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	-moz-box-shadow:1px 2px 2px 0px #DDD;
	-webkit-box-shadow:1px 2px 2px 0px #DDD;
	box-shadow:1px 2px 2px 0px #DDD;
	text-align: center;
}
.bookSummaryDetailMore a{
	display: block;
	font-size: 12px;
	padding: 3px 5px;
	text-align: center;
	color: #555 ;
	text-decoration:none;
	background:#EEE;
}
.bookSummaryDetailMore a:hover {
	text-decoration:underline;
	color: #666 ;
}
.detailTableMore{
	width: 150px;
	margin: 0px auto;
	border-color:#D1D1D1;
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	-moz-box-shadow:1px 2px 2px 0px #DDD;
	-webkit-box-shadow:1px 2px 2px 0px #DDD;
	box-shadow:1px 2px 2px 0px #DDD;
	text-align: center;	
}
.detailTableMore a{
	display: block;
	font-size: 12px;
	padding: 3px 5px;
	text-align: center;
	color: #555 ;
	text-decoration:none;
	background:#EEE;
}
.detailTableMore a:hover {
	text-decoration:underline;
	color: #666 ;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
	ul.bookBtnLists li .btn {
		font-size:1.1em;
	}
}
@media only screen and (min-device-width: 1280px) {
	ul.bookBtnLists li .btn {
		font-size:1.1em;
	}
}
/* /.bookSummary */


/* .setItemBtns */
.setItemBtns .setItemCell.setItemBtn .btn {
	width:100%;
	padding:10px 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /.setItemBtns */


/* form */
.formBtns ul li .btn {
	width:100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /form */


/* .usefulBtns */
.reviewSection.LV4.reviewTexts ul li .btn.useful {
	height:24px;
	line-height:24px;
	vertical-align:top;
	width:120px;
	padding:0;
}
.balloon.useful {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	width: auto;
	min-width: 5px;
	max-width: 50px;
	height: 24px;
	line-height:24px;
	color: #444;
	text-align: center;
	background: #FFF;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 0;
	font-size:0.7em;
}
.balloon.useful:before {
	content: "";
	position: absolute;
	top: 50%; 
	left: -3px;
	margin-top: -3px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	border-color:  transparent #FFF transparent transparent;
	z-index: 0;
}
.balloon.useful:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #999 transparent transparent;
	z-index: -1;
}
.balloon.useful span {
	display:inline-block;
	width:100%;
	min-width:10px;
	max-width:50px;
	height:24px;
	overflow:hidden;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
	.reviewSection.LV4.reviewTexts ul li .btn.useful {
		height:28px;
		line-height:28px;
		font-size:0.85em;
		width:140px;
	}
	.balloon.useful {
		height: 28px;
		line-height:28px;
	}
	.balloon.useful span {
		height:28px;
	}
}
@media only screen and (min-device-width: 1280px) {
	.reviewSection.LV4.reviewTexts ul li .btn.useful {
		height:28px;
		line-height:28px;
		font-size:0.85em;
		width:140px;
	}
	.balloon.useful {
		height: 28px;
		line-height:28px;
	}
	.balloon.useful span {
		height:28px;
	}
}
/* /.usefulBtns */


/* .items */
.itemBtnLists li .btn {
	padding:10px 0;
	width:100%;
	font-size:0.8em;
}
@media only screen and (max-device-width: 767px) {
	.itemBtns ul.itemBtnLists li.itemBtnListTachiyomi ,
	.itemBtns ul.itemBtnLists li.itemBtnListBuy {
		font-weight: normal;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /.items */

/* search */
.headerSearch .btn.searchFormSubmit ,
.footerSearch .btn.searchFormSubmit {
	height:28px;
	width:50px;
	padding:0;
	margin:2px!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.listSearch .btn.searchFormSubmit {
	height:28px;
	width:50px;
	padding:0;
	margin:2px!important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.orderHistoryFormList .btn.search {
	padding:5px;
	background:#FFA84C;
	border:1px solid #FF993F;
	color:#FFF;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.4) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.4) inset;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /search */

/* .switch */
.switches{
}
.switchUI .label {
	display:inline-block;
	padding:0px;
	line-height:1em;
	font-size:0.9em;
	margin-right:5px;
}
.switch {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.switch .btn {
	background:#EEE;
	color:#BBB;
	border:1px solid #BBB;
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
	font-size:0.8em;
	padding:8px 8px;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.4) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.4) inset;
}
.switch .btn:first-child {
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	border-right:none;
}
.switch .btn:last-child {
	-webkit-border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;
}
.switch .btn.select {
	background:#999;
	color:#FFF;
	border:1px solid #555;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
	border-color:#888;
}
.switch .btn.on.select {
	background:#06f;
}
.switch .btn.on , 
.switch .btn.off {
	width:36px;
}
.switchLists .switchList {
	display:inline-block;
	padding: 5px;
}
.switchControlLink {
	display: inline-block;
	padding: 3px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /.switch */


/* .overlayTermBtns */
.overlayTermBtns > ul > li > a {
	display:block;
	min-width:110px;
	padding:14px 0;
	margin-bottom:5px;
	font-weight:bold;
}
.overlayTermBtns > ul > li > a:last-child {
	margin-bottom:0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
	.overlayTermBtns > ul > li > a {
		min-width:240px;
		margin-bottom:10px;
	}
}
@media only screen and (min-device-width: 1280px) {
	.overlayTermBtns > ul > li > a {
		min-width:240px;
		margin-bottom:10px;
	}
}
/* /.overlayTermBtns */


/* 会員登録ボタン（スマホ版トップ → PC,TBも表示することに変更） */

.goRegisterBtn{
	margin: 10px 5px 15px;
	text-align: center;
}
.goRegisterBtn a.btn.goRegister{
	width: 100%;
	max-width: 500px;
	font-size: 18px;
	font-weight: bold;
}
.goRegisterBtn a.btn.goRegister:hover{
	opacity: 1;
}
.goRegisterBtn a.btn.goRegister .catch{
	display: block;
	padding-bottom: 5px;
	color: #333;
	font-size: 14px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
}
@media only screen and (min-device-width: 1280px) {
}
/* /スマホ版トップ 会員登録ボタン */


/* 初めての方へボタン */
.goBeginnerBtn{
	margin: 10px 5px 15px;
	text-align: center;
}
.goBeginnerBtn img{
	width: 320px;
	max-width: 100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
	.goBeginnerBtn img{
		width: 500px;
		max-width: 100%;
	}
}
@media only screen and (min-device-width: 1280px) {
	.goBeginnerBtn img{
		width: 500px;
		max-width: 100%;
	}
}

/* /初めての方へボタン */
